LtKey

SCPI Command :

[SOURce<HW>]:BB:BTOoth:ECONfiguration:LTKey
class LtKeyCls[source]

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

class LtKeyStruct[source]

Response structure. Fields:

  • Lt_Key: List[str]: numeric

  • Bitcount: int: integer Range: 128 to 128

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

return

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

set(lt_key: List[str], bitcount: int) None[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:LTKey
driver.source.bb.btooth.econfiguration.ltKey.set(lt_key = ['rawAbc1', 'rawAbc2', 'rawAbc3'], 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.

param lt_key

numeric

param bitcount

integer Range: 128 to 128