gpib
numpy and scanf equivalents, turning binary output stream into an array
I am using linux-gpib library to talk to bench equipment. I can ask the device for output from it\'s buffer, and it streams to std out. I use something like:[详细]
2023-03-13 15:12 分类:问答Python GPIB commands
I have开发者_运维百科 a working GPIB interface and Linux-GPIB package installed and working. I only know two commands at the moment, x.write and x.find. I don\'t know much about Python, but I recogni[详细]
2023-03-10 23:38 分类:问答Opening and closing a NI device over GPIB
I\'m currently working on a project where we\'re doing some automated testing. We\'re using a Ro开发者_Go百科hde and Schwarz Vector Network Analyzer to do our testing, and the interface it provides f[详细]
2023-02-04 22:45 分类:问答pipe out the contents directed to /dev/hpib
I开发者_如何转开发 have a hpib device connected to my system under /dev/hpib. Is it possible to redirect the GPIB commands which are sent to this device?[详细]
2023-01-29 21:28 分类:问答Interfacing GPIB with Qt
I was wondering if it is possible to interface with GPIB Instruments by using C++ and Qt. If it is possible, can anyone tell me how easy 开发者_运维知识库it would be and/or point me in a direction for[详细]
2023-01-22 02:55 分类:问答Agilent E4426B signal generator locks up during multiple GPIB *SAV operations
I have a test fixture with an Agilent E4426B RF signal generator connected to a PC via a National Instrument Ethernet-to-GPIB bridge. My software is attempting to sanitize the instrument by presetting[详细]
2023-01-03 02:16 分类:问答GPIB connection to external device using MATLAB
Is there a way to establish a GPIB connection using MATL开发者_开发问答AB without the instrument control Tool box? (I don\'t have it). Also is there a way for MATLAB to know what the external device\'[详细]
2022-12-30 18:53 分类:问答Python, sending command to GPIB instrument
开发者_如何学PythonI need to send a command to a GPIB instrument and I can do it like this: power.write(\"volt 0.01\").[详细]
2022-12-10 13:19 分类:问答