pyccapt.control.drs package
Submodules
pyccapt.control.drs.drs module
- class pyccapt.control.drs.drs.DRS(trigger, test, delay, sample_frequency)[source]
Bases:
objectThis class sets up the parameters for the DRS group and allows users to read experiment DRS values.
Constructor function which initializes function parameters.
- Parameters:
trigger (int) – Trigger type. 0 for internal trigger, 1 for external trigger.
test (int) – Test mode. 0 for normal mode, 1 for test mode (connect 100 MHz clock to all channels).
delay (int) – Trigger delay in nanoseconds.
sample_frequency (float) – Sample frequency at which the data is being captured.
log (bool) – Enable logging.
log_path (str) – Path for logging.