WOLFRAM SYSTEM MODELER

ReactivePowerSensor

Three-phase sensor for reactive power

Diagram

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.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 polyphase electrical plug with m pins

plug_n

Type: NegativePlug

Description: Negative polyphase electrical plug with m pins

reactivePower

Type: RealOutput

Description: Reactive power

Components (6)

plugToPins_p

Type: PlugToPins_p

Description: Connect all (positive) Pins

plugToPins_n

Type: PlugToPins_n

Description: Connect all (negative) Pins

powerSensor1

Type: PowerSensor

Description: Sensor to measure the power

powerSensor2

Type: PowerSensor

Description: Sensor to measure the power

add

Type: Add3

Description: Output the sum of the three inputs

powerSensor3

Type: PowerSensor

Description: Sensor to measure the power

Used in Examples (2)

Rectifier

Modelica.Electrical.Polyphase.Examples

Test example with polyphase components

TestSensors

Modelica.Electrical.Polyphase.Examples