Scheme
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:EMTC:ALLoc<CH0>:PRECoding:SCHeme
- class SchemeCls[source]
Scheme commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(allocationNull=AllocationNull.Default) RsSmbv.enums.EutraDlpRecMultAntScheme [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:EMTC:ALLoc<CH0>:PRECoding:SCHeme value: enums.EutraDlpRecMultAntScheme = driver.source.bb.eutra.downlink.emtc.alloc.precoding.scheme.get(allocationNull = repcap.AllocationNull.Default)
Selects the precoding scheme.
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- return
prec_mult_ant_sche: NONE| SPM| TXD| BF
- set(prec_mult_ant_sche: RsSmbv.enums.EutraDlpRecMultAntScheme, allocationNull=AllocationNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:EMTC:ALLoc<CH0>:PRECoding:SCHeme driver.source.bb.eutra.downlink.emtc.alloc.precoding.scheme.set(prec_mult_ant_sche = enums.EutraDlpRecMultAntScheme.BF, allocationNull = repcap.AllocationNull.Default)
Selects the precoding scheme.
- param prec_mult_ant_sche
NONE| SPM| TXD| BF
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)