Scheme
SCPI Command :
CONFigure[:LTE]:DL[:CC<cc>]:SUBFrame<sf>:ALLoc<al>:PRECoding[:SCHeme]
- class SchemeCls[source]
Scheme commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default, subframe=Subframe.Default, allocation=Allocation.Default) RsFsw.enums.PrecodingScheme [source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:SUBFrame<sf>:ALLoc<al>:PRECoding[:SCHeme] value: enums.PrecodingScheme = driver.applications.k10Xlte.configure.lte.downlink.cc.subframe.alloc.precoding.scheme.get(carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default, allocation = repcap.Allocation.Default)
Selects the precoding scheme of an allocation.
- 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
scheme: NONE Do not use a precoding scheme. BF Use beamforming scheme. SPM Use spatial multiplexing scheme. TXD Use transmit diversity scheme.
- set(scheme: RsFsw.enums.PrecodingScheme, carrierComponent=CarrierComponent.Default, subframe=Subframe.Default, allocation=Allocation.Default) None [source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:SUBFrame<sf>:ALLoc<al>:PRECoding[:SCHeme] driver.applications.k10Xlte.configure.lte.downlink.cc.subframe.alloc.precoding.scheme.set(scheme = enums.PrecodingScheme.BF, carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default, allocation = repcap.Allocation.Default)
Selects the precoding scheme of an allocation.
- param scheme
NONE Do not use a precoding scheme. BF Use beamforming scheme. SPM Use spatial multiplexing scheme. TXD Use transmit diversity scheme.
- 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’)