Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

GPIB current value Agilent 4294a

Solved!
Go to solution

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?

0 Kudos
Message 1 of 5
(1,549 Views)
Solution
Accepted by topic author Jan15

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

0 Kudos
Message 2 of 5
(1,531 Views)

Thank you so much for that!

0 Kudos
Message 3 of 5
(1,526 Views)

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.

0 Kudos
Message 4 of 5
(127 Views)

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

0 Kudos
Message 5 of 5
(86 Views)