Rotational.AccSensor ​
This component extends from PartialAbsoluteSensor
Usage ​
TranslatedComponents.Rotational.AccSensor()
Connectors ​
flange- This connector represents a rotational spline with angle and torque as the potential and flow variables, respectively. (Spline)a- This connector represents a real signal as an output from a component (RealOutput)
Variables ​
| Name | Description | Units |
|---|---|---|
w | rad/s |
Behavior ​
Source ​
dyad
component AccSensor
extends PartialAbsoluteSensor
a = RealOutput()
variable w::Dyad.AngularVelocity
relations
w = der(flange.phi)
a = der(w)
endFlattened Source
dyad
component AccSensor
flange = Spline()
a = RealOutput()
variable w::Dyad.AngularVelocity
relations
0 = flange.tau
w = der(flange.phi)
a = der(w)
metadata {}
endTest Cases ​
No test cases defined.
Related ​
Examples
Experiments
Analyses