modelProbe
Model of a probe that measures RMS voltage and angle
Extends from Icons.GeneralizedProbe (Icon representing a generalized probe that measures voltage, and phase angle).
Information
This model represents a probe that measures the RMS voltage and the angle of the voltage phasor at a given point.
Optionally, given a reference voltage, the model can compute the voltage in per unit.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Voltage | V_nominal | Nominal voltage (V_nominal >= 0) | |
| Boolean | perUnit | true | If true, display voltage in p.u. |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Interfaces.Terminal_n | term | Electrical connector | |
| Modelica.Blocks.Interfaces.RealOutput | V | Voltage phasor magnitude | |
| Modelica.Blocks.Interfaces.RealOutput | theta | Voltage phasor angle |
Revisions
-
March 30, 2015, by Michael Wetter:
Madetermreplaceable. This was detected by the OpenModelica regression tests. - September 4, 2014, by Michael Wetter:
Revised model. -
August 5, 2014, by Marco Bonvini:
Revised documentation. -
June 6, 2014, by Marco Bonvini:
First implementation.