Method ConfigureMeasureSettings
- 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
sessionsBundleDCPowerSessionsBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSessionsBundle object.
settingsDCPowerMeasureSettings-
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
sessionsBundleDCPowerSessionsBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSessionsBundle object.
settingsSiteData<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
sessionsBundleDCPowerSessionsBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSessionsBundle object.
settingsPinSiteData<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
sessionsBundleDCPowerSessionsBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSessionsBundle object.
settingsIDictionary<string, DCPowerMeasureSettings>-
The specific settings to configure.