Page 1 of 1

Using the Logic Analyzer Remotely

Posted: Thu Mar 09, 2023 8:23 am
by Cypert
Hello,

I've got a RedPitaya 125-14 with the Logic Analyzer extension and I'm trying to control the device remotely. There was no problem with the oscilloscope and signal generator sections. However, the logic analyzer is being a challenge.

The only info I've been able to find about this is in the jupyter notebooks (https://github.com/RedPitaya/jupyter/bl ... gger.ipynb) but I've got several questions about the masking and triggering.
  • What's the mask's order (input and trigger)? Which bit is DIN0, DIN1, etc? (I'm guessing there are 16 bits because there is DINX_P and DINX_N)
  • I've not sure what the trigger_value does
  • Not really sure what trigger_edge does, I'm guessing that if the first section of the tuple is 1 and the other is 0, that means a rising trigger in that DIN?

If more documentation is available, I'd be glad if anyone could help me find it.