Frequency

SCPI Commands

SOURce:GENerator:FREQuency
class FrequencyCls[source]

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

get() float[source]
# SCPI: SOURce:GENerator:FREQuency
value: float = driver.source.generator.frequency.get()

This command defines the frequency of the signal that is generated by the signal source.

return

frequency: numeric value Unit: Hz

set(frequency: float) None[source]
# SCPI: SOURce:GENerator:FREQuency
driver.source.generator.frequency.set(frequency = 1.0)

This command defines the frequency of the signal that is generated by the signal source.

param frequency

numeric value Unit: Hz

Cloning the Group

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

Subgroups