WbFrequency
SCPI Command :
DIAGnostic:SERVice:INPut:PULSed:WBFRequency
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# 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().- Returns:
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]
# 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().- Parameters:
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