Object_PinShowDesignator
Created: August 02, 2022 | Updated: August 02, 2022
| Applies to version: 4
This document is no longer available beyond version 4. Information can now be found here: Object_PinShowDesignator for version 5
Parent page: Schematic Query Functions - Membership Checks
Summary Copy Link Copied
Returns all child objects of pin objects whose Show Designator property complies with the Query.
Syntax Copy Link Copied
Object_PinShowDesignator(Parent) : Boolean_String
Example Usage Copy Link Copied
Object_PinShowDesignator(Parent) = 'True'
Returns all child objects of pin objects whose Show Designator property is enabled.
Object_PinShowDesignator(Parent) = 'False'
Returns all child objects of pin objects whose Show Designator property is disabled.
Tips Copy Link Copied
- The Show Designator property is only defined for pin objects.