State
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:STHP: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>:STHP:STATe value: bool = driver.source.bb.eutra.downlink.user.sthp.state.get(userIx = repcap.UserIx.Default)
Sets if NB-IoT UEs are capable of understanding the HARQ process bit.
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- return
state: 1| ON| 0| OFF
- set(state: bool, userIx=UserIx.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:STHP:STATe driver.source.bb.eutra.downlink.user.sthp.state.set(state = False, userIx = repcap.UserIx.Default)
Sets if NB-IoT UEs are capable of understanding the HARQ process bit.
- param state
1| ON| 0| OFF
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)