~bronger/pyvisa/release-1.3

« back to all changes in this revision

Viewing changes to doc/pyvisa.tex

  • Committer: bronger
  • Date: 2006-11-02 14:22:54 UTC
  • Revision ID: svn-v3-trunk0:516c0664-e049-0410-bc6e-8f9a6051a51d:trunk:318
Typo fixed.  Promoted version to 1.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
\documentclass{howto}
27
27
 
28
28
\title{PyVISA}
29
 
\release{1.0}
 
29
\release{1.1}
30
30
 
31
31
\author{Torsten Bronger}
32
32
\authoraddress{
612
612
my_instrument = instrument("ASRL1", timeout = 8)
613
613
\end{verbatim}
614
614
This creates the object variable \var{my_instrument} and sets its timeout to
615
 
5~seconds.  In this context, a timeout value of \code{None} is allowed, which
 
615
8~seconds.  In this context, a timeout value of \code{None} is allowed, which
616
616
removes the timeout for this device.
617
617
 
618
618
Note that your local VISA library may round up this value heavily.  I