optionalPartData
cfde.siptosch optionalPartData string "VALUE PART_NUMBER TOLERANCE"
Description
Specifies the optional fields to be matched while creating a multitech schematic from a SiP file. This reduces the necessary matching fields of the part.csv to minimum because it is difficult to ensure that the part.csv has the same field numbers and content in the library and SiP file. By default, the VALUE, PART_NUMBER, or TOLERANCE part variant fields are used to match in sequence if there is no unique match found for the mandatory CDS_DEVICE_TYPE and footprintCellName fields. You can also define other fields in the variable that will be used in sequence to find a unique match.
GUI Equivalent
Examples
envGetVal("cfde.siptosch" "optionalPartData")
envSetVal("cfde.siptosch" "optionalPartData" string "VALUE PART_NUMBER TOLERANCE FREQ_RANGE TEMP_CHAR")
Related Topic
Creating a Schematic Layout from a SiP File
Return to top