WbFrequency

SCPI Command :

DIAGnostic:SERVice:INPut:PULSed:WBFRequency
class WbFrequencyCls[source]

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

get() float[source]
# SCPI: DIAGnostic:SERVice:INPut:PULSed:WBFRequency
value: float = driver.diagnostic.service.inputPy.pulsed.wbFrequency.get()

Defines the frequency of the internal broadband calibration signal to be used for IF filter calibration. This command is only available if the bandwidth extension option R&S FSW-B160 is installed. Before you can use the command, you have to feed in a calibration signal with method RsFsw.Diagnostic.Service.InputPy.Select.set.

return

frequency: 2 MHz | 4 MHz | 8 MHz | 16 MHz If you define a frequency that is not available, the FSW uses the next available frequency. Unit: Hz

set(frequency: float) None[source]
# SCPI: DIAGnostic:SERVice:INPut:PULSed:WBFRequency
driver.diagnostic.service.inputPy.pulsed.wbFrequency.set(frequency = 1.0)

Defines the frequency of the internal broadband calibration signal to be used for IF filter calibration. This command is only available if the bandwidth extension option R&S FSW-B160 is installed. Before you can use the command, you have to feed in a calibration signal with method RsFsw.Diagnostic.Service.InputPy.Select.set.

param frequency

2 MHz | 4 MHz | 8 MHz | 16 MHz If you define a frequency that is not available, the FSW uses the next available frequency. Unit: Hz