RopCode

SCPI Command :

[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:ROPCode
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class RopCodeStruct[source]

Response structure. Fields:

  • 1 Rop_Code: str: numeric

  • 2 Bitcount: int: integer Range: 8 to 8

get() RopCodeStruct[source]
# [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:ROPCode
value: RopCodeStruct = driver.source.bb.btooth.econfiguration.pconfiguration.ropCode.get()

Specifies the Opcode of rejected LL control PDU. information is signaled via LL_REJECT_EXT_IND.

Returns:

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

set(rop_code: str, bitcount: int) None[source]
# [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:ROPCode
driver.source.bb.btooth.econfiguration.pconfiguration.ropCode.set(rop_code = rawAbc, bitcount = 1)

Specifies the Opcode of rejected LL control PDU. information is signaled via LL_REJECT_EXT_IND.

Parameters:
  • rop_code – numeric

  • bitcount – integer Range: 8 to 8