You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
General python interface for managing trajectories and the interface
with TrueBeam’s Developer Mode. Control points as used with developer
mode are implemented here with python interface. The xml schema used
to build the xml data structure that is used for writing the new xml
control scripts.
Mechanical control points can be generated with python scripting. The
trajectory object can then be written to the Developer Mode schema
using this library.
I need to modify the setup so that the correct class is generated for
the schema of interest. As I needed to modify the generated class by
hand to fix some of the documentation, it may be better to have
different classes generated for different versions and then select
based on the version number.
After having to manually modify the class calls in the code after
generating from the new schema, it may not be pragmatic to have this
be generated on the fly. Probably better to have the schema class be
generated and tested within the version control framework as it is
now. A separate class could be used depending on the users preferred
version number.