Mode
SCPI Command :
CONFigure[:NR5G]:DL[:CC<cc>]:RFUC:FZERo:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) IqBandwidthModeNr5G[source]
# 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. Prerequisites for this command
Turn on phase compensation (method
RsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.rfuc.state.set()) .
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
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.k14Xnr5G.configure.nr5G.downlink.cc.rfuc.fzero.frequency.set().
- set(mode: IqBandwidthModeNr5G, carrierComponent=CarrierComponent.Default) None[source]
# 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. Prerequisites for this command
Turn on phase compensation (method
RsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.rfuc.state.set()) .
- Parameters:
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.k14Xnr5G.configure.nr5G.downlink.cc.rfuc.fzero.frequency.set().carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)