summaryrefslogtreecommitdiff
path: root/docs/faq.rst
diff options
context:
space:
mode:
authorHernan Grecco <hernan.grecco@gmail.com>2014-02-11 01:54:22 -0300
committerHernan Grecco <hernan.grecco@gmail.com>2014-02-11 01:54:22 -0300
commit6753d1b42002eacc5f8cd13d1b440f886c035cc1 (patch)
tree6359dc6366cf6c9badf9a6380203fbe47f797b21 /docs/faq.rst
parentbc8115020c8f2f32477e9f075225ad0d05308e2b (diff)
Improved on documentation
Diffstat (limited to 'docs/faq.rst')
-rw-r--r--docs/faq.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/faq.rst b/docs/faq.rst
index d6dffcd..28da727 100644
--- a/docs/faq.rst
+++ b/docs/faq.rst
@@ -33,7 +33,6 @@ by pasting the output of this command::
python -c "from pyvisa import util; util.get_debug_info()"
-
Error: Image not found
----------------------
@@ -50,7 +49,11 @@ is not able to find it for you. You can solve it by providing the library path t
>>> visalib = VisaLibrary('/path/to/library')
-or by create a configuration file as described HERE XXXX.
+or::
+
+ >>> rm = ResourceManager('Path to library')
+
+or by create a configuration file as described in ref:`configuring`.
Error: No matching architecture
@@ -76,7 +79,7 @@ The solution is to:
Download and install it from `National Instruments's VISA`. Run the debug
command again to see if the new library was found by PyVISA. If not,
- create a configuration file as described HERE XXXX.
+ create a configuration file as described in ref:`configuring`.
If there is no VISA library with the correct bitness available, try solution 2.
@@ -107,8 +110,6 @@ or
You can also create a `virtual environment`_ for this.
-
-
Where can I get more information about VISA?
--------------------------------------------