RopCode

SCPI Command :

[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:ROPCode
class RopCodeCls[source]

RopCode commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class RopCodeStruct[source]

Response structure. Fields:

  • Rop_Code: List[str]: numeric

  • Bitcount: int: integer Range: 8 to 8

get() RopCodeStruct[source]
# SCPI: [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.

return

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

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

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

param rop_code

numeric

param bitcount

integer Range: 8 to 8