~bronger/pyvisa/main

« back to all changes in this revision

Viewing changes to doc/pyvisa.tex

  • Committer: bronger
  • Date: 2008-03-26 19:52:29 UTC
  • Revision ID: svn-v3-trunk0:516c0664-e049-0410-bc6e-8f9a6051a51d:trunk:334
Updated to v1.3.  Changed licence to MIT.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
3
3
%   pyvisa.tex - Manual for high-level OO instrument access on top of VISA
4
4
5
 
%   Copyright © 2005, 2006 Torsten Bronger <bronger@physik.rwth-aachen.de>,
6
 
%                          Gregor Thalhammer <gth@users.sourceforge.net>.
7
 
%                    
 
5
%   Copyright © 2005, 2006, 2007, 2008
 
6
%               Torsten Bronger <bronger@physik.rwth-aachen.de>,
 
7
%               Gregor Thalhammer <gth@users.sourceforge.net>.
8
8
9
9
%   This file is part of PyVISA.
10
10
11
 
%   PyVISA is free software; you can redistribute it and/or modify it under
12
 
%   the terms of the GNU General Public License as published by the Free
13
 
%   Software Foundation; either version 2 of the License, or (at your option)
14
 
%   any later version.
15
 
16
 
%   PyVISA is distributed in the hope that it will be useful, but WITHOUT ANY
17
 
%   WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
18
 
%   FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
19
 
%   details.
20
 
21
 
%   You should have received a copy of the GNU General Public License along
22
 
%   with PyVISA; if not, write to the Free Software Foundation, Inc., 59
23
 
%   Temple Place, Suite 330, Boston, MA 02111-1307 USA
24
 
 
11
%   PyVISA is free software; you can redistribute it and/or modify it under the
 
12
%   terms of the MIT licence:
 
13
%
 
14
%   Permission is hereby granted, free of charge, to any person obtaining a
 
15
%   copy of this software and associated documentation files (the "Software"),
 
16
%   to deal in the Software without restriction, including without limitation
 
17
%   the rights to use, copy, modify, merge, publish, distribute, sublicense,
 
18
%   and/or sell copies of the Software, and to permit persons to whom the
 
19
%   Software is furnished to do so, subject to the following conditions:
 
20
%
 
21
%   The above copyright notice and this permission notice shall be included in
 
22
%   all copies or substantial portions of the Software.
 
23
%
 
24
%   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 
25
%   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 
26
%   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 
27
%   AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 
28
%   LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 
29
%   FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 
30
%   DEALINGS IN THE SOFTWARE.
 
31
%
25
32
 
26
33
\documentclass{howto}
27
34
 
28
35
\title{PyVISA}
29
 
\release{1.2}
 
36
\release{1.3}
30
37
 
31
38
\author{Torsten Bronger}
32
39
\authoraddress{
34
41
        \email{bronger@physik.rwth-aachen.de}
35
42
}
36
43
 
37
 
\date{21 November 2006}
 
44
\date{26 March 2008}
38
45
 
39
46
% \ifpdf{%
40
47
%   \usepackage{hyperref}