added cfg files for SINQ Frappy
Change-Id: Icb1ea5e2e1f9aedd77a6bac7ed6b14458aea4aa7
This commit is contained in:
13
cfg/addons/ah2700.cfg
Normal file
13
cfg/addons/ah2700.cfg
Normal file
@ -0,0 +1,13 @@
|
||||
[NODE]
|
||||
description = Andeen Hagerlin 2700 Capacitance Bridge
|
||||
id = ah2700.frappy.psi.ch
|
||||
|
||||
[module cap]
|
||||
class = secop_psi.ah2700.Capacitance
|
||||
description = capacitance
|
||||
uri=lollypop-ts:3002
|
||||
|
||||
#[module ahcom]
|
||||
#class = secop_psi.ah2700.StringIO
|
||||
#uri=ldmse3-ts:3015
|
||||
#description = serial communicator to an AH2700
|
20
cfg/addons/ah2700sea.cfg
Normal file
20
cfg/addons/ah2700sea.cfg
Normal file
@ -0,0 +1,20 @@
|
||||
[NODE]
|
||||
description = Andeen Hagerlin 2700 Capacitance Bridge using SEA
|
||||
id = ah2700.addon.sea.psi.ch
|
||||
|
||||
[sea_addons]
|
||||
class = secop_psi.sea.SeaClient
|
||||
description = SEA connection to mbe_ah2700
|
||||
config = ah2700.addon
|
||||
export = False
|
||||
service = addons
|
||||
|
||||
[cap]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
iodev = sea_addons
|
||||
sea_object = cap
|
||||
|
||||
[capslope]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
iodev = sea_addons
|
||||
sea_object = capslope
|
14
cfg/addons/focus-be-filter.cfg
Normal file
14
cfg/addons/focus-be-filter.cfg
Normal file
@ -0,0 +1,14 @@
|
||||
[NODE]
|
||||
description = FOCUS Beryllium filter with cryotel closed cycle
|
||||
id = focus-be-filter.addon.sea.psi.ch
|
||||
|
||||
[sea_addons]
|
||||
class = secop_psi.sea.SeaClient
|
||||
description = SEA connection to addons
|
||||
config = focus-be-filter.addon
|
||||
service = addons
|
||||
|
||||
[befilter]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
iodev = sea_addons
|
||||
sea_object = cryo
|
Reference in New Issue
Block a user