schematicWindow
layoutXL schematicWindow string "pairs_of_coordinates"
Description
Specifies the position and size of the schematic window on the screen.
By default, the schematic window is positioned in the bottom left corner of the screen.
Arguments
|
A pair of coordinates enclosed in quotation marks specifying the lower left and upper right corners of the schematic window; for example, "((132.0 292.0) (565.0 992.0))" |
|
GUI Equivalent
Examples
envGetVal("layoutXL" "schematicWindow")
envSetVal("layoutXL" "schematicWindow" 'string "((545.0 319.0) (1172.0 1160.0))")
Related Topics
Return to top