![Rohde & Schwarz FSQ series Quick Start Manual Download Page 193](http://html.mh-extra.com/html/rohde-and-schwarz/fsq-series/fsq-series_quick-start-manual_1477838193.webp)
Quick Start Guide 1313.9652.62 - 02
7.11
R&S FSQ
Brief Introduction to Remote Control
Basic Steps in Programming using the VISA Interface
7.1.6.1 Reading Output Buffers
REM -------- Subroutine for the individual STB bits -----------------------
Public SUB Outputqueue()
'Reading the output queue
Dim status As ViStatus
Dim retCnt As Long
result$ = Space$(100)
'Create space for response
status = viRead(analyzer, result$, 100, retCnt)
Print "Contents of Output Queue : "; result$
END SUB
REM ***********************************************************************
7.1.6.2 Reading Error Messages
REM ------- Subroutine for evaluating the error queue ---------------------
Public SUB ErrorQueueHandler()
Dim status As ViStatus
Dim retCnt As Long
sError$ = Space$(100)
'Subroutine for evaluating the error queue
status = viWrite(analyzer, "SYSTEM:ERROR?", 13, retCnt)
status = viRead(analyzer, sError$, 100, retCnt)
Print "Error Description : "; sError$
END SUB
REM ***********************************************************************
Summary of Contents for FSQ series
Page 1: ...R S FSQ Signal Analyzer Quick Start Guide Quick Start Guide Test Measurement 1313 9652 62 02 ...
Page 28: ...R S FSQ 0 4 Quick Start Guide 1313 9652 62 02 ...
Page 50: ...R S FSQ Front and Rear Panel Rear Panel Connections 1 22 Quick Start Guide 1313 9652 62 02 ...
Page 110: ...R S FSQ Basic Operation Setting Parameters 4 12 Quick Start Guide 1313 9652 62 02 ...
Page 209: ...Quick Start Guide 1313 9652 62 02 R S FSQ Appendix Appendix ...
Page 210: ...Quick Start Guide 1313 9652 62 02 R S FSQ Appendix ...
Page 220: ...R S FSQ Appendix Installing Non Plug Play Printers A 10 Quick Start Guide 1313 9652 62 02 ...