VeriStand .NET API Reference

ActionStep.Id Property

Gets the unique identifier for a step, which is the full path to the step in the stimulus profile hierarchy.

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

Property Value

A string containing the position of the step in the stimulus profile hierarchy. For example, a Play Macro step under the Main code section has the following ID: Main/Play Macro: MacroFile.nivsmacro.

See Also

Log in to get a better experience