| CurrentIn | The current flowing into this node at the In terminal.Under flow-through convention, positive means current enters at In and exits at Out.Equal to CurrentOut in steady state for two-terminal elements. |
| CurrentOut | The current flowing out of this node at the Out terminal.Under flow-through convention, positive means current exits at Out (entered at In).Equal to CurrentIn in steady state for two-terminal elements. |
| IsEnabled | Is true if the object is currently enabled. |
| IsOpenCircuit | A flag if the power node is currently open and no power willbe transferred to the next component. |
| LastSolvedVoltage | The last SPICE-solved acrossthis node, fed into the next tick’s quasi-static constant-powerresistance update. |
| MinOperationalVoltageRatio | Minimum fraction of required onthe node for the sensor to remain energised. If the SPICE-solvedfalls below this fraction, thepower model shuts the sensor down. |
| MinPowerRatio | Minimum fraction of the expected (state-based) CPL power that must appear asabsorbed electrical power in the SPICE branch: |
| ModelShutdown | A Bool to track if the model shutdown the sensor. |
| Name | The display name or tag of this object. |
| NetPower | Net power this node contributes to the bus, calculated directly from thevoltages and currents at the In and Out terminals:NetPower = VoltageOut * CurrentOut - VoltageIn * CurrentInThis is the power delivered to the external circuit by this node (the negativeof the power absorbed by it). Under the flow-through convention, positiveCurrentIn represents current entering at the In terminal and positiveCurrentOut represents current exiting at the Out terminal.A positive NetPower means the node is adding power to the bus (e.g. a solarpanel producing power, a discharging battery). A negative NetPower means thenode is consuming power from the bus (e.g. a power sink, a charging battery,resistive losses in a fuse/switch/component).For a two-terminal element CurrentIn == CurrentOut, so this reduces to(VoltageOut - VoltageIn) * I. When one terminal is connected to ground andthe bus has ZeroGroundPlane enabled, that terminal’s voltage and current areboth zero, so the formula still represents the true energy exchange at thenon-grounded terminal (e.g. V_out * I_out for a ground-referenced source orbattery, -V_in * I_in for a ground-referenced load). |
| NominalOperationalVoltage | The nominal DC voltage at this sensor node for CPL seeding and brownout thresholds.12 V is a common CubeSat / small-sat battery-bus tap before local regulation;set to your regulated rail (e.g. 5 V) if the model sits downstream of a converter. |
| Out_PowerNodeMsg | The power node message that stores all the properties ofthe node. |
| Parent | The currently attached parent object. |
| Power | The Power Consumption of the Sensor based on its current state. |
| PowerOperational | The Power Consumption of the Sensor when Running (operational).Default ~3 W is representative of a modest CubeSat EO / instrument payload(many commercial small-sat imagers fall roughly in the ~2–6 W active range). |
| PowerShutdown | The Power Consumption of the Sensor when Shutdown. |
| PowerStandby | The Power Consumption of the Sensor when in Standby.Default ~0.65 W matches CubeSat-class star trackers (e.g. AAC Clyde ST200 ~650 mW nominal). |
| Resistance | The Resistance of the node. |
| SelfSolve | A Flag to determine if the Power Node Model should update Output parameters itself if not connected to a PowerBus |
| VoltageIn | The voltage at the In (negative) terminal of this node.For a load connected between a source and ground, this is the higher potential side. |
| VoltageNode | The voltage drop across the node: VoltageIn - VoltageOut.Positive for a load (current flows from higher to lower potential).Negative for a source (Out terminal at higher potential than In). |
| VoltageOut | The voltage at the Out (positive) terminal of this node.For a load connected between a source and ground, this is the lower potential side. |