ModelsConnection
- class ModelsConnection.VE_params
Bases:
objectThis class is used for storing Virtual Engineering parameters so they can be accesed from any model. It uses the Borg pattern. The Borg pattern (also known as the Monostate pattern) is a way to implement singleton behavior, but instead of having only one instance of a class, there are multiple instances that share the same state. In other words, the focus is on sharing state instead of sharing instance.
- classmethod load_from_file(yaml_filename, verbose=False)
- write_to_file(yaml_filename, merge_with_existing=False, verbose=False)