calix.common.base.CalibTarget
-
class
calix.common.base.
CalibTarget
Bases:
abc.ABC
Data structure for collecting targets for higher-level calibration functions into one logical unit.
Targets are parameters that directly affect how a circuit is configured. They have a standard range, where the circuits will work well. Exceeding the standard range may work better for some instances (e.g., neurons) than others.
-
__init__
() → None Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
()Initialize self.
-