modelMultiSensor
Sensor to measure current, voltage and power
Extends from Modelica.Icons.RoundSensor (Icon representing a round measurement device).
Information
This multi sensor measures current, voltage and instantaneous electrical power of a single-phase system and has a separated voltage and current path. The pins of the voltage path are pv and nv, the pins of the current path are pc and nc. The internal resistance of the current path is zero, the internal resistance of the voltage path is infinite.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Electrical.Analog.Interfaces.PositivePin | pc | Positive pin, current path | |
| Modelica.Electrical.Analog.Interfaces.NegativePin | nc | Negative pin, current path | |
| Modelica.Electrical.Analog.Interfaces.PositivePin | pv | Positive pin, voltage path | |
| Modelica.Electrical.Analog.Interfaces.NegativePin | nv | Negative pin, voltage path | |
| Modelica.Blocks.Interfaces.RealOutput | i | Current as output signal | |
| Modelica.Blocks.Interfaces.RealOutput | v | Voltage as output signal | |
| Modelica.Blocks.Interfaces.RealOutput | power | Instantaneous power as output signal |
Revisions
- 20170306 first implementation by Anton Haumer