importPeerAtOpen
layout.cle importPeerAtOpen cyclic { "Prompt" | "Always" | "Never" }
Description
Specifies whether updates made to the peer design partitions should be imported while opening design partition views.
-
PromptPrompts whether to import updates made to the peer design partitions. -
AlwaysAutomatically imports updates made to the peer design partitions. -
NeverIgnores updates made to the peer design partitions.
GUI Equivalent
Examples
envGetVal("layout.cle" "importPeerAtOpen")
envSetVal("layout.cle" "importPeerAtOpen" 'cyclic "Prompt")
envSetVal("layout.cle" "importPeerAtOpen" 'cyclic "Always")
envSetVal("layout.cle" "importPeerAtOpen" 'cyclic "Never")
Importing a Peer Partition after Concurrent Layout Editing
List of Concurrent Layout Environment Variables
Return to top