EmbeddedBoard_ColCount
Created: September 08, 2015 | Updated: August 11, 2021
| Applies to versions: 1.0, 1.1, 2.0, 2.1, 3.0, 3.1 and 3.2
Now reading version 3.0. For the latest, read: EmbeddedBoard_ColCount for version 4
Parent page: PCB Query Functions - Fields
Summary
Returns all embedded board objects whose Col Count property complies with the Query.
Syntax
EmbeddedBoard_ColCount : Numeric_String
EmbeddedBoard_ColCount : Number
Example Usage
EmbeddedBoard_ColCount = '2'
EmbeddedBoard_ColCount = 2
Returns all embedded board objects whose Col Count property is 2.
EmbeddedBoard_ColCount <> '4'
EmbeddedBoard_ColCount <> 4
Returns all objects except embedded board objects whose Col Count property is 4.
Tips
- The Col Count property is only defined for embedded board objects.