--- title: "system.perspective.workstation.toWindowed" description: "Attempts to put Workstation into Windowed mode." --- # system.perspective.workstation.toWindowed > Attempts to put Workstation into Windowed mode. This function is used in **Python Scripting**. ## Description When called from a Session running in [Perspective Workstation](launchers-and-workstation\perspective-workstation\perspective-workstation.md), attempts to put Workstation into windowed mode. ## Syntax `system.perspective.workstation.toWindowed()` ### Parameters Nothing ### Returns Nothing ### Scope Perspective Session ## Code Examples ```python title="Code Snippet" # This example will set the Perspective Workstation Session to windowed mode. system.perspective.workstation.toWindowed() ```