Tags

SCPI Commands :

DIAGnostic:HUMS:TAGS:ALL
DIAGnostic:HUMS:TAGS:DELete
DIAGnostic:HUMS:TAGS:DELete:ALL
Commands in total: 4
Subgroups: 1
Direct child commands: 3
class AllStruct[source]

Structure for reading output parameters. Fields:

  • Idn: List[int]: No parameter help available

  • Key: List[str]: No parameter help available

  • Value: List[str]: No parameter help available

delete(idn: int) None[source]
# DIAGnostic:HUMS:TAGS:DELete
driver.diagnostic.hums.tags.delete(idn = 1)

No help available

delete_all() None[source]
# DIAGnostic:HUMS:TAGS:DELete:ALL
driver.diagnostic.hums.tags.delete_all()

No help available

delete_all_and_wait(opc_timeout_ms: int = -1) None[source]
# DIAGnostic:HUMS:TAGS:DELete:ALL
driver.diagnostic.hums.tags.delete_all_and_wait()

No help available

Same as delete_all, but waits for the operation to complete before continuing further. Use the RsRtx.utilities.opc_timeout_set() to set the timeout value.

Parameters:

opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.

get_all() AllStruct[source]
# DIAGnostic:HUMS:TAGS:ALL
value: AllStruct = driver.diagnostic.hums.tags.get_all()

No help available

Returns:

structure: for return value, see the help for AllStruct structure arguments.

Cloning the Group

# Create a copy of the original group, that exists independently
tags_copy = driver.diagnostic.hums.tags.clone()

Subgroups