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