Driver and cfg file for ac resistance bridge

Change-Id: I77b2294b57315fcf7d94996a2a68fcac72866710
This commit is contained in:
Oksana Shliakhtun
2024-05-06 11:57:50 +02:00
committed by Markus Zolliker
parent a5e698163b
commit c20801c8fe
2 changed files with 81 additions and 55 deletions

32
cfg/SIM921_cfg.py Normal file
View File

@ -0,0 +1,32 @@
Node('bridge.psi.ch',
'ac resistance bridge',
'tcp://5000'
)
Mod('io',
'frappy_psi.bridge.BridgeIO',
'communication to sim900',
uri='serial:///dev/cu.usbserial-21440'
)
# Mod('SIM921_A',
# 'frappy_psi.bridge.SIM921',
# 'module communication',
# io='io',
# channel='A'
# )
# Mod('SIM921_B',
# 'frappy_psi.bridge.SIM921',
# 'module communication',
# io='io',
# channel='B'
# )
#
# Mod('SIM921_C',
# 'frappy_psi.bridge.SIM921',
# 'module communication',
# io='io',
# channel='C'
# )