State
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:ULCA<ST0>:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userIx=UserIx.Default, ulCarriersNull=UlCarriersNull.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:ULCA<ST0>:STATe value: bool = driver.source.bb.eutra.downlink.user.ulca.state.get(userIx = repcap.UserIx.Default, ulCarriersNull = repcap.UlCarriersNull.Default)
Sets the state of the associated UL carriers, if carrier aggregation is enabled.
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- param ulCarriersNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Ulca’)
- return
cu_ul_ca_state: 1| ON| 0| OFF
- set(cu_ul_ca_state: bool, userIx=UserIx.Default, ulCarriersNull=UlCarriersNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:ULCA<ST0>:STATe driver.source.bb.eutra.downlink.user.ulca.state.set(cu_ul_ca_state = False, userIx = repcap.UserIx.Default, ulCarriersNull = repcap.UlCarriersNull.Default)
Sets the state of the associated UL carriers, if carrier aggregation is enabled.
- param cu_ul_ca_state
1| ON| 0| OFF
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- param ulCarriersNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Ulca’)