Modelica.Electrical.Analog.Sensors

Potential, voltage, current, and power sensors

Information


This package contains potential, voltage, and current sensors. The sensors can be used to convert voltages or currents into real signal values o be connected to components of the Blocks package. The sensors are designed in such a way that they do not influence the electrical behavior.

Extends from Modelica.Icons.SensorsPackage (Icon for packages containing sensors).

Package Content

NameDescription
Modelica.Electrical.Analog.Sensors.PotentialSensor PotentialSensor Sensor to measure the potential
Modelica.Electrical.Analog.Sensors.VoltageSensor VoltageSensor Sensor to measure the voltage between two pins
Modelica.Electrical.Analog.Sensors.CurrentSensor CurrentSensor Sensor to measure the current in a branch
Modelica.Electrical.Analog.Sensors.PowerSensor PowerSensor Sensor to measure the power

Modelica.Electrical.Analog.Sensors.PotentialSensor Modelica.Electrical.Analog.Sensors.PotentialSensor

Sensor to measure the potential

Information


The potential sensor converts the voltage of a node (with respect to the ground node) into a real valued signal. It does not influence the current sum at the node which voltage is measured, therefore, the electrical behavior is not influenced by the sensor.

Extends from Modelica.Icons.RotationalSensor (Icon representing a round measurement device).

Connectors

NameDescription
ppin to be measured
phiAbsolute voltage potential as output signal [V]

Modelica.Electrical.Analog.Sensors.VoltageSensor Modelica.Electrical.Analog.Sensors.VoltageSensor

Sensor to measure the voltage between two pins

Information


The voltage sensor converts the voltage between the two connectors into a real valued signal. It does not influence the current sum at the nodes in between the voltage is measured, therefore, the electrical behavior is not influenced by the sensor.

Extends from Modelica.Icons.RotationalSensor (Icon representing a round measurement device).

Connectors

NameDescription
ppositive pin
nnegative pin
vVoltage between pin p and n (= p.v - n.v) as output signal [V]

Modelica.Electrical.Analog.Sensors.CurrentSensor Modelica.Electrical.Analog.Sensors.CurrentSensor

Sensor to measure the current in a branch

Information


The current sensor converts the current flowing between the two connectors into a real valued signal. The two connectors are in the sensor connected like a short cut. The sensor has to be placed within an electrical connection in series. It does not influence the current sum at the connected nodes. Therefore, the electrical behavior is not influenced by the sensor.

Extends from Modelica.Icons.RotationalSensor (Icon representing a round measurement device).

Connectors

NameDescription
ppositive pin
nnegative pin
iCurrent in the branch from p to n as output signal [A]

Modelica.Electrical.Analog.Sensors.PowerSensor Modelica.Electrical.Analog.Sensors.PowerSensor

Sensor to measure the power

Information


This power sensor measures instantaneous electrical power of a singlephase 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.

Extends from Modelica.Icons.RotationalSensor (Icon representing a round measurement device).

Connectors

NameDescription
pcPositive pin, current path
ncNegative pin, current path
pvPositive pin, voltage path
nvNegative pin, voltage path
powerInstantaneous power as output signal [W]

Automatically generated Mon Sep 23 17:20:27 2013.