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