class StepResponse

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
loop_selectionintControlLoopSelection enumYou can manipulate the field loop_selection as if it were a regular field. To clear the value of loop_selection and reset it to the default value for its type, you call the ClearField() method of the Message interface.
amplitudefloatAmplitude valueYou can manipulate the field amplitude as if it were a regular field. To clear the value of amplitude and reset it to the default value for its type, you call the ClearField() method of the Message interface.
step_delayfloatStep delay valueYou can manipulate the field step_delay as if it were a regular field. To clear the value of step_delay and reset it to the default value for its type, you call the ClearField() method of the Message interface.
durationfloatDuration (in seconds)You can manipulate the field duration as if it were a regular field. To clear the value of duration and reset it to the default value for its type, you call the ClearField() method of the Message interface.

Parent topic: ActuatorConfig (Python)