ptImportFileMode
layoutXL.floorplan ptImportFileMode cyclic { "Replace" | "Update" }
Description
Specifies the mode in which pins or labels are to be created in the current cellview.
-
Replace: Deletes all the existing pins or labels in the design and generates new pins or labels based on their definitions in the specified file. This is the default value. -
Update: Retains the existing pins or labels and generates new ones as specified in the file.
GUI Equivalent
Examples
envGetVal("layoutXL.floorplan" "ptImportFileMode")
envSetVal("layoutXL.floorplan" "ptImportFileMode" 'cyclic "Update")
Related Topics
Return to top