Class PowerNodeModel
- Namespace
- NominalSystems.Classes
- Assembly
- NominalSystems.Classes.dll
The Power Node Model can be added to any physical component on an entity and it can be used as part of the power system. It allows for current and voltage to be calculated across a series of connections.
public class PowerNodeModel : ComponentModel<Component>
- Inheritance
-
ComponentModel<Component>PowerNodeModel
- Inherited Members
-
ComponentModel<Component>.Target
Constructors
PowerNodeModel()
Default constructor when the model is added to the component
public PowerNodeModel()
Fields
Out_PowerNodeMsg
The power node message that stores all the properties of the node.
public PowerNodeMessage Out_PowerNodeMsg
Field Value
Properties
Power
[W] The Power consumed by this power node
public double Power { get; }
Property Value
Resistance
public double Resistance { get; set; }