Home
last modified time | relevance | path

Searched refs:VI_ERROR_SYSTEM_ERROR (Results 1 – 7 of 7) sorted by relevance

/dports/devel/librevisa/librevisa-0.0.20130412/src/vxi/
H A Dvxi_resource.cpp88 throw exception(VI_ERROR_SYSTEM_ERROR); in vxi_resource()
91 throw exception(VI_ERROR_SYSTEM_ERROR); in vxi_resource()
98 throw exception(VI_ERROR_SYSTEM_ERROR); in vxi_resource()
101 throw exception(VI_ERROR_SYSTEM_ERROR); in vxi_resource()
117 throw exception(VI_ERROR_SYSTEM_ERROR); in vxi_resource()
122 throw exception(VI_ERROR_SYSTEM_ERROR); in vxi_resource()
/dports/devel/librevisa/librevisa-0.0.20130412/src/usb/
H A Dusb_resource_creator.cpp106 throw exception(VI_ERROR_SYSTEM_ERROR); in create_or_find()
113 throw exception(VI_ERROR_SYSTEM_ERROR); in create_or_find()
H A Dusb_resource.cpp89 throw exception(VI_ERROR_SYSTEM_ERROR); in usb_resource()
/dports/devel/py-pyvisa/PyVISA-1.11.3/pyvisa/
H A Derrors.py89 VI_ERROR_SYSTEM_ERROR,
221 VI_ERROR_SYSTEM_ERROR: (
H A Dconstants.py83 VI_ERROR_SYSTEM_ERROR = _to_int(0xBFFF0000) variable
1784 error_system_error = VI_ERROR_SYSTEM_ERROR
/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/librevisa/librevisa-0.0.20130412/include/
H A Dvisa.h515 #define VI_ERROR_SYSTEM_ERROR (_VI_ERROR+0x3FFF0000L) /* BFFF0000, -1073807360 */ macro