modelMultiSensor

Polyphase sensor to measure current, voltage and power

Extends from Modelica.Icons.RoundSensor (Icon representing a round measurement device).

Information

This multi sensor measures currents, voltages and instantaneous electrical power of a polyphase system and has separated voltage and current paths. The plugs of the voltage paths are pv and nv, the plugs of the current paths are pc and nc. The internal resistance of each current path is zero, the internal resistance of each voltage path is infinite.

See also

SinglePhase.Sensors.MultiSensor ReferenceSensor, FrequencySensor, PotentialSensor, VoltageSensor, VoltageQuasiRMSSensor, CurrentSensor, CurrentQuasiRMSSensor, PowerSensor

Parameters

TypeNameDefaultDescription
Integerm3Number of phases

Connectors

TypeNameDefaultDescription
QuasiStatic.Polyphase.Interfaces.PositivePlugpcPositive plug, current path
QuasiStatic.Polyphase.Interfaces.NegativePlugncNegative plug, current path
QuasiStatic.Polyphase.Interfaces.PositivePlugpvPositive plug, voltage path
QuasiStatic.Polyphase.Interfaces.NegativePlugnvNegative plug, voltage path
Modelica.ComplexBlocks.Interfaces.ComplexOutput[m]iCurrent as complex output signal
Modelica.ComplexBlocks.Interfaces.ComplexOutput[m]vVoltage as complex output signal
Modelica.ComplexBlocks.Interfaces.ComplexOutput[m]apparentPowerInstantaneous apparent power as complex output signal
Modelica.ComplexBlocks.Interfaces.ComplexOutputapparentPowerTotalSum of instantaneous apparent power as complex output signal

Components

TypeNameDefaultDescription
SI.Current[m]abs_iabs(i)Absolute of complex currents
SI.Angle[m]arg_iarg(i)Argument of complex currents
SI.Voltage[m]abs_vabs(v)Absolute of complex voltages
SI.Angle[m]arg_varg(v)Argument of complex voltages
SI.ApparentPower[m]abs_apparentPowerabs(apparentPower)Absolute of complex apparent power signals
SI.Angle[m]arg_apparentPowerarg(apparentPower)Argument of complex apparent power signals
SI.ApparentPowerabs_apparentPowerTotalabs(apparentPowerTotal)Absolute of sum complex apparent power
SI.Anglearg_apparentPowerTotalarg(apparentPowerTotal)Argument of sum complex apparent power

Revisions

  • 20170306 first implementation by Anton Haumer