R&S
®
ZVA / R&S
®
ZVB / R&S
®
ZVT Programming Examples
Basic Tasks
Operating Manual 1145.1084.12 – 30 1095
value at the marker position
//
// Check the result on the local screen
// Go to local
SYSTem:DISPlay:UPDate ONCE
//
Use the CALCulate<Chn>:DATA... commands to retrieve the complete trace; see Retrieving
Measurement Results.
//
//
// 2. Limit lines and limit check
// Remove all markers and define a limit line for the active trace.
CALCulate1:MARKer1:AOFF
CALCulate1:LIMit:DATA 1, 4500000000, 5500000000, -5, -5 // define an upper limit line across the entire
sweep range
CALCulate1:LIMit:DATA 2, 4500000000, 5000000000, -10, -15
CALCulate1:LIMit:DATA 2, 5000000000, 5500000000, -15, -10 // define two segments for the lower limit
line
//
// Display the limit line and perform the limit check.