DCPowerOutputSourceOutput.Enabled Property
- Updated2024-01-04
- 2 minute(s) read

DCPowerOutputSourceOutputEnabled Property
Gets or sets whether to enable or disable generation on the specified channel(s).
Depending on the value you specify for the Function property, you also must set the VoltageLevel property or the CurrentLevel property in addition to enabling the output.
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023
Syntax
public bool Enabled { get; set; }
Public Property Enabled As Boolean Get Set
Property Value
Type: BooleanThe default value is true if you use the niDCPower_InitializeWithChannels method to open the session, otherwise the default value is false.
Remarks
![]() |
---|
If channels are in the Committed or Uncommitted states, enabling the output does not take effect until you call the Initiate method. Refer to the Programming States topic in the NI DC Power Supplies and SMUs Help for information about the specific NI-DCPower software states. |
![]() |
---|
NI-DCPower uses the terms "source" and "output". However, while sinking with electronic loads and SMUs these correspond to "sinking" and "input", respectively. |