Skip to content

Commit

Permalink
Merge #498
Browse files Browse the repository at this point in the history
498: Fix `delay` parameter for the query* methods. r=MatthieuDartiailh a=daytonb

There is a note that mistakenly called the `delay` parameter of the `query*` methods `query`.

Co-authored-by: daytonb <byronboulton@gmail.com>
  • Loading branch information
bors[bot] and daytonb committed Mar 4, 2020
2 parents 9e1010d + 7d30925 commit 0147607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/introduction/communication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ up a couple of paragraph).
Some instruments may be slow in answering and may require you to either
increase the timeout or specify a delay between the write and read
operation. This can be done globally using |query_delay| or passing
``query=0.1`` for example to wait 100 ms after writing before reading.
``delay=0.1`` for example to wait 100 ms after writing before reading.

The above focused on using only PyVISA, if you are running Windows, or MacOS
you are likely to have access to third party tools that can help. Some tips to
Expand Down

0 comments on commit 0147607

Please sign in to comment.