EasyManuals Logo

R&S SMB100A User Manual

R&S SMB100A
528 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 #273 background imageLoading...
Page #273 background image
Remote Control Basics
R&S
®
SMB100A
258Operating Manual 1407.0806.32 ─ 21
if( qPos > 0 )
{
string rcStr = "";
client.receive( rcStr );
cout << rcStr << endl;
}
}
if( useSingleCommand )
{
terminate = true;
}
}
}catch( const string errorString )
{
cout<<errorString<<endl;
}
client.disconnect( );
return errorCode;
}
6.3 SCPI Command Structure
SCPI commands consist of a so-called header and, in most cases, one or more param-
eters. The header and the parameters are separated by a "white space" (ASCII code 0
to 9, 11 to 32 decimal, e.g. blank). The headers may consist of several mnemonics
(keywords). Queries are formed by appending a question mark directly to the header.
The commands can be either device-specific or device-independent (common com-
mands). Common and device-specific commands differ in their syntax.
6.3.1 Syntax for Common Commands
Common (=device-independent) commands consist of a header preceded by an aster-
isk (*) and possibly one or more parameters.
Examples:
*RST RESET Resets the instrument.
*ESE EVENT STATUS ENABLE Sets the bits of the event status enable
registers.
*ESR? EVENT STATUS QUERY Queries the contents of the event status
register.
*IDN? IDENTIFICATION QUERY Queries the instrument identification
string.
SCPI Command Structure

Table of Contents

Other manuals for R&S SMB100A

Questions and Answers:

Question and Answer IconNeed help?

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

R&S SMB100A Specifications

General IconGeneral
BrandR&S
ModelSMB100A
CategoryInverter
LanguageEnglish