Nhids
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:NHIDs
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userIx=UserIx.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:NHIDs value: int = driver.source.bb.eutra.downlink.user.asPy.downlink.nhids.get(userIx = repcap.UserIx.Default)
Sets the number of HARQ process IDs.
- Parameters:
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- Returns:
num_harq_ids: integer Range: 1 to 15
- set(num_harq_ids: int, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:NHIDs driver.source.bb.eutra.downlink.user.asPy.downlink.nhids.set(num_harq_ids = 1, userIx = repcap.UserIx.Default)
Sets the number of HARQ process IDs.
- Parameters:
num_harq_ids – integer Range: 1 to 15
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)