Forum Replies Created
- AuthorPosts

AndrewModerator- This reply was modified 2 days, 18 hours ago by
Andrew.
Andrew October 30, 2025 at 4:32 pm in reply to: SA44B & Spike over Remote Desktop //php bbp_reply_id(); ?> Hi Craig,
This is a known issue. Remote desktop doesn’t support OpenGL which is used by our application to render some of the plots. There is some workarounds, see this thread,
https://signalhound.com/support/forums/topic/opengl-and-microsoft-rdc-remote-for-bb60c/
AndrewModeratorThank you for the follow up feedback Victor.
I will see about making these changes, but can’t guarantee when they will be available.

AndrewModerator
Andrew October 29, 2025 at 3:04 pm in reply to: Spike’s phase noise analysis is now a paid add-on! //php bbp_reply_id(); ?> Hi SBabic,
Apologies for not updating this thread sooner.
Over the summer we introduced an additional pricing tier for our phase noise offerings in response to customer feedback regarding our legacy phase noise measurements. This new tier is designed for customers performing single-device phase noise measurements, providing access to all of our latest phase noise measurement capabilities at a significantly lower cost than our cross-correlated phase noise measurements.
You can learn more about the new licensing tier and its features at the link below:
https://signalhound.com/news/upgrade-to-phase-noise-features-explained/

AndrewModerator- This reply was modified 2 weeks, 4 days ago by
Andrew.
Andrew October 14, 2025 at 2:45 pm in reply to: BB60D: Suggestion for laptop that works //php bbp_reply_id(); ?> Hi John,
Most modern business laptops will run the BB60D without issues, laptops like,
– Lenovo Thinkpads
– Dell Inspirons/PrecisionsWe occassionally see issues on boutique (think gaming brand) laptops or weatherized laptops that use bulkheads and other things that can interfere with USB 3.0.
A laptop with a USB type-A 3.0 port is ideal, but you can easily convert to type C with a hub like the Anker 555.

AndrewModerator
Andrew October 10, 2025 at 10:10 am in reply to: Compatibility with electronic modules //php bbp_reply_id(); ?> Hello Pedro,
We are currently working on integration of a third party auto calibration module. The ETA for that support is TBD as the module is still unreleased. If you would like to be notified when we have added support for it, please email me at aj@signalhound.com.
For now, our software only supports mechanical SOLT cal kits.
Let me know if I can help with anything else.

AndrewModerator
Andrew October 9, 2025 at 3:44 pm in reply to: Spike sweep and real-time analysis modes display black screen above window size //php bbp_reply_id(); ?> Thanks for the follow up and feedback!
I will pass this along to the team.

AndrewModerator- This reply was modified 3 weeks, 3 days ago by
Andrew.
Andrew October 9, 2025 at 8:48 am in reply to: Spike sweep and real-time analysis modes display black screen above window size //php bbp_reply_id(); ?> btlac,
We compile most of our Linux offerings on Ubuntu 18.04, and while we don’t list 24.04 I have many reports of success from customers. I will update our website to reflect this.
We have tested Spike on 4k monitors before. Do you see the issue when you put Spike on the main laptop display? If yes, does anything change if you disconnect the external monitor? Can you verify you don’t have any outstanding video drivers you can install for your machine? I haven’t seen your issue specifically, (black screen related to window size), but have seen customers report fully white/black windows, and usually updating video drivers resolves the issue.
Regarding the other issue, it should not be an issue, this is a longstanding output that seems benign, and resists our efforts to remove it.
We have a very limited number of command line arguments, help is not one of them. They are listed in the manual, but are generally unrelated to your issue.

AndrewModerator
Andrew September 30, 2025 at 9:32 am in reply to: Automated EMC Quasi Peak Measurements //php bbp_reply_id(); ?> You might need to increase the meter settings meas time. Try 1+ seconds. This will then be closer to the measurement you are seeing when you are dwelling at just one frequency with the meter enabled. When doing the auto scan, each frequency is only measured for the specified meas time.

AndrewModerator
Andrew September 29, 2025 at 11:17 am in reply to: Automated EMC Quasi Peak Measurements //php bbp_reply_id(); ?> Hello Mattia,
For the sweep measurement, only avg/max detectors are available. The QP measurements are relegated to single frequency measurements only. The workflow would ideally be, using a peak detector, finding all frequencies that exceed your limit, then testing those frequencies separately using the QP detector, one frequency at a time. In theory the reading from a peak detector will always be equal/greater than a QP detector. You’re saying you are seeing a larger value from the QP measurement than the peak detector. It might be the sweep isn’t dwelling long enough to characterise the signal. The dwell time can be modified on the sweep to help with this in the range table.

