EasyManua.ls Logo

R&S NRP33S - Page 150

R&S NRP33S
184 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Performing Measurement Tasks - Programming Examples
R&S
®
NRPxxS(N)
150User Manual 1177.5079.02 ─ 10
bool bMeasReady = false;
// poll until measurement is ready...
// (this loop could also check for cancel-requests
// from the user or other break conditions)
while ( ! bMeasReady )
{
query( "STAT:OPER:MEAS:EVEN?", &iEvent );
bMeasReady = ((iEvent & 0x02) != 0);
if ( ! bMeasReady )
sleep( 1 );
}
if ( bMeasReady )
{
query( "SENS:TRAC:DATA?", bufResult );
// further process the result in 'bufResult'...
// ::
// ::
}
Trace Measurement with Synchronization to Measurement Complete

Table of Contents

Other manuals for R&S NRP33S

Related product manuals