N2Dmrs
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:FRC:N2DMrs
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userEquipment=UserEquipment.Default, cellNull=CellNull.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:FRC:N2DMrs value: int = driver.source.bb.eutra.uplink.ue.cell.frc.n2Dmrs.get(userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)
Sets the UE specific part of the demodulation reference signal (DMRS) index for all PUSCH allocation of the selected UE in all subframes.
- Parameters:
userEquipment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- Returns:
n_2_dmrs: integer Range: 0 to 10
- set(n_2_dmrs: int, userEquipment=UserEquipment.Default, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:FRC:N2DMrs driver.source.bb.eutra.uplink.ue.cell.frc.n2Dmrs.set(n_2_dmrs = 1, userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)
Sets the UE specific part of the demodulation reference signal (DMRS) index for all PUSCH allocation of the selected UE in all subframes.
- Parameters:
n_2_dmrs – integer Range: 0 to 10
userEquipment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)