mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 06:53:37 +00:00
new SCPI command to switch between linear/log sweeps in VNA mode
This commit is contained in:
parent
b09ea7da44
commit
009de1af17
3 changed files with 19 additions and 0 deletions
|
|
@ -417,6 +417,10 @@ These commands change or query VNA settings. Although most of them are available
|
|||
\event{Sets the stop power of the power sweep}{VNA:POWer:STOP}{<stop power>, in dBm}
|
||||
\query{Queries the currently selected stop power}{VNA:POWer:STOP?}{None}{stop power in dBm}
|
||||
|
||||
\subsubsection{VNA:SWEEPTYPE}
|
||||
\event{Selects between linear and logarithmic sweeps}{VNA:SWEEPTYPE}{<type>, either ``LIN'' or ``LOG''}
|
||||
\query{Queries the currently selected sweep type}{VNA:SWEEPTYPE?}{None}{``LIN'' or ``LOG''}
|
||||
|
||||
\subsubsection{VNA:ACQuisition:RUN}
|
||||
\event{Puts the VNA into run mode (sweep active)}{VNA:ACQuisition:RUN}{None}
|
||||
\query{Queries whether the VNA is in run mode}{VNA:ACQuisition:RUN?}{None}{TRUE or FALSE}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue