varioxb: uncomment motor setup with triple quote

This commit is contained in:
2025-05-08 09:06:56 +02:00
committed by dmc
parent 3f7ef438e3
commit 1145493e81

View File

@ -170,18 +170,20 @@ Mod('htr_nvd',
# Motor controller is not yet available! # Motor controller is not yet available!
# #
#Mod('om_io', '''
# 'frappy_psi.phytron.PhytronIO', Mod('om_io',
# 'dom motor IO', 'frappy_psi.phytron.PhytronIO',
# uri='mb11-ts.psi.ch:3004', 'dom motor IO',
#) uri='mb11-ts.psi.ch:3004',
)
#Mod('om', Mod('om',
# 'frappy_psi.phytron.Motor', 'frappy_psi.phytron.Motor',
# 'stick rotation, typically used for omega', 'stick rotation, typically used for omega',
# io='om_io', io='om_io',
# target_min=-180, target_min=-180,
# target_max=360, target_max=360,
# encoder_mode='NO', encoder_mode='NO',
# target=Param(min=-180, max=360) target=Param(min=-180, max=360)
#) )
'''