Ediversifier

SCPI Command :

[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:EDIVersifier
class EdiversifierCls[source]

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

class EdiversifierStruct[source]

Response structure. Fields:

  • Ediversifier: List[str]: numeric

  • Bitcount: int: integer Range: 16 to 16

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

Sets the encrypted diversifier of the Central for device identification. The parameter is an initialization vector provided by the host in the HCI_ULP_Start_Encryption command.

return

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

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

Sets the encrypted diversifier of the Central for device identification. The parameter is an initialization vector provided by the host in the HCI_ULP_Start_Encryption command.

param ediversifier

numeric

param bitcount

integer Range: 16 to 16