Method PowerDown
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Extensions.dll
PowerDown(DCPowerSessionsBundle, double?)
Powers down the channel by disabling output generation on the underlying device channel(s).
public static void PowerDown(this DCPowerSessionsBundle sessionsBundle, double? settlingTime = null)
Parameters
sessionsBundle
DCPowerSessionsBundleThe DCPowerSessionsBundle object.
settlingTime
double?The settling time. Null means no need to wait for the turn off operation to settle.