File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 11
22################################################################
33## Test ID:
4- FOLDER_PATH = r"C:\\Users\bar.kristal\Documents\ GitHub\Python\Tests \functionality_test"
4+ FOLDER_PATH = r"C:\GitHub\Python\functionality_test"
55FOLDER_NAME = "Log"
66TEST_NAME = "test1"
77
8- T32_APP_CMM_PATH = r"T:\\barkristal\DVF101\SPI\scripts\dvf101_app.cmm"
98#################################################################
109
11- execfile (r"C:\Users\bar.kristal\Documents\ GitHub\Python\init.py" )
10+ execfile (r"C:\GitHub\Python\init.py" )
1211
1312
1413
9998########################
10099## Blue oven:
101100
102- termotron = Termotron3800 (TERMOTRON_TCP_IP )
103- termotron .stop_chamber ()
104- termotron .set_temp (23 )
105- termotron .wait_for_temp (29 )
106- print termotron .read_temp ()
107- time .sleep (3 )
108- termotron .stop_chamber ()
101+ # termotron = Termotron3800(TERMOTRON_TCP_IP)
102+ # termotron.stop_chamber()
103+ # termotron.set_temp(23)
104+ # termotron.wait_for_temp(29)
105+ # print termotron.read_temp()
106+ # time.sleep(3)
107+ # termotron.stop_chamber()
You can’t perform that action at this time.
0 commit comments