TaLogging

SCPI Commands :

DIAGnostic:COMPass:DBASe:TALogging:CLEar
DIAGnostic:COMPass:DBASe:TALogging:DEVice
class TaLoggingCls[source]

TaLogging commands group definition. 4 total commands, 2 Subgroups, 2 group commands

clear() None[source]
# SCPI: DIAGnostic:COMPass:DBASe:TALogging:CLEar
driver.diagnostic.compass.dbase.taLogging.clear()

No command help available

clear_with_opc(opc_timeout_ms: int = -1) None[source]
# SCPI: DIAGnostic:COMPass:DBASe:TALogging:CLEar
driver.diagnostic.compass.dbase.taLogging.clear_with_opc()

No command help available

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

param opc_timeout_ms:

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

get_device() DiagLoggingDevice[source]
# SCPI: DIAGnostic:COMPass:DBASe:TALogging:DEVice
value: enums.DiagLoggingDevice = driver.diagnostic.compass.dbase.taLogging.get_device()

No command help available

return:

device: No help available

set_device(device: DiagLoggingDevice) None[source]
# SCPI: DIAGnostic:COMPass:DBASe:TALogging:DEVice
driver.diagnostic.compass.dbase.taLogging.set_device(device = enums.DiagLoggingDevice.ALL)

No command help available

param device:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.diagnostic.compass.dbase.taLogging.clone()

Subgroups