Skip to content

Draft: Change the way to run actuator set method with or without waiting for the state

Antonia Beteva requested to merge actuator_add_cmds into 1.11.x

Add method wait_ready, to wait for a selected timeout or not for the action to finish the set_in or set_out

  • timeout=None -wait forever
  • timeout=0 - do not wait

This method is public and can be used in scripts for faster throughput. Replaces the _check property. Closes #3811 (closed)

Edited by Antonia Beteva

Merge request reports