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

interface plot window page_display

Allows the selective plotting 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.
The selective plotting from multiple plots can be done by choosing the plot number, or page_name, else the successive plots can be displayed.

Format:

 
interface plot window page display
action =
plot_page_modes
page_name =
an existing page
number =
integer

Example:

 
interface plot window page_display &
action =
next

Description:

 
Parameter
Value Type
Description
action
Plot_page_modes
Specifies the next, previous, first or last page to be displayed
page_name
An Existing Page
Specifies the name of the page to be displayed
number
Integer
Specifies the page number of the page to be displayed

Extended Definition:

The selective output from multiple pages and plots in the postprocessor can be displayed in the plot window by choosing any of the parameter namely 1) action, 2) page_name and 3) number.
The ‘action’ helps to choose the page directly by the choice like first, last, previous and next without specifying the names or indices.
The ‘page_name’ parameter will display the mentioned page in the plot window, alternatively the page can be accessed by stating its index, that is, the number of the page.

Tips:

1. The action, page_name and number are mutually exclusive to each other. Specifying any of the same will perform the action.