EasyManuals Logo

R&S NRP8S User Manual

R&S NRP8S
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
Page #150 background imageLoading...
Page #150 background image
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 NRP8S

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the R&S NRP8S and is the answer not in the manual?

R&S NRP8S Specifications

General IconGeneral
BrandR&S
ModelNRP8S
CategoryAccessories
LanguageEnglish

Related product manuals