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
sessionNIDCPower-
The NationalInstruments.ModularInstruments.NIDCPower.NIDCPower session.
allChannelsStringstring-
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
sessionNIDCPower-
The NationalInstruments.ModularInstruments.NIDCPower.NIDCPower session.
allChannelsStringstring-
The all channels string associated with the NationalInstruments.ModularInstruments.NIDCPower.NIDCPower session.
pinRangestring[]-
An array of Pin Names present in the session.
siteRangeint[]-
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
sessionNIDCPower-
The NationalInstruments.ModularInstruments.NIDCPower.NIDCPower session.
associatedSitePinListIList<SitePinInfo>-
The specified subset of channels associated with the session.