Center
SCPI Command :
[SENSe]:FREQuency:CENTer
- class CenterCls[source]
Center commands group definition. 5 total commands, 1 Subgroups, 1 group commands
- get() float [source]
# SCPI: [SENSe]:FREQuency:CENTer value: float = driver.applications.k91Wlan.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.k91Wlan.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
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k91Wlan.sense.frequency.center.clone()
Subgroups