Step

SCPI Commands

SOURce:GENerator:FREQuency:STEP
class StepCls[source]

Step commands group definition. 1 total commands, 0 Subgroups, 1 group commands

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

This command defines the frequency stepsize of the signal generated by the optional signal source.

return

stepsize: 1 mHz | 1 Hz | 1 kHz | 1 MHz | 1 GHz Unit: Hz

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

This command defines the frequency stepsize of the signal generated by the optional signal source.

param stepsize

1 mHz | 1 Hz | 1 kHz | 1 MHz | 1 GHz Unit: Hz