modelAnalysatorDC
Analyze DC voltage, current and power
Extends from Icons.RoundSensor (Icon representing a round measurement device), Modelica.Electrical.Analog.Interfaces.TwoPin (Component with two electrical pins).
Information
Provides mean values over one period:
- power
- voltage
- current
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Frequency | f | 50 | Mains frequency |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| PositivePin | p (from TwoPin) | Positive electrical pin | |
| NegativePin | n (from TwoPin) | Negative electrical pin | |
| Analog.Interfaces.NegativePin | nv | Negative electrical pin | |
| Modelica.Blocks.Interfaces.RealOutput | pDC | Mean power | |
| Modelica.Blocks.Interfaces.RealOutput | iMean | Mean current | |
| Modelica.Blocks.Interfaces.RealOutput | vMean | Mean voltage |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Voltage | v (from TwoPin) | Voltage drop of the two pins (= p.v - n.v) | |
| Analog.Sensors.MultiSensor | multiSensorDC | ||
| Modelica.Blocks.Math.Mean | powerTotal | ||
| Modelica.Blocks.Math.Mean | meanCurrent | ||
| Modelica.Blocks.Math.Mean | meanVoltage |