DCPowerOutputControl Class
- Updated2024-01-04
- 3 minute(s) read

DCPowerOutputControl Class
Provides methods to control the programming state of NI-DCPower.
Inheritance Hierarchy
SystemObject
NationalInstruments.ModularInstruments.NIDCPowerDCPowerSubObject
NationalInstruments.ModularInstruments.NIDCPowerDCPowerOutputControl
NationalInstruments.ModularInstruments.NIDCPowerDCPowerSubObject
NationalInstruments.ModularInstruments.NIDCPowerDCPowerOutputControl
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx45 (in NationalInstruments.ModularInstruments.NIDCPower.Fx45.dll) Version: 2023
Syntax
public sealed class DCPowerOutputControl : DCPowerSubObject
Public NotInheritable Class DCPowerOutputControl Inherits DCPowerSubObject
The DCPowerOutputControl type exposes the following members.
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.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | 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.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
For more information, refer to NI DC Power Supplies and SMUs Help.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.