HwInfo

SCPI Commands

DIAGnostic:SERVice:MODule:HWINfo
class HwInfo[source]

HwInfo commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

get(modules: str) List[str][source]
# SCPI: DIAGnostic:SERVice:MODule:HWINfo
value: List[str] = driver.diagnostic.service.module.hwInfo.get(modules = r1)

The setting command can make modules update their hardware configuration. The command is implemented for all modules, but it was developed especially for system modules that can have submodules attached. The command allows updating such submodules in the firmware during operation. For modules that cannot update any hardware configuration, the command has no effect. The query command returns the most recently updated hardware configuration. Modules, which support this query, reply with an individual, module-specific return string. All other modules reply with an empty string ‘’.

param modules

The command addresses the modules by the following syntax, like the module names string in method RsOsp.Read.Io.InputPy.get_: xx = 01, 02, 03,…,99 (frame ID in, e.g., switch unit name F01) yy = 01, 02, 03,…,20 (module ID in, e.g., slot position M02)

return

hw_info: No help available

set(modules: str) None[source]
# SCPI: DIAGnostic:SERVice:MODule:HWINfo
driver.diagnostic.service.module.hwInfo.set(modules = r1)

The setting command can make modules update their hardware configuration. The command is implemented for all modules, but it was developed especially for system modules that can have submodules attached. The command allows updating such submodules in the firmware during operation. For modules that cannot update any hardware configuration, the command has no effect. The query command returns the most recently updated hardware configuration. Modules, which support this query, reply with an individual, module-specific return string. All other modules reply with an empty string ‘’.

param modules

The command addresses the modules by the following syntax, like the module names string in method RsOsp.Read.Io.InputPy.get_: xx = 01, 02, 03,…,99 (frame ID in, e.g., switch unit name F01) yy = 01, 02, 03,…,20 (module ID in, e.g., slot position M02)