AndrewModerator- This reply was modified 1 month, 1 week ago by
Andrew.
The API does not have a equivalent command for reference level offset (RLO). The logic for RLO is done entirely in Spike. Fortunately it is simply offsetting the reference level you set through the API. For example, a RLO of 20dB (implying something like a 20dB attenuator in line) would mean setting the reference level in the API 20dB lower.

AndrewModerator- This reply was modified 1 month, 2 weeks ago by
Andrew.
Andrew September 18, 2025 at 12:29 pm in reply to: Communicate with SM200C through API //php bbp_reply_id(); ?> Did you modify the network address of the SM200C and need to update the address specified in the sm_open_networked_device() function?
Sometimes we see the “ANY” address not work. You might consider changing the “ANY” 0.0.0.0 address parameter to your hardcoded NIC address.
I’m assuming Spike is not running at the same time?
Do you see any LED activity when the sm_open_networked_device() function is called?
I look forward to your response.

AndrewModerator
Andrew September 18, 2025 at 8:57 am in reply to: VSG60A External Trigger in MATLAB //php bbp_reply_id(); ?> PK,
The API would be the recommended way to automate with the VSG25. The VSG25 software and device does not support SCPI. SCPI automation is only supported on the VSG60 software.
The VSG25 API exposes most of the functionality of the user interface. It can be found in our SDK, linked below. See the user manual for programming examples.
https://signalhound.com/software/signal-hound-software-development-kit-sdk/
Let us know if you have follow up questions.

AndrewModeratorNo it does not.
We have now released ARMv8 API builds for the BB60, SP145, and SM200/435 devices. This is API only, no Spike. The README in the documentation mentions the platform and compiler used for each build. None of the builds will support Windows+ARM.

AndrewModeratorRSartell,
Porting Spike is definitely something we have talked about, but there isn’t a timeline for this right now. The work done on the APIs would benefit a Spike port.
From your previous post, it seems Windows on ARM is your target platform? As you’ve noticed, all my ARM compiles are for Linux or Mac. If we ported Spike, Linux would likely be the first target OS.
Andrew

AndrewModeratorAfter long delay, we are happy to announce the availability of ARM (AArch64) support for the BB60 API. The API was compiled on the Nvidia Jetson AGX Orin platform. It’s expected to work on many ARMv8 Linux based systems.
Library files and README can be found in the SDK.
https://signalhound.com/software/signal-hound-software-development-kit-sdk/

AndrewModerator- This reply was modified 1 month, 3 weeks ago by
Andrew.
Hi Roman,
Sorry for the delayed response. Yes, these 2 lines of code will reset the instrument (including power cycle). This is also how Spike implements Preset.

AndrewModerator
Andrew September 10, 2025 at 12:50 pm in reply to: VSG60A connected via USB type C //php bbp_reply_id(); ?> Nome,
For many PCs, the use of a non y-cable will be sufficient to run the VSG60. It is becoming more rare for a PC to not supply the necessary 6W over a typical USB type-A port. You will typically only have issues when using ultra portable laptops such as the surface pro (for example).
A micro-B to type-C cable should work fine on most PCs with the VSG60. If that doesn’t work, consider something like the Anker 555 hub. This will connect to the PC via USB-C, and give you 2 USB type A ports to connect a y-cable to.

AndrewModerator
Andrew September 9, 2025 at 1:00 pm in reply to: VSG60A External Trigger in MATLAB //php bbp_reply_id(); ?> Our MATLAB examples are convenience classes that wrap and call the functions in the DLL. You can see everywhere we call a DLL function, the “calllib” function is used. It’s all just standard MATLAB code. As to which functions to call in the DLL, you would want to reference the VSG60 API (link below). What I recommend, is looking at the C++ examples in the SDK, creating your own example, then porting that to MATLAB. Writing your initial example in C++ is even better as you can prove functionality before the port.
https://signalhound.com/sigdownloads/SDK/online_docs/vsg60_api/index.html

AndrewModeratorThanks for the feedback Alan. I’ll get this into our request log. I think these are reasonable requests.

AndrewModeratorThank you for sharing!
- This reply was modified 2 days, 18 hours ago by
- AuthorPosts