Use

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:SCRambling:CELL<ST>:DMRS:USE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userIx=UserIx.Default, cell=Cell.Default) bool[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:SCRambling:CELL<ST>:DMRS:USE
value: bool = driver.source.bb.eutra.downlink.user.scrambling.cell.dmrs.use.get(userIx = repcap.UserIx.Default, cell = repcap.Cell.Default)

Defines how the DMRS scrambling sequence is initialized.

Parameters:
  • userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)

  • cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)

Returns:

use: 1 | ON | 0| OFF OFF DRMS sequence is generated with the variable nID = NIDcell. ON Used are two variable nID = nIDDMRS,i set with the commands [:SOURcehw]:BB:EUTRa:DL:USERch:SCRambling:CELLst:DMRS:ID1 | ID2

set(use: bool, userIx=UserIx.Default, cell=Cell.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:SCRambling:CELL<ST>:DMRS:USE
driver.source.bb.eutra.downlink.user.scrambling.cell.dmrs.use.set(use = False, userIx = repcap.UserIx.Default, cell = repcap.Cell.Default)

Defines how the DMRS scrambling sequence is initialized.

Parameters:
  • use – 1 | ON | 0| OFF OFF DRMS sequence is generated with the variable nID = NIDcell. ON Used are two variable nID = nIDDMRS,i set with the commands [:SOURcehw]:BB:EUTRa:DL:USERch:SCRambling:CELLst:DMRS:ID1 | ID2

  • userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)

  • cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)