add sr830 addons cfg
This commit is contained in:
parent
5974d759b0
commit
dc87a50c76
28
cfg/addons/sr830_cfg.py
Normal file
28
cfg/addons/sr830_cfg.py
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
Node('srs830.ppms.psi.ch',
|
||||||
|
'',
|
||||||
|
interface='tcp://5000',
|
||||||
|
)
|
||||||
|
Mod('b',
|
||||||
|
'frappy_psi.SR830.XY',
|
||||||
|
'signal from Stanford Rasearch lockin',
|
||||||
|
uri='linse-976d-ts:3002',
|
||||||
|
)
|
||||||
|
Mod('bx',
|
||||||
|
'frappy_psi.parmod.Comp',
|
||||||
|
'x-comp',
|
||||||
|
read='b.value[0]',
|
||||||
|
unit='V',
|
||||||
|
)
|
||||||
|
Mod('by',
|
||||||
|
'frappy_psi.parmod.Comp',
|
||||||
|
'y-comp',
|
||||||
|
read='b.value[1]',
|
||||||
|
unit='V',
|
||||||
|
)
|
||||||
|
Mod('bf',
|
||||||
|
'frappy_psi.parmod.Par',
|
||||||
|
'lockin frequency',
|
||||||
|
read='b.freq',
|
||||||
|
unit='Hz',
|
||||||
|
)
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user