Mode
SCPI Command :
[SOURce<HW>]:BB:EVDO:USER<ST>:HARQ:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userIx=UserIx.Default) EvdoHarqMode[source]
# [SOURce<HW>]:BB:EVDO:USER<ST>:HARQ:MODE value: enums.EvdoHarqMode = driver.source.bb.evdo.user.harq.mode.get(userIx = repcap.UserIx.Default)
Enables or disables the H-ARQ Channel. The H-ARQ channel is used by the access network to transmit positive acknowledgement (ACK) or a negative acknowledgement (NAK) in response to a physical layer packet. Note: This parameter is enabled for Physical Layer Subtype 2 only.
- Parameters:
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- Returns:
mode: OFF | ACK | NAK OFF Disables transmission of the H-ARQ channel. ACK Enables transmission of H-ARQ. The channel is transmitted with all bits set to ACK. NAK Enables transmission of H-ARQ. The channel is transmitted with all bits set to NAK
- set(mode: EvdoHarqMode, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:EVDO:USER<ST>:HARQ:MODE driver.source.bb.evdo.user.harq.mode.set(mode = enums.EvdoHarqMode.ACK, userIx = repcap.UserIx.Default)
Enables or disables the H-ARQ Channel. The H-ARQ channel is used by the access network to transmit positive acknowledgement (ACK) or a negative acknowledgement (NAK) in response to a physical layer packet. Note: This parameter is enabled for Physical Layer Subtype 2 only.
- Parameters:
mode – OFF | ACK | NAK OFF Disables transmission of the H-ARQ channel. ACK Enables transmission of H-ARQ. The channel is transmitted with all bits set to ACK. NAK Enables transmission of H-ARQ. The channel is transmitted with all bits set to NAK
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)