Cadence Estimation (CAD)#

Methods to calculate cadence either from initial contacts or using dedicated cadence algorithms.

Cadence from ICs#

CadFromIc(*[, step_time_smoothing, ...])

Calculate cadence per second directly from initial contacts.

CadFromIcDetector([ic_detector, ...])

Calculate cadence per second by detecting initial contacts using a provided IC detector.

Base Classes#

Base classes for all Cadence calculation methods.

BaseCadCalculator()

Base class for cadence calculation algorithms.

Docu-helper#

base_cad_docfiller(func)

Decorator to fill common parts of the docstring for subclasses of BaseCadenceCalculator.