added cfg files for SINQ Frappy
Change-Id: Icb1ea5e2e1f9aedd77a6bac7ed6b14458aea4aa7
This commit is contained in:
16
cfg/stick/ill5stick.cfg
Normal file
16
cfg/stick/ill5stick.cfg
Normal file
@ -0,0 +1,16 @@
|
||||
[NODE]
|
||||
description = ILL5 standard sample stick
|
||||
id = ill5.stick.sea.psi.ch
|
||||
|
||||
[sea_stick]
|
||||
class = secop_psi.sea.SeaClient
|
||||
description = stick SEA connection to ill5.stick
|
||||
config = ill5.stick
|
||||
service = stick
|
||||
|
||||
[ts]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
iodev = sea_stick
|
||||
sea_object = tt
|
||||
json_file = ill5.config.json
|
||||
rel_paths = ts
|
17
cfg/stick/ma11stick.cfg
Normal file
17
cfg/stick/ma11stick.cfg
Normal file
@ -0,0 +1,17 @@
|
||||
[NODE]
|
||||
description = MA11 standard sample stick
|
||||
id = ma11.stick.sea.psi.ch
|
||||
|
||||
[sea_stick]
|
||||
class = secop_psi.sea.SeaClient
|
||||
description = SEA stick connection
|
||||
config = ma11.stick
|
||||
service = stick
|
||||
|
||||
[ts]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
iodev = sea_stick
|
||||
sea_object = tt
|
||||
json_file = ma11.config.json
|
||||
rel_paths = ts
|
||||
|
17
cfg/stick/ma7stick.cfg
Normal file
17
cfg/stick/ma7stick.cfg
Normal file
@ -0,0 +1,17 @@
|
||||
[NODE]
|
||||
description = MA7 standard sample stick
|
||||
id = ma7.stick.sea.psi.ch
|
||||
|
||||
[sea_stick]
|
||||
class = secop_psi.sea.SeaClient
|
||||
description = SEA stick connection
|
||||
config = ma7.stick
|
||||
service = stick
|
||||
|
||||
[ts]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
iodev = sea_stick
|
||||
sea_object = tt
|
||||
json_file = ma7.config.json
|
||||
rel_paths = ts
|
||||
|
10
cfg/stick/nostick.cfg
Normal file
10
cfg/stick/nostick.cfg
Normal file
@ -0,0 +1,10 @@
|
||||
[NODE]
|
||||
description = cryostat or cryomagnet without stick
|
||||
id = none.stick.sea.psi.ch
|
||||
|
||||
[seaconn]
|
||||
class = secop_psi.sea.SeaClient
|
||||
description = SEA connection to none stick
|
||||
config = none.stick
|
||||
export = False
|
||||
service = stick
|
16
cfg/stick/ori4stick.cfg
Normal file
16
cfg/stick/ori4stick.cfg
Normal file
@ -0,0 +1,16 @@
|
||||
[NODE]
|
||||
description = ORI4 standard sample stick
|
||||
id = ori4.stick.sea.psi.ch
|
||||
|
||||
[sea_stick]
|
||||
class = secop_psi.sea.SeaClient
|
||||
description = SEA connection to ori4 stick
|
||||
config = ori4.stick
|
||||
service = stick
|
||||
|
||||
[ts]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
iodev = sea_stick
|
||||
sea_object = tt
|
||||
json_file = ori4.config.json
|
||||
rel_paths = ts
|
21
cfg/stick/sch5.cfg
Normal file
21
cfg/stick/sch5.cfg
Normal file
@ -0,0 +1,21 @@
|
||||
[NODE]
|
||||
description = sample changer for 100 mm orange cryo (5 samples, HRPT)
|
||||
id = sch5.stick.sea.psi.ch
|
||||
|
||||
[seaconn]
|
||||
class = secop_psi.sea.SeaClient
|
||||
description = SEA connection to sch5
|
||||
config = sch5.stick
|
||||
service = stick
|
||||
|
||||
[warmup]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
iodev = seaconn
|
||||
sea_object = warmup
|
||||
|
||||
[ts]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
iodev = seaconn
|
||||
sea_object = tt
|
||||
rel_paths = ts
|
||||
|
Reference in New Issue
Block a user