Class Control
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Extensions.dll
Defines methods for controlling the NI-DCPower session.
public static class Control
- Inheritance
-
Control
- Inherited Members
Methods
- Abort(DCPowerSessionsBundle)
Transitions the NI-DCPower session from the Running state to the Uncommitted state. If a sequence is running, the NI-DCPower session is stopped.
- Commit(DCPowerSessionsBundle)
Applies previously configured settings to the underlying device channel(s). Calling this methods moves the underlying channel(s) from the Uncommitted state into the Committed state. After calling this method, modifying any property reverts the underlying device channel(s) to the Uncommitted state.
- Initiate(DCPowerSessionsBundle)
Starts generation or acquisition and moves the underlying devices channel(s) from the Uncommitted state or Committed state to the Running state. To return to the Uncommitted state, call the Abort method.