NI-DCPower .NET fx45 API Reference

Table of Contents

DCPowerControl.Abort Method

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

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.Fx45 (in NationalInstruments.ModularInstruments.NIDCPower.Fx45.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.

See Also

Log in to get a better experience