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