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')}"