![Rohde & Schwarz 1307.9002K03 Quick Start Manual Download Page 162](http://html1.mh-extra.com/html/rohde-and-schwarz/1307-9002k03/1307-9002k03_quick-start-manual_1477765162.webp)
Controlling the R&S
FSVA/FSV Remotely
R&S
®
FSVA/FSV
147
Quick Start Guide 1321.3066.02 ─ 06
REM Resume main program here.
END SUB
REM ************************************************************************
Reading Output Buffers
REM --------- Subroutine for the individual STB bits -----------------------
Public SUB Outputqueue() 'Reading the output queue
Dim retCount as Long
result$ = SPACE$(100) 'Create space for response
CALL InstrRead(analyzer, result$, 100, retCount)
Debug.Print "Contents of Output Queue : "; result$
END SUB
REM ************************************************************************
Reading Error Messages
REM --------- Subroutine for evaluating the error queue --------------------
Public SUB ErrorQueueHandler()
Dim retCount as Long
ERROR$ = SPACE$(100) Subroutine for evaluating the error queue
CALL InstrWrite(analyzer, "SYSTEM:ERROR?")
CALL InstrRead(analyzer, ERROR$, 100, retCount)
Debug.Print "Error Description : "; ERROR$
END SUB
REM ************************************************************************
8.3.2
Detailed Programming Examples
In the following sections, typical programming examples for setting measurement
parameters and functions, general settings, printout and data management are
provided.
8.3.2.1
Default Setting of the R&S
FSVA/FSV
The following settings provide typical examples of how to change the default set-
ting of the R&S
FSVA/FSV.
Note that only some of the settings are necessary depending on the application
example. In many cases, it is not necessary to set resolution bandwidth, video
bandwidth and sweep time since these parameters are automatically calculated in
the default setting when the span is changed. Likewise, the input attenuation is
automatically calculated in the default setting as a function of the reference level.
Brief Introduction to Remote Control