diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-07-14 12:36:45 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-07-14 12:36:45 -0400 |
commit | 36164e58885f076df7425da1ad83d6437010f176 (patch) | |
tree | bcb0c8503fbfd8f9448682d966c92e7d3f0c033b | |
parent | 5ca6ca3a21813de551fdd38146a063a8fd7a6960 (diff) | |
download | qolab-36164e58885f076df7425da1ad83d6437010f176.tar.gz qolab-36164e58885f076df7425da1ad83d6437010f176.zip |
commented unused variable
-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) |