Mode
SCPI Command :
CONFigure[:NR5G]:DL[:CC<cc>]:RFUC:FZERo:MODE
- class ModeCls[source]
Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default) RsFsw.enums.IqBandwidthModeNr5G [source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:RFUC:FZERo:MODE value: enums.IqBandwidthModeNr5G = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.rfuc.fzero.mode.get(carrierComponent = repcap.CarrierComponent.Default)
- Selects the frequency selection mode for RF upconversion.
INTRO_CMD_HELP: Prerequisites for this command
Turn on phase compensation (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Downlink.Cc.Rfuc.State.set) .
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- return
mode: CF Converts the signal to the center frequency. MANual Converts the signal to another frequency. You can define the frequency with method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Downlink.Cc.Rfuc.Fzero.Frequency.set.
- set(mode: RsFsw.enums.IqBandwidthModeNr5G, carrierComponent=CarrierComponent.Default) None [source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:RFUC:FZERo:MODE driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.rfuc.fzero.mode.set(mode = enums.IqBandwidthModeNr5G.CF, carrierComponent = repcap.CarrierComponent.Default)
- Selects the frequency selection mode for RF upconversion.
INTRO_CMD_HELP: Prerequisites for this command
Turn on phase compensation (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Downlink.Cc.Rfuc.State.set) .
- param mode
CF Converts the signal to the center frequency. MANual Converts the signal to another frequency. You can define the frequency with method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Downlink.Cc.Rfuc.Fzero.Frequency.set.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)