Defines on which features you
want to work on
Possible values are :
Pads
– Run on all non-smd pads
SMD –
Run only on pads with .smd attribute
Drills
– Run only on drills that pierce the signal layer
.all
specifies to select all possibilities. A minus sign defines to deselect the
specific type (only in combination with .all)
Examples:
pp_work_on = .all
(select all options)
pp_work_on = .all;-Pads;-SMD (select all options except Pads and SMD)
pp_tests = Pads;SMD (only select Pads and
SMD)
|