--- format:markdown ... # Individual discharge: ~~~ golemctl discharge --UBt 700 --Ucd 400 --Tcd 2000 --Tres 2000 --pressure 10 --preionization 1 --comment "Discharge comment" golemctl discharge --UBt 1300 --Ucd 500 --Tcd 000 --Tres 000 --pressure 10 --preionization 1 --gas H --Bt_orientation 'CW' --CD_orientation 'CW' --comment "Master test" ~~~ # Discharge set for statistics ~~~ FinalNo=10;for i in `seq 1 $FinalNo`; do echo golemctl discharge --UBt 800 --Ucd 600 --Tcd 500 --Tres 000 --pressure 0 --gas H --preionization 1 --comment "Statistics $i/$FinalNo";for j in `seq 10`; do echo chance to break ...;sleep 1s;done;done ~~~ # Interface sh /golem/run_tk_interface.sh