modelVoltageSensor
Sensor to measure the voltage between two pins
Extends from Modelica.Icons.RoundSensor (Icon representing a round measurement device).
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.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Interfaces.PositivePin | p | Positive pin | |
| Interfaces.NegativePin | n | Negative pin | |
| Modelica.Blocks.Interfaces.RealOutput | v | Voltage between pin p and n (= p.v - n.v) as output signal |
Revisions
- 1998
by Christoph Clauss
initially implemented