Id1

SCPI Command :

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

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

get(userIx=UserIx.Default, cell=Cell.Default) int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:SCRambling:CELL<ST>:DMRS:ID1
value: int = driver.source.bb.eutra.downlink.user.scrambling.cell.dmrs.id1.get(userIx = repcap.UserIx.Default, cell = repcap.Cell.Default)

Sets the DMRS scrambling identity.

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

ident: integer Range: 0 to 503

set(ident: int, userIx=UserIx.Default, cell=Cell.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:SCRambling:CELL<ST>:DMRS:ID1
driver.source.bb.eutra.downlink.user.scrambling.cell.dmrs.id1.set(ident = 1, userIx = repcap.UserIx.Default, cell = repcap.Cell.Default)

Sets the DMRS scrambling identity.

param ident

integer Range: 0 to 503

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’)