Info

SCPI Commands

CONFigure:DATA:CONTrol:EPDG:CLEan:GENeral:INFO
class Info[source]

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

set()None[source]
# SCPI: CONFigure:DATA:CONTrol:EPDG:CLEan:GENeral:INFO
driver.configure.data.control.epdg.clean.general.info.set()

Clears the ‘ePDG Event Log’ area.

set_with_opc()None[source]
# SCPI: CONFigure:DATA:CONTrol:EPDG:CLEan:GENeral:INFO
driver.configure.data.control.epdg.clean.general.info.set_with_opc()

Clears the ‘ePDG Event Log’ area.

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