VeriStand .NET API Reference

StimulusProfile Class

Represents a stimulus profile.

Namespace: NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class StimulusProfile _
	Inherits RootNode
C#
[SerializableAttribute]
public class StimulusProfile : RootNode
Visual C++
[SerializableAttribute]
public ref class StimulusProfile : public RootNode

Remarks

A stimulus profile is a test executive that can call real-time sequences, open and close NI VeriStand projects, and perform data-logging and pass/fail analysis. It also connects real-time sequences to system definition files to bind channel data within the system definition file to variables in the real-time sequence. Stimulus profiles execute on the host computer.

Use the members of this class to access the steps a stimulus profile contains, control the execution of the stimulus profile, and track events that occur during execution.

Accessing this Class:

Inheritance Hierarchy

System.Object
    NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
        NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.RootNode
            NationalInstruments.VeriStand.StimulusProfileDefinitionApi.StimulusProfile

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

See Also

Log in to get a better experience