]> sigrok.org Git - sigrok-test.git/blame - decoder/test/graycode/test.conf
graycode: add test for stream without sample rate
[sigrok-test.git] / decoder / test / graycode / test.conf
CommitLineData
872a7b57
UH
1test graycode_ramp
2 protocol-decoder graycode channel d0=0 channel d1=1 channel d2=2 channel d3=3 channel d4=4 channel d5=5 channel d6=6 channel d7=7
3 input graycode/synthetic/graycode-ramp.sr
4 output graycode annotation match graycode_ramp.output
5
6test graycode_sin
7 protocol-decoder graycode channel d0=0 channel d1=1 channel d2=2 channel d3=3 channel d4=4 channel d5=5 channel d6=6 channel d7=7
8 input graycode/synthetic/graycode-sin.sr
9 output graycode annotation match graycode_sin.output
10
11test rotary_ramp
12 protocol-decoder graycode channel d0=0 channel d1=1
13 input graycode/synthetic/rotary-ramp.sr
14 output graycode annotation match rotary_ramp.output
15
16test rotary_sin
17 protocol-decoder graycode channel d0=0 channel d1=1
18 input graycode/synthetic/rotary-sin.sr
19 output graycode annotation match rotary_sin.output
b665563e
GS
20
21test graycode_ramp_no_samplerate
22 protocol-decoder graycode channel d0=0 channel d1=1 channel d2=2 channel d3=3 channel d4=4 channel d5=5 channel d6=6 channel d7=7
23 input graycode/synthetic/graycode-ramp-no-samplerate.sr
24 output graycode annotation match graycode_ramp-no-samplerate.output