partNameToImport
vrf.exportDie partNameToImport string t_partcolumnvalue
Description
Imports only those rows from the CSV file where the PART column value matches with the string value defined in the variable. The default value is "".
GUI Equivalent
Examples
envGetVal("vrf.exportDie" "partNameToImport")
envSetVal("vrf.exportDie" "partNameToImport" 'string "uvw10")
Related Topics
Return to top