68 lines
1.3 KiB
Python
68 lines
1.3 KiB
Python
Node('thermalcond.stick.sea.psi.ch',
|
|
'''50 mm thermal conductivity stick, version with standard lsc370 driver''',
|
|
)
|
|
Mod('sea_stick',
|
|
'frappy_psi.sea.SeaClient',
|
|
'stick sea connection for thermalcond.stick',
|
|
config = 'thermalcond.stick',
|
|
service = 'stick',
|
|
)
|
|
|
|
|
|
|
|
#Mod('tsam',
|
|
# 'frappy_psi.sea.SeaReadable',
|
|
# 'sample stick temperature',
|
|
# io='sea_stick',
|
|
# json_file='ma7.config.json',
|
|
# sea_object='tt',
|
|
# rel_paths=['ts', 'setsamp']
|
|
#)
|
|
|
|
#Mod('ts',
|
|
# 'frappy_psi.parmod.Converging',
|
|
# 'drivable stick T using setsamp',
|
|
# unit='K',
|
|
# value_param='tsam.value',
|
|
# target_param='tsam.setsamp',
|
|
# meaning=['temperature', 20],
|
|
# settling_time=20,
|
|
# tolerance=1,
|
|
#)
|
|
|
|
|
|
|
|
#Mod('res',
|
|
# 'frappy_psi.sea.SeaReadable', '',
|
|
# io = 'sea_stick',
|
|
# sea_object = 'res',
|
|
#)
|
|
|
|
Mod('R1',
|
|
'frappy_psi.sea.SeaReadable', '',
|
|
io='sea_stick',
|
|
sea_object='res',
|
|
rel_paths=['s1'],
|
|
)
|
|
|
|
Mod('R2',
|
|
'frappy_psi.sea.SeaReadable', '',
|
|
io='sea_stick',
|
|
sea_object='res',
|
|
rel_paths=['s2'],
|
|
)
|
|
|
|
Mod('R3',
|
|
'frappy_psi.sea.SeaReadable', '',
|
|
io='sea_stick',
|
|
sea_object='res',
|
|
rel_paths=['s3'],
|
|
)
|
|
|
|
Mod('R4',
|
|
'frappy_psi.sea.SeaReadable', '',
|
|
io='sea_stick',
|
|
sea_object='res',
|
|
rel_paths=['s4'],
|
|
)
|