updateNetMinMaxVoltage
layoutXL updateNetMinMaxVoltage boolean { t | nil }
Description
Specifies that the minimum and maximum voltages assigned to nets in the schematic are transferred to the layout view by the Generate All From Source and Update Components And Nets commands.
The Update Components And Nets command transfers only user-defined net voltages to the layout. The mismatches that may arise between the layout and the schematic due to this selective transfer of voltages are not reported by the Check Against Source command.
For information about how net voltage updates are controlled using this environment variable in the VDR flow, see
GUI Equivalent
|
Update Net MinV/MaxV (Update Components and Nets Form) |
Examples
envGetVal("layoutXL" "updateNetMinMaxVoltage")
envSetVal("layoutXL" "updateNetMinMaxVoltage" 'boolean t)
envSetVal("layoutXL" "updateNetMinMaxVoltage" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top