Skip to content
Rotational.AngleSensor.md

Rotational.AngleSensor ​

This component extends from PartialAbsoluteSensor

Usage ​

TranslatedComponents.Rotational.AngleSensor()

Connectors ​

  • flange - This connector represents a rotational spline with angle and torque as the potential and flow variables, respectively. (Spline)

  • phi - This connector represents a real signal as an output from a component (RealOutput)

Behavior ​

0=flange.tau(t)phi(t)=flange.phi(t)

Source ​

dyad
component AngleSensor
  extends PartialAbsoluteSensor
  phi = RealOutput()
relations
  phi = flange.phi
end
Flattened Source
dyad
component AngleSensor
  flange = Spline()
  phi = RealOutput()
relations
  0 = flange.tau
  phi = flange.phi
metadata {}
end


Test Cases ​

No test cases defined.

  • Examples

  • Experiments

  • Analyses