HasParameter

Now reading version 15.1. For the latest, read: HasParameter for version 21
Applies to Altium Designer versions: 15.1, 16.0, 16.1, 17.0, 17.1, 18.0, 18.1, 19.0, 19.1, 20.0, 20.1 and 20.2

Parent page: Schematic Query Functions - Membership Checks

Summary

Returns all parameter set, part, pin, port, probe, and sheet symbol objects, containing a parameter object whose Parameter Name and Value properties comply with the Query.

Syntax

HasParameter(Parameter Name : String,Value : String) : Boolean/Boolean_String

Example Usage

HasParameter('Comment','1K')
HasParameter('Comment','1K') = True
HasParameter('Comment','1K') = 'True'

Returns all parameter set, part, pin, port, probe, and sheet symbol objects, that contain a parameter object whose Parameter Name property is Comment, and whose Value property is 1K.

 

Note

The features available depend on your level of Altium Designer Software Subscription.