You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hardware.md
+78-19Lines changed: 78 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,24 @@ This is a brief list of hardware known to work with libscopehal and ngscopeclien
8
8
9
9
For full details on which features are or are not supported by particular drivers, known issues, etc. please see the appropriate section of the user manual.
10
10
11
+
A "slow" marking indicates that the device is supported, but known to have poor performance due to instrument firmware
12
+
limitations. (Many benchtop scopes, even relatively high end ones, are not well optimized for remote control. Delays of hundreds of milliseconds between the trigger and the API reporting availability of data, and multiple seconds to actually download waveform data, are not uncommon on entry level instruments)
13
+
11
14
# Agilent
12
15
13
16
* DSO5000
14
17
* DSO6000
15
18
* DSO7000
16
19
* MSOX-2000
17
-
* MSOX-3000
20
+
* MSOX-3000 (slow)
21
+
22
+
# Alientek
23
+
24
+
* DP100
25
+
26
+
# Andy Haas
27
+
28
+
* Haasoscope Pro
18
29
19
30
# ASEQ Instruments
20
31
@@ -32,62 +43,115 @@ For full details on which features are or are not supported by particular driver
32
43
33
44
# DreamSource Lab
34
45
46
+
We've received reports that recent DSLogic updates have broken this. Nobody is currently maintaining this driver but we'd love for someone to take it over.
47
+
35
48
* DScope U3P100 via [bridge server](https://github.com/ngscopeclient/scopehal-sigrok-bridge)
36
49
* DSLogic U3P16 via [bridge server](https://github.com/ngscopeclient/scopehal-sigrok-bridge)
37
50
51
+
# edy555
52
+
53
+
* NanoVNA
54
+
38
55
# EEVengers
39
56
40
57
* Thunderscope
41
58
59
+
# Eric Kaashoek
60
+
61
+
* TinySA Ultra
62
+
63
+
# Ettus Research
64
+
65
+
* UHD-based SDRs (receive only) via [bridge server](https://github.com/ngscopeclient/scopehal-uhd-bridge)
66
+
67
+
# Generic
68
+
69
+
* CSV streaming data over TCP socket
70
+
* Linux socketcan
71
+
72
+
# GW Instek
73
+
74
+
* GPD-X303S
75
+
76
+
# HP
77
+
78
+
* 662xA power supply
79
+
42
80
# Keysight
43
81
44
82
* DCA 86100A
45
83
* MSOX-2000
46
84
* MSOX-3000
47
-
* MSOX-3000T
85
+
* MSOX-3000T (slow)
48
86
49
-
# GW Instek
87
+
# Kuaiqu
50
88
51
-
* GPD-X303S power supply
89
+
* SSPS-S
90
+
* SPPS*D
91
+
* SPPS-D
92
+
* R-SPPS
52
93
53
-
# HP
94
+
# Microphase
54
95
55
-
*662xA power supply
96
+
*AntSDR running UHD firmware only via [bridge server](https://github.com/ngscopeclient/scopehal-uhd-bridge), IIO firmware not supported
56
97
57
98
# MultiLane
58
99
59
100
* ML4039 BERT via [bridge server](https://github.com/ngscopeclient/scopehal-mlbert-bridge)
60
101
102
+
# Owon
103
+
104
+
* XDG 2000
105
+
* XDG 3000
106
+
* XDM 1041
107
+
* XDM 1241
108
+
61
109
# Pico
62
110
63
111
* All VNAs supported by PicoVNA 5 software (PicoVNA 106, 108)
64
112
* 3000D series via [bridge server](https://github.com/ngscopeclient/scopehal-pico-bridge)
65
113
* 6000E series via [bridge server](https://github.com/ngscopeclient/scopehal-pico-bridge)
66
114
115
+
# Riden
116
+
117
+
* RD series
118
+
67
119
# Rigol
68
120
69
121
* DG4000 series function generator
70
-
* DS1100D/E
71
-
* DS1000Z
72
-
* MSO5000
122
+
* DS1100D/E (slow)
123
+
* DS1000Z (slow)
124
+
* MSO5000 (slow)
125
+
* DHO800 (slow)
126
+
* DHO900 (slow)
127
+
* DP832/832A power supply
73
128
74
129
# Rohde & Schwarz
75
130
76
131
* HMC8012 multimeter
77
132
* HMC804x series power supply
133
+
* RTM3000 (partial)
78
134
* RTO6
79
135
80
136
# Siglent
81
137
82
138
* SDL1000X/X-E series electronic load
83
-
* SDS1000X-E
84
-
* SDS2000X-E
85
-
* SDS2000X+ / SDS2000X+ HD
86
-
* SDS5000X
139
+
* SDS1000X-E (slow)
140
+
* SDS2000X-E (slow)
141
+
* SDS2000X+ / SDS2000X+ HD (slow)
142
+
* SDS2000X HD (slow)
143
+
* SDS3000X HD (slow)
144
+
* SDS5000X (slow)
87
145
* SDS6000A
146
+
* SDS7000A
88
147
* SPD3303X / X-E series power supply
89
148
* SSG5000X / X-V series RF/vector signal generator
90
149
150
+
# Tektronix
151
+
152
+
* MSO5 (slow, firmware occasionally crashes)
153
+
* MSO6 (slow, firmware occasionally crashes)
154
+
91
155
# Teledyne LeCroy
92
156
93
157
All MAUI based oscilloscopes share a common command set and should work for data capture and remote control without any additional driver development, but the dropdown lists for supported sample rates and memory depths have to be added to the driver for each model. The models below have been recently tested, others can be easily added if required.
@@ -98,9 +162,4 @@ All MAUI based oscilloscopes share a common command set and should work for data
0 commit comments