Table of Contents

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

bool

NominalVoltage

The desired voltage in Volts.

[Unit(UnitType.VOLT)]
public double NominalVoltage

Field Value

double

Power

Current power in Watts.

[Unit(UnitType.WATT)]
public double Power

Field Value

double