Af

SCPI Command:

SOURce:AFRF:GENerator<Instance>:IFERer:AF:ENABle
SOURce:AFRF:GENerator<Instance>:IFERer:AF:FREQuency
class AfCls[source]

Af commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_enable() bool[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:IFERer:AF:ENABle
value: bool = driver.source.afRf.generator.interferer.af.get_enable()

Enables or disables a single tone. If the tone is disabled, the interferer is unmodulated, even if a modulation mode has been configured.

return:

enable: OFF | ON

get_frequency() float[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:IFERer:AF:FREQuency
value: float = driver.source.afRf.generator.interferer.af.get_frequency()

Configures the frequency of a single tone, that can be added to the interferer.

return:

frequency: Range: 0 Hz to 21 kHz, Unit: Hz

set_enable(enable: bool) None[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:IFERer:AF:ENABle
driver.source.afRf.generator.interferer.af.set_enable(enable = False)

Enables or disables a single tone. If the tone is disabled, the interferer is unmodulated, even if a modulation mode has been configured.

param enable:

OFF | ON

set_frequency(frequency: float) None[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:IFERer:AF:FREQuency
driver.source.afRf.generator.interferer.af.set_frequency(frequency = 1.0)

Configures the frequency of a single tone, that can be added to the interferer.

param frequency:

Range: 0 Hz to 21 kHz, Unit: Hz