AtmFrequency

SCPI Command:

SOURce:AFRF:GENerator<Instance>:VOIP:ATMFrequency:ENABle
class AtmFrequencyCls[source]

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

get_enable() bool[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:VOIP:ATMFrequency:ENABle
value: bool = driver.source.afRf.generator.voip.atmFrequency.get_enable()

Copies the current value of the carrier center frequency of AFRF generator to the RF measurements Also, copies the frequency value when changing the carrier frequency value via the FID.

return:

atm_frequency: OFF | ON

set_enable(atm_frequency: bool) None[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:VOIP:ATMFrequency:ENABle
driver.source.afRf.generator.voip.atmFrequency.set_enable(atm_frequency = False)

Copies the current value of the carrier center frequency of AFRF generator to the RF measurements Also, copies the frequency value when changing the carrier frequency value via the FID.

param atm_frequency:

OFF | ON