Cargar La Configuración Del Instrumento; Configurar El Registro De Datos Para La Recuperación De Inicio - Rohde & Schwarz FSVA Guia De Inicio Rapido

Analizador de señal yespectro
Tabla de contenido

Publicidad

®
R&S
FSVA/FSV
'setting and resets the instrument after the setting is stored.
'--------- Default settings of the R&S FSV ------------------------------
CALL SetupInstrument
CALL InstrWrite(analyzer,"INIT:CONT OFF")
'Change to single sweep
CALL InstrWrite(analyzer,"INIT;*WAI")
'--------- Selection of settings to be stored ----------------------------
CALL InstrWrite(analyzer,"MMEM:SEL:HWS ON")
'Store hardware settings
CALL InstrWrite(analyzer,"MMEM:SEL:TRAC OFF")
'Do not store any traces
CALL InstrWrite(analyzer,"MMEM:SEL:LIN:ALL OFF")
'Store only the activated limit lines
'--------- Storing on the instrument -------------------------------------
CALL InstrWrite(analyzer,"MMEM:STOR:STAT 1,'C:\R_S\Instr\user\TEST1'")
'--------- Resetting the instrument --------------------------------------
CALL InstrWrite(analyzer,"*RST")
END SUB
REM ***********************************************************************
7.2.4.2
Cargar la configuración del instrumento
En el siguiente ejemplo, el instrumento carga el registro de datos TEST1 almace-
nado en C:\R_S\Instr\user:
REM ************************************************************************
Public Sub LoadSettings()
'This subroutine loads the TEST1 data record in the directory
'C:\R_S\Instr\user.
'--------- Default setting of the status register --------------------------
CALL SetupStatusReg
'--------- Loading the data record -----------------------------------------
CALL InstrWrite(analyzer,"MMEM:LOAD:STAT 1,'C:\R_S\Instr\user\TEST1'")
'--------- Perform measurement using loaded data record --------------------
CALL InstrWrite(analyzer,"DISP:TRAC1:MODE WRIT")
'Set trace to Clr/Write
CALL InstrWrite(analyzer,"INIT;*WAI")
END SUB
REM ************************************************************************
7.2.4.3
Configurar el registro de datos para la recuperación de inicio
En el siguiente ejemplo, el primer paso consiste en cambiar el R&S FSVA/FSV al
estado predeterminado. En el siguiente paso se selecciona el registro de datos
Guía de inicio rápido 1321.3066.10 ─ 03
Breve introducción al control remoto
Ejemplos de programación detallados
'Configure status register
'Perform sweep with sync
'Start sweep
175

Publicidad

Tabla de contenido
loading

Este manual también es adecuado para:

Fsv

Tabla de contenido