Gets or sets whether to enable or disable generation on the specified channel(s).

Syntax

Namespace: NationalInstruments.ModularInstruments.NIDCPower

public bool Enabled { get; set; }

Remarks

Depending on the value you specify for the Function property, you also must set the corresponding level properties or Resistance in addition to enabling the output to generate the desired level. For more information about configuring the output level, refer to the Function property.

Note

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.

Note

NI-DCPower uses the terms "source" and "output". However, while sinking with electronic loads and SMUs these correspond to "sinking" and "input", respectively.

The default value is true if you use the niDCPower_InitializeWithChannels method to open the session, otherwise the default value is false.