From eca153bed9f9dd76cbc2228186dc560a605d4fca Mon Sep 17 00:00:00 2001 From: ryantan Date: Wed, 23 Apr 2025 16:00:01 +0200 Subject: [PATCH] test --- Mag_Field_Sweep_2025_04_15.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Mag_Field_Sweep_2025_04_15.py b/Mag_Field_Sweep_2025_04_15.py index 2789220..d7f2e24 100644 --- a/Mag_Field_Sweep_2025_04_15.py +++ b/Mag_Field_Sweep_2025_04_15.py @@ -1226,7 +1226,6 @@ def sweep_b_angle(instr1:pyvisa.resources.Resource, instr2:pyvisa.resources.Reso write_no_echo(instr2, f'RANGE 0 {init_range_lst2[0][0]};RANGE 1 {init_range_lst2[1][0]}') # reset the initial limits of the device after the scan ''' - if zerowhenfin_bool: write_no_echo(instr1, 'SWEEP ZERO') # if switched on, discharges the magnet after performing the measurement loop above write_no_echo(instr2, 'SWEEP ZERO') -- 2.39.5