NI-DCPower .NET fx45 API Reference

DCPowerOutputControl Methods

  • Updated2024-01-04
  • 2 minute(s) read
DCPowerOutputControl Methods

DCPowerOutputControl Methods

The DCPowerOutputControl type exposes the following members.

Methods

  NameDescription
Public methodAbort
Transitions the specified channel(s) from the Running state to the Uncommitted state. If a sequence is running, it is stopped.
Public methodCommit
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.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitiate
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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top

See Also