I do a lot of RF work and have need for solder mask apertures over CBCPW (conductor backed coplanar waveguide). This aperture bridges the RF net and the ground net. This is by design. I would like to write a custom drc rule that says:
(rule “RF soldermask”
( constraint INSERT_SOMETHING_HERE)
( condition “A.NetClass == ‘CBCPW 50’ && B.NetName == ‘GND’”))
I would imagine that the INSERT_SOMETHING_HERE would be something like ignore_solder_mask_bridge or something like that. It seems there would not be a min value as this is a boolean rather than a measurement.