Note
Go to the end to download the full example code.
Statistics
Get statistics from your current/previous run.
{'fpga_active_time': 0.61988864,
'fpga_dead_time': 0.55246848,
'fpga_events': 7580,
'fpga_run_time': 2.87981568,
'is_currently_recording': True,
'recorded_bytes': 0,
'recorded_events': 0,
'recording_duration_sec': 2.89,
'recording_files': 1}
from skutils import FemtoDAQController
from pprint import pprint
controller = FemtoDAQController("Vireo-000019.tek", skip_version_check=True)
pprint(controller.getRunStatistics())
Total running time of the script: (0 minutes 0.100 seconds)