Ediversifier

SCPI Command :

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

Response structure. Fields:

  • 1 Ediversifier: str: numeric

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

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

Returns:

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

set(ediversifier: str, bitcount: int) None[source]
# [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:EDIVersifier
driver.source.bb.btooth.econfiguration.pconfiguration.ediversifier.set(ediversifier = rawAbc, 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.

Parameters:
  • ediversifier – numeric

  • bitcount – integer Range: 16 to 16