Class ThermalNodeMessage
- Namespace
- NominalSystems.Messages
- Assembly
- NominalSystems.Messages.dll
[Nominal] The Thermal Node message that can define the thermal information of the message.
public sealed class ThermalNodeMessage : Message<ThermalNodePayload>
- Inheritance
-
Message<ThermalNodePayload>ThermalNodeMessage
- Inherited Members
-
Message<ThermalNodePayload>.PayloadMessage<ThermalNodePayload>.ToString()Message<ThermalNodePayload>.PayloadTypeMessage<ThermalNodePayload>.PayloadObject
Constructors
ThermalNodeMessage()
Default constructor
public ThermalNodeMessage()
Properties
Enabled
[-] A flag whether the thermal properties are enabled
[Units("-")]
public bool Enabled { get; set; }
Property Value
GeneratedHeat
[J] Heat Generated due to self functionality
[Units("J")]
public double GeneratedHeat { get; set; }
Property Value
Temperature
[K] Final Temperature of the component
[Units("K")]
public double Temperature { get; set; }