paramTolerance
layoutXL paramTolerance float floating_point_number
Description
Specifies the relative tolerance allowed when comparing values between the layout and the schematic.
This tolerance is applied by any function that deals with parameters, including the following commands in the Connectivity menu.
- Generate All From Source
- Generate Folded Devices
- Check Against Source
- Update Layout Parameters
- Update Schematic Parameters
Arguments
|
A float specifying the relative tolerance applied when comparing parameter values; for example, 1e-6 |
|
GUI Equivalent
Examples
envGetVal("layoutXL" "paramTolerance")
envSetVal("layoutXL" "paramTolerance" 'float 1e-06)
Related Topics
List of Layout XL Environment Variables
Return to top