Agilent Technologies E5071C Manual page 1314

Hide thumbs Also See for E5071C:
Table of Contents

Advertisement

Application Objects
ECHO
Object type
Method (Write-only)
Syntax
ECHO V1,V2, ..... ,V10
ECHO SCPI object
Description
Provides display in the echo window. (No read)
This command is difference from SCPI.DISPlay.ECHO.DATA.
Up to 10 data items can be displayed.
Data is displayed as the declared data type without a cast.
Parameter
Description
Data type
Examples
Dim Nop As Long
Dim i As Integer
Dim Fdata As Variant
Nop = SCPI.SENSe(1).SWEep.POINts
Fdata = SCPI.CALCulate(1).SELected.DATA.FDATa
ECHO "Test Results"
For i=1 to Nop
ECHO i, Fdata(2*i-2), Fdata(2*i-1)
Next i
ECHO SCPI.SYSTem.ERRor
Related objects
SCPI.DISPlay.ECHO.DATA
Equivalent key
No equivalent key is available on the front panel.
V1,V2, ..... ,V10
Data you want to display in the echo window.
Variant type (Variant)
Programming
1541

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents