Sskd

SCPI Command :

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

Response structure. Fields:

  • 1 Sskd: str: numeric

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

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

Sets the portion of Central or the portion of the Peripheral of the session key diversifier (SKDm/SKDs) .

Returns:

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

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

Sets the portion of Central or the portion of the Peripheral of the session key diversifier (SKDm/SKDs) .

Parameters:
  • sskd – numeric

  • bitcount – integer Range: 64 to 64