#################### Workspace & Projects #################### .. testsetup:: import mhrc.automation import os from win32com.shell import shell, shellcon public_docs = shell.SHGetFolderPath(0, shellcon.CSIDL_COMMON_DOCUMENTS, None, 0) examples_dir = os.path.join(public_docs, r"PSCAD\4.6.3\Examples x64") pscad = mhrc.automation.launch_pscad() workspace = pscad.workspace() .. testcleanup:: pscad.quit() del workspace del pscad del examples_dir del public_docs .. automodule:: mhrc.automation.workspace .. automodule:: mhrc.automation.project