Omode
SCPI Command :
CONFigure[:NR5G]:OMODe
- class OmodeCls[source]
Omode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.FreqOffsetMode [source]
# SCPI: 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.
- return
mode: ARBitrary Distance between component carriers is arbitrary. You can define the frequency offsets with [SENSe:]FREQuency:CENTer[:CCcc]:OFFSet. EQUidistant Component carriers have the same distance between each other. You can define the spacing between carriers with method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Cspacing.set.
- set(mode: RsFsw.enums.FreqOffsetMode) None [source]
# SCPI: 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.
- param mode
ARBitrary Distance between component carriers is arbitrary. You can define the frequency offsets with [SENSe:]FREQuency:CENTer[:CCcc]:OFFSet. EQUidistant Component carriers have the same distance between each other. You can define the spacing between carriers with method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Cspacing.set.