Cfrequency
SCPI Command :
DIAGnostic:SERVice:INPut:PULSed:CFRequency
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# DIAGnostic:SERVice:INPut:PULSed:CFRequency value: float = driver.diagnostic.service.inputPy.pulsed.cfrequency.get()
This command defines the frequency of the calibration signal. Before you can use the command, you have to feed in a calibration signal with method
RsFsw.diagnostic.service.inputPy.select.set().- Returns:
frequency: Possible frequencies of the calibration signal are fix. If you define a frequency that is not available, the FSW uses the next available frequency. Example: a frequency of 20 MHz is rounded up to the next available frequency (25 MHz) . Unit: Hz
- set(frequency: float) None[source]
# DIAGnostic:SERVice:INPut:PULSed:CFRequency driver.diagnostic.service.inputPy.pulsed.cfrequency.set(frequency = 1.0)
This command defines the frequency of the calibration signal. Before you can use the command, you have to feed in a calibration signal with method
RsFsw.diagnostic.service.inputPy.select.set().- Parameters:
frequency – Possible frequencies of the calibration signal are fix. If you define a frequency that is not available, the FSW uses the next available frequency. Example: a frequency of 20 MHz is rounded up to the next available frequency (25 MHz) . Unit: Hz