calix.spiking.synapse_driver.STPCalibResult
-
class
calix.spiking.synapse_driver.
STPCalibResult
(target: Optional[CalibTarget], options: Optional[CalibOptions], offsets: numpy.ndarray) Bases:
calix.common.base.CalibResult
Result from STP calibration.
-
__init__
(target: Optional[CalibTarget], options: Optional[CalibOptions], offsets: numpy.ndarray) → None Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
(target, options, offsets)Initialize self.
apply
(builder)Apply the result in the given builder.
-
apply
(builder: pystadls_vx_v3.PlaybackProgramBuilder) Apply the result in the given builder.
Note that in the synapse driver config, no outputs are generated, and STP is disabled. Only the offset is configured by this calib. So STP is ready to be used, but disabled.
- Parameters
builder – Builder to append instructions to.
-
offsets
: numpy.ndarray
-