Model Properties
- Aktualisiert2023-02-21
- 4 Minute(n) Lesezeit
The Model type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseNodeType | Gets a reference to the internal representation of this node. (Inherited from BaseNode.) | |
| BaseRate | Gets the base rate of the model in microseconds. | |
| Decimation | Gets or sets the decimation applied to the Primary Control Loop rate to determine the BaseRate of the model. | |
| Description | Gets or sets the description of this node. (Inherited from BaseNode.) | |
| DLLPath |
Gets a reference to the compiled version of the model (.dll file).
| |
| DLLSize |
Gets the size, in bytes, of the compiled version of the model (.dll file).
| |
| DLLTimestamp | Gets the time at which the model DLL was compiled. | |
| GlobalParameterScope | Gets or sets whether global parameters in the current model share their values with other models on the same target. | |
| LoadSuccess | Gets whether NI VeriStand loaded the model successfully. | |
| MD5 | Gets the MD5 message-digest for the model. | |
| ModelPath | Gets a reference to the uncompiled model file. | |
| ModelTimestamp | Gets the time at which the model was last saved. | |
| Name | Gets the name of this node. To rename a node, use the RenameNode method. (Inherited from BaseNode.) | |
| NIVeriStandServerPort |
Gets or sets the network port that the model uses for communication via TCP. This property only applies to uncompiled models from The MathWorks, Inc. Simulink® software. DLLs and .lvmodel files do not require a network port.
| |
| NodeID | Gets the ID of this node. (Inherited from BaseNode.) | |
| NodePath | Gets the path to the node within the system definition file. (Inherited from BaseNode.) | |
| Processor | Gets or sets the processor on which the Model Execution Loop executes. -2 automatically assigns the processor to "any available". | |
| SegmentVectors | Gets information about whether or not vector inputs, outputs, parameters, and signals were split up into scalar channels when the model was loaded. | |
| ShowUnnamedSignals | Gets whether signals without names are visible. | |
| TypeGUID | Gets the GUID associated with the node. Attempts to set the GUID of a BaseNode will generate an exception. (Inherited from BaseNode.) | |
| UserRate | Obsolete.
THIS PROPERTY IS OBSOLETE in NI VeriStand 2011 SP1 and later. Use BaseRate instead. Gets the user rate of the model. |