Contact Us
Contact our corporate or local offices directly.
Parent page: Library Query Functions - All
Returns all components, or footprints, whose parent library name complies with the Query.
LibraryName : String
LibraryName
= 'Miscellaneous Devices.SchLib'
Returns all components whose parent library is Miscellaneous Devices.SchLib
.
LibraryName
Like 'Miscellaneous*.IntLib'
Returns all components, or footprints, whose parent library name starts with Miscellaneous
and ends with .IntLib
.
LibraryName
Like '*Vishay*'
Returns all components whose parent library name contains Vishay
.
Contact our corporate or local offices directly.