Scheme

SCPI Command :

[SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ALLoc<CH0>:PRECoding:SCHeme
class SchemeCls[source]

Scheme commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) RsSmw.enums.V5GdlpRecMultAntScheme[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ALLoc<CH0>:PRECoding:SCHeme
value: enums.V5GdlpRecMultAntScheme = driver.source.bb.v5G.downlink.subf.alloc.precoding.scheme.get(subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)

Selects the precoding scheme for , , and allocations.

param subframeNull

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

param allocationNull

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

return

scheme: NONE| SMUX| TXD None, spatial multiplexing, TX diversity

set(scheme: RsSmw.enums.V5GdlpRecMultAntScheme, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ALLoc<CH0>:PRECoding:SCHeme
driver.source.bb.v5G.downlink.subf.alloc.precoding.scheme.set(scheme = enums.V5GdlpRecMultAntScheme.BF, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)

Selects the precoding scheme for , , and allocations.

param scheme

NONE| SMUX| TXD None, spatial multiplexing, TX diversity

param subframeNull

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

param allocationNull

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