Oscilloscope Dual and Resource Explorer Compatibility Issues

It seems like the Oscilloscope Dual is not compatible with the Resource Explorer. What can I do about this? Is there a workaround?

You are correct that, at present, Resource Explorer does not support the Oscilloscope Dual feature. The Oscilloscope Dual block is designed to extend the length of waveforms without increasing the RAM usage. This functionality is particularly useful for acquiring long waveforms, similar to the Digitizer block, which is often used for capturing extended signal data.

As a workaround, it’s recommended to use SciSDK in Python, where you can fully utilize the Oscilloscope Dual block. With SciSDK, you can control the acquisition of long waveforms programmatically, store the data in files, and analyze it as needed. Python provides the flexibility to save and process large datasets effectively, which is not possible with Resource Explorer for this specific block.