Driver and cfg file for ac resistance bridge
Change-Id: I77b2294b57315fcf7d94996a2a68fcac72866710
This commit is contained in:
32
cfg/SIM921_cfg.py
Normal file
32
cfg/SIM921_cfg.py
Normal 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'
|
||||
# )
|
||||
|
Reference in New Issue
Block a user