diff --git a/cfg/main/fftf_cfg.py b/cfg/main/fftf_cfg.py index 58e8e09..ea63ac5 100644 --- a/cfg/main/fftf_cfg.py +++ b/cfg/main/fftf_cfg.py @@ -25,7 +25,7 @@ Mod('p', Mod('gasflow', 'frappy_psi.sea.SeaWritable', '', io='sea_main', - single_module=['p.gasflow'], + single_module='p.gasflow', ) Mod('vacuumpump', diff --git a/cfg/main/flamp_cfg.py b/cfg/main/flamp_cfg.py index 83f8e26..4e10f63 100644 --- a/cfg/main/flamp_cfg.py +++ b/cfg/main/flamp_cfg.py @@ -33,25 +33,25 @@ Mod('current', Mod('i1', 'frappy_psi.sea.SeaReadable', '', io='sea_main', - single_module=['current.i1'], + single_module='current.i1', ) Mod('i2', 'frappy_psi.sea.SeaReadable', '', io='sea_main', - single_module=['current.i2'], + single_module='current.i2', ) Mod('i3', 'frappy_psi.sea.SeaReadable', '', io='sea_main', - single_module=['current.i3'], + single_module='current.i3', ) Mod('i4', 'frappy_psi.sea.SeaReadable', '', io='sea_main', - single_module=['current.i4'], + single_module='current.i4', ) Mod('pv', diff --git a/cfg/main/ill1_cfg.py b/cfg/main/ill1_cfg.py index fb543f7..3c6231c 100644 --- a/cfg/main/ill1_cfg.py +++ b/cfg/main/ill1_cfg.py @@ -26,7 +26,7 @@ Mod('cc', Mod('lev', 'frappy_psi.sea.SeaReadable', '', io='sea_main', - single_module=['cc.h'], + single_module='cc.h', ) Mod('nv', diff --git a/cfg/main/ill3_cfg.py b/cfg/main/ill3_cfg.py index 165f069..4bb9216 100644 --- a/cfg/main/ill3_cfg.py +++ b/cfg/main/ill3_cfg.py @@ -28,7 +28,7 @@ Mod('cc', Mod('lev', 'secop_psi.sea.SeaReadable', '', io='sea_main', - single_module=['cc.h'], + single_module='cc.h', ) Mod('nv', diff --git a/cfg/main/ill4_cfg.py b/cfg/main/ill4_cfg.py index a779044..c04910d 100644 --- a/cfg/main/ill4_cfg.py +++ b/cfg/main/ill4_cfg.py @@ -26,7 +26,7 @@ Mod('cc', Mod('lev', 'frappy_psi.sea.SeaReadable', '', io='sea_main', - single_module=['cc.h'], + single_module='cc.h', ) Mod('nv', diff --git a/cfg/main/ill5_cfg.py b/cfg/main/ill5_cfg.py index 3ba82fd..86ec252 100644 --- a/cfg/main/ill5_cfg.py +++ b/cfg/main/ill5_cfg.py @@ -26,7 +26,7 @@ Mod('cc', Mod('lev', 'frappy_psi.sea.SeaReadable', '', io='sea_main', - single_module=['cc.h'], + single_module='cc.h', ) Mod('nv', diff --git a/cfg/main/ill5pgas5_cfg.py b/cfg/main/ill5pgas5_cfg.py index dda6e7f..a0ddf1b 100644 --- a/cfg/main/ill5pgas5_cfg.py +++ b/cfg/main/ill5pgas5_cfg.py @@ -38,7 +38,7 @@ Mod('cc', Mod('lev', 'frappy_psi.sea.SeaReadable', '', io='sea_main', - single_module=['cc.h'], + single_module='cc.h', ) Mod('nv', diff --git a/cfg/main/ori3_cfg.py b/cfg/main/ori3_cfg.py index f0217c5..82486de 100644 --- a/cfg/main/ori3_cfg.py +++ b/cfg/main/ori3_cfg.py @@ -19,6 +19,13 @@ Mod('cc', 'frappy_psi.sea.SeaReadable', '', io='sea_main', sea_object='cc', + extra_modules=['h'], +) + +Mod('lev', + 'frappy_psi.sea.SeaReadable', '', + io='sea_main', + single_module='cc.h', ) Mod('nv', diff --git a/cfg/main/ori4_cfg.py b/cfg/main/ori4_cfg.py index 6cb9a4d..072a631 100644 --- a/cfg/main/ori4_cfg.py +++ b/cfg/main/ori4_cfg.py @@ -26,6 +26,14 @@ Mod('cc', 'frappy_psi.sea.SeaReadable', '', io='sea_main', sea_object='cc', + extra_modules=['h'], + visibility=2, +) + +Mod('lev', + 'frappy_psi.sea.SeaReadable', '', + io='sea_main', + single_module='cc.h', ) Mod('nv', diff --git a/cfg/main/ori6_cfg.py b/cfg/main/ori6_cfg.py index da3bbb7..6312add 100644 --- a/cfg/main/ori6_cfg.py +++ b/cfg/main/ori6_cfg.py @@ -19,6 +19,14 @@ Mod('cc', 'frappy_psi.sea.SeaReadable', '', io='sea_main', sea_object='cc', + extra_modules=['h'], + visibility=2, +) + +Mod('lev', + 'frappy_psi.sea.SeaReadable', '', + io='sea_main', + single_module='cc.h', ) Mod('nv',