Scheme
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:EMTC:ALLoc<CH0>:PRECoding:SCHeme
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(allocationNull=AllocationNull.Default) EutraDlpRecMultAntScheme[source]
# [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.
- Parameters:
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- Returns:
prec_mult_ant_sche: NONE | SPM | TXD | BF
- set(prec_mult_ant_sche: EutraDlpRecMultAntScheme, allocationNull=AllocationNull.Default) None[source]
# [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.
- Parameters:
prec_mult_ant_sche – NONE | SPM | TXD | BF
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)