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) RsSmbv.enums.EutraDlecpRecScheme[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:ALLoc<CH0>:PRECoding:SCHeme
value: enums.EutraDlecpRecScheme = 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: RsSmbv.enums.EutraDlecpRecScheme, 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.EutraDlecpRecScheme.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’)