In the current form, PyMAD-NG does not allow access to the functions load and loadfile in MAD-NG, as there already exist functions called these in the python object.
To improve do one of the following:
- Rename these functions
- Extend the functionality to do identical behaviour as MAD-NG, plus the additional behaviour that it currently does.
For now, this is a minor issue and will only be fixed if requested. Otherwise, the workaround is to used load and loadfile in a string with mad.send("""...""")
In the current form, PyMAD-NG does not allow access to the functions
loadandloadfilein MAD-NG, as there already exist functions called these in the python object.To improve do one of the following:
For now, this is a minor issue and will only be fixed if requested. Otherwise, the workaround is to used
loadandloadfilein a string withmad.send("""...""")