Rf

SCPI Command:

SOURce:AFRF:GENerator<Instance>:RFSettings:RF:ENABle
class RfCls[source]

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

get_enable() bool[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:RFSettings:RF:ENABle
value: bool = driver.source.afRf.generator.rfSettings.rf.get_enable()

Enables or disables the RF signal, without changing the generator state.

return:

rf_enable: OFF | ON

set_enable(rf_enable: bool) None[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:RFSettings:RF:ENABle
driver.source.afRf.generator.rfSettings.rf.set_enable(rf_enable = False)

Enables or disables the RF signal, without changing the generator state.

param rf_enable:

OFF | ON