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