Discussion:
Agilent E4440 Capture Waveform
(too old to reply)
savoma2000
2008-08-04 09:10:11 UTC
Permalink
Hello,
I have to acquire IQ data in timing domain with an Agilent PSA E4440A. I found many drivers (.VI) on Internet but none which is able to do that. I have also downloaded basic guide, which contains several commands but I am a beginner in labview programmation and it is not easy to use VISA control.
 
If someone can help me, he's welcome
 
Regards
manunano
2008-08-04 10:10:10 UTC
Permalink
Hi,
 
I think that the first thing we need to know is what kind of connection do you use ??? USB, RS232, GPIB ?
Emmanuel
savoma2000
2008-08-04 12:10:07 UTC
Permalink
Sorry
it's a LAN connection
Marc
R_Duval
2008-08-06 14:40:10 UTC
Permalink
Hello
To have the good drivers for your E4440A, you should donwload them <a href="http://www.home.agilent.com/agilent/techSupport.jspx?pid=1000003571%3Aepsg%3Apro&amp;pageMode=DS&amp;t=80126.k.3&amp;co=158623.i.4&amp;cc=US&amp;lc=eng&amp;sm=g" target="_blank">here</a>.
&nbsp;I advice to have a look at NI examples. They should be help you.
Regards.&nbsp;&nbsp;
smercurio_fc
2008-08-06 15:10:08 UTC
Permalink
Those drivers either require IVI to be installed, or you need to import the .fp file to generate all the LabVIEW driver VIs. The pure LabVIEW driver VIs can be found <a href="http://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=309EBE8FF8BC0E76E0440003BA7CCD71" target="_blank">here</a>. Are these the ones you are using? Which measurement are you performing in Basic Mode?
savoma2000
2008-08-06 16:10:09 UTC
Permalink
I found the sequence of SCPI commands needed. Thank you.
Now I'm looking for SCPI which set the measurement time (i didn't find it in any document)
Here&nbsp;are commands (with comments):

- :INST:SEL BASIC; // Put the instrument in Basic Mode

- *RST; // Preset the instrument

- : DISP:ENAB 0; // Turn the Display off (improves Speed)

- :FORM REAL,64; // Set the output format to 64 bit binary

- :FORM:BORD SWAP; // set the binary byte order to SWAP (for PC)

- :CONF:WAV;" // Changes measurement to Waveform

- :INIT:CONT 0;" // Puts instrument in single measurement mode

- :CAL:AUTO OFF;" //Turn auto align off

- :FREQ:CENTER 1 GHz;" //Set Center Freq to 1 GHz

- :WAV:ACQ: PACK MED;" //Set Data Packing to Medium (This give more dynamic range)

- :WAV:BAND:TYPE FLAT;" //Select Flattop RBW Filter

- :WAV: DEC:FACT 2;" //Set Decimation Factor to 2

- (This reduces the sample rate by a factor of 2 if a lower sample rate is needed)

- :WAV: DEC:STAT ON;" //Turn Decimation On (Only if you require decimation)

- : DISP:WAV:WIND1:TRAC:Y:RLEV 5;" //Set reference level to desired level

- :WAV:BWID:RES 10 MHz;" //Set Res bandwidth filter required

- : POW:RF:ATT 5;" //Set internal attenuation required

- :READ:WAV0? //Read IQ data pairs (data will be given as I,Q,I,Q,I,Q...)
Message Edité par savoma2000 le 08-06-2008 10:47 AM
smercurio_fc
2008-08-06 16:10:11 UTC
Permalink
I may be wrong, but I believe you just set the sweep time. :SENSe: WAVeform: SWEep: TIME
savoma2000
2008-08-07 09:40:07 UTC
Permalink
It works
&nbsp;
thanks
savoma2000
2008-08-08 13:40:07 UTC
Permalink
Now, I have to switch off the microwave preselector (YIG filter), and one more time I don't find the command.
Any idea ?
smercurio_fc
2008-08-08 14:40:09 UTC
Permalink
Sorry, no. I'm not really an expert with PSAs. I just program them based on what people tell me.
Continue reading on narkive:
Search results for 'Agilent E4440 Capture Waveform' (Questions and Answers)
6
replies
Should I buy a Rigol or a Tektronix oscilloscope?
started 2011-02-08 11:06:12 UTC
engineering
Loading...