Nap
SCPI Command :
CONFigure[:NR5G]:DL[:CC<cc>]:LTE:NAP
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) AntennaPorts[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:LTE:NAP value: enums.AntennaPorts = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.lte.nap.get(carrierComponent = repcap.CarrierComponent.Default)
Selects the number of antenna ports for an LTE signal. Prerequisites for this command
Turn on LTE-CRS coexistence (method
RsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.lte.state.set()) .
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
aps: AP1 | AP2 | AP4 1-, 2-, or 4 antenna port configurations.
- set(aps: AntennaPorts, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:LTE:NAP driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.lte.nap.set(aps = enums.AntennaPorts.AP1, carrierComponent = repcap.CarrierComponent.Default)
Selects the number of antenna ports for an LTE signal. Prerequisites for this command
Turn on LTE-CRS coexistence (method
RsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.lte.state.set()) .
- Parameters:
aps – AP1 | AP2 | AP4 1-, 2-, or 4 antenna port configurations.
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)