Table of Contents

Constructor DCPowerSessionInformation

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

DCPowerSessionInformation(NIDCPower, string)

Constructs a session information object that associates with a NationalInstruments.ModularInstruments.NIDCPower.NIDCPower instrument session.

public DCPowerSessionInformation(NIDCPower session, string allChannelsString)

Parameters

session NIDCPower

The NationalInstruments.ModularInstruments.NIDCPower.NIDCPower session.

allChannelsString string

The all channels string associated with the NationalInstruments.ModularInstruments.NIDCPower.NIDCPower session.

DCPowerSessionInformation(NIDCPower, string, string[], int[])

Constructs a session information object that associates with a NationalInstruments.ModularInstruments.NIDCPower.NIDCPower instrument session.

public DCPowerSessionInformation(NIDCPower session, string allChannelsString, string[] pinRange, int[] siteRange)

Parameters

session NIDCPower

The NationalInstruments.ModularInstruments.NIDCPower.NIDCPower session.

allChannelsString string

The all channels string associated with the NationalInstruments.ModularInstruments.NIDCPower.NIDCPower session.

pinRange string[]

An array of Pin Names present in the session.

siteRange int[]

An array of Site Numbers present in the session.

DCPowerSessionInformation(NIDCPower, IList<SitePinInfo>)

Constructs a session information object.

public DCPowerSessionInformation(NIDCPower session, IList<SitePinInfo> associatedSitePinList)

Parameters

session NIDCPower

The NationalInstruments.ModularInstruments.NIDCPower.NIDCPower session.

associatedSitePinList IList<SitePinInfo>

The specified subset of channels associated with the session.