pyccapt.control.tdc_roentdek package
Submodules
pyccapt.control.tdc_roentdek.cobold_tool module
- pyccapt.control.tdc_roentdek.cobold_tool.copy_xytof_from_cobold_txt_to_hdf5(txt_path, save_path)[source]
Copy x, y, tof, multi event data from Cobold text file to an existing HDF5 file.
pyccapt.control.tdc_roentdek.tdc_roentdek module
- class pyccapt.control.tdc_roentdek.tdc_roentdek.TDC(tdc_lib, buf_size=30000, time_out=300)[source]
Bases:
objectThis class sets up the parameters for the TDC and allows users to read experiment TDC values.
Constructor function which initializes function parameters.
- Parameters:
tdc_lib (ctypes.CDLL) – The TDC library.
buf_size (int) – Buffer size.
time_out (int) – Timeout value.