Skip to content

Commit 86b9a32

Browse files
committed
addresses
1 parent c40d3e3 commit 86b9a32

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

test1.py

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
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"
55
FOLDER_NAME = "Log"
66
TEST_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

@@ -99,10 +98,10 @@
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()

0 commit comments

Comments
 (0)