removeTerminals
layout removeTerminals cyclic { "never" | "always" | "noInstTermsOnNet" }
Description
Controls the deletion of the terminal associated with a pin when the pin is deleted.
-
never: Default. The terminal will not be deleted. -
always: The terminal will be deleted if it has no pin figure. -
noInstTermsOnNet: The terminal will be deleted if there is no instTerm and pin figure on the terminal.
GUI Equivalent
Examples
envGetVal("layout" "removeTerminals")
envSetVal("layout" "removeTerminals" 'cyclic "always")
envSetVal("layout" "removeTerminals" 'cyclic "noInstTermsOnNet")
Related Topics
Return to top