Nhtrans

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:UL:NHTRans
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userIx=UserIx.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:UL:NHTRans
value: int = driver.source.bb.eutra.downlink.user.asPy.uplink.nhtrans.get(userIx = repcap.UserIx.Default)

Sets the number of HARQ transmissions.

Parameters:

userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)

Returns:

num_harq_trans: integer Range: 1 to 32

set(num_harq_trans: int, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:UL:NHTRans
driver.source.bb.eutra.downlink.user.asPy.uplink.nhtrans.set(num_harq_trans = 1, userIx = repcap.UserIx.Default)

Sets the number of HARQ transmissions.

Parameters:
  • num_harq_trans – integer Range: 1 to 32

  • userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)