Forums › BB Series Discussions › export data of spectrum analyzer to excel (CSV)
- This topic has 1 reply, 2 voices, and was last updated 6 years, 11 months ago by
Andrew.
- AuthorPosts
shiraParticipantHello,
I’m using a spectrum analzer-BB60C.
I want to mesurment the amplitude of one frequency during a hour and export the data to CSV file (Amplitude as a function of time).In addition I want to add new mesurment (amplitude) for one frequency to a single excel (CSV) file when I push a button.
regards, Shira.
AndrewModerator- This reply was modified 6 years, 11 months ago by
Andrew.
Hello Shira,
We don’t have any long term recording tools specifically for 1 frequency only. Our recording functionality is limited to either full sweeps or IQ data captures. This might be something we would be willing to add in a future release.
An easy possible solution to your problem would be to utilize SCPI commands to control the Spike software and record these frequency values to your CSV file. The latest version of Spike is compatible with a number of SCPI commands which you can use to sweep the BB60C and place markers. For your use case, you could write a small script to continually sweep the BB60C and place a marker at the frequency of interest, and read the marker amplitude after each sweep, storing it to your file.
You can find the SCPI programming examples and manual in our SDK, which are compatible with Spike version 3.2.0
https://signalhound.com/download/bbsa-application-programming-interface-for-windows-3264-bit/
Regards,
Andrew- This reply was modified 6 years, 11 months ago by
- AuthorPosts
You must be logged in to reply to this topic.