Skip to content

Commit

Permalink
Fix settling_time docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJKoopman committed Nov 27, 2023
1 parent 8d01735 commit 9fb31c3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/sorunlib/smurf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def bias_step(tag=None, concurrent=True, settling_time=None):
True, and in series if False.
settling_time (float, optional):
Time in seconds to wait between operation runs across the active
SMuRF controlls if *not* running concurrently. If running
SMuRF controllers if *not* running concurrently. If running
concurrently this is ignored. If None, defaults to a fixed wait
time of 120 seconds.
Expand Down Expand Up @@ -79,7 +79,7 @@ def iv_curve(tag=None, concurrent=True, settling_time=None):
True, and in series if False.
settling_time (float, optional):
Time in seconds to wait between operation runs across the active
SMuRF controlls if *not* running concurrently. If running
SMuRF controllers if *not* running concurrently. If running
concurrently this is ignored. If None, defaults to a fixed wait
time of 120 seconds.
Expand Down Expand Up @@ -108,7 +108,7 @@ def uxm_setup(concurrent=True, settling_time=0):
True, and in series if False.
settling_time (float, optional):
Time in seconds to wait between operation runs across the active
SMuRF controlls if *not* running concurrently. If running
SMuRF controllers if *not* running concurrently. If running
concurrently this is ignored. Defaults to 0 seconds.
"""
Expand Down Expand Up @@ -138,7 +138,7 @@ def uxm_relock(test_mode=False, concurrent=True, settling_time=0):
True, and in series if False.
settling_time (float, optional):
Time in seconds to wait between operation runs across the active
SMuRF controlls if *not* running concurrently. If running
SMuRF controllers if *not* running concurrently. If running
concurrently this is ignored. Defaults to 0 seconds.
"""
Expand Down Expand Up @@ -170,7 +170,7 @@ def bias_dets(concurrent=True, settling_time=0):
True, and in series if False.
settling_time (float, optional):
Time in seconds to wait between operation runs across the active
SMuRF controlls if *not* running concurrently. If running
SMuRF controllers if *not* running concurrently. If running
concurrently this is ignored. Defaults to 0 seconds.
"""
Expand Down Expand Up @@ -200,7 +200,7 @@ def take_bgmap(tag=None, concurrent=True, settling_time=0):
True, and in series if False.
settling_time (float, optional):
Time in seconds to wait between operation runs across the active
SMuRF controlls if *not* running concurrently. If running
SMuRF controllers if *not* running concurrently. If running
concurrently this is ignored. Defaults to 0 seconds.
"""
Expand Down Expand Up @@ -230,7 +230,7 @@ def take_noise(tag=None, concurrent=True, settling_time=0):
True, and in series if False.
settling_time (float, optional):
Time in seconds to wait between operation runs across the active
SMuRF controlls if *not* running concurrently. If running
SMuRF controllers if *not* running concurrently. If running
concurrently this is ignored. Defaults to 0 seconds.
"""
Expand Down

0 comments on commit 9fb31c3

Please sign in to comment.