DAQ: removed auto from automated data collection filename (user request)

This commit is contained in:
2025-07-21 10:09:19 +02:00
parent 3eebdef584
commit 092cf6593f
+1 -1
View File
@@ -787,7 +787,7 @@ class AareDAQ:
start = time.perf_counter()
formatted_date = datetime.now().strftime('%Y%m%d')
sample_prefix = "{}/{}/{:02d}/{}_auto".format(
sample_prefix = "{}/{}/{:02d}/{}".format(
formatted_date,
sample.puck_name,
sample.pin,