Hi Jim,
I am currently exploring PyVCell for programmatic model simulation and have a couple of questions:
1. Is there a direct way to load an SBML file into PyVCell without first converting it to VCML using the VCell application? If yes, could you please provide an example of the recommended workflow for doing so?
2. After loading a .vcml file with vc.load_vcml_file(), is there a way to programmatically access simulation details such as the simulation name, duration, number of intervals or time points, and solver/tolerance settings? If so, could you provide the relevant API calls or object attributes for retrieving this information?
Any guidance, code examples, or relevant documentation links would be greatly appreciated. Thank you for your work on making VCell accessible through Python.
Best regards,
Yuxuan