NI-DCPower .NET fx40 API Reference

Table of Contents

DCPowerOutputSourceOutput.Enabled Property

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

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: Boolean
The default value is true if you use the niDCPower_InitializeWithChannels method to open the session, otherwise the default value is false.

Remarks

Note 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 Note
NI-DCPower uses the terms "source" and "output". However, while sinking with electronic loads and SMUs these correspond to "sinking" and "input", respectively.

See Also

Log in to get a better experience