Cfrequency
SCPI Command :
DIAGnostic:SERVice:INPut:PULSed:CFRequency
- class CfrequencyCls[source]
Cfrequency commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: 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.
- return
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]
# SCPI: 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.
- param 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