Allow users to set dictionary variables via python and in config files.
This can be extended to allow users to import a CSV of variable definitions.
In addition, Terminals, Schematics, Maestro Equations should have a "global" dictionary. This is so that all use same dictionary for standards such as DUT name, specifications, Version Number, etc.
[x] Allow python to add/edit variables
[ ] Allow to import CSV at beginning of test
[x] Add variables section to config file and add/edit when config files are imported
[x] Create "global" dictionary for all levels to use
Global dictionaries added to morpheus objects. This can be provided by using a python dictionary or with the GUI via the "variables" section of the config file creating GUI options.
Allow users to set dictionary variables via python and in config files.
This can be extended to allow users to import a CSV of variable definitions.
In addition, Terminals, Schematics, Maestro Equations should have a "global" dictionary. This is so that all use same dictionary for standards such as DUT name, specifications, Version Number, etc.