element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Experts, Learning and Guidance
  • Technologies
  • More
Experts, Learning and Guidance
Ask an Expert Forum RSA306B" without buying the SignalVue software
  • Blog
  • Forum
  • Documents
  • Leaderboard
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Experts, Learning and Guidance to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Verified Answer
  • +1 person also asked this people also asked this
  • Replies 5 replies
  • Answers 1 answer
  • Subscribers 286 subscribers
  • Views 2152 views
  • Users 0 members are here
Related
See a helpful answer?

Be sure to click 'more' and select 'suggest as answer'!

If you're the thread creator, be sure to click 'more' then 'Verify as Answer'!

RSA306B" without buying the SignalVue software

Alaa0000
Alaa0000 over 1 year ago

Hi all

I'm using SCPI and VISA Instrument to program instruments and build my own user interface.

Any one know if I could buy the " RSA306B" without buying the SignalVue software, so it will be cheaper?

  • Sign in to reply
  • Cancel

Top Replies

  • Gough Lui
    Gough Lui over 1 year ago +6 suggested
    SignalVu-PC base software comes with the RSA306B and doesn't cost any extra - add on analysis licenses for protocols do cost extra. The RSA306B cannot operate without SignalVu-PC as the SCPI programming…
  • Gough Lui
    Gough Lui over 1 year ago in reply to Alaa0000 +3 verified
    The RSA API reference is here - these are the functions available to you without SignalVu-PC. https://download.tek.com/manual/RSA300-500-600-Series-Spectrum-Analyzers-API-Programming-Reference-REV-A…
  • Gough Lui
    Gough Lui over 1 year ago in reply to Alaa0000 +2
    To be honest, I have no idea what you're asking here. As I said before, SignalVu-PC is required for the VISA interface to be realised, if you want to use VISA. You can use the RSA API to grab raw data…
Parents
  • Gough Lui
    0 Gough Lui over 1 year ago

    SignalVu-PC base software comes with the RSA306B and doesn't cost any extra - add on analysis licenses for protocols do cost extra.

    The RSA306B cannot operate without SignalVu-PC as the SCPI programming interface merely controls the SignalVu-PC software. On its own, it is not a SCPI or VISA instrument - it is more like a software defined radio that digitises signals very quickly. If you don't use SignalVu-PC, then your only option is the RSA API which will give you raw samples to play with (at something like 224MB/s) but not many other features.

    • Cancel
    • Vote Up +6 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • Alaa0000
    0 Alaa0000 over 1 year ago in reply to Gough Lui

    Thanks for your note.

    I thought that using the RSA API option I could build my customized app that can detect and classify some RF signals, do you know any cheap option to do that?
    and what do you think is the benefit of realizing such kind of spectrums, if we couldn't program it?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Gough Lui
    0 Gough Lui over 1 year ago in reply to Alaa0000

    To be honest, I have no idea what you're asking here.

    As I said before, SignalVu-PC is required for the VISA interface to be realised, if you want to use VISA.

    You can use the RSA API to grab raw data from the unit - any specific analysis is then the responsibility of your code. This is NOT VISA based and is a separate API and is the only reason you can access the RSA without SignalVu-PC. You won't be saving any money by going this route and will need to do some more of the heavy lifting yourself.

    A high level overview is given of the differences in interfaces here:

    https://d347awuzx0kdse.cloudfront.net/vicomaus/content-file/programming_appnote_37w-61459_vicom.pdf

    If you're after the raw data for your own analysis, you could go either way. I used SignalVu-PC's IF recorder to record .r3a files containing a stream of 16-bit real values which can then be analysed using other tools (e.g. GNU Radio, MATLAB) with some difficulty (it's not fast to deal with such large files). But if you do this, you're essentially turning the RSA into a rather expensive SDR.

    - Gough

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Gough Lui
    +1 Gough Lui over 1 year ago in reply to Alaa0000

    The RSA API reference is here - these are the functions available to you without SignalVu-PC.

    https://download.tek.com/manual/RSA300-500-600-Series-Spectrum-Analyzers-API-Programming-Reference-REV-A-077103104.pdf

    Tek does provide some examples here too:

    https://github.com/tektronix/RSA_API

    It seems this is the V2 API (newer than when I last looked) so there are a few more standard analysis functions available, but I'm not sure it is that well maintained (last update to examples and API is 4 years ago).

    https://www.tek.com/en/support/software/application/rsa-application-programming-interface-api-64-bit-windows

    It is nice to see they did get around to making a Linux API too ... this didn't exist when I last looked either ...

    https://www.tek.com/en/support/software/application/rsa-application-programming-interface--api-for-64bit-linux--v100014

    - Gough

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Reject Answer
    • Cancel
Reply
  • Gough Lui
    +1 Gough Lui over 1 year ago in reply to Alaa0000

    The RSA API reference is here - these are the functions available to you without SignalVu-PC.

    https://download.tek.com/manual/RSA300-500-600-Series-Spectrum-Analyzers-API-Programming-Reference-REV-A-077103104.pdf

    Tek does provide some examples here too:

    https://github.com/tektronix/RSA_API

    It seems this is the V2 API (newer than when I last looked) so there are a few more standard analysis functions available, but I'm not sure it is that well maintained (last update to examples and API is 4 years ago).

    https://www.tek.com/en/support/software/application/rsa-application-programming-interface-api-64-bit-windows

    It is nice to see they did get around to making a Linux API too ... this didn't exist when I last looked either ...

    https://www.tek.com/en/support/software/application/rsa-application-programming-interface--api-for-64bit-linux--v100014

    - Gough

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Reject Answer
    • Cancel
Children
  • Alaa0000
    0 Alaa0000 over 1 year ago in reply to Gough Lui

    Thanks a lot

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube