37 lines
708 B
INI
37 lines
708 B
INI
[NODE]
|
|
description = thin film oven for AMOR
|
|
id = fftf.config.sea.psi.ch
|
|
|
|
[sea_main]
|
|
class = secop_psi.sea.SeaClient
|
|
description = main sea connection for fftf.config
|
|
config = fftf.config
|
|
service = main
|
|
|
|
[tt]
|
|
class = secop_psi.sea.SeaDrivable
|
|
iodev = sea_main
|
|
sea_object = tt
|
|
|
|
[p]
|
|
class = secop_psi.sea.SeaReadable
|
|
iodev = sea_main
|
|
sea_object = p
|
|
extra_modules = vacuumpump gasflow tlimit tlimit_without_vacuum
|
|
|
|
[gasflow]
|
|
class = secop_psi.sea.SeaWritable
|
|
iodev = sea_main
|
|
single_module = p.gasflow
|
|
|
|
[vacuumpump]
|
|
class = secop_psi.sea.SeaWritable
|
|
iodev = sea_main
|
|
sea_object = p
|
|
rel_paths = vacuumpump tlimit tlimit_without_vacuum
|
|
|
|
[table]
|
|
class = secop_psi.sea.SeaModule
|
|
iodev = sea_main
|
|
sea_object = table
|