Class PowerMessage
- Namespace
- NominalSystems.Messages
- Assembly
- NominalSystems.Messages.dll
[Nominal] Message structure that defines the power information for a power source or sink, able to manipulate the power for a network.
public sealed class PowerMessage : Message
- Inheritance
-
PowerMessage
Fields
IsActive
A flag for if the power source or sink is currently active.
[Unit(UnitType.NONE)]
public bool IsActive
Field Value
NominalVoltage
The desired voltage in Volts.
[Unit(UnitType.VOLT)]
public double NominalVoltage
Field Value
Power
Current power in Watts.
[Unit(UnitType.WATT)]
public double Power