AC single-phase sensors
This package hosts sensors for quasi-static single-phase circuits. Quasi-static theory for single-phase circuits can be found in the references.
Extends from Modelica.Icons.SensorsPackage (Icon for packages containing sensors).
Name | Description |
---|---|
ReferenceSensor | Sensor of reference angle gamma |
FrequencySensor | Frequency sensor |
PotentialSensor | Potential sensor |
VoltageSensor | Voltage sensor |
CurrentSensor | Current sensor |
PowerSensor | Power sensor |
MultiSensor | Sensor to measure current, voltage and power |
Sensor of reference angle gamma
This sensor can be used to measure the reference angle.
FrequencySensor, PotentialSensor, VoltageSensor, CurrentSensor, PowerSensor, MultiSensor
Extends from QuasiStatic.SinglePhase.Interfaces.AbsoluteSensor (Partial potential sensor).
Name | Description |
---|---|
pin | Positive quasi-static single-phase pin |
gamma | Reference angle [rad] |
Frequency sensor
This sensor can be used to measure the frequency of the reference system.
ReferenceSensor, PotentialSensor, VoltageSensor, CurrentSensor, PowerSensor, MultiSensor
Extends from Interfaces.AbsoluteSensor (Partial potential sensor).
Name | Description |
---|---|
pin | Positive quasi-static single-phase pin |
f | Frequency [Hz] |
Potential sensor
This sensor can be used to measure the complex potential.
ReferenceSensor, FrequencySensor, VoltageSensor, CurrentSensor, PowerSensor, MultiSensor, MultiSensor
Extends from Interfaces.AbsoluteSensor (Partial potential sensor).
Name | Description |
---|---|
pin | Positive quasi-static single-phase pin |
v | Complex potential |
Voltage sensor
This sensor can be used to measure the complex voltage.
ReferenceSensor, FrequencySensor, PotentialSensor, CurrentSensor, PowerSensor, MultiSensor
Extends from Modelica.Electrical.QuasiStatic.SinglePhase.Interfaces.RelativeSensorElementary (Elementary partial voltage / current sensor).
Name | Description |
---|---|
pin_p | Positive quasi-static single-phase pin |
pin_n | Negative quasi-static single-phase pin |
v | Complex voltage |
Current sensor
This sensor can be used to measure the complex current.
ReferenceSensor, FrequencySensor, PotentialSensor, VoltageSensor, PowerSensor, MultiSensor
Extends from Modelica.Electrical.QuasiStatic.SinglePhase.Interfaces.RelativeSensorElementary (Elementary partial voltage / current sensor).
Name | Description |
---|---|
pin_p | Positive quasi-static single-phase pin |
pin_n | Negative quasi-static single-phase pin |
i | Complex current |
Power sensor
This sensor can be used to measure the complex apparent power.
ReferenceSensor, FrequencySensor, PotentialSensor, VoltageSensor, CurrentSensor, MultiSensor
Extends from Modelica.Icons.RoundSensor (Icon representing a round measurement device).
Name | Description |
---|---|
currentP | |
currentN | |
voltageP | |
voltageN | |
apparentPower | Complex apparent power = active power + j * reactive power |
Sensor to measure current, voltage and power
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.
ReferenceSensor, FrequencySensor, PotentialSensor, VoltageSensor, CurrentSensor, PowerSensor,
Extends from Modelica.Icons.RoundSensor (Icon representing a round measurement device).
Name | Description |
---|---|
pc | Positive pin, current path |
nc | Negative pin, current path |
pv | Positive pin, voltage path |
nv | Negative pin, voltage path |
i | Current as complex output signal |
v | Voltage as complex output signal |
apparentPower | Instantaneous apparent power as complex output signal |