Skip to content

Commit 9f3b5c2

Browse files
committed
Added Magnova oscilloscope driver documentation.
1 parent 6e10445 commit 9f3b5c2

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

section-scope-drivers.tex

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,55 @@ \section{Demo}
151151
\thickhline
152152
\end{tabularx}
153153

154+
\section{Batronix}
155+
156+
A driver for Batronix Magnova oscilloscope is available in the codebase.
157+
It has been developped, with the help of Batronix team, according to official SCPI documentation for Magnova oscilloscope
158+
(Magnova® SCPI Manual - Version 1.5). This driver has been developed and tested on a Magnova BMO350 running firmware version 1.7.1.
159+
160+
Here are the known limitations of this driver (that should be fixed with further Magnova firmware updates):
161+
\begin{itemize}
162+
163+
\item For now, Magnova's SCPI implementation does not support digital signal acquisition.
164+
165+
\item Selecting specific Arbitrary waveform from function generator is not possible with current Magnova SCPI implementation.
166+
167+
\item Time Scale / Memory Depth / Sample Rate synchronization only work if the scope is in "Extended Capture" mode (Acquire menu).
168+
169+
\end{itemize}
170+
171+
\begin{tabularx}{16cm}{lllX}
172+
\thickhline
173+
\textbf{Device Family} & \textbf{Driver} & \textbf{Transport} & \textbf{Notes} \\
174+
\thickhline
175+
Magnova BMO & Batronix & lan & Connection path: <IP>:5025 \\
176+
\thickhline
177+
\end{tabularx}
178+
179+
\subsubsection{Typical Performance (Magnova BMO350, LAN)}
180+
181+
\begin{tabularx}{16cm}{llX}
182+
\thickhline
183+
\textbf{Channels} & \textbf{Memory depth} & \textbf{WFM/s}\\
184+
\thickhline
185+
1 & 20K & 9.9 \\
186+
\thinhline
187+
2 & 10K & 6.6 \\
188+
\thinhline
189+
4 & 12.5K & 3.99 \\
190+
\thinhline
191+
1 & 100K & 9.7 \\
192+
\thinhline
193+
4 & 125K & 3.97 \\
194+
\thinhline
195+
1 & 5M & 4.5 \\
196+
\thinhline
197+
4 & 5M & 1.26 \\
198+
\thickhline
199+
\end{tabularx}
200+
201+
These figures were obtained from a Magnova BMO350 running firmware version 1.7.1.
202+
154203
\section{Digilent}
155204

156205
Digilent oscilloscopes using the WaveForms SDK are all supported using the ``digilent" driver in libscopehal. This

0 commit comments

Comments
 (0)