State
SCPI Command :
[SOURce<HW>]:BB:V5G:DL:USER<CH>:ULCA<ST0>:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userIx=UserIx.Default, ulCarriersNull=UlCarriersNull.Default) bool[source]
# [SOURce<HW>]:BB:V5G:DL:USER<CH>:ULCA<ST0>:STATe value: bool = driver.source.bb.v5G.downlink.user.ulca.state.get(userIx = repcap.UserIx.Default, ulCarriersNull = repcap.UlCarriersNull.Default)
No help available
- Parameters:
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
ulCarriersNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Ulca’)
- set(cu_ul_ca_state: bool, userIx=UserIx.Default, ulCarriersNull=UlCarriersNull.Default) None[source]
# [SOURce<HW>]:BB:V5G:DL:USER<CH>:ULCA<ST0>:STATe driver.source.bb.v5G.downlink.user.ulca.state.set(cu_ul_ca_state = False, userIx = repcap.UserIx.Default, ulCarriersNull = repcap.UlCarriersNull.Default)
No help available
- Parameters:
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
ulCarriersNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Ulca’)