Object_CurrentFootprint
Created: September 17, 2015 | Updated: August 19, 2021
| Applies to versions: 1.0, 1.1, 2.0, 2.1, 3.0, 3.1 and 3.2
Now reading version 1.0. For the latest, read: Object_CurrentFootprint for version 4
Parent page: Schematic Query Functions - Membership Checks
Summary
Returns all child objects of each part object whose Current Footprint property complies with the Query.
Syntax
Object_CurrentFootprint(Parent) : String
Example Usage
Object_CurrentFootprint(Parent) = 'DIP14
'
Returns all child objects of part objects whose Current Footprint property is DIP14
.
Object_CurrentFootprint(Parent) Like 'SIP?*
'
Returns all child objects of part objects whose Current Footprint property starts with SIP
, and which contains at least one more following character.