Step
SCPI Command :
[SENSe]:FREQuency:STEP
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [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.
- Returns:
stepsize: Range: 0 Hz to span, Unit: HZ
- set(stepsize: float) None[source]
# [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.
- Parameters:
stepsize – Range: 0 Hz to span, Unit: HZ