VeriStand .NET API Reference

RealTimeSequence.SequenceName Property

Gets the name of the real-time sequence. This name is derived from the name of the saved sequence file, and is the file name without the file extension.

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 ReadOnly Property SequenceName As String
C#
public string SequenceName { get; }
Visual C++
public:
property String^ SequenceName {
	String^ get ();
}

Property Value

The name of the real-time sequence.

See Also

Log in to get a better experience