new_desktop#

property Desktop.new_desktop: bool#

Whether a new session will be started or not.

Examples

>>> from ansys.aedt.core import Desktop
>>> d = Desktop(non_graphical=True, new_desktop=True)
>>> d.new_desktop