Table of Contents

Method ConfigureOutputEnabled

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower
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 DCPowerSessionsBundle

The DCPowerSessionsBundle object.

enableOutput bool

The boolean value to either enable (true) or disable (false) the output .

Remarks

Note: This property does not change the ConfigureOutputEnabled method. They are independent of each other.

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 DCPowerSessionsBundle

The DCPowerSessionsBundle object.

enableOutput SiteData<bool>

The boolean value to either enable (true) or disable (false) the output .

Remarks

Note: This property does not change the ConfigureOutputEnabled method. They are independent of each other.

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 DCPowerSessionsBundle

The DCPowerSessionsBundle object.

enableOutput PinSiteData<bool>

The boolean value to either enable (true) or disable (false) the output .

Remarks

Note: This property does not change the ConfigureOutputEnabled method. They are independent of each other.