SimulationModels.GetExecutionOrder Method
- Updated2023-02-21
- 2 minute(s) read
Gets the Execution Order section, which contains information about the order in which your models execute relative to each other in the VeriStand Engine.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Function GetExecutionOrder As ExecutionOrder |
| C# |
|---|
public ExecutionOrder GetExecutionOrder() |
| Visual C++ |
|---|
public: ExecutionOrder^ GetExecutionOrder() |