Chargement Des Réglages De L'appareil - Rohde & Schwarz R&S FSVA Guide De Démarrage Rapide

Table des Matières

Publicité

®
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
Chargement des réglages de l'appareil
Dans l'exemple suivant, l'enregistrement de données TEST1 stocké dans
C:\R_S\Instr\user est chargé par l'appareil :
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 ************************************************************************
Guide de démarrage rapide 1321.3066.09 ─ 03
Brève introduction à la commande à distance
Exemples détaillés de programmation
'Configure status register
'Perform sweep with sync
'Start sweep
175

Publicité

Table des Matières
loading

Ce manuel est également adapté pour:

R&s fsv

Table des Matières