This file is indexed.

/usr/share/doc/python-pyvisa/manual/rst/getting_nivisa.rst is in python-pyvisa 1.8-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
.. _getting_nivisa:

NI-VISA Installation
====================

In every OS, the NI-VISA library bitness (i.e. 32- or 64-bit) has to match the Python bitness. So first you need to install a NI-VISA that works with your OS and then choose the Python version matching the installed NI-VISA bitness.

PyVISA includes a debugging command to help you troubleshoot this (and other things)::

    python -m visa info

According to National Instruments, NI VISA **5.4.1** is available for:

.. note:: NI-VISA is not available for your system, take a look at the :ref:`faq`.


Mac OS X
--------

Download `NI-VISA for Mac OS X`_

Supports:

- Mac OS X 10.7.x x86 and x86-64
- Mac OS X 10.8.x

*64-bit VISA applications are supported for a limited set of instrumentation buses. The supported buses are ENET-Serial, USB, and TCPIP. Logging VISA operations in NI I/O Trace from 64-bit VISA applications is not supported.*

Windows
-------

Download `NI-VISA for Windows`_

Suports:

- Windows Server 2003 R2 (32-bit version only)
- Windows Server 2008 R2 (64-bit version only)
- Windows 8 x64 Edition (64-bit version)
- Windows 8 (32-bit version)
- Windows 7 x64 Edition (64-bit version)
- Windows 7 (32-bit version)
- Windows Vista x64 Edition (64-bit version)
- Windows Vista (32-bit version)
- Windows XP Service Pack 3

*Support for Windows Server 2003 R2 may require disabling physical address extensions (PAE).*

Linux
-----

Download `NI-VISA for Linux`_

Supports:

- openSUSE 12.2
- openSUSE 12.1
- Red Hat Enterprise Linux Desktop + Workstation 6
- Red Hat Enterprise Linux Desktop + Workstation 5
- Scientific Linux 6.x
- Scientific Linux 5.x

*Currently, only 32-bit applications are supported on the x86-64 architecture.*

.. note:: NI-VISA runs on other linux distros but the installation is more cumbersome.

.. _`NI-VISA for Mac OS X`: http://www.ni.com/download/ni-visa-14.0.2/5075/en/
.. _`NI-VISA for Windows`: http://www.ni.com/download/ni-visa-5.4.1/4626/en/
.. _`NI-VISA for Linux`: http://www.ni.com/download/ni-visa-5.4.1/4629/en/