printModelInSDA
lp printModelInSDA boolean { t | nil }
Description
Adds model names to the exported UPF file when set to t. The default value is nil. By default, the command used is:
set_design_attributes -attribute top_ports_have_anon_supply 0
With value is set as t, the command used is:
set_design_attributes -models top -attribute top_ports_have_anon_supply 0
GUI Equivalent
Examples
envGetVal("lp" "printModelInSDA")
envSetVal("lp" "printModelInSDA" 'boolean nil)
Related Topics
Return to top