Translational.ForceSensor ​
This component extends from PartialRelativeSensor
Usage ​
TranslatedComponents.Translational.ForceSensor()
Connectors ​
flange_a- This connector represents a mechanical flange with position and force as the potential and flow variables, respectively. (Flange)flange_b- This connector represents a mechanical flange with position and force as the potential and flow variables, respectively. (Flange)f- This connector represents a real signal as an output from a component (RealOutput)
Behavior ​
Source ​
dyad
component ForceSensor
extends PartialRelativeSensor
f = RealOutput()
relations
flange_a.s = flange_b.s
flange_a.f = f
endFlattened Source
dyad
component ForceSensor
flange_a = Flange()
flange_b = Flange()
f = RealOutput()
relations
0 = flange_a.f + flange_b.f
flange_a.s = flange_b.s
flange_a.f = f
metadata {}
endTest Cases ​
No test cases defined.
Related ​
Examples
Experiments
Analyses