diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-07-20 17:05:03 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-07-20 17:05:03 -0400 |
commit | ad9200a974527ab2b5e603c3ce13c9c78cf6ee7b (patch) | |
tree | 01c4629243d25847ea92e3fbbe22f017f3a08973 /qolab/hardware/scope/rigolds1054z.py | |
parent | 6a1d11f6e70ec8c0e67a3371e9417024ee1c2b4c (diff) | |
download | qolab-ad9200a974527ab2b5e603c3ce13c9c78cf6ee7b.tar.gz qolab-ad9200a974527ab2b5e603c3ce13c9c78cf6ee7b.zip |
spell check
Diffstat (limited to 'qolab/hardware/scope/rigolds1054z.py')
-rw-r--r-- | qolab/hardware/scope/rigolds1054z.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qolab/hardware/scope/rigolds1054z.py b/qolab/hardware/scope/rigolds1054z.py index 41f9fcc..0370217 100644 --- a/qolab/hardware/scope/rigolds1054z.py +++ b/qolab/hardware/scope/rigolds1054z.py @@ -212,7 +212,7 @@ class RigolDS1054z(ScopeSCPI): """ All this craziness with tuning chunk_size and catching VisaIOError - is because Rigol usbtmc connection is bugy. + is because Rigol usbtmc connection is buggy. It present itself as high speed device over USB, but set incompatible packet size of 64 while the USB standard dictates 512. |