Method ConfigureSourceSettings
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Extensions.dll
ConfigureSourceSettings(DCPowerSessionsBundle, DCPowerSourceSettings)
Configures one or more source settings based on values populated within a NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSourceSettings object. Accepts a scalar input of type NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSourceSettings. With overrides for NationalInstruments.SemiconductorTestLibrary.DataAbstraction.SiteData`1, and NationalInstruments.SemiconductorTestLibrary.DataAbstraction.PinSiteData`1 input.
public static void ConfigureSourceSettings(this DCPowerSessionsBundle sessionsBundle, DCPowerSourceSettings settings)Parameters
sessionsBundleDCPowerSessionsBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSessionsBundle object.
settingsDCPowerSourceSettings-
The source settings to configure.
ConfigureSourceSettings(DCPowerSessionsBundle, SiteData<DCPowerSourceSettings>)
Configures one or more source settings based on values populated within a NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSourceSettings object. Accepts a scalar input of type NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSourceSettings. With overrides for NationalInstruments.SemiconductorTestLibrary.DataAbstraction.SiteData`1, and NationalInstruments.SemiconductorTestLibrary.DataAbstraction.PinSiteData`1 input.
public static void ConfigureSourceSettings(this DCPowerSessionsBundle sessionsBundle, SiteData<DCPowerSourceSettings> settings)Parameters
sessionsBundleDCPowerSessionsBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSessionsBundle object.
settingsSiteData<DCPowerSourceSettings>-
The source settings to configure.
ConfigureSourceSettings(DCPowerSessionsBundle, PinSiteData<DCPowerSourceSettings>)
Configures one or more source settings based on values populated within a NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSourceSettings object. Accepts a scalar input of type NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSourceSettings. With overrides for NationalInstruments.SemiconductorTestLibrary.DataAbstraction.SiteData`1, and NationalInstruments.SemiconductorTestLibrary.DataAbstraction.PinSiteData`1 input.
public static void ConfigureSourceSettings(this DCPowerSessionsBundle sessionsBundle, PinSiteData<DCPowerSourceSettings> settings)Parameters
sessionsBundleDCPowerSessionsBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSessionsBundle object.
settingsPinSiteData<DCPowerSourceSettings>-
The source settings to configure.
ConfigureSourceSettings(DCPowerSessionsBundle, IDictionary<string, DCPowerSourceSettings>)
Configures NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSourceSettings.
public static void ConfigureSourceSettings(this DCPowerSessionsBundle sessionsBundle, IDictionary<string, DCPowerSourceSettings> settings)Parameters
sessionsBundleDCPowerSessionsBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSessionsBundle object.
settingsIDictionary<string, DCPowerSourceSettings>-
The specific settings to configure.
ConfigureSourceSettings(DCPowerSessionInformation, DCPowerSourceSettings, string)
Configures NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSourceSettings.
public static void ConfigureSourceSettings(this DCPowerSessionInformation sessionInfo, DCPowerSourceSettings settings, string channelString = "")Parameters
sessionInfoDCPowerSessionInformation-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSessionInformation object.
settingsDCPowerSourceSettings-
The source settings to configure.
channelStringstring-
The channel string. Empty string means all channels in the session.