|
11 | 11 | ####################################################################################### |
12 | 12 | ### home-made modules: |
13 | 13 | ###################### |
14 | | -execfile(r"C:\Users\bar.kristal\Documents\GitHub\Python\devices.py") |
15 | | -execfile(r"C:\Users\bar.kristal\Documents\GitHub\Python\utilities.py") |
16 | | -execfile(r"C:\Users\bar.kristal\Documents\GitHub\Python\lab_equipment.py") |
| 14 | +execfile(r"C:\GitHub\Python\devices.py") |
| 15 | +execfile(r"C:\GitHub\Python\utilities.py") |
| 16 | +execfile(r"C:\GitHub\Python\lab_equipment.py") |
17 | 17 |
|
18 | 18 |
|
19 | 19 | ####################################################################################### |
|
71 | 71 | ##### defines: |
72 | 72 | ############# |
73 | 73 |
|
74 | | -T32_APP_CMM_PATH = r"T:\\Barkristal\DVF101\SPI\scripts\dvf101_app.cmm" |
75 | | -POWER_SUPPLY_FOR_RESET = ["GPIB0::29::INSTR", 2] #(addres, channel) |
| 74 | +T32_APP_CMM_PATH = r"C:\T32\DVF101\script_from_lautherbach_support.cmm" |
| 75 | + |
76 | 76 |
|
77 | 77 | #lab_equipment GPIB addresses: |
78 | | -POWER_SUPLLY_ADDRESS = "GPIB0::29::INSTR" |
79 | | -DMM_ADDRESS = "GPIB0::22::INSTR" |
| 78 | +POWER_SUPLLY_ADDRESS = "GPIB0::2::INSTR" |
| 79 | +DMM_ADDRESS = "GPIB1::22::INSTR" |
80 | 80 | FREQUENCY_COUNTER_ADDRESS = "GPIB0::27::INSTR" |
81 | 81 | WAVE_GENERATOR_ADDRESS = "GPIB0::1::INSTR" |
82 | 82 | ELECTRONIC_LOAD = "GPIB0::3::INSTR" |
83 | 83 |
|
84 | 84 | #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.240", 8080) # (ip, port) , (Ronny) |
87 | 87 | ############################################################################################# |
88 | 88 |
|
0 commit comments