close
Skip to main content
New: Stack Overflow For Agents. The next generation of knowledge exchange. Learn more
Filter by
Sorted by
Tagged with
1 vote
1 answer
143 views

Based on my question C# IVI VISA (e.g.: NI VISA) TCP Keep Alive I tried to use EasyHook to patch how NI VISA is opening a SOCKET connection. Finally I would like to modify the keep alive settings in ...
Wollmich's user avatar
0 votes
1 answer
473 views

The following C# code opens a VISA session to a measurement instrument: // Connect var vi = GlobalResourceManager.Open("TCPIP::10.0.0.2::hislip0::INSTR") as IMessageBasedSession; // Set TCP ...
Wollmich's user avatar
0 votes
0 answers
458 views

I am trying to read and record data into an Excel spreadsheet with a Keysight E4980AL LCR meter. Ideally, I would like to use VBA. I believe this is the easiest way; i.e. requiring the least amount of ...
David H.'s user avatar
0 votes
0 answers
348 views

We are trying to compile the console app at https://docs.keysight.com/kkbopen/use-a-c-program-to-perform-a-screen-capture-on-the-33500b-33600b-3446xa-532x0a-instruments-620693023.html (also ...
alok's user avatar
1 vote
0 answers
74 views

I have downloaded and included the VISA library in my VB6 project through visa32.dll. When I try to compile the project, I get this error message: Constant expression required The VISA library is ...
Evan Lehr's user avatar
0 votes
1 answer
398 views

I am using a Keysight B2901A SMU with an external trigger. Everything works on the tool but when I use PyVISA with SCPI commands I cannot find the way to read the measurements done when a trigger ...
Francesco's user avatar
-1 votes
1 answer
89 views

I have several Keysight DVMs attached to my computer. Each may have multiple Aliases (user-defined names). I am trying to discover all available Aliases for these instruments in software using the ...
Max Yaffe's user avatar
0 votes
1 answer
896 views

I am trying to communicate with TTi power supply model QPX1200SP through ethernet connection. Here is my script: import pyvisa as visa rm = visa.ResourceManager() print(rm.list_resources(query='TCP?*')...
smajli's user avatar
0 votes
1 answer
165 views

I have no problem opening a session ...... I manually punch in the IP address and socket, and the session opens successfully. This program I am talking to is written to respond in a specific manner ...
SkyRaign's user avatar
0 votes
0 answers
68 views

I connected the string pot to the agilent data logger and am trying to read the change in resistance from moving the position of the string. import numpy as np import pyvisa as visa import time from ...
Antonela Čolić's user avatar
0 votes
1 answer
2k views

I work with various instruments such as scopes, rs232, rs422, serial to usb converters, and so on. I am having a hard time finding the differences between PyVISA and Pyserial. Is one strictly better ...
tbickford's user avatar
0 votes
0 answers
184 views

In my code I want to potentially create multiple instances of pyvisa.ResourceManager. However, I the second instance never finds any (USB) devices. Directly addressing the device will also create an ...
Jonathanthesailor's user avatar
0 votes
1 answer
895 views

My instrument responds properly to "*IDN?" with Rigol Technologies,DG822,DG8A233304081,00.02.06.00.01. When I try to issue any other commands, I get: Traceback (most recent call last): ...
Rydberg's user avatar
0 votes
2 answers
691 views

Trying to connect Keithley 2410 Source meter from GPIB port and command and control its current frequency change for my setup. I need to use SCPI I guess. how can I do that is there any one help me ...
bababababa's user avatar
0 votes
0 answers
300 views

I'm not very familiar with python. I'm compiling a python code to plot the output on the oscilloscope. But i got an error like this. Error: pyvisa.errors.VisaIOError: VI_ERROR_TMO (-1073807339): ...
f.cerkesli's user avatar

15 30 50 per page
1
2 3 4 5
13