Cbci

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:APM:CBCI
class CbciCls[source]

Cbci commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(userIx=UserIx.Default) bool[source]
# SCPI: [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.

param userIx

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

return

cb_const_idx: 1| ON| 0| OFF

set(cb_const_idx: bool, userIx=UserIx.Default) None[source]
# SCPI: [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.

param cb_const_idx

1| ON| 0| OFF

param userIx

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