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
sessionsBundleDCPowerSessionsBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSessionsBundle object.
enableOutputbool-
The boolean value to either enable (true) or disable (false) the output .
Remarks
Note: This method is independent from the NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.Source.ConfigureOutputConnected(NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSessionsBundle,System.Boolean) 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
sessionsBundleDCPowerSessionsBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSessionsBundle object.
enableOutputSiteData<bool>-
The boolean value to either enable (true) or disable (false) the output .
Remarks
Note: This method is independent from the NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.Source.ConfigureOutputConnected(NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSessionsBundle,System.Boolean) 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
sessionsBundleDCPowerSessionsBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSessionsBundle object.
enableOutputPinSiteData<bool>-
The boolean value to either enable (true) or disable (false) the output .
Remarks
Note: This method is independent from the NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.Source.ConfigureOutputConnected(NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSessionsBundle,System.Boolean) method. It does not affect the NationalInstruments.ModularInstruments.NIDCPower.DCPowerOutputSourceOutput.Connected property.