Initializes a new instance of
Model.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly:
NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Parameters
- Name
- Type: System.String
The name of the model.
- Description
- Type: System.String
The description of the model.
- ModelPath
- Type: System.String
The path to the uncompiled model.
- Processor
- Type: System.Int32
The processor on which the model runs.
- Decimation
- Type: System.Int32
The decimation applied to the Primary Control Loop rate to determine the base rate for executing the model.
- InitialState
- Type: System.UInt16
The initial execution state of the model. 0: Running. 1: Paused.
- SegmentVectors
- Type: System.Boolean
true (True in Visual Basic) to split up vector inputs, outputs, parameters, and signals into scalar channels when the model is loaded.
- ImportParameters
- Type: System.Boolean
true (True in Visual Basic) to import parameters.
- ImportSignals
- Type: System.Boolean
true (True in Visual Basic) to import signals.