Programming examples
R&S
®
NRPM
199
Mannual 1425.8663.02 ─ 08
WriteCmd(session, "CALC:FEED \"POW:AVER\"");
strRead = Query(session, "FETCH:ALL?");
print( strRead ); // all measurement results
close(session);
11.4
Performing measurements in trace mode
This section describes programming examples for measuring power over time
with the R&S
NRPM OTA Power Measurement Solution. The examples demon-
strate the sequences in SCPI syntax, pseudo code, and also show the source
codes for using VISA protocol.
Performing measurements in trace mode