Use

SCPI Command :

[SOURce<HW>]:BB:V5G: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: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 command help available

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: No help available

set(use: bool, userIx=UserIx.Default, cell=Cell.Default) None[source]
# SCPI: [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 command help available

param use

No help available

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