Scheme

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:[CELL<CCIDX>]:[SUBF<ST0>]:ALLoc<CH0>:PUSCh:PRECoding:SCHeme
class SchemeCls[source]

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

get(cellNull=CellNull.Default, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) RsSmbv.enums.EutraPuschPrecScheme[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:[CELL<CCIDX>]:[SUBF<ST0>]:ALLoc<CH0>:PUSCh:PRECoding:SCHeme
value: enums.EutraPuschPrecScheme = driver.source.bb.eutra.uplink.cell.subf.alloc.pusch.precoding.scheme.get(cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)

Sets the PUSCH precoding scheme.

param cellNull

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

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

precoding_scheme: NONE| SPM

set(precoding_scheme: RsSmbv.enums.EutraPuschPrecScheme, cellNull=CellNull.Default, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:[CELL<CCIDX>]:[SUBF<ST0>]:ALLoc<CH0>:PUSCh:PRECoding:SCHeme
driver.source.bb.eutra.uplink.cell.subf.alloc.pusch.precoding.scheme.set(precoding_scheme = enums.EutraPuschPrecScheme.NONE, cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)

Sets the PUSCH precoding scheme.

param precoding_scheme

NONE| SPM

param cellNull

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

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’)