---
title: "loadWorkspaceString"
canonical: "https://help.vicon.com/space/ShogunPost121/1253737605/loadWorkspaceString"
format: markdown
---
# Description

Load a preconfigured workspace layout.

Shogun Post has a number of preconfigured workspace layouts. These layouts include the visibility and position of the docking windows, as well as the types of panels that are open. If you have your own set of workspace layouts you have created, you may load them using this command.

## Functional area

Interface

# Command syntax

## Syntax

> Macro (scroll-tablelayout)

|  |
| --- |
| `loadWorkspaceString "string"` |

### Arguments

| Name | Type | Required | Comments |
| --- | --- | --- | --- |
| `string` | string | Yes | Path to workspace file to load. |

### Flags

None

## Return value

void

## Examples

```plaintext
// Load one of your custom layouts
loadWorkspaceString "C:/Program Files/Vicon/ShogunPost#.#/MyLayouts/TrackingLayout.xml";
```

> Macro (scroll-pagebreak)

# Additional information

## Related commands

- [saveWorkspaceFile](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253737793)