OcaRamperInterpolationLaw¶
-
class
OcaRamperInterpolationLaw
()¶ Interpolation law for ramper to use.
-
OcaRamperInterpolationLaw.
Linear
¶ type: OcaRamperInterpolationLaw
Singleton object corresponding to the entry with value
1
.
-
OcaRamperInterpolationLaw.
ReverseLinear
¶ type: OcaRamperInterpolationLaw
Singleton object corresponding to the entry with value
2
.
-
OcaRamperInterpolationLaw.
Sine
¶ type: OcaRamperInterpolationLaw
Singleton object corresponding to the entry with value
3
.
-
OcaRamperInterpolationLaw.
Exponential
¶ type: OcaRamperInterpolationLaw
Singleton object corresponding to the entry with value
4
.
-