VeriStand .NET API Reference

Content Type
Programming Language
Current manual
Table of Contents

IStimulus2 Interface

Interface to control stimulus generation. Use the GetIStimulus2 method of the Factory class to access this interface.

This interface also inherits the methods of the IStimulus interface.

Namespace: NationalInstruments.VeriStand.ClientAPI
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)

Syntax

Visual Basic (Declaration)
Public Interface IStimulus2 _
	Implements IStimulus
C#
public interface IStimulus2 : IStimulus
Visual C++
public interface class IStimulus2 : IStimulus

Remarks

The members of this interface control stimulus generation in the original version of the NI VeriStand Stimulus Profile Editor. In NI VeriStand 2011 and later, this interface 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

Was this information helpful?