VeriStand .NET API Reference

RealTimeSequenceCallStep.Target Property

The name of the target on which the sequence will execute.

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 Target As String
C#
public string Target { get; set; }
Visual C++
public:
property String^ Target {
	String^ get ();
	void set (String^ value);
}

Property Value

The name of the target. If this is an empty string, NI VeriStand assigns a default target based on the ParameterAssignments.

See Also

Log in to get a better experience