The Transition Actuator (com.prosyst.mbs.services.da.items.TransitionActuator) represents an actuator that can change one value to another with transition time. To present the type of value you should use the generic parameter Q which extends Quantity<Q>.
Property |
Access |
Property-Class |
Description |
|---|---|---|---|
started |
RE |
|
Indicates whether the transition is started or not. |
Operation |
Parameters |
Description |
|---|---|---|
start |
|
Starts a new transition with the given arguments. The transition will be initiated from the current value to the requested target value. The duration specifies how long it will take. |
stop |
N/A |
Stops the current transition, if any. |