PCB_Drc class
PCB & footprint / design rule check (DRC) class
Signature
class PCB_DrcRemarks
Check and set DRC rules
Methods
Method | Modifiers | Description |
|---|---|---|
(BETA) Add a net to an equal-length net group | ||
(BETA) Will net add to net class | ||
(BETA) Add a pad pair to a pad pair group | ||
(BETA) Check DRC | ||
(BETA) Check DRC | ||
createDifferentialPair(differentialPairName, positiveNet, negativeNet) | (BETA) Create a differential pair | |
createEqualLengthNetGroup(equalLengthNetGroupName, nets, color) | (BETA) Create an equal-length net group | |
(BETA) Create Net class | ||
(BETA) Create a pad pair group | ||
(BETA) Delete the differential pair | ||
(BETA) Delete the equal-length net group | ||
(BETA) Delete Net class | ||
(BETA) Delete the pad pair group | ||
(BETA) Delete Design rule configuration | ||
(BETA) Get the detailed properties of all differential pairs | ||
(BETA) Get the detailed properties of all equal-length net groups | ||
(BETA) Get all Net class detailed properties of | ||
(BETA) Get the detailed properties of all pad pair groups | ||
(BETA) Get all Design rule configuration | ||
(BETA) Get Current design rule configuration | ||
Get Current design rule configuration name | ||
(BETA) Get the name of the default design rule configuration for new PCBs | ||
(BETA) Get Net - net rules | ||
(BETA) Get Net rules | ||
(BETA) Get the minimum wire length of a pad pair group | ||
(BETA) Get Real-time DRC check state | ||
(BETA) Get region rules | ||
Get Specify design rule configuration | ||
modifyDifferentialPairName(originalDifferentialPairName, differentialPairName) | (BETA) Modify the name of the differential pair | |
modifyDifferentialPairNegativeNet(differentialPairName, negativeNet) | (BETA) Modify the negative net of the differential pair | |
modifyDifferentialPairPositiveNet(differentialPairName, positiveNet) | (BETA) Modify the positive net of the differential pair | |
modifyEqualLengthNetGroupName(originalEqualLengthNetGroupName, equalLengthNetGroupName) | (BETA) Modify the name of the equal-length net group | |
(BETA) Modify Net class name of | ||
modifyPadPairGroupName(originalPadPairGroupName, padPairGroupName) | (BETA) Modify the name of the pad pair group | |
(BETA) Overwrite current design rule configuration | ||
(BETA) Overwrite net - net rules | ||
(BETA) Overwrite net rules | ||
(BETA) Overwrite region rules | ||
removeNetFromEqualLengthNetGroup(equalLengthNetGroupName, net) | (BETA) Remove a net from an equal-length net group | |
(BETA) From net class in remove net | ||
(BETA) Remove a pad pair from a pad pair group | ||
renameRuleConfiguration(originalConfigurationName, configurationName) | (BETA) Rename the design rule configuration | |
saveRuleConfiguration(ruleConfiguration, configurationName, allowOverwrite) | (BETA) Save Design rule configuration | |
(BETA) Set as the default design rule configuration for new PCBs | ||
(BETA) Start real-time DRC check | ||
(BETA) Stop real-time DRC check |