Contact Us
Contact our corporate or local offices directly.
Parent page: PCB Query Functions - Attribute Checks
Returns component objects whose Component Type property is Standard (No BOM). These components possess standard electrical properties, are always synchronized between the schematic and PCB (the footprint, pins/pads and net assignments must all match), and are not included in the BOM. An example is a testpoint component, that you wish to exclude from the BOM.
IsNoBOMComponent : Boolean/Boolean_String
IsNoBOMComponent
IsNoBOMComponent = True
IsNoBOMComponent = 'True'
Returns all component objects whose Component Type property is set to Standard (No BOM).
Not IsNoBOMComponent
IsNoBOMComponent = False
IsNoBOMComponent = 'False'
Returns all objects except component objects whose Component Type property is set to Standard (No BOM).
Contact our corporate or local offices directly.