![Rohde & Schwarz SMBV100B User Manual Download Page 635](http://html.mh-extra.com/html/rohde-and-schwarz/smbv100b/smbv100b_user-manual_1477881635.webp)
Remote Control Commands
R&S
®
SMBV100B
633
User Manual 1178.4460.02 ─ 03
Example: Programming example
The example lists the commands required to query assemblies and test points for diag-
nosis purposes.
// Query the modules available in the instrument
// and variant and revision state of a certain assembly
DIAGnostic1:BGINfo:CATalog?
// IEC_BOARD,BNC_BOARD,BBMB,FPNL,SSYN,SYNEX,RFMB,...
DIAGnostic1:BGINfo? "SSYN"
// SSYN 1412.6667.02 05.02 100000
// Query the test points available in the instrument
// and trigger the measurement in a selected test point
DIAGnostic1:POINt:CATalog?
// ASATT6HP_M5V7,ASATT6HP_OFFSET,...
DIAGnostic1:MEASure:POINt? "BBB_CODER_BBB_US"
// -1.000000V/°C
:DIAGnostic<hw>:BGINfo:CATalog?
.................................................................................633
..............................................................................................633
:DIAGnostic<hw>:POINt:CATalog?
...................................................................................634
:DIAGnostic<hw>[:MEASure]:POINt?
............................................................................... 634
:DIAGnostic<hw>:BGINfo:CATalog?
Queries the names of the assemblies available in the instrument.
Return values:
<Catalog>
string
List of all assemblies; the values are separated by commas
The length of the list is variable and depends on the instrument
equipment configuration.
Example:
See
Usage:
Query only
:DIAGnostic<hw>:BGINfo?
[<Board>]
Queries information on the modules available in the instrument, using the variant and
revision state.
Query parameters:
<Board>
string
Module name, as queried with the command
DIAGnostic<hw>:BGINfo:CATalog?
To retrieve a complete list of all modules, omit the parameter.
The length of the list is variable and depends on the instrument
equipment configuration.
DIAGnostic Subsystem