Table of Contents

Method Abort

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower
Assembly
NationalInstruments.SemiconductorTestLibrary.Extensions.dll

Abort(DCPowerSessionsBundle)

Transitions the NI-DCPower session from the Running state to the Uncommitted state. If a sequence is running, the NI-DCPower session is stopped.

public static void Abort(this DCPowerSessionsBundle sessionsBundle)

Parameters

sessionsBundle DCPowerSessionsBundle

The DCPowerSessionsBundle object.

Remarks

Note: This is a lower level function for controlling over the NI-DCPower session. Any low level driver property updated after this method will not be applied until the next sourcing operation, or when the Commit method is explicitly called. If power output is enabled when you call the Abort method, the channels remain in their current state and continue providing power. Refer to the Programming States topic in the NI-DCPower User Manual and the document of your SMU model for information about the specific NI-DCPower software states. Use the OutputEnable method to disable power output per channel. Use the Reset method to disable output on all channels.