Ecode

SCPI Command :

[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:ECODe
class EcodeCls[source]

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

class EcodeStruct[source]

Response structure. Fields:

  • Ecode: List[str]: numeric

  • Bitcount: int: integer Range: 8 to 8

get() EcodeStruct[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:ECODe
value: EcodeStruct = driver.source.bb.btooth.econfiguration.pconfiguration.ecode.get()

Sets the error code value to inform the remote device why the connection is about to be terminated in case of LL_TERMINATE_IND packet. On the other hand, this parameter for LL_REJECT_IND packet is used for the reason a request was rejected. A 8 bit value is set. Note: This parameter is relevant for data frame configuration and the packet type:

INTRO_CMD_HELP: Selects the clock source:

  • LL_TERMINATE_IND

  • LL_REJECT_IND

return

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

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

Sets the error code value to inform the remote device why the connection is about to be terminated in case of LL_TERMINATE_IND packet. On the other hand, this parameter for LL_REJECT_IND packet is used for the reason a request was rejected. A 8 bit value is set. Note: This parameter is relevant for data frame configuration and the packet type:

INTRO_CMD_HELP: Selects the clock source:

  • LL_TERMINATE_IND

  • LL_REJECT_IND

param ecode

numeric

param bitcount

integer Range: 8 to 8