Orel
SCPI Command :
CONFigure[:NR5G]:OREL
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() RefPointMode[source]
# CONFigure[:NR5G]:OREL value: enums.RefPointMode = driver.applications.k14Xnr5G.configure.nr5G.orel.get()
Selects the reference point for frequency offsets of component carriers in a multicarrier setup.
- set(mode: RefPointMode) None[source]
# CONFigure[:NR5G]:OREL driver.applications.k14Xnr5G.configure.nr5G.orel.set(mode = enums.RefPointMode.CC1)
Selects the reference point for frequency offsets of component carriers in a multicarrier setup.
- Parameters:
mode – CC1 Reference point is the center frequency of first component carrier. GMCFreq Reference point the global multicarrier frequency.