Service

SCPI Commands

DIAGnostic:SERVice:HWINfo
class Service[source]

Service commands group definition. 6 total commands, 2 Sub-groups, 1 group commands

get_hw_info() List[str][source]
# SCPI: DIAGnostic:SERVice:HWINfo
value: List[str] = driver.diagnostic.service.get_hw_info()

Returns information about all hardware components (motherboards and modules) that are part of the complete system of one or several R&S OSP instruments.

INTRO_CMD_HELP: The returned component information consists of:

  • Location ID (= switch unit and module number, for example, frame F01 is the primary device, frame F02 is the first secondary device, M00 is the primary device’s motherboard, M01 is the module connected to the connector M01)

  • Name (for example, OSPMAINBOARD, OSP220, OSP230, OSP320, OSP-B101)

  • Serial number (for example, 100173)

  • Part number (= order number, for example, 1528.3105.03)

  • Hardware code:

INTRO_CMD_HELP: The returned component information consists of:

  • Modules that are controlled via 1 module bus typically return the code 0

  • Modules that are controlled via 2 module buses return the codes 1 for the first control board and 2 for the second control board

  • Product index (model iteration of a hardware version, for example, 01.00)

return

hw_info_list: The response is a string in following format: location|name|sn_nbr|part_nbr| hardware_code|product_index

Subgroups