Skip to content

Commit c030a58

Browse files
cleanup
1 parent a0368b7 commit c030a58

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

pica/keithley/k6517b/High_Resistance/Instrument_Control/IV_K6517B_L350_T_Control_Instrument_Control.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
exit()
3030

3131
# --- Configuration Constants ---
32-
# TODO: Change these to your instruments' actual VISA addresses
3332
LAKESHORE_VISA = "GPIB1::15::INSTR"
3433
KEITHLEY_VISA = "GPIB1::27::INSTR"
3534

pica/lakeshore/Instrument_Control/T_Control_L350_Simple_Instrument_Control.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
from datetime import datetime
1212

1313
# --- Configuration Constants ---
14-
# TODO: Change this to your instrument's actual VISA address
1514
VISA_ADDRESS = "GPIB0::13::INSTR"
1615
SENSOR_INPUT = 'A' # Sensor input to monitor (A, B, C, or D)
1716
HEATER_OUTPUT = 1 # Control output loop for the heater (1 or 2)

0 commit comments

Comments
 (0)