Skip to content

Commit

Permalink
add note about float and fix example accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
sanahabhimani committed Aug 8, 2023
1 parent 58ef087 commit 964684f
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions docs/agents/lakeshore372.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Lakeshore 372 configuration file::
excitation_mode: 'voltage'
excitation_value: 2.0e-6
autorange: 'off'
resistance_range: 2e3
resistance_range: 2.0e+3
dwell: 10 # seconds
pause: 3 # seconds
calibration_curve_num: 28
Expand All @@ -83,7 +83,7 @@ Lakeshore 372 configuration file::
excitation_mode: 'voltage'
excitation_value: 2.0e-6
autorange: 'on'
resistance_range: 2e3
resistance_range: 2.0e+3
dwell: 15 # seconds
pause: 10 # seconds
calibration_curve_num: 33
Expand All @@ -93,7 +93,7 @@ Lakeshore 372 configuration file::
excitation_mode: 'voltage'
excitation_value: 2.0e-6
autorange: 'off'
resistance_range: 2e3
resistance_range: 2.0e+3
dwell: 10 # seconds
pause: 3 # seconds
calibration_curve_num: 36
Expand All @@ -103,7 +103,7 @@ Lakeshore 372 configuration file::
excitation_mode: 'voltage'
excitation_value: 2.0e-6
autorange: 'on'
resistance_range: 2e3
resistance_range: 2.0e+3
dwell: 15 # seconds
pause: 10 # seconds
calibration_curve_num: 34
Expand All @@ -113,7 +113,7 @@ Lakeshore 372 configuration file::
excitation_mode: 'voltage'
excitation_value: 2.0e-6
autorange: 'off'
resistance_range: 2e3
resistance_range: 2.0e+3
dwell: 10 # seconds
pause: 3 # seconds
calibration_curve_num: 35
Expand All @@ -124,6 +124,10 @@ Lakeshore 372 configuration file::
that autorange is set to 'off'. Else, the autorange setting will persist
over your desired resistance range.

.. note::
Make sure values like excitation and resistance are in float form as shown
in the example. Ex: always 2.0e+3, never 2e3

Docker Compose
``````````````

Expand Down

0 comments on commit 964684f

Please sign in to comment.