We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e651c commit 0d485bbCopy full SHA for 0d485bb
scripts/jackhammer.py
@@ -17,11 +17,13 @@
17
# Do not edit below this line.
18
um = UMP.get_ump()
19
20
-um.call("um_take_jackhammer_step",
21
- c_int(DEVICE_ID),
22
- c_char(AXIS),
23
- c_int(NUMBER_OF_CYCLES),
24
- c_int(NUMBER_OF_STEP_IN_FIRST_STAGE),
25
- c_int(FIRST_STAGE_THRUST_LENGTH),
26
- c_int(NUMBER_OF_STEP_IN_SECOND_STAGE),
27
- c_int(SECOND_STAGE_THRUST_LENGTH))
+um.call(
+ "um_take_jackhammer_step",
+ c_int(DEVICE_ID),
+ c_char(AXIS),
+ c_int(NUMBER_OF_CYCLES),
+ c_int(NUMBER_OF_STEP_IN_FIRST_STAGE),
+ c_int(FIRST_STAGE_THRUST_LENGTH),
+ c_int(NUMBER_OF_STEP_IN_SECOND_STAGE),
28
+ c_int(SECOND_STAGE_THRUST_LENGTH),
29
+)
0 commit comments