VeriStand .NET API Reference

RealTimeSequence.References Property

Gets or sets the References section of the real-time sequence, which is represented by the References pane in the Stimulus Profile Editor. You can use this section to add references to other real-time sequences, which allows you to call those sequences from expressions within the current 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 References As References
C#
public References References { get; set; }
Visual C++
public:
property References^ References {
	References^ get ();
	void set (References^ value);
}

Property Value

A References object.

See Also

Log in to get a better experience