Constructor DCPowerSessionInformation
- 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
NIDCPowerThe NationalInstruments.ModularInstruments.NIDCPower.NIDCPower session.
allChannelsString
stringThe 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
NIDCPowerThe NationalInstruments.ModularInstruments.NIDCPower.NIDCPower session.
associatedSitePinList
IList<SitePinInfo>The specified subset of channels associated with the session.