Command line parameters (in examples)

Full steam

./Dirigent.sh --discharge \
--operation.discharge "voice='on',style='full steam',analysis='on',wg_voice='on',RawDataAcquiring='on',diagnostics_onstage='on',diagnostics_offstage='on',infrastructure='on'" \
--infrastructure.bt_ecd "U_Bt=800,t_Bt=1000,O_Bt='CW',U_cd=500,t_cd=2000,O_cd='CW'" \
--infrastructure.preionization "S_device='HotCathode',SW_main='on',U_heater=80,U_accel=90" \
--infrastructure.workinggas "S_gas='H',p_H=20" \
--infrastructure.positionstabilization "main_switch='on',radial_switch='on',vertical_waveform='3000,0;12000,-10;22000,0;30000,0',vertical_switch='on',radial_waveform='2000,0;3000,0;9000,0;12000,-10;24000,0;25000,0'" \
--diagnostics.doublerakeprobe "r_First_Tip=100, X_mod='111111111111', I_SilverBox=12" \
--diagnostics.rakeprobe "r_First_Tip=100,phi_First_Tip=0,X_mod='111111111111',I_SilverBox=12,r_manipulator=70,phi_manipulator=0" \
--diagnostics.limitermirnovcoils "vacuum_shot=-1" \
--diagnostics.scintillationprobes "U_NIM_A1=600,U_NIM_A2=600,U_NIM_A3=600,U_NIM_A4=600" \
--comment "Full steam test"

Dummy (without Bt & Ecd)

./Dirigent.sh --discharge \
--operation.discharge "voice='off',style='dummy',analysis='off',wg_voice='off',RawDataAcquiring='off',diagnostics_onstage='off',diagnostics_offstage='off',infrastructure='off'" \
--infrastructure.bt_ecd "U_Bt=0,t_Bt=1000,O_Bt='CW',U_cd=0,t_cd=2000,O_cd='CW'" \
--infrastructure.preionization "S_device='HotCathode',SW_main='off',U_heater=80,U_accel=90" \
--infrastructure.workinggas "S_gas='H',p_H=20" \
--infrastructure.positionstabilization "main_switch='off',radial_switch='on',vertical_waveform='3000,0;12000,-10;22000,0;30000,0',vertical_switch='on',radial_waveform='2000,0;3000,0;9000,0;12000,-10;24000,0;25000,0'" \
--diagnostics.doublerakeprobe "r_First_Tip=100, X_mod='111111111111', I_SilverBox=12" \
--diagnostics.rakeprobe "r_First_Tip=100,phi_First_Tip=0,X_mod='111111111111',I_SilverBox=12,r_manipulator=70,phi_manipulator=0" \
--diagnostics.limitermirnovcoils "vacuum_shot=-1" \
--diagnostics.scintillationprobes "U_NIM_A1=600,U_NIM_A2=600,U_NIM_A3=600,U_NIM_A4=600" \
--comment "Dummy discharge"