Part Filter Settings
Display Name | Attribute Name | Description | Allowed Values | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Enable Ignore EDA Parts | PartIgnoreEDAPart |
The user has the possibility to ignore parts coming in from the EDA BOM extraction process by defining regular expressions. This might be very useful to ignore part entries like Testpoints, DNI Parts etc. which are required in the CAD Design itself but have no meaningful representation in the PLM Side. |
true |
||||||||
Regular Expression | PartIgnoreEDAPartRegExp |
Semicolon-separated regular expressions used when the above attribute is set to true. For example, this regular expression
|
You can use these attributes as part of the regular expression: Default: partNo=^TP.*$;partNo=^TESTP.*$;partNo=^IGNORE.*$
|