Hello,
I am trying to generate patterns on digital channel 1 using the ADALM2000 and the m2kcli interface.
The pattern is:
0
0
0
1
1
1
When using the command m2kcli digital auto -9 channel=0 cyclic=0 buffer_size=6 < "pathtocsv.cv", the square wave is outputted onto channel 0.
However if I change channel to channel=1, no output can be seen on channel 1.
I have also tried the following pattern in the csv with two columns and have had no success.
0 0
0 0
0 0
0 1
0 1
0 1
How is it possible to get an output from channel 1 using the CSV?
Best regards,
Liam