polyspace.project.Workspace Class
Namespace: polyspace.project
Description
Create or load a Polyspace® workspace and add or remove projects by using of this Python® class.
Creation
Description
wksp = polyspace.project.Workspace( loads the workspace from the file workspaceName)workspaceName.pswks into the object wksp if the file already exists or creates a workspace file in the current folder. If you create a new workspace, the workspace file myWorkspace.pswks is not saved to your file system until you explicitly run the wksp.save() command.
Input Arguments
Properties
Methods
Examples
Version History
Introduced in R2024b