XChroma.sequence_control module#

class XChroma.sequence_control.SequenceWorker(*args: Any, **kwargs: Any)[source]#

Bases: QThread

progress_signal#

To send progress updates to the MainWindow

alias of int

pause_resume()[source]#
request_stop()[source]#

Request the thread to stop.

reset_servo(delay=1)[source]#

Reset all servo’s to their respective initial positions.

run()[source]#
toggle_servo(command, delay=1)[source]#

Toggle a servo by sending a specific command.

finished_signal#

To send end signal to the MainWindow