Cfrequency

SCPI Commands

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 RsFswp.Diagnostic.Service.InputPy.Select.set.

return

frequency: No help available

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 RsFswp.Diagnostic.Service.InputPy.Select.set.

param frequency

No help available