preserveTerminalContacts
layout preserveTerminalContacts boolean { t | nil }
Description
Preserves the terminal contacts will be when you abut devices in Layout XL.
To preserve properties on a single instance, create a boolean property called
preserveTerminalContacts with a value of t on the instance in question. This lets you preserve properties (and therefore contacts) on selected instances while dropping them for all other instances.GUI Equivalent
Examples
envGetVal("layout" "preserveTerminalContacts")
envSetVal("layout" "preserveTerminalContacts" 'boolean t)
Related Topics
Return to top