diff options
Diffstat (limited to 'examples/lock_eit.py')
-rw-r--r-- | examples/lock_eit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/lock_eit.py b/examples/lock_eit.py index 5fd12b9..6e779b6 100644 --- a/examples/lock_eit.py +++ b/examples/lock_eit.py @@ -401,7 +401,7 @@ async def main(): B_control_voltage_to_eit_detuning.unit = "Hz_per_V" ai["B_control_voltage_to_eit_detuning"] = B_control_voltage_to_eit_detuning - SweepSpan = 10000 + # SweepSpan = 10000 ai["rfgen"].stopFrequencySweep() # ai['rfgen'].setFreqFixed(freqDeltaMm2) # ai['rfgen'].setFreqFixed(freqZero) |