Rf

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:DIGital:RF:ENABle
class RfCls[source]

Rf commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_enable() bool[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DIGital:RF:ENABle
value: bool = driver.configure.afRf.measurement.digital.rf.get_enable()

Enables or disables the RF input path.

return:

enable: OFF | ON

set_enable(enable: bool) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DIGital:RF:ENABle
driver.configure.afRf.measurement.digital.rf.set_enable(enable = False)

Enables or disables the RF input path.

param enable:

OFF | ON