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
Declared | Description |
---|---|
CurrentIn | The Input Current of the node. |
CurrentOut | The Output Current of the node. |
Enabled | A flag for updating whether this particular node is enabled.If this is false, then this component will be bypassed. |
IsOpenCircuit | A flag if the power node is currently open and no power willbe transferred to the next component. |
Resistance | The Resistance of the node. |
VoltageIn | The Input Voltage of the node. |
VoltageNode | The Node Voltage being used. |
VoltageOut | The Output Voltage of the node. |