Id1
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:SCRambling:CELL<ST>:DMRS:ID1
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userIx=UserIx.Default, cell=Cell.Default) int[source]
# [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.
- 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:
ident: integer Range: 0 to 503
- set(ident: int, userIx=UserIx.Default, cell=Cell.Default) None[source]
# [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.
- Parameters:
ident – integer Range: 0 to 503
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’)