State

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:CAW:STATe
class StateCls[source]

State 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>:CAW:STATe
value: bool = driver.source.bb.eutra.downlink.user.caw.state.get(userIx = repcap.UserIx.Default)

Enables/disables the CSI awareness for the selected user.

param userIx

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

return

cu_csi_aware: OFF| ON| 1| 0

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

Enables/disables the CSI awareness for the selected user.

param cu_csi_aware

OFF| ON| 1| 0

param userIx

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