Omode

SCPI Command :

CONFigure[:NR5G]:OMODe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() FreqOffsetMode[source]
# CONFigure[:NR5G]:OMODe
value: enums.FreqOffsetMode = driver.applications.k14Xnr5G.configure.nr5G.omode.get()

Selects the frequency offset mode for component carriers in a multicarrier setup.

Returns:

mode: ARBitrary Distance between component carriers is arbitrary. You can define the frequency offsets with method RsFsw.applications.k10Xlte.sense.frequency.center.cc.offset.set() . EQUidistant Component carriers have the same distance between each other. You can define the spacing between carriers with method RsFsw.applications.k14Xnr5G.configure.nr5G.cspacing.set() .

set(mode: FreqOffsetMode) None[source]
# CONFigure[:NR5G]:OMODe
driver.applications.k14Xnr5G.configure.nr5G.omode.set(mode = enums.FreqOffsetMode.ARBitrary)

Selects the frequency offset mode for component carriers in a multicarrier setup.

Parameters:

mode – ARBitrary Distance between component carriers is arbitrary. You can define the frequency offsets with method RsFsw.applications.k10Xlte.sense.frequency.center.cc.offset.set() . EQUidistant Component carriers have the same distance between each other. You can define the spacing between carriers with method RsFsw.applications.k14Xnr5G.configure.nr5G.cspacing.set() .