Fix example of :DEV:MODE command

This commit is contained in:
Jan Käberich 2021-11-13 19:26:54 +01:00
parent f688aaa220
commit 8a26dec668
2 changed files with 2 additions and 2 deletions

View File

@ -241,11 +241,11 @@ This section contains general device commands, available regardless of the curre
\subsubsection{DEVice:MODE} \subsubsection{DEVice:MODE}
\event{Switches the device to the specified mode}{DEVice:MODE <mode>}{<mode>:\\ \hspace{1cm} VNA: set to vector analyzer\\ \hspace{1cm} GEN: set to signal generator\\ \hspace{1cm} SA: set to spectrum analyzer} \event{Switches the device to the specified mode}{DEVice:MODE <mode>}{<mode>:\\ \hspace{1cm} VNA: set to vector analyzer\\ \hspace{1cm} GEN: set to signal generator\\ \hspace{1cm} SA: set to spectrum analyzer}
\begin{example} \begin{example}
:MODE VNA :DEV:MODE VNA
\end{example} \end{example}
\query{Queries the currently active mode}{DEVice:MODE?}{None}{<mode>:\\ \hspace{1cm} VNA: set to vector analyzer\\ \hspace{1cm} GEN: set to signal generator\\ \hspace{1cm} SA: set to spectrum analyzer} \query{Queries the currently active mode}{DEVice:MODE?}{None}{<mode>:\\ \hspace{1cm} VNA: set to vector analyzer\\ \hspace{1cm} GEN: set to signal generator\\ \hspace{1cm} SA: set to spectrum analyzer}
\begin{example} \begin{example}
:MODE? :DEV:MODE?
VNA VNA
\end{example} \end{example}