VeriStand .NET API Reference

UpdateModelParametersFromFile.Target Property

Gets or sets the name of the target, as it appears in the system definition file, on which the model executes. This step can only update model parameters on one target at a time.

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.

Exceptions

ExceptionCondition
ArgumentNullException The value is a null reference (Nothing in Visual Basic) or an empty string.

See Also

Log in to get a better experience