SWITCH TO MANUAL
Class in Zendir.Classes | Inherits from PowerNodeModel
Declaration
class TransmitterPowerModel ;
Description
The Transmitter Power Model creates a coupling between a
Transmitter component and the Power Bus electrical network.
This model enables realistic power consumption simulation
during data transmission, where the transmitter draws
additional power from the spacecraft power system when
actively transmitting. The model also enforces power
availability constraints, preventing transmission when
insufficient voltage is available.
Properties
Declared Description IdleResistance Specifies the base level resistance for the power modelthat will occur when not transmitting.
Inherited Description CurrentIn The Input Current of the node. CurrentOut The Output Current of the node. 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. Name The display name or tag of this object. NetPower Net power: a positive value is power supplied to the circuit; a negative value is power consumed from the circuit. Out_PowerNodeMsg The power node message that stores all the properties ofthe node. Parent The currently attached parent object. Power The Power consumed by this power node 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 Input Voltage of the node. VoltageNode The Node Voltage being used. VoltageOut The Output Voltage of the node.
Methods
Inherited Description Clear Clear the Power Node Model if the circuit is open FindParentWithID Returns an attached parent that satisfies the specified ID. FindParentWithType Returns an attached parent that satisfies the specified type. FindRootWithID Returns a root object that satisfies the specified ID. FindRootWithType Returns a root object that satisfies the specified type.