Constant Nodes
Defines a constant value in the node space.
Attribute | Description | Data Type |
---|---|---|
Id | Id of the constant | System.Guid |
Name | Name of the constant | System.String |
DataType | Data type of the constant | System.String |
Value | Constant value | System.String |
Unit | Physical unit of the value | System.String |
Example
{
"Id": "95C03595-6408-4ADD-A927-96A50C4D2598",
"Name": "RunningState",
"DataType": "System.Int32",
"Value": 1001,
"Unit": "km"
}
The constant node supports the same data types as data node.