DCPowerOutputControl Class
- Updated2025-10-06
- 1 minute(s) read
Provides methods to control the programming state of NI-DCPower.
Derives from
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDCPower
public class DCPowerOutputControl : DCPowerSubObject
Remarks
For more information, refer to NI DC Power Supplies and SMUs Help.
Thread Safety
All members of this type are safe for multithreaded operations.
Methods
| Name | Description |
|---|---|
| Abort() | Transitions the specified channel(s) from the Running state to the Uncommitted state. If a sequence is running, it is stopped. |
| Commit() | Applies previously configured settings to the specified channel(s). Calling this method moves the channel(s) from the Uncommitted state into the Committed state. After calling this method, modifying any property reverts the channel(s) to the Uncommitted state. Use the Initiate method to transition to the Running state. |
| Initiate() | Starts generation or acquisition, causing the specified channel(s) to leave the Uncommitted state or Committed state and enter the Running state. To return to the Uncommitted state, call the Abort method. |