modelProbeDelta
Model of a probe that measures voltage magnitude and angle (Delta configuration)
Extends from Buildings.Electrical.AC.ThreePhasesUnbalanced.Sensors.BaseClasses.GeneralizedProbe (Partial model of a generalized three-phase probe).
Information
This model represents a probe that measures the RMS voltage and the angle of the voltage phasors at a given point. The probes are connected in the Wye (Y) grounded configuration.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Voltage | V_nominal (from GeneralizedProbe) | RMS Nominal voltage (V_nominal >= 0) | |
| Boolean | perUnit (from GeneralizedProbe) | true | This flag display voltage in p.u. |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealOutput[3] | V (from GeneralizedProbe) | Voltage in per unit | |
| Modelica.Blocks.Interfaces.RealOutput[3] | theta (from GeneralizedProbe) | Angle | |
| Buildings.Electrical.AC.ThreePhasesUnbalanced.Interfaces.Terminal_n | term | Electrical connector |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Interfaces.WyeToDelta | wyeToDelta | Y to D transformation |
Revisions
-
June 6, 2014, by Marco Bonvini:
First implementation.