Skip to content

Commit

Permalink
Fix docstring syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed May 26, 2024
1 parent 01cd64b commit 9a40406
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,16 +289,18 @@ def __init__(
"""
Sweep mode. Note that Only linear sweep (mode=1 or 3) is
available for the staircase sweep with pulsed bias.
1: Linear sweep (single stair, start to stop.)
2: Log sweep (single stair, start to stop.)
3: Linear sweep (double stair, start to stop to start.)
4: Log sweep (double stair, start to stop to start.)
"""
"""
),
)
"""
Sweep mode. Note that Only linear sweep (mode=1 or 3) is
available for the staircase sweep with pulsed bias.
1: Linear sweep (single stair, start to stop.)
2: Log sweep (single stair, start to stop.)
3: Linear sweep (double stair, start to stop to start.)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,7 @@ def __init__(
"""
Coefficient used to define the number of averaging samples or
the averaging time. Integer expression.
- For mode=0: 1 to 1023. Initial setting/default setting is 2.
- For mode=2: 1 to 100. Initial setting/default setting is 1.
"""
Expand Down

0 comments on commit 9a40406

Please sign in to comment.