The old bash scripts switch_fec_sdf_to_safe and switch_fec_sdf_to_observe have now been replaced with a python program called switch_fec_sdf
usage: switch_fec_sdf [-h] subsys reference
Like its precedessors, for each model name which matches the subsys string, it switches the model's SDF reference to use its safe.snap or OBSERVE.snap file.
The code requires a confirmation, and lists the models which are to be switched.
# switch_fec_sdf h1ioppem observe
Please confirm the switching of the following models to OBSERVE
h1ioppemmx
h1ioppemmy
[y/N]:
The old switch_fec_sdf_to_safe and switch_fec_sdf_to_observe scripts are now wrappers to the new program.
Please email me if you have any problems with the new program.