Hello, What is the Python command for "close active project" in the Output?With "g_o.close()" I am closing all project plots and the Output, but I only want to close the plots and not the whole Output.
Dear Sven,
The answer is: s_o.close()
The reason is as the s_o works on the server level (session) and not on the global object level the g_o works.
Thank you very much for the fast answer