Temperature

SCPI Commands

DIAGnostic:SERVice:MODule:TEMPerature
class Temperature[source]

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

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

Queries the temperature of selected modules in degrees centigrade.

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

temperature_value: No help available