wip: fix attocube

This commit is contained in:
l_samenv
2024-03-20 16:11:40 +01:00
parent 1169e0cd09
commit ea8570d422
2 changed files with 26 additions and 7 deletions

15
cfg/attocube_cfg.py Normal file
View File

@ -0,0 +1,15 @@
Node('attocube_test.psi.ch',
'a single attocube axis',
interface='tcp://5000',
)
Mod('r',
'frappy_psi.attocube.Axis',
'ANRv220-F3-02882',
axis = 1,
unit = 'deg',
tolerance = 0.01,
target_limits = (0, 360),
# gear = 1.2,
)