State

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:SCRambling:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userIx=UserIx.Default) bool[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:SCRambling:STATe
value: bool = driver.source.bb.eutra.downlink.user.scrambling.state.get(userIx = repcap.UserIx.Default)

Enables/disables scrambling for all allocations belonging to the selected user.

Parameters:

userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)

Returns:

state: 1 | ON | 0| OFF

set(state: bool, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:SCRambling:STATe
driver.source.bb.eutra.downlink.user.scrambling.state.set(state = False, userIx = repcap.UserIx.Default)

Enables/disables scrambling for all allocations belonging to the selected user.

Parameters:
  • state – 1 | ON | 0| OFF

  • userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)