Skip to content
Translational.PositionSensor.md

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

0=flange.f(t)s(t)=flange.s(t)

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
end
Flattened 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 {}
end


Test Cases

No test cases defined.

  • Examples

  • Experiments

  • Analyses