Method DCPower
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
DCPower(string)
Gets the NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSessionsBundle associated with the specified pin.
public DCPowerSessionsBundle DCPower(string pin)Parameters
pinstring-
The given pin.
Returns
- DCPowerSessionsBundle
-
The associated NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSessionsBundle.
DCPower(string[])
Gets the NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSessionsBundle associated with the specified pins.
public DCPowerSessionsBundle DCPower(string[] pins)Parameters
pinsstring[]-
The given pins.
Returns
- DCPowerSessionsBundle
-
The associated NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSessionsBundle.
DCPower(string[], bool)
Gets the NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSessionsBundle associated with the specified pins.
public DCPowerSessionsBundle DCPower(string[] pins, bool filterPins)Parameters
pinsstring[]-
The given pins.
filterPinsbool-
Whether to automatically filter out non-NIDCPower pins.
Returns
- DCPowerSessionsBundle
-
The associated NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSessionsBundle. Returns null if all pins are non-NIDCPower pins.