Frequency

SCPI Commands

DIAGnostic:SERVice:INPut:SYNThtwo:FREQuency
class FrequencyCls[source]

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

get() float[source]
# SCPI: DIAGnostic:SERVice:INPut:SYNThtwo[:FREQuency]
value: float = driver.diagnostic.service.inputPy.synthTwo.frequency.get()

This command selects the frequency which the synthesizers are calibrated for. The command is available when you select the synthesizer as the calibration source with method RsFswp.Diagnostic.Service.InputPy.Select.set.

return

frequency: Unit: Hz

set(frequency: float) None[source]
# SCPI: DIAGnostic:SERVice:INPut:SYNThtwo[:FREQuency]
driver.diagnostic.service.inputPy.synthTwo.frequency.set(frequency = 1.0)

This command selects the frequency which the synthesizers are calibrated for. The command is available when you select the synthesizer as the calibration source with method RsFswp.Diagnostic.Service.InputPy.Select.set.

param frequency

Unit: Hz