VeriStand .NET API Reference

Factory.GetIStimulus Method

This method is deprecated in NI VeriStand 2010 and later. Use the GetIStimulus2 method instead.

Gets the IStimulus interface, which you can use to access the stimulus profile, get information about stimulus generation, and run and stop stimulus generation.

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)
Public Function GetIStimulus As IStimulus
C#
public IStimulus GetIStimulus()
Visual C++
public:
IStimulus^ GetIStimulus()

Return Value

Returns an Error object. If no error occurs, the Code property of the Error object is 0.

See Also

Log in to get a better experience