Update syntax help for memberOfFootprint.

This commit is contained in:
Jeff Young 2024-01-22 14:09:12 +00:00
parent a610542a19
commit 7ae14f9630
1 changed files with 5 additions and 3 deletions

View File

@ -159,9 +159,11 @@ True if `A` is a member of the given group. The name can contain wildcards.
Includes nested membership.
<br><br>
A.memberOfFootprint('<footprint_reference>')
True if `A` is a member of a footprint matching the given reference designator. The
reference can contain wildcards.
A.memberOfFootprint('<footprint_reference>|<footprint_id>')
True if `A` is a member of a footprint matching the given reference designator or footprint
ID. The parameter can contain wildcards.
NB: If matching against a footprint ID is desired, the parameter must contain a ':'.
<br><br>
A.memberOfSheet('<sheet_path>')