Hpid
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:CHANnel<US0>:DPCCh:EUCC:HPID
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cell=Cell.Default, slotNull=SlotNull.Default, channelNull=ChannelNull.Default) int[source]
# [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:CHANnel<US0>:DPCCh:EUCC:HPID value: int = driver.source.bb.tdscdma.up.cell.slot.channel.dpcch.eucc.hpid.get(cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default, channelNull = repcap.ChannelNull.Default)
Sets the HARQ process ID.
- Parameters:
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
slotNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Slot’)
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- Returns:
hpid: integer Range: 0 to 3
- set(hpid: int, cell=Cell.Default, slotNull=SlotNull.Default, channelNull=ChannelNull.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:CHANnel<US0>:DPCCh:EUCC:HPID driver.source.bb.tdscdma.up.cell.slot.channel.dpcch.eucc.hpid.set(hpid = 1, cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default, channelNull = repcap.ChannelNull.Default)
Sets the HARQ process ID.
- Parameters:
hpid – integer Range: 0 to 3
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
slotNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Slot’)
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)