Send

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CELL:CPC:HORDer:SEND
class Send[source]

Send commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

class GetStruct[source]

Response structure. Fields:

  • Frame_Number: int: Information about frame from which the UE has applied the HS-SCCH order

  • Sfn: int: Information about subframe from which the UE has applied the HS-SCCH order

  • Ack: enums.AckNack: ACK | NACK | DTX ACK: positive acknowledgment NACK: negative acknowledgment DTX: no acknowledgment

get()GetStruct[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CPC:HORDer:SEND
value: GetStruct = driver.configure.cell.cpc.horder.send.get()

Tells the UE to enable/disable discontinuous downlink reception and/or discontinuous uplink DPCCH transmission and queries the frame number, subframe number and acknowledgment related to the HS-SCCH order type 0 execution. See also ‘Continuous Packet Connectivity (CPC) ‘.

return

structure: for return value, see the help for GetStruct structure arguments.

set()None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CPC:HORDer:SEND
driver.configure.cell.cpc.horder.send.set()

Tells the UE to enable/disable discontinuous downlink reception and/or discontinuous uplink DPCCH transmission and queries the frame number, subframe number and acknowledgment related to the HS-SCCH order type 0 execution. See also ‘Continuous Packet Connectivity (CPC) ‘.

set_with_opc()None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CPC:HORDer:SEND
driver.configure.cell.cpc.horder.send.set_with_opc()

Tells the UE to enable/disable discontinuous downlink reception and/or discontinuous uplink DPCCH transmission and queries the frame number, subframe number and acknowledgment related to the HS-SCCH order type 0 execution. See also ‘Continuous Packet Connectivity (CPC) ‘.

Same as set, but waits for the operation to complete before continuing further. Use the RsCmwWcdmaSig.utilities.opc_timeout_set() to set the timeout value.