Dialing

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:SROutines:DIALing:ENABle
class DialingCls[source]

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

get_enable() bool[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:DIALing:ENABle
value: bool = driver.configure.afRf.measurement.searchRoutines.dialing.get_enable()

Enables the dialing of a tone sequence before the first measurement of the search routine.

return:

enable: OFF | ON

set_enable(enable: bool) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:DIALing:ENABle
driver.configure.afRf.measurement.searchRoutines.dialing.set_enable(enable = False)

Enables the dialing of a tone sequence before the first measurement of the search routine.

param enable:

OFF | ON