Elogging

SCPI Commands

CLEan:WCDMa:SIGNaling<Instance>:ELOGging
class Elogging[source]

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

set()None[source]
# SCPI: CLEan:WCDMa:SIGNaling<instance>:ELOGging
driver.clean.elogging.set()

Clears the event log.

set_with_opc()None[source]
# SCPI: CLEan:WCDMa:SIGNaling<instance>:ELOGging
driver.clean.elogging.set_with_opc()

Clears the event log.

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