Cc<CarrierComponent>
SCPI Command :
[SENSe]:FREQuency:CENTer[:CC<cc>]
- Commands in total: 2Subgroups: 1Direct child commands: 1
Repeated Capability Setting:
# Range: Nr1 .. Nr16 driver.applications.k10Xlte.sense.frequency.center.cc.repcap_carrierComponent_set(repcap.CarrierComponent.Nr1)
- get(carrierComponent=CarrierComponent.Default) float[source]
# [SENSe]:FREQuency:CENTer[:CC<cc>] value: float = driver.applications.k10Xlte.sense.frequency.center.cc.get(carrierComponent = repcap.CarrierComponent.Default)
Sets the center frequency for RF measurements. Component carrier measurements
Defining or querying the frequency of the first carrier is possible with FREQ:CENT:CC1. The CC1 part of the syntax is mandatory in that case.
FREQ:CENT? queries the measurement frequency (center of the two carriers) .
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
frequency: numeric value Range: fmin to fmax , Unit: Hz
- set(frequency: float, carrierComponent=CarrierComponent.Default) None[source]
# [SENSe]:FREQuency:CENTer[:CC<cc>] driver.applications.k10Xlte.sense.frequency.center.cc.set(frequency = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Sets the center frequency for RF measurements. Component carrier measurements
Defining or querying the frequency of the first carrier is possible with FREQ:CENT:CC1. The CC1 part of the syntax is mandatory in that case.
FREQ:CENT? queries the measurement frequency (center of the two carriers) .
- Parameters:
frequency – numeric value Range: fmin to fmax , Unit: Hz
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
Cloning the Group
# Create a copy of the original group, that exists independently
cc_copy = driver.applications.k10Xlte.sense.frequency.center.cc.clone()
Subgroups