modelPowerSensor
Power sensor
Extends from Modelica.Icons.RoundSensor (Icon representing a round measurement device).
Information
This sensor can be used to measure the complex apparent power.
See also
ReferenceSensor, FrequencySensor, PotentialSensor, VoltageSensor, VoltageRMSSensor, CurrentSensor, CurrentRMSSensor, MultiSensor
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Interfaces.PositivePin | currentP | ||
| Interfaces.NegativePin | currentN | ||
| Interfaces.PositivePin | voltageP | ||
| Interfaces.NegativePin | voltageN | ||
| Modelica.ComplexBlocks.Interfaces.ComplexOutput | apparentPower | Complex apparent power = active power + j * reactive power |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.ComplexCurrent | i | ||
| SI.ComplexVoltage | v | ||
| SI.ApparentPower | abs_apparentPower | Modelica.ComplexMath.abs(apparentPower) | Magnitude of complex apparent power |
| SI.Angle | arg_apparentPower | Modelica.ComplexMath.arg(apparentPower) | Argument of complex apparent power |