modelGeneralizedProbe
Partial model of a generalized three-phase probe
Extends from Icons.GeneralizedProbe (Icon representing a generalized probe that measures voltage, and phase angle).
Information
This model contains the parameters and connectors that are used by probe models such as Buildings.Electrical.AC.ThreePhasesUnbalanced.Sensors.ProbeWye and Buildings.Electrical.AC.ThreePhasesUnbalanced.Sensors.ProbeDelta. The output connectors are for the RMS voltage and the angle of the voltage phasors.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Voltage | V_nominal | RMS Nominal voltage (V_nominal >= 0) | |
| Boolean | perUnit | true | This flag display voltage in p.u. |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealOutput[3] | V | Voltage in per unit | |
| Modelica.Blocks.Interfaces.RealOutput[3] | theta | Angle |
Revisions
-
September 24, 2014, by Marco Bonvini:
Revised documentation. -
June 6, 2014, by Marco Bonvini:
First implementation.