Cbci

SCPI Command :

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

Defines whether the codebook index is set globally or per subframe.

Parameters:

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

Returns:

cb_const_idx: 1 | ON | 0| OFF

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

Defines whether the codebook index is set globally or per subframe.

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

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