10-08-2010 04:56 AM
Hi All,
I am using Agilent 4263B LCR Meter.
I am writing program in C# (using VISA) to control this LCR Meter programmatically.
I have managed to control the LCR Meter to change to the requested measurement type accordingly, but I could not find a way to read back the reading from the meter into the program.
The measurement result is something similar to the below:
+0,+1.07989E+08,-9.07639E+07
Pls help.
Thanks in advanced.
10-09-2010 07:45 PM
You should attach your code, and a link to your instrument's protocol manual.
10-11-2010 03:56 AM
Hi Kate,
Thanks for responding.
I have got that figured out after referring to some sample codes that I found this monring.
Really appreciate your help.
12-03-2019 02:47 AM
Hi,
I started to do a program to control and read measurement from 4263B LCR meter (via GPIB-USB).
I'm just a beginner, I don't know how to link my program (VS 2013) to 4263B equipment.
I want the measurement to show on the text box after clicking the TEST button.
Anyone can help me, thanks in advance.