Send

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CELL:HSUPa: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: No parameter help available

  • Sfn: int: No parameter help available

  • Ack: enums.AckNack: No parameter help available

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

No command help available

return

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

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

No command help available

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

No command help available

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.