Gets or sets the path to the real-time sequence (.nivsseq) file on disk. A properly formatted CSV (.csv) file also can function as a real-time sequence.
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) |
|---|
Public Property SequencePath As String |
| C# |
|---|
public string SequencePath { get; set; } |
| Visual C++ |
|---|
public:
property String^ SequencePath {
String^ get ();
void set (String^ value);
} |
Property Value
The path to the sequence file.