Example of User-Defined Component Type Classification

You can use the ERF variable v_sub_cat_default to specify a component type classification for each analysis.

This example illustrates how to run these analyses:

  • Run Component analysis by Type 1

  • Run Padstack analysis by Mount Type

  • Run Testpoint analysis by _height_class (a user attribute)

The ERFs are as in the examples:

ERF Model

Example

Component ERF model

v_sub_cat_default = Type 1

...

SMT:c2c;bga_qfp_nn = 50 60 100

...

Padstack ERF model

v_sub_cat_default = Mount Type

...

SMT:toep2toep;smt_smt_nn = 30 40 100

...

Testpoint ERF model

v_sub_cat_default = _height_class

...

FS:tp2toep;H1_H2_nn = 60 70 100

...