LIBRARY
Fixed
Shaft fixed in housing at a given angle.
Usage
Fixed(phi0=0.0)
Parameters:
| Name | Description | Units | Default value |
|---|---|---|---|
phi0 | Fixed offset angle of the shaft | rad | 0 |
Connectors
spline- (Spline)
Behavior
Source
dyad
# Shaft fixed in housing at a given angle.
component Fixed
spline = Spline() [{
"JuliaSim": {"placement": {"icon": {"x1": 450, "y1": -50, "x2": 550, "y2": 50}}}
}]
# Fixed offset angle of the shaft
parameter phi0::Angle = 0.0
relations
spline.phi = phi0
metadata {"JuliaSim": {"icons": {"default": "jsml://RotationalComponents/Fixed.svg"}}}
endFlattened Source
# Shaft fixed in housing at a given angle.
component Fixed
spline = Spline() [{
"JuliaSim": {"placement": {"icon": {"x1": 450, "y1": -50, "x2": 550, "y2": 50}}}
}]
# Fixed offset angle of the shaft
parameter phi0::Angle = 0.0
relations
spline.phi = phi0
metadata {"JuliaSim": {"icons": {"default": "jsml://RotationalComponents/Fixed.svg"}}}
end
Test Cases
Related
Examples
Experiments
Analyses
Tests