LtKey

SCPI Command :

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

Response structure. Fields:

  • 1 Lt_Key: str: numeric

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

get() LtKeyStruct[source]
# [SOURce<HW>]:BB:BTOoth:ECONfiguration:LTKey
value: LtKeyStruct = driver.source.bb.btooth.econfiguration.ltKey.get()

Indicates the time the controller needs to receive the long-term key from the host. After this time, the controller is ready to enter into the last phase of encryption mode setup.

Returns:

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

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

Indicates the time the controller needs to receive the long-term key from the host. After this time, the controller is ready to enter into the last phase of encryption mode setup.

Parameters:
  • lt_key – numeric

  • bitcount – integer Range: 128 to 128