Hello Eric and the rest of mates!
I would like to know if when you open a PDB through Midas 'open' method,
the opened model is returned.
I need to have access to that specific model all the time, even when IDs in
the Model Panel are changed due to some other models are closed or opened.
The idea is something like:
if os.path.exists(model_path):
from Midas import open
self.model_path_pointer = open(model_path, filetype="pdb")
And whenever I need, make:
self.model_path_pointer.name
self.model_path_pointer.id
....
*Thank you in advance and kind regards!*