Hi I'm looking for the GPIB command to get the current value from the Agilent 4294a. I'm using MATLAB over a GPIB interface. Has anyone the right command for this device?
06-15-2022 08:12 AM
Hi I'm looking for the GPIB command to get the current value from the Agilent 4294a. I'm using MATLAB over a GPIB interface. Has anyone the right command for this device?
Solved! Go to Solution.
06-15-2022 10:34 AM
According to the programming manual.. https://www.keysight.com/ca/en/assets/9018-01395/programming-guides/9018-01395.pdf
Reading level monitoring results p.87
To read monitoring results of oscillator (OSC) power and dc bias levels, you need to use
the following commands to turn ON the level monitor function before starting
measurements:
• “OMON” on page 365
• “BMON” on page 272
Use the following commands to read the level monitoring results:
• “OUTPVAC?” on page 394
• “OUTPVACP?” on page 395
• “OUTPIAC?” on page 380
• “OUTPIACP?” on page 381
• “OUTPDC?” on page 376
• “OUTPDCP?” on page 376
Craig
06-15-2022 10:38 AM
Thank you so much for that!
11-01-2025 03:07 PM
Hello, I am currently learning how to control the Agilent 4294A over MATLAB with a GPIB. How are you formatting your commands? I have found the programming guide and 4294A manual to be very unclear. Thank you for your time.
11-04-2025 09:02 AM
I don't understand your question, the commands are plain text. The manual has good details on formatting the commands and showing examples.
Post some code and elaborate on what issues you are facing.
Craig