R&S
®
ZVA / R&S
®
ZVB / R&S
®
ZVT Programming Examples
Condensed Programming Examples
Operating Manual 1145.1084.12 – 30 1104
// Marker ON / OFF
:CALCULATE1:MARKER1 ON
:CALCULATE1:MARKER1:STATE?
//
// Coupled Markers
// All markers belonging to channels with the same sweep type
// (FREQUENCY, TIME, POWER, CW FREQUENCY) are coupled/decoupled
:CALCULATE1:MARKER:COUPLED ON
// Marker Continous / Discrete
:CALCULATE1:MARKER1:MODE CONTINUOUS
//
// Normal / Delta / Reference / Fixed Marker
:CALCULATE1:MARKER:AOFF // all markers off
:CALCULATE1:MARKER1 ON
:CALCULATE1:MARKER1:X 1GHZ
:CALCULATE1:MARKER2 ON
:CALCULATE1:MARKER2:X 2GHZ
:CALCULATE1:MARKER3 ON
:CALCULATE1:MARKER3:X 3GHZ
:CALCULATE1:MARKER4:DELTA:STATE ON
:CALCULATE1:MARKER:REFERENCE ON
:CALCULATE1:MARKER:REFERENCE:X 5GHZ
:CALCULATE1:MARKER1:TYPE FIXED
// Query marker response values
:CALCULATE1:FORMAT MLINEAR
:CALCULATE1:MARKER1 ON
:CALCULATE1:MARKER1:X DEF
:CALCULATE1:MARKER1:FORMAT MLINEAR // DataBase EMarkerFormat::LIN_MAG
:CALCULATE1:MARKER1:Y?
:CALCULATE1:MARKER1:FORMAT MLOGARITHMIC // ..... DB_MAG
:CALCULATE1:MARKER1:Y?
Marker Search Functions
The following example shows how to search for particular measurement points using markers.
// Reset the analyzer
*RST
:DISPlay:WINDow1:TITLe:DATA 'Max Hold Function Emulation'