Center

SCPI Command :

[SENSe]:FREQuency:CENTer
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [SENSe]:FREQuency:CENTer
value: float = driver.applications.k18AmplifierEt.sense.frequency.center.get()

Defines the center frequency. CW, pulsed and VCO measurements: This command defines or queries (in case of automatic frequency search) the current signal frequency. Transient measurement: This command defines the center frequency of the transient measurement.

Returns:

frequency: For the allowed range and fmax, refer to the specifications document. UP Increases the center frequency by the step defined using the method RsFsw.applications.k10Xlte.sense.frequency.center.step.set() command. DOWN Decreases the center frequency by the step defined using the method RsFsw.applications.k10Xlte.sense.frequency.center.step.set() command. Unit: Hz

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

Defines the center frequency. CW, pulsed and VCO measurements: This command defines or queries (in case of automatic frequency search) the current signal frequency. Transient measurement: This command defines the center frequency of the transient measurement.

Parameters:

frequency – For the allowed range and fmax, refer to the specifications document. UP Increases the center frequency by the step defined using the method RsFsw.applications.k10Xlte.sense.frequency.center.step.set() command. DOWN Decreases the center frequency by the step defined using the method RsFsw.applications.k10Xlte.sense.frequency.center.step.set() command. Unit: Hz