Translational.PositionSensor
Ideal sensor to measure the absolute position of flange This component is translated by DyadAI
This component extends from PartialAbsoluteSensor
Usage
TranslatedComponents.Translational.PositionSensor()
Connectors
flange- This connector represents a mechanical flange with position and force as the potential and flow variables, respectively. (Flange)s- This connector represents a real signal as an output from a component (RealOutput)
Behavior
Source
dyad
# Ideal sensor to measure the absolute position of flange
# This component is translated by DyadAI
component PositionSensor
extends PartialAbsoluteSensor
s = RealOutput()
relations
s = flange.s
endFlattened Source
dyad
# Ideal sensor to measure the absolute position of flange
# This component is translated by DyadAI
component PositionSensor
flange = Flange()
s = RealOutput()
relations
0 = flange.f
s = flange.s
metadata {}
endTest Cases
No test cases defined.
Related
Examples
Experiments
Analyses