Select View

Changes the view on the simulation to a specified stored view. Views can be accessed from the View tab.

Parameters

  • View name - The name of a View to display (use quotation marks if there is a space in the name). If a number is given the corresponding view from the keyboard shortcuts (Ctrl + number) is shown.

Example

<code>Select View "View 1"</code> This example will change the view on the simulation to a view previously stored as "View 1". Alternatively the following code could be used (assuming this is the first view in the list of stored views): <code>Select View 1</code>

See Also