Remote control commands
R&S
®
SMB100B
372User Manual 1178.3711.02 ─ 08
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?
// FRONT_AF,PSU300,IFB.BV,MB2_AF,...
DIAGnostic1:BGINfo? "PSU300"
// PSU300 2118.2067.02 01.00 100000
// Query the test points available in the instrument
// and trigger the measurement in a selected test point
DIAGnostic1:POINt:CATalog?
// ATT6HP_AF_DET_N,ATT6HP_AF_DET_P,ATT6HP_AF_DET_TEMP...
DIAGnostic1:MEASure:POINt? "ATT6HP_AF_DET_N"
// 0.000000V
// Query the operating hours and number of power-on so far.
DIAGnostic:INFO:OTIMe?
// 112 h
DIAGnostic:INFO:POCount?
// 14
Commands
:DIAGnostic<hw>:BGINfo:CATalog?.................................................................................372
:DIAGnostic<hw>:BGINfo?..............................................................................................372
:DIAGnostic:INFO:OTIMe?..............................................................................................373
:DIAGnostic:INFO:POCount?.......................................................................................... 373
:DIAGnostic<hw>:POINt:CATalog?...................................................................................374
:DIAGnostic<hw>[:MEASure]:POINt?...............................................................................374
: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 Example"Programming example" on page 372.
Usage: Query only
:DIAGnostic<hw>:BGINfo? [<Board>]
Queries information on the modules available in the instrument, using the variant and
revision state.
DIAGnostic subsystem