Ytria logo DOCUMENTATION
⚠ This page requires javascript enabled in browser
Automation / consoleEZ Automation

 

Tag: Arrange

The self-closing tag Arrange, emulates the selection of the 'Arrange Consoles…' option, and the sub-choices within, in the Consoles menu in consoleEZ.

<Arrange Type="NoChange"/>

Tag Attributes

AttributesAttribute ValueValue DescriptionComment
TypeNoChange

Cascade

Horizontal

Vertical

TileHorizontal

TileVertical

Type of arrangementMandatory

Detailed Description

The 'Arrange Consoles…' option offers 5 different choices for arranging consoles. The action Arrange lets you automate the selection of these choices as well as restore default window positions and sizes.



Example Script


<?xml version="1.0" encoding="UTF-8"?>
<ytriaAutomation Application="consoleEZ" ApplicationVersion="16.5">
<Load Server="Acme01/ACME" Type="Console"/>
<Load Server="Acme02/ACME" Type="Console"/>
<Load Server="Acme03/ACME" Type="Console"/>
<Arrange Type="Cascade"/>
</ytriaAutomation>

In the script above, the consoles will be arranged in the 'Cascade' configuration.