Previous Topic

Next Topic

Book Contents

Book Index

Transition Actuator

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

boolean

Indicates whether the transition is started or not.

Operation

Parameters

Description

start

  • Q – the target value.
  • long – the transition duration in milliseconds.

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.