Cc<CarrierComponent>

RepCap Settings

# Range: Nr1 .. Nr16
rc = driver.applications.k10Xlte.sense.frequency.center.cc.repcap_carrierComponent_get()
driver.applications.k10Xlte.sense.frequency.center.cc.repcap_carrierComponent_set(repcap.CarrierComponent.Nr1)

SCPI Command :

[SENSe]:FREQuency:CENTer[:CC<cc>]
class CcCls[source]

Cc commands group definition. 2 total commands, 1 Subgroups, 1 group commands Repeated Capability: CarrierComponent, default value after init: CarrierComponent.Nr1

get(carrierComponent=CarrierComponent.Default) float[source]
# SCPI: [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.

INTRO_CMD_HELP: 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) .

param carrierComponent

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)

return

frequency: numeric value Range: fmin to fmax , Unit: Hz

set(frequency: float, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: [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.

INTRO_CMD_HELP: 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) .

param frequency

numeric value Range: fmin to fmax , Unit: Hz

param carrierComponent

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k10Xlte.sense.frequency.center.cc.clone()

Subgroups