Remote Control Commands
R&S
®
SMW200A
869User Manual 1175.6632.02 ─ 30
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
// 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?.................................................................................869
:DIAGnostic<hw>:BGINfo?..............................................................................................869
:DIAGnostic:INFO:OTIMe?..............................................................................................870
:DIAGnostic:INFO:POCount?.......................................................................................... 870
:DIAGnostic<hw>:POINt:CATalog?...................................................................................871
:DIAGnostic<hw>[:MEASure]:POINt?...............................................................................871
: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 869.
Usage: Query only
:DIAGnostic<hw>:BGINfo? [<Board>]
Queries information on the modules available in the instrument, using the variant and
revision state.
DIAGnostic Subsystem