class usercallbacks_pipe¶
- class scTDC.usercallbacks_pipe(lib, dev_desc)¶
Base class for user implementations of the “USER_CALLBACKS” interface. Derive from this class and override some or all of the methods
on_start_of_meas
on_end_of_meas
on_millisecond
on_statistics
on_tdc_event
on_dld_event
The lib argument in the constructor expects a scTDClib object. The dev_desc argument in the constructor expects the device descriptor as returned by sc_tdc_init_inifile(…).
- __init__(lib, dev_desc)¶