Contact Us
Contact our corporate or local offices directly.
Parent page: PCB Query Functions - Fields
Returns all design rule objects whose Rule Category property complies with the Query.
RuleCategory = Category_String
RuleCategory <> Category_String
Category_String
must be one of the strings from the following list:
RuleCategory = '
Electrical'
Returns all design rule objects whose Rule Category property is Electrical.
RuleCategory <> '
High Speed'
Returns all objects except design rule objects whose Rule Category property is High Speed.
IsRule && RuleCategory
<> 'Signal Integrity'
Returns all design rule objects except those whose Rule Category property is Signal Integrity.
Category_String
are mandatory.
Contact our corporate or local offices directly.