@@ -2898,7 +2898,7 @@ This function determines the indices of non-positive sequence of the symmetrical
28982898 extends Modelica.Icons.SensorsPackage;
28992899
29002900 model PotentialSensor "Polyphase potential sensor"
2901- extends Modelica.Icons.RotationalSensor ;
2901+ extends Modelica.Icons.RoundSensor ;
29022902 parameter Integer m(final min = 1 ) = 3 "Number of phases" ;
29032903 Interfaces.PositivePlug plug_p(final m= m) annotation (Placement(
29042904 transformation(extent={{-110,-10},{-90,10}})));
@@ -2934,7 +2934,7 @@ thus measuring the m potentials <em>phi[m]</em> of the m pins of plug_p.
29342934 end PotentialSensor;
29352935
29362936 model VoltageSensor "Polyphase voltage sensor"
2937- extends Modelica.Icons.RotationalSensor ;
2937+ extends Modelica.Icons.RoundSensor ;
29382938 parameter Integer m(final min = 1 ) = 3 "Number of phases" ;
29392939 Interfaces.PositivePlug plug_p(final m= m) annotation (Placement(
29402940 transformation(extent={{-110,-10},{-90,10}})));
@@ -2979,7 +2979,7 @@ thus measuring the m potential differences <em>v[m]</em> between the m pins of p
29792979
29802980 model VoltageQuasiRMSSensor
29812981 "Continuous quasi voltage RMS sensor for polyphase system"
2982- extends Modelica.Icons.RotationalSensor ;
2982+ extends Modelica.Icons.RoundSensor ;
29832983 extends Modelica.Electrical.Polyphase.Interfaces.TwoPlug;
29842984 parameter Integer m(min = 1 ) = 3 "Number of phases" ;
29852985
@@ -3031,7 +3031,7 @@ This sensor determines the continuous quasi <a href=\"Modelica://Modelica.Blocks
30313031 end VoltageQuasiRMSSensor;
30323032
30333033 model CurrentSensor "Polyphase current sensor"
3034- extends Modelica.Icons.RotationalSensor ;
3034+ extends Modelica.Icons.RoundSensor ;
30353035 parameter Integer m(final min = 1 ) = 3 "Number of phases" ;
30363036 Interfaces.PositivePlug plug_p(final m= m) annotation (Placement(
30373037 transformation(extent={{-110,-10},{-90,10}})));
@@ -3077,7 +3077,7 @@ thus measuring the m currents <em>i[m]</em> flowing from the m pins of plug_p to
30773077
30783078 model CurrentQuasiRMSSensor
30793079 "Continuous quasi current RMS sensor for polyphase system"
3080- extends Modelica.Icons.RotationalSensor ;
3080+ extends Modelica.Icons.RoundSensor ;
30813081 extends Modelica.Electrical.Polyphase.Interfaces.TwoPlug;
30823082 parameter Integer m(min = 1 ) = 3 "Number of phases" ;
30833083 Modelica.Blocks.Interfaces.RealOutput I
@@ -3132,7 +3132,7 @@ This sensor determines the continuous quasi <a href=\"Modelica://Modelica.Blocks
31323132 end CurrentQuasiRMSSensor;
31333133
31343134 model PowerSensor "Polyphase instantaneous power sensor"
3135- extends Modelica.Icons.RotationalSensor ;
3135+ extends Modelica.Icons.RoundSensor ;
31363136 parameter Integer m(min = 1 ) = 3 "Number of phases" ;
31373137 Polyphase.Interfaces.PositivePlug pc(final m= m)
31383138 "Positive plug, current path" annotation (Placement(transformation(
@@ -3212,7 +3212,7 @@ This power sensor measures instantaneous electrical power of a polyphase system
32123212 end PowerSensor;
32133213
32143214 model MultiSensor "Polyphase sensor to measure current, voltage and power"
3215- extends Modelica.Icons.RotationalSensor ;
3215+ extends Modelica.Icons.RoundSensor ;
32163216 parameter Integer m(min = 1 ) = 3 "Number of phases" ;
32173217 Modelica.Electrical.Polyphase.Interfaces.PositivePlug pc(final m= m)
32183218 "Positive plug, current path"
@@ -3297,7 +3297,7 @@ The internal resistance of each current path is zero, the internal resistance of
32973297
32983298 model AronSensor "Three-phase Aron sensor for active power"
32993299 import Modelica;
3300- extends Modelica.Icons.RotationalSensor ;
3300+ extends Modelica.Icons.RoundSensor ;
33013301 final parameter Integer m(final min = 1 ) = 3 "Number of phases" ;
33023302 Interfaces.PositivePlug plug_p(final m= m) annotation (Placement(
33033303 transformation(extent={{-110,-10},{-90,10}})));
@@ -3382,7 +3382,7 @@ Reinhard Lerch: Elektrische Messtechnik. Springer Vieweg.
33823382
33833383 model ReactivePowerSensor "Three-phase sensor for reactive power"
33843384 import Modelica;
3385- extends Modelica.Icons.RotationalSensor ;
3385+ extends Modelica.Icons.RoundSensor ;
33863386 final parameter Integer m(final min = 1 ) = 3 "Number of phases" ;
33873387 Interfaces.PositivePlug plug_p(final m= m) annotation (Placement(
33883388 transformation(extent={{-110,-10},{-90,10}})));
0 commit comments