Jump to content
  • 0

Using oscilloscope and logic analyzer simultaneously from API


shabbirahmed

Question

Hi, 

I am using the Waveforms APIs to process the raw waveform data from the oscilloscope of AD2 to a C++ code. My other requirement is to use the logic analyzer simultaneously to get the data bit stream of data as well.

1. I was able to do this on the Waveforms 2015 GUI but is it possible using the APIs? 

2. There are analyzers (SPI, I2C, Serial, CAN etc.) present in the Waveforms GUI, but is there a preset to do the same in the API? (not just being able to read 0/1 but analyse the SPI/CAN bus)

Thanks,

Shabbir

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

On 6/6/2017 at 6:34 AM, attila said:

Hi @shabbirahmed

1. Attached you have an example for synchronized digital and analog acquisition. AnalogInDigitalIn_Acquisition.py

2. The SDK provides access to the raw data. The protocol interpreters are implemented in the application which are not available from the SDK, only from application script.

Thanks @attila 

I know this is a long shot but, is there a way i can access this application script or something similar to give the protocol interpreters from the SDK?

 

Thanks,

Shabbir

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...