Table of Contents

Method ConfigureSourceSettings

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

ConfigureSourceSettings(DCPowerSessionsBundle, DCPowerSourceSettings)

Configures one or more source settings based on values populated within a DCPowerSourceSettings object. Accepts a scalar input of type DCPowerSourceSettings. With overrides for SiteData<T>, and PinSiteData<T> input.

public static void ConfigureSourceSettings(this DCPowerSessionsBundle sessionsBundle, DCPowerSourceSettings settings)

Parameters

sessionsBundle DCPowerSessionsBundle

The DCPowerSessionsBundle object.

settings DCPowerSourceSettings

The source settings to configure.

ConfigureSourceSettings(DCPowerSessionsBundle, SiteData<DCPowerSourceSettings>)

Configures one or more source settings based on values populated within a DCPowerSourceSettings object. Accepts a scalar input of type DCPowerSourceSettings. With overrides for SiteData<T>, and PinSiteData<T> input.

public static void ConfigureSourceSettings(this DCPowerSessionsBundle sessionsBundle, SiteData<DCPowerSourceSettings> settings)

Parameters

sessionsBundle DCPowerSessionsBundle

The DCPowerSessionsBundle object.

settings SiteData<DCPowerSourceSettings>

The source settings to configure.

ConfigureSourceSettings(DCPowerSessionsBundle, PinSiteData<DCPowerSourceSettings>)

Configures one or more source settings based on values populated within a DCPowerSourceSettings object. Accepts a scalar input of type DCPowerSourceSettings. With overrides for SiteData<T>, and PinSiteData<T> input.

public static void ConfigureSourceSettings(this DCPowerSessionsBundle sessionsBundle, PinSiteData<DCPowerSourceSettings> settings)

Parameters

sessionsBundle DCPowerSessionsBundle

The DCPowerSessionsBundle object.

settings PinSiteData<DCPowerSourceSettings>

The source settings to configure.

ConfigureSourceSettings(DCPowerSessionInformation, DCPowerSourceSettings, string)

public static void ConfigureSourceSettings(this DCPowerSessionInformation sessionInfo, DCPowerSourceSettings settings, string channelString = "")

Parameters

sessionInfo DCPowerSessionInformation

The DCPowerSessionInformation object.

settings DCPowerSourceSettings

The source settings to configure.

channelString string

The channel string. Empty string means all channels in the session.