Table of Contents

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
ThermalNodeMessage
Inherited Members
Message<ThermalNodePayload>.Payload
Message<ThermalNodePayload>.ToString()
Message<ThermalNodePayload>.PayloadType
Message<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

bool

GeneratedHeat

[J] Heat Generated due to self functionality

[Units("J")]
public double GeneratedHeat { get; set; }

Property Value

double

Temperature

[K] Final Temperature of the component

[Units("K")]
public double Temperature { get; set; }

Property Value

double