Frequency

SCPI Command :

CSYNthesis:FREQuency
class FrequencyCls[source]

Frequency commands group definition. 3 total commands, 1 Subgroups, 1 group commands

get_value() float[source]
# SCPI: CSYNthesis:FREQuency
value: float = driver.csynthesis.frequency.get_value()

Sets the frequency of the generated clock signal.

return:

frequency: float Numerical value Sets the frequency UP|DOWN Varies the frequency step by step. The frequency is increased or decreased by the value set with the command method RsSmab.Csynthesis.Frequency.Step.value. Range: 100E3 to 1.5E9

set_value(frequency: float) None[source]
# SCPI: CSYNthesis:FREQuency
driver.csynthesis.frequency.set_value(frequency = 1.0)

Sets the frequency of the generated clock signal.

param frequency:

float Numerical value Sets the frequency UP|DOWN Varies the frequency step by step. The frequency is increased or decreased by the value set with the command method RsSmab.Csynthesis.Frequency.Step.value. Range: 100E3 to 1.5E9

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.csynthesis.frequency.clone()

Subgroups