Reference Information for Remote Control
R&S
®
SMBV100B
979User Manual 1178.4460.02 ─ 03
else
{
cin.getline( buffer, 1024 );
input = buffer;
if( input == "end" )
{
terminate = true;
}
}
if( !terminate)
{
client.transmit( input ); //send string
int qPos = input.find( "?", 0 );
//receive string only when needed
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;
}
A.3 Extensions for User Files
The Table A-10 lists all available file extensions for user files. The currently available
files on the instrument depend on the installed options.
Table A-10: List of the automatically assigned file extensions in the instrument
Function List type Contents File suffix
Instrument State Settings Instrument settings
*.savrcltxt
License Key
License Key
*.xml
"User Correction" List User-defined level correction values
*.uco
"List Mode" List User-defined frequency/level value pairs
*.lsw
Settings Response file
*.txt
Extensions for User Files