IStimulus.StopStimulusProfile Method
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Stops the currently running stimulus profile file.
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Function StopStimulusProfile As Error |
| C# |
|---|
Error StopStimulusProfile() |
| Visual C++ |
|---|
Error^ StopStimulusProfile() |
Return Value
Returns an Error object. If no error occurs, the Code property of the Error object is 0.
Remarks
The method is valid for the original version of the NI VeriStand Stimulus Profile Editor only. In NI VeriStand 2011 and later, this method is maintained for compatibility purposes only. Use the members of the Stimulus Profile Execution API to interact with stimulus profiles in NI VeriStand 2011 and later.