R&S NRP18S Series User Manual page 127

High-power three-path diode power sensors
Hide thumbs Also See for NRP18S Series:
Table of Contents

Advertisement

®
R&S
NRP18S-xx
// (this loop could also check for cancel-requests
//
from the user or other break conditions)
while ( ! bMeasReady )
{
}
if ( bMeasReady )
{
}
User Manual 1178.3686.02 ─ 05
Performing Measurement Tasks - Programming Examples
Trace Measurement with Synchronization to Measurement Complete
query( "STAT:OPER:MEAS:EVEN?", &iEvent );
bMeasReady = ((iEvent & 0x02) != 0);
if ( ! bMeasReady )
sleep( 1 );
query( "SENS:TRAC:DATA?", bufResult );
// further process the result in 'bufResult'...
// ::
// ::
127

Advertisement

Table of Contents
loading

Table of Contents