Factor

SCPI Command :

[SENSe]:FREQuency:CENTer:STEP:LINK:FACTor
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [SENSe]:FREQuency:CENTer:STEP:LINK:FACTor
value: float = driver.applications.k91Wlan.sense.frequency.center.step.link.factor.get()

Defines a step size factor if the center frequency step size is coupled to the span or the resolution bandwidth.

Returns:

factor: 1 to 100 PCT Unit: PCT

set(factor: float) None[source]
# [SENSe]:FREQuency:CENTer:STEP:LINK:FACTor
driver.applications.k91Wlan.sense.frequency.center.step.link.factor.set(factor = 1.0)

Defines a step size factor if the center frequency step size is coupled to the span or the resolution bandwidth.

Parameters:

factor – 1 to 100 PCT Unit: PCT