DCPowerControl.Abort Method
- Updated2024-01-04
- 1 minute(s) read

DCPowerControlAbort Method
Transitions the NI-DCPower session from the Running state to the Uncommitted state. If a sequence is running,
then the NI-DCPower session is stopped. Any configuration methods called after this method are not applied until the Initiate
method is called. If power output is enabled when you call the Abort method,
the output channels remain in their current state and continue providing power.
Use the Enabled property to disable power output on a per channel basis. Use the
Reset method to disable output on all channels.
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023
Syntax
public void Abort()
Public Sub Abort
Remarks
For information about the specific NI-DCPower software states, refer to the Programming States topic in the NI DC Power Supplies and SMUs Help.