Query_Lang-SCHFunctions_MembershipChecks_InSheetSymbolInSheetSymbol_AD

Parent page: Schematic Query Functions - Membership Checks

Summary

Returns the sheet symbol object whose Sheet Name property complies with the Query.

Syntax

InSheetSymbol(Sheet Name : String) : Boolean/Boolean_String

Example Usage

InSheetSymbol('Accelerometer')
InSheetSymbol('Accelerometer') = True
InSheetSymbol('Accelerometer') = 'True'

Returns the sheet symbol object whose Sheet Name property is Accelerometer.

Tips

  1. The child objects of the returned sheet symbol object, are not returned.

This documentation page contains information for an older version of Altium Designer. The latest, online documentation can be found here.