PinName_CustomPosition_Margin
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: PinName_CustomPosition_Margin for version 5
Parent page: Schematic Query Functions - Fields
Summary
Returns all pin objects whose Pin Name Margin property complies with the Query.
Syntax
PinName_CustomPosition_Margin : String
Example Usage
PinName_CustomPosition_Margin = '5'
Returns all pin objects whose Pin Name Margin property is 5.
PinName_CustomPosition_Margin Between '5' And '8'
Returns all pin objects whose Pin Name Margin property is greater than, or equal to, 5, and less than, or equal to, 8.
Tips
- The Pin Name Margin property is only defined for pin objects.