CbScrambling

SCPI Command :

[SENSe][:LTE]:UL:DEMod:CBSCrambling
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe][:LTE]:UL:DEMod:CBSCrambling
value: bool = driver.applications.k10Xlte.sense.lte.uplink.demod.cbScrambling.get()

Turns scrambling of coded bits on and off.

Returns:

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# [SENSe][:LTE]:UL:DEMod:CBSCrambling
driver.applications.k10Xlte.sense.lte.uplink.demod.cbScrambling.set(state = False)

Turns scrambling of coded bits on and off.

Parameters:

state – ON | OFF | 1 | 0