StimulusProfile.Stop Method
- Updated2023-02-21
- 2 minute(s) read
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.StimulusProfileDefinitionApiAssembly: 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
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. |