Table of Contents

Method ConfigureMeasureSettings

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower
Assembly
NationalInstruments.SemiconductorTestLibrary.Extensions.dll

ConfigureMeasureSettings(DCPowerSessionsBundle, DCPowerMeasureSettings)

Configures one or more measure settings based on the values populated within a NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerMeasureSettings object. Accepts a scalar input of type NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerMeasureSettings. With overrides for NationalInstruments.SemiconductorTestLibrary.DataAbstraction.SiteData`1, and NationalInstruments.SemiconductorTestLibrary.DataAbstraction.PinSiteData`1 input.

public static void ConfigureMeasureSettings(this DCPowerSessionsBundle sessionsBundle, DCPowerMeasureSettings settings)

Parameters

sessionsBundle DCPowerSessionsBundle

The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSessionsBundle object.

settings DCPowerMeasureSettings

The measure settings to configure.

ConfigureMeasureSettings(DCPowerSessionsBundle, SiteData<DCPowerMeasureSettings>)

Configures one or more measure settings based on the values populated within a NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerMeasureSettings object. Accepts a scalar input of type NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerMeasureSettings. With overrides for NationalInstruments.SemiconductorTestLibrary.DataAbstraction.SiteData`1, and NationalInstruments.SemiconductorTestLibrary.DataAbstraction.PinSiteData`1 input.

public static void ConfigureMeasureSettings(this DCPowerSessionsBundle sessionsBundle, SiteData<DCPowerMeasureSettings> settings)

Parameters

sessionsBundle DCPowerSessionsBundle

The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSessionsBundle object.

settings SiteData<DCPowerMeasureSettings>

The measure settings to configure.

ConfigureMeasureSettings(DCPowerSessionsBundle, PinSiteData<DCPowerMeasureSettings>)

Configures one or more measure settings based on the values populated within a NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerMeasureSettings object. Accepts a scalar input of type NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerMeasureSettings. With overrides for NationalInstruments.SemiconductorTestLibrary.DataAbstraction.SiteData`1, and NationalInstruments.SemiconductorTestLibrary.DataAbstraction.PinSiteData`1 input.

public static void ConfigureMeasureSettings(this DCPowerSessionsBundle sessionsBundle, PinSiteData<DCPowerMeasureSettings> settings)

Parameters

sessionsBundle DCPowerSessionsBundle

The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSessionsBundle object.

settings PinSiteData<DCPowerMeasureSettings>

The measure settings to configure.

ConfigureMeasureSettings(DCPowerSessionsBundle, IDictionary<string, DCPowerMeasureSettings>)

Configures NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerMeasureSettings.

public static void ConfigureMeasureSettings(this DCPowerSessionsBundle sessionsBundle, IDictionary<string, DCPowerMeasureSettings> settings)

Parameters

sessionsBundle DCPowerSessionsBundle

The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSessionsBundle object.

settings IDictionary<string, DCPowerMeasureSettings>

The specific settings to configure.