rc1 for pcb with analog input

This commit is contained in:
2025-10-20 17:17:24 +02:00
parent edb9727281
commit fd6ca9ce7c
6 changed files with 37841 additions and 28449 deletions

View File

@@ -1,6 +1,6 @@
(version 1)
(rule "dp clearance"
(constraint clearance (min 1.2mm))
(condition "A.inDiffPair('*') && A.Type == 'Track' && B.Type == 'Zone' ")
(constraint clearance (min 1.2mm))
(condition "A.InDiffPair('*') && A.Type == 'Track' && B.Type == 'Zone' && !(A.NetName == '*XLR*')")
)