Class PowerMonitorMessage
- Namespace
- NominalSystems.Messages
- Assembly
- NominalSystems.Messages.dll
[Nominal] The Power Monitor message is able to produce metrics about a particular power EPS system and how it is currently being operated.
public sealed class PowerMonitorMessage : Message
- Inheritance
-
PowerMonitorMessage
Fields
FusesTripped
The number of fuses that have been tripped on the EPS bus.
[Unit(UnitType.NONE)]
public int FusesTripped
Field Value
MaxLoadCurrent
Maximum current that passes over the loads.
[Unit(UnitType.AMPERE)]
public double MaxLoadCurrent
Field Value
NetCapacity
The total storage capacity of all storage units on the EPS bus.
[Unit("Ah")]
public double NetCapacity
Field Value
NetPowerConsumed
The total power consumed by loads on the EPS bus.
[Unit(UnitType.WATT)]
public double NetPowerConsumed
Field Value
NetPowerGenerated
The total power generated by loads on the EPS bus.
[Unit(UnitType.WATT)]
public double NetPowerGenerated
Field Value
NetStorage
The total storage of all storage units on the EPS bus.
[Unit("Ah")]
public double NetStorage
Field Value
NumSwitches
The number of switches that exist in the EPS bus.
[Unit(UnitType.NONE)]
public int NumSwitches