]> sigrok.org Git - sigrok-test.git/blob - decoder/test/ieee488/test.conf
ieee488: introduce tests for unified IEEE-488 decoder (GPIB and IEC)
[sigrok-test.git] / decoder / test / ieee488 / test.conf
1 test gpib_hp1631d
2         protocol-decoder ieee488 channel dio1=0 channel dio2=1 channel dio3=2 channel dio4=3 channel dio5=4 channel dio6=5 channel dio7=6 channel dio8=7 channel eoi=8 channel dav=9 channel nrfd=10 channel ndac=11 channel ifc=12 channel srq=13 channel atn=14 channel ren=15
3         input gpib/hp1631d/gpib_hp1631d.sr
4         output ieee488 annotation match gpib_hp1631d.output
5         output ieee488 binary class raw match gpib_hp1631d.bin_raw
6         output ieee488 binary class data match gpib_hp1631d.bin_data
7         output ieee488 python match gpib_hp1631d.python
8
9 test gpib_hp33120a
10         protocol-decoder ieee488 channel dio1=0 channel dio2=1 channel dio3=2 channel dio4=3 channel dio5=4 channel dio6=5 channel dio7=6 channel dio8=7 channel eoi=8 channel dav=9 channel nrfd=10 channel ndac=11 channel ifc=12 channel srq=13 channel atn=14 channel ren=15
11         input gpib/hp33120a/hp33120a-idn.sr
12         output ieee488 annotation match gpib_hp33120a.output
13         output ieee488 binary class raw match gpib_hp33120a.bin_raw
14         output ieee488 binary class data match gpib_hp33120a.bin_data
15         output ieee488 python match gpib_hp33120a.python
16
17 test gpib_hp53131a_idn
18         protocol-decoder ieee488 channel dio1=0 channel dio2=1 channel dio3=2 channel dio4=3 channel dio5=4 channel dio6=5 channel dio7=6 channel dio8=7 channel eoi=8 channel dav=9 channel nrfd=10 channel ndac=11 channel ifc=12 channel srq=13 channel atn=14 channel ren=15
19         input gpib/hp53131a/hp53131a-idn-read.sr
20         output ieee488 annotation match gpib_hp53131a_idn.output
21         output ieee488 binary class raw match gpib_hp53131a_idn.bin_raw
22         output ieee488 binary class data match gpib_hp53131a_idn.bin_data
23         output ieee488 python match gpib_hp53131a_idn.python
24
25 test gpib_hp53131a_ton
26         protocol-decoder ieee488 channel dio1=0 channel dio2=1 channel dio3=2 channel dio4=3 channel dio5=4 channel dio6=5 channel dio7=6 channel dio8=7 channel eoi=8 channel dav=9 channel nrfd=10 channel ndac=11 channel ifc=12 channel srq=13 channel atn=14 channel ren=15
27         input gpib/hp53131a/hp53131a-ton.sr
28         output ieee488 annotation match gpib_hp53131a_ton.output
29         output ieee488 binary class raw match gpib_hp53131a_ton.bin_raw
30         output ieee488 binary class data match gpib_hp53131a_ton.bin_data
31         output ieee488 python match gpib_hp53131a_ton.python
32
33 test gpib_keithley2015
34         protocol-decoder ieee488 channel dio1=0 channel dio2=1 channel dio3=2 channel dio4=3 channel dio5=4 channel dio6=5 channel dio7=6 channel dio8=7 channel eoi=8 channel dav=9 channel nrfd=10 channel ndac=11 channel ifc=12 channel srq=13 channel atn=14 channel ren=15
35         input gpib/keithley2015/keithley2015-idn.sr
36         output ieee488 annotation match gpib_keithley2015.output
37         output ieee488 binary class raw match gpib_keithley2015.bin_raw
38         output ieee488 binary class data match gpib_keithley2015.bin_data
39         output ieee488 python match gpib_keithley2015.python
40
41 test cbm_1571_read_status
42         protocol-decoder ieee488 channel dio1=4 channel clk=3 channel atn=2 channel srq=0
43         input gpib/serial/cbm1571/cbm_1571_read_status.sr
44         output ieee488 annotation match cbm_1571_read_status.output
45         output ieee488 binary class raw match cbm_1571_read_status.bin_raw
46         output ieee488 binary class data match cbm_1571_read_status.bin_data
47         output ieee488 python match cbm_1571_read_status.python