Send

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CELL: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:HORDer:SEND
value: GetStruct = driver.configure.cell.horder.send.get()

Triggers the HS-SCCH order type 1, according to the preconfiguration of UL/DL and queries the frame number, subframe number and acknowledgment related to the HS-SCCH order execution. For preconfiguration, refer to method RsCmwWcdmaSig. Configure.Cell.Carrier.Horder.downlink etc.

return

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

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

Triggers the HS-SCCH order type 1, according to the preconfiguration of UL/DL and queries the frame number, subframe number and acknowledgment related to the HS-SCCH order execution. For preconfiguration, refer to method RsCmwWcdmaSig. Configure.Cell.Carrier.Horder.downlink etc.

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

Triggers the HS-SCCH order type 1, according to the preconfiguration of UL/DL and queries the frame number, subframe number and acknowledgment related to the HS-SCCH order execution. For preconfiguration, refer to method RsCmwWcdmaSig. Configure.Cell.Carrier.Horder.downlink etc.

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.