Use

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:SCRambling:CELL<ST>:DMRS:USE
class UseCls[source]

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

get(userIx=UserIx.Default, cell=Cell.Default) bool[source]
# SCPI: [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.

param userIx

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

param cell

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

return

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]
# SCPI: [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.

param 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

param userIx

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

param cell

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