Class in Zendir.Messages | Inherits from Message

Declaration

class PowerNodeMessage;

Description

The Power Node message contains information about the node that this is attached to, including Voltage, Current and Resistance.


Properties

DeclaredDescription
CurrentInThe Input Current of the node.
CurrentOutThe Output Current of the node.
EnabledA flag for updating whether this particular node is enabled.If this is false, then this component will be bypassed.
IsOpenCircuitA flag if the power node is currently open and no power willbe transferred to the next component.
ResistanceThe Resistance of the node.
VoltageInThe Input Voltage of the node.
VoltageNodeThe Node Voltage being used.
VoltageOutThe Output Voltage of the node.