VeriStand .NET API Reference

IStimulus.StopStimulusProfile Method

Stops the currently running stimulus profile file.

Namespace: NationalInstruments.VeriStand.ClientAPI
Assembly: 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.

See Also

Log in to get a better experience