Remote control commands
R&S
®
SMA100B
475User Manual 1178.3834.02 ─ 09
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?.................................................................................475
:DIAGnostic<hw>:BGINfo?..............................................................................................475
:DIAGnostic:INFO:OTIMe?..............................................................................................476
:DIAGnostic:INFO:POCount?.......................................................................................... 476
:DIAGnostic<hw>:POINt:CATalog?...................................................................................477
:DIAGnostic<hw>[:MEASure]:POINt?...............................................................................477
: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 475.
Usage: Query only
:DIAGnostic<hw>:BGINfo? [<Board>]
Queries information on the modules available in the instrument, using the variant and
revision state.
DIAGnostic subsystem