summaryrefslogtreecommitdiff
path: root/pyvisa/resources/vxi.py
diff options
context:
space:
mode:
authorHernan Grecco <hernan.grecco@gmail.com>2014-08-14 02:17:22 -0300
committerHernan Grecco <hernan.grecco@gmail.com>2014-08-14 02:17:22 -0300
commit92e6403413100870d6ab16cd991ffd83fcdc137e (patch)
tree853c74a27d8ec2fd5348491aeb66e73d0669a8e6 /pyvisa/resources/vxi.py
parent0df6dcedcdf914813fa14a51b50b77fa85de27a4 (diff)
Working on the docs for 1.6
Diffstat (limited to 'pyvisa/resources/vxi.py')
-rw-r--r--pyvisa/resources/vxi.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pyvisa/resources/vxi.py b/pyvisa/resources/vxi.py
index 9db9fe2..e84e8a8 100644
--- a/pyvisa/resources/vxi.py
+++ b/pyvisa/resources/vxi.py
@@ -26,7 +26,7 @@ class VXIBackplane(Resource):
More complex resource names can be specified with the following grammar:
VXI[board][::VXI logical address]::BACKPLANE
- Do not instantiate directly, use :meth:`pyvisa.highlevel.ResourceManager.open`.
+ Do not instantiate directly, use :meth:`pyvisa.highlevel.ResourceManager.open_resource`.
"""
@@ -37,7 +37,7 @@ class VXIInstrument(Resource):
More complex resource names can be specified with the following grammar:
VXI[board]::VXI logical address[::INSTR]
- Do not instantiate directly, use :meth:`pyvisa.highlevel.ResourceManager.open`.
+ Do not instantiate directly, use :meth:`pyvisa.highlevel.ResourceManager.open_resource`.
"""
@@ -48,5 +48,5 @@ class VXIMemory(RegisterBasedResource):
More complex resource names can be specified with the following grammar:
VXI[board]::MEMACC
- Do not instantiate directly, use :meth:`pyvisa.highlevel.ResourceManager.open`.
+ Do not instantiate directly, use :meth:`pyvisa.highlevel.ResourceManager.open_resource`.
"""