diff options
Diffstat (limited to 'qolab/hardware/i_server/i800.py')
-rw-r--r-- | qolab/hardware/i_server/i800.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/qolab/hardware/i_server/i800.py b/qolab/hardware/i_server/i800.py index 1d108d8..9a3f6f8 100644 --- a/qolab/hardware/i_server/i800.py +++ b/qolab/hardware/i_server/i800.py @@ -1,7 +1,9 @@ """ This unit talks to i-Series controllers sold by Omega and Newport. They are often can be connected via iServer interface -Specifically, i853 units with LAN connection, but should be ok with many others +Specifically, i853 units with LAN connection, but should be ok with many others. + +Querying of this controller is slo-o-o-w at least 0.2 second and can be longer. """ from qolab.hardware.basic import BasicInstrument |