Contact Us
Contact our corporate or local offices directly.
Parent page: Schematic Query Functions - Fields
Returns all pin objects whose IEEE Symbol Inside Edge property complies with the Query.
PinIeeeSymbolInnerEdge = IeeeSymbolInnerEdge_String
PinIeeeSymbolInnerEdge <> IeeeSymbolInnerEdge_String
IeeeSymbolInnerEdge_String
must be one of the following strings:
PinIeeeSymbolInnerEdge = '
Clock'
Returns all pin objects whose IEEE Symbol Inside Edge property is Clock.
PinIeeeSymbolInnerEdge <> '
No Symbol'
Returns all objects except pin objects whose IEEE Symbol Inside Edge property is No Symbol.
IsPin && PinIeeeSymbolInnerEdge
<> 'Clock'
Returns all pin objects except those whose IEEE Symbol Inside Edge property is Clock.
IeeeSymbolInnerEdge_String
are mandatory.
Contact our corporate or local offices directly.