N2Dmrs

SCPI Command :

[SOURce<HW>]:BB:V5G:UL:UE<ST>:[CELL<CCIDX>]:FRC:N2DMrs
class N2DmrsCls[source]

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

get(userEquipment=UserEquipment.Default, cellNull=CellNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:V5G:UL:UE<ST>:[CELL<CCIDX>]:FRC:N2DMrs
value: int = driver.source.bb.v5G.uplink.ue.cell.frc.n2Dmrs.get(userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)

No command help available

param userEquipment

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

param cellNull

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

return

n_2_dmrs: No help available

set(n_2_dmrs: int, userEquipment=UserEquipment.Default, cellNull=CellNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:V5G:UL:UE<ST>:[CELL<CCIDX>]:FRC:N2DMrs
driver.source.bb.v5G.uplink.ue.cell.frc.n2Dmrs.set(n_2_dmrs = 1, userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)

No command help available

param n_2_dmrs

No help available

param userEquipment

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

param cellNull

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