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
sessionsBundleDCPowerSessionsBundleThe DCPowerSessionsBundle object.
enableOutputboolThe 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
sessionsBundleDCPowerSessionsBundleThe DCPowerSessionsBundle object.
enableOutputSiteData<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
sessionsBundleDCPowerSessionsBundleThe DCPowerSessionsBundle object.
enableOutputPinSiteData<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.