Contact Us
Contact our corporate or local offices directly.
Parent page: PCB Query Functions - Fields
Returns all pad and via objects whose Library property complies with the Query.
PadViaLibrary = PadViaLibrary_String
PadViaLibrary_String
must be a string that:
PadViaLibrary = '<Local>
'
Returns all pad and via objects whose Library property is <Local>
.
PadViaLibrary = '
ExamplePVLib.PvLib'
Returns all pad and via objects whose Library property is ExamplePVLib.PvLib.
PadViaLibrary Like '*
PVLib
'
Returns all pad and via objects whose Library property ends in PVLib
. For example, pads/vias placed from the template library ExamplePVLib.PvLib would be returned using this expression.
PadViaLibrary_String
are mandatory.
Contact our corporate or local offices directly.