SimulationModels Properties
- Mise à jour2023-02-21
- Temps de lecture : 3 minute(s)
The SimulationModels type exposes the following members.
| Name | Description | |
|---|---|---|
| ApplyParameterFile | Gets or sets a value indicating whether to apply the parameter values defined in the ParameterFile when you deploy a system definition file. | |
| BaseNodeType | Gets a reference to the internal representation of this node. (Inherited from BaseNode.) | |
| Description | Gets or sets the description of this node. (Inherited from BaseNode.) | |
| Name | Gets the name of this node. To rename a node, use the RenameNode method. (Inherited from BaseNode.) | |
| 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.) | |
| ParameterAliasFile | Gets or sets the parameter alias file to use with the ParameterFile. | |
| ParameterFile |
Gets or sets the parameter calibration .txt file to apply when you deploy a system definition file.
| |
| ParameterFileAllowTempVariable | Gets or sets a value indicating whether the ParameterFile allows temporary variables. Temporary variables are always local to the file in which you define them. | |
| ParameterFileDelimiter | Gets or sets the delimiter used to separate parameter-value pairs in the ParameterFile. | |
| TypeGUID | Gets the GUID associated with the node. Attempts to set the GUID of a BaseNode will generate an exception. (Inherited from BaseNode.) |