mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 15:04:11 +00:00
new SCPI command: delete traces
This commit is contained in:
parent
8be82589c5
commit
a5b9195ac9
3 changed files with 15 additions and 1 deletions
|
|
@ -502,7 +502,7 @@ Depending on the sweep and possible confiigured math operations, x may be either
|
|||
[5.33344e+9,0.13223,-0.00780554],
|
||||
[6e+9,-0.0314859,-0.246024]
|
||||
\end{example}
|
||||
\vspace{-0.6cm}
|
||||
\vspace{-0.3cm}
|
||||
\begin{center}
|
||||
\footnotesize{Note: actual response will not include newlines between data points, only at the end}
|
||||
\end{center}
|
||||
|
|
@ -557,6 +557,9 @@ $$ S_{11}...S_{1n},S_{21}...S_{2n},...,S_{n1}...S_{nn} $$
|
|||
\subsubsection{VNA:TRACe:NEW}
|
||||
\event{Creates a new trace}{VNA:TRACe:NEW}{<trace name>}
|
||||
|
||||
\subsubsection{VNA:TRACe:DELete}
|
||||
\event{Deletes a trace}{VNA:TRACe:DELete}{<trace>, either by name or by index}
|
||||
|
||||
\subsubsection{VNA:TRACe:RENAME}
|
||||
\event{Changes the name of a trace}{VNA:TRACe:RENAME}{<trace>, either by name or by index\\<new name>}
|
||||
|
||||
|
|
@ -835,6 +838,9 @@ Port1,Port2
|
|||
\subsubsection{SA:TRACe:NEW}
|
||||
\event{Creates a new trace}{SA:TRACe:NEW}{<trace name>}
|
||||
|
||||
\subsubsection{SA:TRACe:DELete}
|
||||
\event{Deletes a trace}{VNA:TRACe:DELete}{<trace>, either by name or by index}
|
||||
|
||||
\subsubsection{SA:TRACe:RENAME}
|
||||
\event{Changes the name of a trace}{SA:TRACe:RENAME}{<trace>, either by name or by index\\<new name>}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue