Offset

SCPI Command :

[SENSe]:FREQuency:CENTer[:CC<cc>]:OFFSet
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) float[source]
# [SENSe]:FREQuency:CENTer[:CC<cc>]:OFFSet
value: float = driver.applications.k10Xlte.sense.frequency.center.cc.offset.get(carrierComponent = repcap.CarrierComponent.Default)

Defines the general frequency offset. For measurements on multiple component carriers, the command defines the frequency offset for a component carrier. The effect of the command depends on the syntax:

  • When you omit the [CC<cc>] syntax element, the command defines the overall frequency offset. In that case, the value is added to the measurement frequency and, in case of measurements with component carriers, the center frequency of the component carriers.

  • When you include the [CC<cc>] syntax element, the command defines the offset of the component carrier relative the first component carrier. In that case, the command is not available for the first component carrier - thus, …:CC1:… is not possible.

Parameters:

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

Returns:

offset: numeric value - General frequency offset: frequency offset in Hz. - Component carrier offset: frequency offset relative to the first component carrier in Hz. Unit: Hz

set(offset: float, carrierComponent=CarrierComponent.Default) None[source]
# [SENSe]:FREQuency:CENTer[:CC<cc>]:OFFSet
driver.applications.k10Xlte.sense.frequency.center.cc.offset.set(offset = 1.0, carrierComponent = repcap.CarrierComponent.Default)

Defines the general frequency offset. For measurements on multiple component carriers, the command defines the frequency offset for a component carrier. The effect of the command depends on the syntax:

  • When you omit the [CC<cc>] syntax element, the command defines the overall frequency offset. In that case, the value is added to the measurement frequency and, in case of measurements with component carriers, the center frequency of the component carriers.

  • When you include the [CC<cc>] syntax element, the command defines the offset of the component carrier relative the first component carrier. In that case, the command is not available for the first component carrier - thus, …:CC1:… is not possible.

Parameters:
  • offset – numeric value - General frequency offset: frequency offset in Hz. - Component carrier offset: frequency offset relative to the first component carrier in Hz. Unit: Hz

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