Mode
SCPI Command :
[SOURce<HW>]:BB:EVDO:USER<ST>:HARQ:MODE
- class ModeCls[source]
Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userIx=UserIx.Default) RsSmbv.enums.EvdoHarqMode [source]
# SCPI: [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.
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- return
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: RsSmbv.enums.EvdoHarqMode, userIx=UserIx.Default) None [source]
# SCPI: [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.
- param 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
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)