Center

SCPI Command :

[SENSe]:FREQuency:CENTer
class CenterCls[source]

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

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

Defines the center frequency.

return

frequency: For the allowed range and fmax, refer to the specifications document. UP Increases the center frequency by the step defined using the [SENSe:]FREQuency:CENTer:STEP command. DOWN Decreases the center frequency by the step defined using the [SENSe:]FREQuency:CENTer:STEP command. Unit: Hz

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

Defines the center frequency.

param frequency

For the allowed range and fmax, refer to the specifications document. UP Increases the center frequency by the step defined using the [SENSe:]FREQuency:CENTer:STEP command. DOWN Decreases the center frequency by the step defined using the [SENSe:]FREQuency:CENTer:STEP command. Unit: Hz