Table of Contents

Class PowerSourceMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

[Nominal] The "PowerSource" message

public class PowerSourceMessage : Message<PowerSourcePayload>
Inheritance
PowerSourceMessage
Inherited Members
Message<PowerSourcePayload>.Payload
Message<PowerSourcePayload>.ToString()
Message<PowerSourcePayload>.PayloadType
Message<PowerSourcePayload>.PayloadObject

Constructors

PowerSourceMessage()

Default constructor

public PowerSourceMessage()

Properties

IsActive

[-] A flag for if the source is currently active

[Units("-")]
public bool IsActive { get; set; }

Property Value

bool

NominalVoltage

[V] The desired voltage that is produced from this source

[Units("V")]
public double NominalVoltage { get; set; }

Property Value

double

Power

[W] Current power being produced in Watts

[Units("W")]
public double Power { get; set; }

Property Value

double