Step

SCPI Command :

[SENSe]:FREQuency:STEP
class StepCls[source]

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

get() float[source]
# SCPI: [SENSe]:FREQuency:STEP
value: float = driver.applications.k30NoiseFigure.sense.frequency.step.get()

Defines the frequency stepsize in the frequency table. The stepsize corresponds to the distance from one measurement point to another. If you change the stepsize, the application creates a new frequency list.

return

stepsize: Range: 0 Hz to span, Unit: HZ

set(stepsize: float) None[source]
# SCPI: [SENSe]:FREQuency:STEP
driver.applications.k30NoiseFigure.sense.frequency.step.set(stepsize = 1.0)

Defines the frequency stepsize in the frequency table. The stepsize corresponds to the distance from one measurement point to another. If you change the stepsize, the application creates a new frequency list.

param stepsize

Range: 0 Hz to span, Unit: HZ