ma6stick: fix for ts (heater not working?)
This commit is contained in:
parent
16abfdc65e
commit
03867c1f43
@ -9,15 +9,18 @@ Mod('sea_stick',
|
||||
service='stick',
|
||||
)
|
||||
|
||||
Mod('tsam',
|
||||
Mod('ts',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
'sample stick temperature',
|
||||
io='sea_stick',
|
||||
json_file='ma6.config.json',
|
||||
sea_object='tt',
|
||||
rel_paths=['ts', 'setsamp']
|
||||
rel_paths=['ts', 'setsamp'],
|
||||
meaning=['temperature', 20],
|
||||
)
|
||||
|
||||
|
||||
"""
|
||||
Mod('ts',
|
||||
'frappy_psi.parmod.Converging',
|
||||
'drivable stick T using setsamp',
|
||||
@ -29,4 +32,4 @@ Mod('ts',
|
||||
settling_time=20,
|
||||
tolerance=1,
|
||||
)
|
||||
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user