WOLFRAM SYSTEM MODELER

ReactivePowerSensor

Three-phase sensor for reactive power

Diagram

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.QuasiStatic.Polyphase.Sensors.ReactivePowerSensor"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

Contains 3 power meters (Modelica.Electrical.Analog.Sensors.PowerSensor) to measure total reactive power in a three-phase system.

For more information see [Mühl2017].

Parameters (1)

m

Value: 3

Type: Integer

Description: Number of phases

Connectors (3)

plug_p

Type: PositivePlug

Description: Positive quasi-static polyphase plug

plug_n

Type: NegativePlug

Description: Negative quasi-static polyphase plug

reactivePower

Type: RealOutput

Description: Reactive power

Components (9)

plugToPins_p

Type: PlugToPins_p

Description: Connect all (positive) pins

plugToPins_n

Type: PlugToPins_n

Description: Connect all (negative) pins

powerSensor1

Type: PowerSensor

Description: Power sensor

powerSensor2

Type: PowerSensor

Description: Power sensor

add

Type: Add3

Description: Output the sum of the three inputs

powerSensor3

Type: PowerSensor

Description: Power sensor

complexToReal1

Type: ComplexToReal

Description: Converts complex to Cartesian representation

complexToReal2

Type: ComplexToReal

Description: Converts complex to Cartesian representation

complexToReal3

Type: ComplexToReal

Description: Converts complex to Cartesian representation

Used in Examples (1)

TestSensors

Modelica.Electrical.QuasiStatic.Polyphase.Examples