Hello, I want to get the simulation session using SimulationResult.getMainSession, the code is:
SimulationResult result=SimulationManager.execute(element,true)
SimulationSession session=result.getMainSession()
However, the session I got can’t be used. There is no “SimulationManager.getSession” in my API. How can I get the simulation session?