Querying Single Data Points Using Markers - Agilent Technologies 8712ET Programmer's Manual

Rf network analyzers
Hide thumbs Also See for 8712ET:
Table of Contents

Advertisement

Querying Single Data Points Using
Markers
If you only need to query a single data point, you can use a marker query
instead of a trace query. The program segment below shows how to do
this using the SCPI command CALC:MARK.
10
ASSIGN @Hp8711 TO 716
20
! Take sweep here
30
OUTPUT @Hp8711;"CALC1:MARK ON"
40
OUTPUT @Hp8711;"CALC1:MARK1:X 177 MHz"
50
OUTPUT @Hp8711;"CALC1:MARK1:Y?"
60
ENTER @Hp8711;Marker_y
70
DISP Marker_y
You can also use the CALC:MARK:FUNC:RES? query to return the results
of a bandwidth search. The following program steps accomplish these
tasks:
10
! Select -3 dB bandwidth
20
OUTPUT @Hp8711;"CALC:MARK:BWID -3"
30
! Get result of bandwidth search
40
OUTPUT @Hp8711;"CALC:MARK:FUNC:RES?"
50
ENTER @Hp8711;Bwidth,Center_freq,Q,Loss
For more information on using markers, refer to the Example Programs
Guide.
Programmer's Guide

Querying Single Data Points Using Markers

! turn on marker
! set frequency
! read marker
Trace Data Transfers
6-13

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

8712es8714et8714es

Table of Contents