0% found this document useful (0 votes)
4 views1 page

Electrical Design Validation Queries

The document outlines various criteria for filtering components in a schematic design environment. It includes expressions for identifying hidden comments, unlocked pins, passive and power pins, components with missing footprints, designators needing annotation, inverted names, and wires and bus entries. Each criterion is associated with specific source data and selection options.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

Electrical Design Validation Queries

The document outlines various criteria for filtering components in a schematic design environment. It includes expressions for identifying hidden comments, unlocked pins, passive and power pins, components with missing footprints, designators needing annotation, inverted names, and wires and bus entries. Each criterion is associated with specific source data and selection options.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

Hidden comment strings = Source=Example|Expr=(ParameterName =

'Comment') And (IsHidden = 'True') |Zoom=True|


Select=True
Components with unlocked pins = Source=Example|Expr=IsSchComponent And
(PinsLocked = 'False') |Zoom=True|
Select=True
Passive pins = Source=Example|Expr=IsPin And (PinElectrical
= 'Passive') |Zoom=True|
Select=True
Power pins = Source=Example|Expr=IsPin And (PinElectrical
= 'Power') |Zoom=True|
Select=True
Components with missing footprints = Source=Example|Expr=IsSchComponent And
(CurrentFootprint = 'No footprint defined') |Zoom=True|
Mask=True
Designators requiring annotation = Source=Example|Expr=Pos('?', PartDesignator)
> 0 |Zoom=True|
Select=True
Inverted names = Source=Example|Expr=(IsPin Or IsPort Or
IsNetLabel) And (Pos('\' , IIF (IsNetLabel, StringText, Name)) > 0) |Zoom=True|
Select=True
Wires and Bus Entries = Source=Example|Expr=IsWire Or IsBusEntry
|Zoom=True|Select=True

You might also like