Dmr1

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:[SUBF<ST0>]:ALLoc<CH0>:PUCCh:DMR1
class Dmr1Cls[source]

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

get(subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) RsSmbv.enums.EutraPuccN1Dmrs[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:[SUBF<ST0>]:ALLoc<CH0>:PUCCh:DMR1
value: enums.EutraPuccN1Dmrs = driver.source.bb.eutra.uplink.subf.alloc.pucch.dmr1.get(subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)

Sets the index n(2) DMRS.

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

pucc_dmrs_1: 0| 2| 3| 4| 6| 8| 9| 10

set(pucc_dmrs_1: RsSmbv.enums.EutraPuccN1Dmrs, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:[SUBF<ST0>]:ALLoc<CH0>:PUCCh:DMR1
driver.source.bb.eutra.uplink.subf.alloc.pucch.dmr1.set(pucc_dmrs_1 = enums.EutraPuccN1Dmrs._0, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)

Sets the index n(2) DMRS.

param pucc_dmrs_1

0| 2| 3| 4| 6| 8| 9| 10

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