changes for leiden dil

- fixes on frappy_psiahcapbridge
- fixes on cfg files
- add cp1000 sea cfg files
This commit is contained in:
2025-11-17 16:01:51 +01:00
parent e786c5ec77
commit 495ad01ff6
10 changed files with 838 additions and 471 deletions

31
cfg/addons/ahtwo_cfg.py Normal file
View File

@@ -0,0 +1,31 @@
Node('ahtwo.frappy.psi.ch',
'Andeen Hagerlin 2700 and 2550 Capacitance Bridges',
)
# TODO: adapt names (cap, cap2) to your experiment
Mod('cap_io',
'frappy_psi.ahcapbridge.IO', '',
uri='linse-leiden-ts:3002'
)
Mod('cap',
'frappy_psi.ahcapbridge.AH2700',
'capacitance',
io='cap_io',
loss_module = 'loss',
freq_module = 'freq',
)
Mod('cap2_io',
'frappy_psi.ahcapbridge.IO', '',
uri='linse-leiden-ts:3001'
)
#Mod('cap2',
# 'frappy_psi.ahcapbridge.AH2550',
# 'capacitance',
# io='cap2_io',
# loss_module = 'loss2',
#)