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; } |
Property Value
The name of the target.
| Exception | Condition |
|---|
| ArgumentNullException |
The value is a null reference (Nothing in Visual Basic) or an empty string.
|