Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ngscopeclient/scopehal-docs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 127f43782e05
Choose a base ref
...
head repository: ngscopeclient/scopehal-docs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 755d5800ee7b
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 24, 2020

  1. Verified

    This commit was signed with the committer’s verified signature.
    makenowjust Hiroya Fujinami
    Copy the full SHA
    755d580 View commit details
Showing with 18 additions and 1 deletion.
  1. +18 −1 section-drivers.tex
19 changes: 18 additions & 1 deletion section-drivers.tex
Original file line number Diff line number Diff line change
@@ -206,7 +206,24 @@ \subsection{lecroy}
Teledyne LeCroy or LeCroy oscilloscope running Windows XP or newer and the MAUI or XStream software.

\section{Tektronix}
TODO (scopehal:73, scopehal:13)

This driver is being primarily developed on a MSO64. It supports raw SCPI over TCP using the ``lan" transport,
using port 4000 by default rather than the IANA standard of 5025. It may also work via LXI VXI-11 and USBTMC, but
these have never been tested.

Note that the default settings for SCPI access on the MSO6 series use a full terminal emulator rather than raw SCPI
commands. To remove the prompts and help test, go to Utility | I/O, then under the Socket Server panel select protocol
``None" rather than the default of ``Terminal".

\begin{tabularx}{16cm}{lllX}
\thickhline
\textbf{Device Family} & \textbf{Driver} & \textbf{Transport} & \textbf{Notes} \\
\thickhline
MSO5 series & tektronix & lan & \\
\thickhline
MSO6 series & tektronix & lan & \\
\thickhline
\end{tabularx}

\section{Xilinx}
TODO (scopehal:40)