public static class PortFilter.SchemPortFilter extends PortFilter
When most tools inspect a Network they are interested in extracting the connectivity of "real" schematic elements such resistors, transistors, and user defined Facets. These tools are usually uninterested in the schematic constructs: Wire_Pins, Bus_Pins, Off-Page, Facet-Center, and Invisible-Pin. They're also usually uninterested in any icons of the schematic, itself.
This class is provided so that a user may extend it to skip additional PortInsts.
For convenience, an instance of this class is provided in:
SCHEMATIC.
PortFilter.SchemPortFilterSCHEMATIC| Constructor and Description |
|---|
SchemPortFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
skipPort(PortInst pi)
Should we filter out this PortInst?
|
filterpublic boolean skipPort(PortInst pi)
PortFilterskipPort in class PortFilter