Scheme

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:NIOT:ALLoc<CH0>:PRECoding:SCHeme
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(allocationNull=AllocationNull.Default) DlecpRecScheme[source]
# [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.

Parameters:

allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)

Returns:

prec_ant_scheme: NONE | TXD

set(prec_ant_scheme: DlecpRecScheme, allocationNull=AllocationNull.Default) None[source]
# [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.

Parameters:
  • prec_ant_scheme – NONE | TXD

  • allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)