McOffset

SCPI Command :

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

McOffset commands group definition. 1 total commands, 0 Subgroups, 1 group commands

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

INTRO_CMD_HELP: Prerequisites for this command

  • Select the global MC frequency as the reference point for the frequency offset (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Orel.set) .

param carrierComponent

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

return

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]
# SCPI: [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.

INTRO_CMD_HELP: Prerequisites for this command

  • Select the global MC frequency as the reference point for the frequency offset (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Orel.set) .

param offset

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

param carrierComponent

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