- AuthorSearch Results
Found in Replies
Andrew posted on March 4, 2015 at 8:43 am View this postIn reply to: format of bbr file
AndrewModeratorHello Feng,
Video and External(BB60 only) triggering is available in Zero-Span mode. You can configure the triggers on the control panel after entering Zero-Span mode. In the API no triggering is performed directly, but the location of external triggers are returned when the API is configured correctly. You can see the API manual to learn more about setting up external triggers. https://signalhound.com/sigdownloads/BB60C/BB60-API-Manual.pdf
Regards,
A.J.Found in Replies
tr_feng posted on March 3, 2015 at 6:11 pm View this postIn reply to: format of bbr file
tr_fengParticipantHi Andrew,
Thanks for your quick response, another question is how to setup a trigger through software/API ? and how many types of trigger do BB60C support? voltage level? power trigger? mask trigger?
Thanks!Found in Replies
Andrew posted on February 25, 2015 at 9:02 am View this postIn reply to: USB-SA44B and beagleboard
AndrewModeratorHello Marholt,
The Windows libraries have received a major update over the last couple of weeks. You can get the libraries by downloading the Spike software package here. signalhound.flywheelsites.com/spike You can find the library file and API manual in the api folder in the application directory after installation. The API does not provide channel power measurements directly but returns sweeps on which you can perform your channel power measurements.
Regards,
A.J.Found in Topics
Roger Peterson posted on February 23, 2015 at 12:39 pm View this postUsing the following code, I set the RBW & VBW to 10 and acquire data:
saOpenDevice(handle)
saConfigCenterSpan(handle, 3000.0, 200.0)
saConfigAcquisition(handle, SA_AVERAGE, SA_LOG_SCALE)
saConfigLevel(handle, -10.0)
saConfigSweepCoupling(handle, 10, 10, True)
saInitiate(handle, SA_SWEEPING, 0)
saQuerySweepInfo(handle, sweepLen, startFreq, binSize)
saGetSweep_32f(handle, min, max)
saCloseDevice(handle)What is returned: binSize = 1.854
I was expecting 10, or at least close to 10. Is this normal?Found in Replies
- This reply was modified 10 years, 6 months ago by
Andrew.
Andrew posted on February 23, 2015 at 9:53 am View this postIn reply to: USB-SA44B and beagleboard
AndrewModeratorThank you for the heads up on the Linux API. I can look into it. Are you looking to stay on Linux or use Windows to take advantage of the new API updates?
Our Linux APIs (non-ARMs) required low-latency kernels and do not include any updates made over the last couple of years.
Regards,
A.J.Found in Replies
marholt posted on February 23, 2015 at 5:26 am View this postIn reply to: USB-SA44B and beagleboard
marholtParticipantThank you for the info.
We are searching for new board that will have x86 or x64 processor.I’m trying now to compile the 32-bit linux version api (https://signalhound.com/sigdownloads/SA44B/linux_shapi_x86.zip)
but compiler is showing an error that the library libSHLAPI.a is incompatible with x86.
“i386:x86-64 architecture of input file `libSHLAPI.a(myFFT.o)’ is incompatible with i386 output”Found in Replies
Andrew posted on February 20, 2015 at 2:49 pm View this postIn reply to: SA124B connectivity issues
AndrewModeratorHi Jbluff,
A couple quick questions. What happens when you launch the software (with the device plugged in and the light green) after the device has been plugged in for many minutes? Does the software find the device first try then? Also, does the API ever find the device? Even after many minutes of being plugged in?
The Option 2 is unique in that it needs to be plugged into the PC for several minutes before warming up to be operational. I want to rule that out as a possibility first.
Feel free to email me at aj@signalhound.com if you prefer email.
Regards,
A.J.Found in Topics
jbluff posted on February 20, 2015 at 2:04 pm View this postTopic: SA124B connectivity issues
in forum SA Series DiscussionsI’m having trouble reliably connecting to my SA124B (opt2).
After installing the USB drivers and Spike, I plugged in the SA and the light came on, green. When I start Spike, the light turns red, and eventually spike says the device wasn’t found. I can close spike and the light stays red. IF I leave spike open, and unplug and replug in the SA, the light is green, and in spike I can connect to the device using File->Connect, and get reasonable traces out.
Why is this?
I’m also getting “Device not found” errors when I try to open a connection using the API, though when I request the list of connected serial numbers my device appears. I assume these two problems are related. Any advice?
Thanks
JacobFound in Replies
Andrew posted on February 20, 2015 at 10:13 am View this postIn reply to: USB-SA44B and beagleboard
AndrewModeratorHello Marholt,
Thank you for the follow up. We have not tried other small portable solutions such as the Raspberry Pi or other alternatives. Might I suggest an x86 alternative such as a tablet or netbook with an Atom processor or Celeron processor? There might be x86 single board computers that work, I believe Intel has released a few in the last couple of years below $100. We just released a major update to our SA44 API which is compatible with x64 and x86 processors. This is the route you might have to take if you are looking to avoid longer sweep times.
If you have any further questions, let me know.
Regards,
A.J.Found in Replies
Bruce posted on January 12, 2015 at 6:07 pm View this postIn reply to: SA Series Software Update
BruceModeratorWe are scheduling the release date of the SA/TG software rewrite for 10 Feb 2015, which is less than a month away. I would like to notify you of the great strides we are making regarding the functionality of the software. This rewrite integrates the SA/TG-series devices into the BB60C open source spectrum analyzer/GUI software platform which will now work with all Signal Hound products, past and present. The new software also allows the SA’s to function as real-time spectrum analyzers for sweeps of 250 kHz and less—that means every RF event will be captured when using spans that are ≤250 kHz. Another improvement is 8x faster sweeps at a 500 kHz span, and 2x faster sweeps at a 5 MHz span with a linear transition between the two stated spans. In addition, the SA graphics now include color persistence and a 2D waterfall display. The TG devices are also benefitting from the rewrite. Long standing stability issues are resolved, to include making the high dynamic range user friendly and efficient.
Developers will be able to change the open source spectrum analyzer/GUI code, which makes its function calls to a unified and compiled API. Modifying, adding, and deleting functions, layouts, and utilities in the SA and TG devices is now possible. A liberal software license allows developers to compile the modified spectrum analyzer code for redistribution. All the great spectrum analyzer/GUI code that has been written for the BB60C, and the lessons learned, is now leveraged in the SA and TG devices. Even though the SA-series devices are hardware limited when compared to the BB60C, they can now enjoy the flexibility and power of the BB60C software platform. Best of all, the new software is going be a free download. This has been made possible because of the continued support and loyalty of the Signal Hound user community.
Best regards,
Bruce Devine
Signal Hound Owner & CEO- This reply was modified 10 years, 6 months ago by
- AuthorSearch Results