Cbua

SCPI Command :

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

Applies the enhanced 4 Tx codebook.

Parameters:

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

Returns:

cb_use_alt: 1 | ON | 0| OFF OFF Tthe normal codebook is used. ON Applied is the enhanced 4Tx codebook.

set(cb_use_alt: bool, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:APM:CBUA
driver.source.bb.eutra.downlink.user.apm.cbua.set(cb_use_alt = False, userIx = repcap.UserIx.Default)

Applies the enhanced 4 Tx codebook.

Parameters:
  • cb_use_alt – 1 | ON | 0| OFF OFF Tthe normal codebook is used. ON Applied is the enhanced 4Tx codebook.

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