Dmrs

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:CA:CELL<CH0>:DMRS
class DmrsCls[source]

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

get(cellNull=CellNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:CA:CELL<CH0>:DMRS
value: int = driver.source.bb.eutra.uplink.ca.cell.dmrs.get(cellNull = repcap.CellNull.Default)

Sets the parameter n(1) _DMRS per component carrier.

param cellNull

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

return

ulca_n_1_dmrs: integer Range: 0 to 11

set(ulca_n_1_dmrs: int, cellNull=CellNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:CA:CELL<CH0>:DMRS
driver.source.bb.eutra.uplink.ca.cell.dmrs.set(ulca_n_1_dmrs = 1, cellNull = repcap.CellNull.Default)

Sets the parameter n(1) _DMRS per component carrier.

param ulca_n_1_dmrs

integer Range: 0 to 11

param cellNull

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