Quick Start Guide 1302.6163.62 - 04
7.19
R&S ESU
Brief Introduction to Remote Control
Detailed Programming Examples
status = viWrite(analyzer, "MMEM:COMM 'Test Setup'", 22, retCnt)
REM ------ Storing on the instrument ---------------------------------------
status = viWrite(analyzer, "MMEM:STOR:STAT 1,'D:\USER\DATA\TEST1'", 37, retCnt)
REM ------ Resetting the instrument ----------------------------------------
status = viWrite(analyzer, "*RST", 4, retCnt)
END SUB
REM ************************************************************************
7.2.4.2 Loading Instrument Settings
In the following example, the
TEST1
data record stored under
D:\USER\DATA
is reloaded into
the instrument:
REM ************************************************************************
Public Sub LoadSettings()
Dim status As ViStatus
Dim retCnt As Long
'This subroutine loads the TEST1 data record in the directory D:\USER\DATA.
REM ------ Default setting of the status register --------------------------
Call SetupStatusReg 'Configure status register
'--------- Loading the data record -----------------------------------------
status = viWrite(analyzer, "MMEM:LOAD:STAT 1,'D:\USER\DATA\TEST1'", 37, retCnt)
REM ------ Performing measurement using loaded data record -----------------
status = viWrite(analyzer, "DISP:TRAC1:MODE WRITE", 21, retCnt)
'Set trace to Clr/Write
status = viWrite(analyzer, "INIT;*WAI", 9, retCnt)
'Start sweep
END SUB
REM ************************************************************************
Содержание esu
Страница 1: ...R S ESU EMI Test Receiver Quick Start Guide Quick Start Guide Test Measurement 1302 6163 62 04 ...
Страница 26: ...R S ESU Contents 6 Quick Start Guide 1302 6163 62 04 ...
Страница 28: ......
Страница 32: ...R S ESU 0 4 Quick Start Guide 1302 6163 62 04 ...
Страница 88: ...R S ESU Preparing for Use Operating System Properties 2 38 Quick Start Guide 1302 6163 62 04 ...
Страница 104: ...R S ESU Basic Operation Setting Parameters 4 12 Quick Start Guide 1302 6163 62 04 ...
Страница 175: ...Quick Start Guide 1302 6163 62 04 6 33 R S ESU LAN Interface Manual Operation of the R S ESU with XP Remote Desktop ...
Страница 178: ...R S ESU LAN Interface Manual Operation of the R S ESU with XP Remote Desktop 6 36 Quick Start Guide 1302 6163 62 04 ...
Страница 201: ...Quick Start Guide 1302 6163 62 04 R S ESU Appendix Appendix ...
Страница 202: ...Quick Start Guide 1302 6163 62 04 R S ESU Appendix ...