stackable
spacings( ( stackabletx_cutLayer1tx_cutLayer2{t | nil} )
) ;spacings
Determines whether the specified cut layers can be stacked.
This constraint applies only to layers with function cut or li. Layers not identified as stackable by this constraint cannot be stacked.
Values
Parameters
Example
Layers Via1 and Via2 can be stacked.
spacings( ( stackable "Via1" "Via2" t
)
) ;spacings
Return to top