VeriStand .NET API Reference

RealTimeSequence.Variables Property

Gets or sets the Variables section of the real-time sequence, which is represented by the Variables pane in the Stimulus Profile Editor. This section contains all the variables the sequence has access to at run time and can us in expressions. It includes Parameters, LocalVariables, and the ReturnDeclaration, or output value, of the sequence.

Namespace: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property Variables As Variables
C#
public Variables Variables { get; set; }
Visual C++
public:
property Variables^ Variables {
	Variables^ get ();
	void set (Variables^ value);
}

Property Value

A Variables object.

See Also

Log in to get a better experience