WOLFRAM SYSTEM MODELER

AbsoluteSensor

Base class to measure the absolute value of a pin variable

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.Analog.Interfaces.AbsoluteSensor"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

The AbsoluteSensor is a partial model for converting values that can be calculated from one pin connector into a real valued signal. The special calculation has to be described in the model which inherits the AbsoluteSensor. 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 (2)

p

Type: PositivePin

Description: Positive electrical pin

y

Type: RealOutput

Description: Measured quantity as Real output signal

Revisions

  • 1998 by Christoph Clauss
    initially implemented