Behaviour of CST when using exportImageToFile
It's not an API-sided issue, but CST has a way of handling exportImageToFile that can be strange so I wanted to put it in an issue to keep a track of it. The method exportImageToFile will save a image of the currently open and selected project. This means that if multiple CST projects are opened and, for instance, projectA.Project.exportImageToFile() and projectB.Project.exportImageToFile() are used, the image will be taken from the last selected project, even if the export is from another project. A workaround is to open each project (through cpa.CST_MicrowaveStudio) one by one