McOffset

SCPI Command :

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

Defines the frequency offset of a component carrier. Prerequisites for this command

  • Select the global MC frequency as the reference point for the frequency offset (method RsFsw.applications.k14Xnr5G.configure.nr5G.orel.set() ) .

Parameters:

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

Returns:

offset: numeric value - 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>]:MCOFfset
driver.applications.k14Xnr5G.sense.frequency.center.cc.mcOffset.set(offset = 1.0, carrierComponent = repcap.CarrierComponent.Default)

Defines the frequency offset of a component carrier. Prerequisites for this command

  • Select the global MC frequency as the reference point for the frequency offset (method RsFsw.applications.k14Xnr5G.configure.nr5G.orel.set() ) .

Parameters:
  • offset – numeric value - 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’)