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 3
(776 Views)
Solution
Accepted by 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 3
(758 Views)

Thank you so much for that!

0 Kudos
Message 3 of 3
(753 Views)