Ap
SCPI Command :
CONFigure[:LTE]:DL[:CC<cc>]:SUBFrame<sf>:ALLoc<al>:PRECoding:AP
- class ApCls[source]
Ap commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default, subframe=Subframe.Default, allocation=Allocation.Default) float [source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:SUBFrame<sf>:ALLoc<al>:PRECoding:AP value: float = driver.applications.k10Xlte.configure.lte.downlink.cc.subframe.alloc.precoding.ap.get(carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default, allocation = repcap.Allocation.Default)
Selects the antenna port for the beamforming scheme. The command is available for measurements on a single antenna.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- param subframe
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subframe’)
- param allocation
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- return
port: 5 | 7 | 8
- set(port: float, carrierComponent=CarrierComponent.Default, subframe=Subframe.Default, allocation=Allocation.Default) None [source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:SUBFrame<sf>:ALLoc<al>:PRECoding:AP driver.applications.k10Xlte.configure.lte.downlink.cc.subframe.alloc.precoding.ap.set(port = 1.0, carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default, allocation = repcap.Allocation.Default)
Selects the antenna port for the beamforming scheme. The command is available for measurements on a single antenna.
- param port
5 | 7 | 8
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- param subframe
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subframe’)
- param allocation
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)