kadi.commands.states.DitherParamsTransition#
- class kadi.commands.states.DitherParamsTransition#
Bases:
BaseTransition
Dither parameters
- command_attributes#
- state_keys = ['dither_phase_pitch', 'dither_phase_yaw', 'dither_ampl_pitch', 'dither_ampl_yaw',...#
- classmethod set_transitions(transitions_list, cmds, start, stop)#
Set transitions for a Table of commands
cmds
.- Parameters:
- transitions_list
list of transitions (updated in-place)
- cmds
commands (CmdList)
- start
start time for states
- stop
stop time for states
- Returns:
- None