added Note to experiment_settings var
This commit is contained in:
parent
b711a9f373
commit
c46439b6fa
@ -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')}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user