Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

how to read resolution, video BW of spectrum analyzer using labview?

Solved!
Go to solution

Hello Everyone,

  I am using R&S spectrum analyzer and its drivers like ResSpecAn, I want to read Resolution BW , Video BW and Time sweep. So how can get these values.

 

Thanks so much...

Pallavi 

0 Kudos
Message 1 of 18
(6,092 Views)

Hi

 

Functions for these values do exist in the driver.

Send your first program and ask more specific what does not work

greetings from the Netherlands
0 Kudos
Message 2 of 18
(6,080 Views)

Hello,

I am attaching pic of my .vi file... I dont have problem in that but i wish to take reading of Power spectrum density and resolution bandwidth, vidoe bandwidth using these drivers, SO how to do that... do you have any Idea?

 

Thanks so much... 

0 Kudos
Message 3 of 18
(6,059 Views)

Hi

This vi shows one of the reasons that I prefer the old control and indicator view on the block diagram and don't like icons view.

Why don't you post your vi like I asked.

Now I only see half of it and cannot check wether your select and result vi's are running at the same time as your other read function.

 

 

greetings from the Netherlands
0 Kudos
Message 4 of 18
(6,040 Views)

Sorry Albert,

Ok i am sending you my vi, in which i which to calculate following things:

1.Channel Power

2.Ferq spectrum

3.Start freq

4.Stop feq

5.Resolution BW

6.Video BAndwidth

7.PSD for various frequecies.

 

   Out of which i am unable to calculate PSD, Resolution BW, Video BW

 Thanks so much and sorry once again

 

Pallavi 

0 Kudos
Message 5 of 18
(6,026 Views)

Hi,

i am attaching all the reading's file which i supposed to take... So it will be help for you understand. The file contain all the data which i need to read from spectrum analyzer FSP-03 and drivers which i am using is RsSpecAn.

thanks so much

Pallavi 

0 Kudos
Message 6 of 18
(6,020 Views)

HI Pallavi

 

Indeed the vi for reading the bandwidth is not available and reading through the manual does not give a clue.

I don't have an instrument available right now but You could try the following command

 

use a visa write routine with the instrument handle directly followed (connect the error in error out) by a visa read of about 100 characters.

the command to send would be something like "SENSe1:BANDwidth:RESolution?"

without the quotes but with the question mark.

 

I found this command in the 

C:\Program Files\National Instruments\LabVIEW 8.5\instr.lib\rsspecan\Receiver\Configuration\Scan\rsspecan Configure Scan Table Resolution Bandwidth.vi

 

double click on the vi in this block diagram and wait until the load of the crazy express vi is finished.

in the right window you see the command to be send to set the  resolution bandwidth.

normally in scpi a question mark retuirns the value instead of setting it, but the test is up to you.

 

use this same method for other parameters that were forgotten by R&S

 

good luck 

 

greetings from the Netherlands
0 Kudos
Message 7 of 18
(6,010 Views)

Dear Pallavi,

please read the driver's documentation: http://www2.rohde-schwarz.com/file_11465/rsspecan_note.pdf

 

Hope it helps,

Jiri

0 Kudos
Message 8 of 18
(5,994 Views)

@Jiri,

  I have gone through that document before but there they have not mentioned how to calculate resolution, video BW and PSD...

Pallavi 

 

0 Kudos
Message 9 of 18
(5,990 Views)

@Albert,

Thanks so much........ I will try and i will let you know.

Pallavi 

 

0 Kudos
Message 10 of 18
(5,989 Views)