VeriStand .NET API Reference

StimulusProfile.Stop Method

Stops the execution of the stimulus profile. Stopping execution causes the stimulus profile to jump to and execute the tasks in the CleanupStepGroup before terminating execution.

Namespace: NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Sub Stop
C#
public void Stop()
Visual C++
public:
void Stop()

Remarks

Note:

If you stop execution of a stimulus profile that contains nested real-time sequences, the tasks in the CleanUp section of each sequence also execute before the stimulus profile is stopped.

Use the Abort method to immediately terminate stimulus profile execution without executing clean-up tasks.

See Also

Log in to get a better experience