allowIsUnconnectedAsAttrInLiberty
lp allowIsUnconnectedAsAttrInLiberty boolean { t | nil }
Description
Prints the is_unconnected attribute as the main code in the Liberty file, when the flag is set to the default value t. When the environment variable is set to nil, the is_unconnected attribute is printed as comment in the Liberty file. When allowIsUnconnectedAsAttributeInLiberty is true, the Liberty file has the following user-defined attributes printed as a part of the Library group attributes of the exported Liberty file.
define ("is_unconnected", "pin", "boolean");
define ("is_unconnected", "pg_pin", "boolean");
GUI Equivalent
Example
envGetVal("lp" "allowIsUnconnectedAsAttrInLiberty")
envSetVal("lp" "allowIsUnconnectedAsAttrInLiberty" 'boolean nil)
Related Topics
Return to top