Method ConfigureOutputEnabled
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Extensions.dll
ConfigureOutputEnabled(DCPowerSessionsBundle, bool)
Configures whether to enable (true) or disable (false) output generation on the underlying device channel(s).
public static void ConfigureOutputEnabled(this DCPowerSessionsBundle sessionsBundle, bool enableOutput)
Parameters
sessionsBundle
DCPowerSessionsBundleThe DCPowerSessionsBundle object.
enableOutput
boolThe boolean value to either enable (true) or disable (false) the output .
Remarks
Note: This method is independent from the ConfigureOutputConnected(DCPowerSessionsBundle, bool) method. It does not affect the NationalInstruments.ModularInstruments.NIDCPower.DCPowerOutputSourceOutput.Connected property.
ConfigureOutputEnabled(DCPowerSessionsBundle, SiteData<bool>)
Configures whether to enable (true) or disable (false) output generation on the underlying device channel(s).
public static void ConfigureOutputEnabled(this DCPowerSessionsBundle sessionsBundle, SiteData<bool> enableOutput)
Parameters
sessionsBundle
DCPowerSessionsBundleThe DCPowerSessionsBundle object.
enableOutput
SiteData<bool>The boolean value to either enable (true) or disable (false) the output .
Remarks
Note: This method is independent from the ConfigureOutputConnected(DCPowerSessionsBundle, bool) method. It does not affect the NationalInstruments.ModularInstruments.NIDCPower.DCPowerOutputSourceOutput.Connected property.
ConfigureOutputEnabled(DCPowerSessionsBundle, PinSiteData<bool>)
Configures whether to enable (true) or disable (false) output generation on the underlying device channel(s).
public static void ConfigureOutputEnabled(this DCPowerSessionsBundle sessionsBundle, PinSiteData<bool> enableOutput)
Parameters
sessionsBundle
DCPowerSessionsBundleThe DCPowerSessionsBundle object.
enableOutput
PinSiteData<bool>The boolean value to either enable (true) or disable (false) the output .
Remarks
Note: This method is independent from the ConfigureOutputConnected(DCPowerSessionsBundle, bool) method. It does not affect the NationalInstruments.ModularInstruments.NIDCPower.DCPowerOutputSourceOutput.Connected property.