Save/Recall - Keysight E4980A User Manual

Precision lcr meter
Hide thumbs Also See for E4980A:
Table of Contents

Advertisement

Sample Program

Save/Recall

Save/Recall
This application program saves into/recalls from the E4980A/AL's internal flash
memory the status data by using the save/recall function.
The program of
Configuration
Open Instrument Assigns a USB address or GPIB address to the I/O bus. Also
SaveRecall
Setup End
ErrorProc
Example 9-9
Save/Recall
Sub Example_4()
Manager
Keysight E4980A/AL Precision LCR Meter
Example 9-9
Assigns variables and enables error handling by the
subroutine named ErrorHandler
sets the time for timeout.
Saves into or recalls from the E4980A/AL's register 1 the
status data according to the contents of a specified cell. Also
confirms whether each process finishes using the *OPC?
query command.
Close the I/O bus.
Displays an error number when an error occurs.
'===================================
' Configuration
'===================================
Dim defrm As Long
Dim AgtE4980A/AL As Long
Dim Result As String * 200
Const TimeOutTime = 30000
On Error GoTo ErrorHandler
'===================================
' Open Instrument
'===================================
ErrorCheck viOpenDefaultRM(defrm)
Call selectLCR(defrm, AgtE4980A/AL)
is described below.
'Session to Default Resource
'Session to instrument
305

Advertisement

Table of Contents
loading

This manual is also suitable for:

E4980aalE4980al

Table of Contents