StopWatch

class compas_rrc.StopWatch(feedback_level=0)[source]

Bases: compas_fab.backends.ros.messages.std_msgs.ROSmsg

Stop Watch is a call that stops the watch in the robot code.

Examples

# Stop watch
done = abb.send_and_wait(rrc.StopWatch())

RAPID Instruction: ClkStop

Note

For additional help, check the ABB Reference Manual.

Methods

__init__([feedback_level])

Create a new instance of the instruction.

from_msg(msg)