State
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:STHP:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userIx=UserIx.Default) bool[source]
# [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.
- Parameters:
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- Returns:
state: 1 | ON | 0| OFF
- set(state: bool, userIx=UserIx.Default) None[source]
# [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.
- Parameters:
state – 1 | ON | 0| OFF
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)