SequenceCallInfo Constructor
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Initializes a new instance of SequenceCallInfo.
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ SequencePath As String, _ Target As String, _ ParameterAssignments As SequenceParameterAssignmentInfo(), _ Debug As Boolean, _ Timeout As Double _ ) |
| C# |
|---|
public SequenceCallInfo( string SequencePath, string Target, SequenceParameterAssignmentInfo[] ParameterAssignments, bool Debug, double Timeout ) |
| Visual C++ |
|---|
public: SequenceCallInfo( String^ SequencePath, String^ Target, array<SequenceParameterAssignmentInfo^>^ ParameterAssignments, bool Debug, double Timeout ) |
Parameters
- SequencePath
- Type: System.String
The file path of the sequence file to execute.
- Target
- Type: System.String
The name of the target on which to execute the sequence.
- ParameterAssignments
- Type:
NationalInstruments.VeriStand.ClientAPI.SequenceParameterAssignmentInfo
The parameter assignments for the sequence.
- Debug
- Type: System.Boolean
Whether the sequence executes in debug mode.
- Timeout
- Type: System.Double
The timeout in milliseconds within which the sequence must complete each time step.