Class TransmitterPowerModel
- Namespace
- NominalSystems.Classes
- Assembly
- NominalSystems.Classes.dll
[Nominal] This model creates a mapping between the transmitter producing some transmission with a decibel level and the power system. This enables the drawing of power.
[UniverseParent(typeof(Transmitter))]
public class TransmitterPowerModel : PowerNodeModel
- Inheritance
-
TransmitterPowerModel
Constructors
TransmitterPowerModel()
Construct a motor power model
protected TransmitterPowerModel()
Fields
BaseResistance
Specifies the base level resistance for the power model that will occur when not transmitting.
[Unit(UnitType.OHM)]
public double BaseResistance
Field Value
Methods
OnUpdate(double, double)
Called when the object should update from the simulation tick. This will take in a time and a step, where the time is the time of the clock before updating the object.
protected override void OnUpdate(double time, double step)