hvolt_long_cfg.py
This commit is contained in:
parent
9467f5233c
commit
798c268eb4
@ -10,6 +10,14 @@ Mod('sea_stick',
|
||||
)
|
||||
|
||||
Mod('ts',
|
||||
'frappy_psi.sea.SeaReadable', '',
|
||||
io='sea_stick',
|
||||
sea_object='tt',
|
||||
json_file='ma6.config.json',
|
||||
rel_paths=['ts_2'],
|
||||
)
|
||||
|
||||
Mod('ts_reg',
|
||||
'frappy_psi.sea.SeaReadable', '',
|
||||
io='sea_stick',
|
||||
sea_object='tt',
|
||||
@ -22,3 +30,11 @@ Mod('hcp',
|
||||
io='sea_stick',
|
||||
sea_object='hcp',
|
||||
)
|
||||
|
||||
Mod('v',
|
||||
'frappy_psi.parmod.Driv',
|
||||
'drivable voltage',
|
||||
read='hcp.value',
|
||||
write='hcp.set',
|
||||
unit='V',
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user