Skip to content

Commit b26b402

Browse files
committed
addded Bisset's termotron
1 parent 86b9a32 commit b26b402

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

init.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@
8282
ELECTRONIC_LOAD = "GPIB0::3::INSTR"
8383

8484
#TCP_IP addresses:
85-
TERMOTRON_TCP_IP = ("172.19.5.237", 8080) # (ip, port) , (Sas)
86-
#TERMOTRON_TCP_IP = ("172.19.5.240", 8080) # (ip, port) , (Ronny)
85+
#TERMOTRON_TCP_IP = ("172.19.5.237", 8080) # (ip, port) , (Sas)
86+
#TERMOTRON_TCP_IP = ("172.19.5.239", 8080) # (ip, port) , (Bisset)
87+
TERMOTRON_TCP_IP = ("172.19.5.240", 8080) # (ip, port) , (Ronny)
8788
#############################################################################################
8889

0 commit comments

Comments
 (0)