5 lines
113 B
Python
5 lines
113 B
Python
|
|
def correlated_transverse_shift(step):
|
|
|
|
BML_CMU_Z.moveRelAsync(step)
|
|
BML_FMU_TRX.moveRelAsync(-step) |