perform_erc#
- property AdvancedSettings.perform_erc[source]#
Whether to perform an electrical rule check while generating the solver input. In some designs, the same net may be divided into multiple nets with separate names. These nets are connected at a “star” point. To simulate these nets, the error checking for DC shorts must be turned off. All overlapping nets are then internally united during simulation.
- Returns:
- bool
True
if perform erc is used,False
otherwise.