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, 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.