From c46439b6fa8a60ea11b871d4bd66eb759f9fb1a3 Mon Sep 17 00:00:00 2001 From: rtan Date: Thu, 31 Oct 2024 13:24:42 +0100 Subject: [PATCH] added Note to experiment_settings var --- Dasha_LCRCode.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dasha_LCRCode.py b/Dasha_LCRCode.py index e5e80ce..8f50486 100644 --- a/Dasha_LCRCode.py +++ b/Dasha_LCRCode.py @@ -495,8 +495,10 @@ start_voltage = 0 end_voltage = 0.5 voltage_stepsize = 0.25 +# NOTE: This variable is redundant; either modify the code to include it later on in the file name, or remove it #Here you can specify the filename of the map e.g. put experiment type, exposure time, used filters, etc.... experiment_settings = 'PL_SP_700_LP_700_HeNe_52muW_exp_2s_Start_' + #The program adds the range of the scan as well as the resolution and the date and time of the measurement experiment_name = f"{start_voltage}V_to_{end_voltage}V_{voltage_stepsize}V_{datetime.datetime.now().strftime('%Y_%m_%d_%H%M')}"