ExistSymbol Function

Returns TRUE if symbol name given in argument 1 exists. Argument 2 specifies the scope of the search. If set to 'global', only the global library will be searched, if set to 'local', only the current schematic's local symbols will be searched. If set to 'all', both will be searched.

Arguments

Number Type Compulsory Default Description
1 string Yes Symbol name
2 string No 'global' Scope

Returns

Return type: real