Class in Zendir.Messages | Inherits from Message
Declaration
class PowerMonitorMessage;Description
The Power Monitor message is able to produce metrics about a particular power EPS system and how it is currently being operated.
Properties
| Declared | Description |
|---|---|
| FusesTripped | The number of fuses that are currently in a blown state on the EPS bus. |
| MaxLoadCurrent | Maximum current that passes over the loads. |
| NetCapacity | The total storage capacity of all storage units on the EPS bus. |
| NetPower | The net power state of the EPS bus. |
| NetPowerConsumed | The total power consumed by loads on the EPS bus. |
| NetPowerGenerated | The total power generated by loads on the EPS bus. |
| NetStorage | The total storage of all storage units on the EPS bus. |
| NumSwitches | The number of switches that exist in the EPS bus. |
| TotalFusesTripped | The total number of times fuses in the EPS bus have been tripped during the simulation. |