Elog

SCPI Commands

CLEan:GSM:SIGNaling<Instance>:ELOG
class Elog[source]

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

set()None[source]
# SCPI: CLEan:GSM:SIGNaling<Instance>:ELOG
driver.clean.elog.set()

Clears the event log.

set_with_opc()None[source]
# SCPI: CLEan:GSM:SIGNaling<Instance>:ELOG
driver.clean.elog.set_with_opc()

Clears the event log.

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