Adams Basic Package > Adams View > View Command Language > interface > interface plot window create_new_page

interface plot window create_new_page

Allows the creating a new page in the plot window
The plot window is created in the Adams postprocessor. The plot page can be opened to display plots showing the results, or to display the model in animation mode.
A new page can be created by using this command which may have a default layout or predefined template.

Format:

 
interface plot window create new page
default_layout =
boolean
display =
boolean

Example:

 
interface plot window create_new_page &
default_layout =
yes &
display =
yes

Description:

 
Parameter
Value Type
Description
default_layout
Boolean
Specify a default layout for the plot
display
Boolean
Specifies the whether the new page should occupy the plot window

Extended Definition:

1. A new page will be added to the plot window by this command. By default it will have a default layout with no header or footer.
2. The ‘display’ option set to ‘yes’ will overlay the new page on the existing plot. Otherwise, a new page will be created but the plot window will have the current page already displayed.