Use

SCPI Command :

[SOURce<HW>]:BB:V5G: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:V5G:DL:USER<CH>:SCRambling:CELL<ST>:DMRS:USE
value: bool = driver.source.bb.v5G.downlink.user.scrambling.cell.dmrs.use.get(userIx = repcap.UserIx.Default, cell = repcap.Cell.Default)

No help available

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

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

No help available

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