![Rohde & Schwarz R&S FSV Скачать руководство пользователя страница 171](http://html.mh-extra.com/html/rohde-and-schwarz/rands-fsv/rands-fsv_quick-start-manual_1477866171.webp)
Brief Introduction to Remote Control
R&S
®
FSVA/FSV
148
Quick Start Guide 1321.3066.02 ─ 05
CALL InstrWrite(analyzer, "SYST:DISP:UPD OFF")
'Switch off screen display
END SUB
REM*************************************************************************
7.1.2.5
Configuring the Power Save Function for the Display
During remote control operation, it is often unnecessary to display the measure-
ment results on screen. Although the command
SYSTem:DISPlay:UPDate
OFF
switches off the display of the measurement results, thus significantly
improving speed in remote control operation, the display itself and the back-
ground lighting in particular remain switched on.
If you also want to switch off the display itself, you must use the power save func-
tion by setting the response time in minutes prior to activation.
The display is reactivated immediately when you press a key on the instru-
ment's front panel.
Public SUB PowerSave()
CALL InstrWrite(analyzer, "DISPlay:PSAVe:HOLDoff 1")
'Set response time to 1 minute
CALL InstrWrite(analyzer, "DISPlay:PSAVe ON")
'Switch on Power Save function
7.1.3
Sending Simple Instrument Setting Commands
This example shows how the center frequency, span and reference level of the
instrument are set.
REM -------- Instrument setting commands -----------------------------------
PUBLIC SUB SimpleSettings()
CALL InstrWrite(analyzer, "FREQUENCY:CENTER 128MHz")
'Center frequency 128 MHz
CALL InstrWrite(analyzer, "FREQUENCY:SPAN 10MHZ")
'Set span to 10 MHz
CALL InstrWrite(analyzer, "DISPLAY:TRACE:Y:RLEVEL -10dBm")
'Set reference level to -10dBm
END SUB
REM ************************************************************************
Basic Steps in Remote Control Programming
Содержание R&S FSV
Страница 25: ......