*Layout()

Specifies the window arrangement on a page.

Syntax

*Layout (Configuration)

Application

MotionView, HyperView, HyperGraph, TextView, and MediaView.

Inputs

Configuration
A number between 1 and 16 that corresponds to a layout on the Layout dialog.

Context

*BeginPage()

Report Definitions

Example

*BeginPage()
	*IsActive()
	*Title("Force-5", On)
	*Layout(1)
	*CurrentTimeStep(0)
	*BeginWindow(Plot)
		*IsActive()
		• • •
	*EndWindow()
*EndPage()

Comments

*Layout() appears within a page block.

Window positions are assigned according to the order of the window blocks in thesession. Window positions are assigned from left to right, top to bottom starting with the first window block.

Up to sixteen windows can be specified regardless of the specified layout. The extra windows are displayed when the layout is changed to accommodate them.

If no layout number is specified, layout number 1 is used.