Table of Contents

Class ThermalNodeMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

[Nominal] The Thermal Node message can define the thermal information of the message.


public sealed class ThermalNodeMessage : Message
Inheritance
ThermalNodeMessage

Fields

Enabled

A flag whether the thermal properties are enabled.

[Unit(UnitType.NONE)]
public bool Enabled

Field Value

bool

GeneratedHeat

Heat Generated due to self functionality.

[Unit(UnitType.JOULE)]
public double GeneratedHeat

Field Value

double

Temperature

Final Temperature of the component.

[Unit(UnitType.KELVIN)]
public double Temperature

Field Value

double