modelRelativeSensor
Base class to measure a relative variable between two pins
Extends from Modelica.Icons.RoundSensor (Icon representing a round measurement device).
Information
The RelaticeSensor is a partial model for converting values that can be calculated from two pin connectors into a real valued signal. The special calculation has to be described in the model which inherits the RelativeSensor. It is often used in sensor devices. To be a true sensor the modeller has to take care that the sensor model does not influence the electrical behavior to be measured.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Interfaces.PositivePin | p | Positive electrical pin | |
| Interfaces.NegativePin | n | Negative electrical pin | |
| Modelica.Blocks.Interfaces.RealOutput | y | Measured quantity as Real output signal |
Revisions
- 1998
by Christoph Clauss
initially implemented