JS220 duration argument not working

Hi @sramnath - The frequency is the full rate, which is 2 Msps for the JS110 and 1 Msps for the JS220.

If you want to change the sampling rate for capture_jls_v2.py from the command line, you can modify it using the code in capture.py. Here’s how:

  1. Insert catpure.py lines 84-92 before existing line 61.
  2. Insert capture.py lines 42-43 before existing line 41.

Does this work for you?