Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

automation of spectrum analyzer

Hi

I am using labview to automate the setup of the spectrum analyser E4448A. I was able to set the start and stop frequencies and obtain a waveform. However I can't find a function in the driver for E4448A to set the CF step. Can somebody help??

thanx in advance

0 Kudos
Message 1 of 9
(5,182 Views)

The step size depends on whether the frequency has been coupled to the
span width using the CS command.When coupled, the step
size is 10% of the span, or one major graticule division; when
uncoupled, the step size is determined by the SS command.

 

In the first case the command to send is "CS;"

In the second case the command to send is "SS <value>[HZ|KZ|MZ|GZ];" (for example "SS 100KZ;")

 

To send command you can use labview example: \Program Files\National Instruments\LabVIEW 8.6\examples\instr\smplgpib.llb\LabVIEW - GPIB.vi

Regards

 

CLD - Labview Certified Developer
0 Kudos
Message 2 of 9
(5,167 Views)

Thank you for your help.

 

Do you know where I can find the programing manual for E4448A. At this moment I found a manual called "programming conversion guide" It has commands for setting up the spectrum analyzer. Eg: The SS command for CF step is given "[:SENSe]:FREQuency:CENTer:STEP[:INCRement] <freq>" Can you please tell us where can we find the full command. In other words what goes in <......> or [.........] place.

 

Thank you

0 Kudos
Message 3 of 9
(5,151 Views)

Just go to Agilent and do a search for E4448A. There are 2 main programming manuals but the main one is "PSA and ESA Spectrum Analyzer User's and Programming Guide Volume 1".

 

Where or how did you do your search that you could not find this and the other manuals?

0 Kudos
Message 4 of 9
(5,148 Views)
Thank you..I did search on the Agilient web page and was not able to find a proper programming guide...
0 Kudos
Message 5 of 9
(5,144 Views)

I found the command in "HP8566B/68B code compatibility Guide" - Agilent - ESA and PSA Series Spectrum Analyzers

Bye

CLD - Labview Certified Developer
0 Kudos
Message 6 of 9
(5,140 Views)

You mean that out of all these manuals, there was nothing you could use?

0 Kudos
Message 7 of 9
(5,132 Views)

yes...I did find some commands in the manuals. Its just that I am quite new to this and was not sure how to use them..

Thanks for your help. It is much appreciated.

0 Kudos
Message 8 of 9
(5,105 Views)

Thank you.. Yes i did manage to find it..

0 Kudos
Message 9 of 9
(5,104 Views)