add SCPI API for dwell time
Some checks failed
Build / PC_Application_Ubuntu (push) Has been cancelled
Build / PC_Application_RPi5 (push) Has been cancelled
Build / PC_Application_Windows (push) Has been cancelled
Build / PC_Application_OSX (push) Has been cancelled
Build / PC_Application_OSX_15 (push) Has been cancelled
Build / Embedded_Firmware (push) Has been cancelled
HIL_Tests / Get_Repository (push) Has been cancelled
Unit_Tests / Tests (push) Has been cancelled
HIL_Tests / PC_Application_RPi5 (push) Has been cancelled
HIL_Tests / Embedded_Firmware (push) Has been cancelled
HIL_Tests / HIL (push) Has been cancelled

This commit is contained in:
Jan Käberich 2026-01-27 18:24:05 +01:00
parent 5cb28b0122
commit bf028e2d21
3 changed files with 17 additions and 0 deletions

View file

@ -424,6 +424,10 @@ These commands change or query VNA settings. Although most of them are available
\event{Sets the IF bandwidth}{VNA:ACQuisition:IFBW}{<IF bandwidth>, in Hz}
\query{Queries the currently selected IF bandwidth}{VNA:ACQuisition:IFBW?}{None}{IF bandwidth in Hz}
\subsubsection{VNA:ACQuisition:DWELLtime}
\event{Sets the dwell time}{VNA:ACQuisition:DWELLtime}{<dwell time>, in seconds}
\query{Queries the currently selected dwell time}{VNA:ACQuisition:DWELLtime?}{None}{dwell time in seconds}
\subsubsection{VNA:ACQuisition:POINTS}
\event{Sets the number of points per sweep}{VNA:ACQuisition:POINTS}{<points>}
\query{Queries the currently selected number of points}{VNA:ACQuisition:POINTS?}{None}{points}