Home
last modified time | relevance | path

Searched refs:VisaIOError (Results 1 – 20 of 20) sorted by relevance

/dports/devel/py-pyvisa/PyVISA-1.11.3/pyvisa/testsuite/keysight_assisted_tests/
H A Dmessagebased_resource_utils.py174 raise errors.VisaIOError(constants.VI_ERROR_ABORT)
181 except errors.VisaIOError:
201 with pytest.raises(errors.VisaIOError):
255 raise errors.VisaIOError(constants.VI_ERROR_ABORT)
262 except errors.VisaIOError:
754 with pytest.raises(errors.VisaIOError):
910 with pytest.raises(errors.VisaIOError):
921 with pytest.raises(errors.VisaIOError):
923 with pytest.raises(errors.VisaIOError):
935 with pytest.raises(errors.VisaIOError):
[all …]
H A Dtest_tcpip_resources.py45 with pytest.raises(errors.VisaIOError):
H A Dtest_resource_manager.py11 from pyvisa import InvalidSession, ResourceManager, VisaIOError, errors
171 with pytest.raises(VisaIOError):
H A Dtest_shell.py296 raise errors.VisaIOError(constants.VI_ERROR_NSUP_ATTR)
/dports/devel/py-pyvisa/PyVISA-1.11.3/pyvisa/
H A Derrors.py576 class VisaIOError(Error): class
588 super(VisaIOError, self).__init__(
597 return (VisaIOError, (self.error_code,))
772 raise VisaIOError(ret_value)
H A D__init__.py29 VisaIOError,
H A Dshell.py14 from . import ResourceManager, VisaIOError, attributes, constants
198 except VisaIOError as e:
H A Drname.py690 raise errors.VisaIOError(constants.VI_ERROR_INV_EXPR)
778 raise errors.VisaIOError(constants.VI_ERROR_NSUP_ATTR)
809 raise errors.VisaIOError(constants.VI_ERROR_INV_EXPR)
H A Dhighlevel.py251 raise errors.VisaIOError(rv)
/dports/devel/py-pyvisa/PyVISA-1.11.3/docs/source/
H A Dsubstitutions.sub54 .. |VisaIOError| replace:: :exc:`~pyvisa.errors.VisaIOError`
/dports/devel/py-pyvisa/PyVISA-1.11.3/
H A Dvisa.py30 VisaIOError,
/dports/devel/py-pyvisa/PyVISA-1.11.3/pyvisa/resources/
H A Dresource.py92 except errors.VisaIOError:
313 except errors.VisaIOError as error:
561 except errors.VisaIOError as exc:
H A Dmessagebased.py378 except errors.VisaIOError as e:
444 except errors.VisaIOError as e:
/dports/devel/py-pyvisa/PyVISA-1.11.3/pyvisa/testsuite/
H A Dtest_errors.py20 self._test_pickle_unpickle(errors.VisaIOError(0))
H A Dtest_rname.py512 with pytest.raises(errors.VisaIOError) as e:
517 with pytest.raises(errors.VisaIOError) as e:
/dports/devel/py-pyvisa-py/PyVISA-py-0.5.2/pyvisa_py/
H A Dtcpip.py75 raise errors.VisaIOError(constants.VI_ERROR_RSRC_NFOUND)
97 except (errors.VisaIOError, socket.error, rpc.RPCError) as e:
/dports/devel/py-pyvisa/PyVISA-1.11.3/pyvisa/ctwrapper/
H A Dhighlevel.py289 except errors.VisaIOError as e:
/dports/devel/py-pyvisa/PyVISA-1.11.3/docs/source/faq/
H A Dfaq.rst165 VisaIOError: VI_ERROR_SYSTEM_ERROR: Unknown system error:
/dports/devel/py-pyvisa/PyVISA-1.11.3/docs/source/advanced/
H A Dbackends.rst109 These functions should raise a :class:`pyvisa.errors.VisaIOError` or emit a
/dports/devel/py-pyvisa/PyVISA-1.11.3/docs/source/introduction/
H A Dcommunication.rst95 instrument is done talking. If you don't you are likely to see a |VisaIOError|