Rvector

SCPI Command :

[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:RVECtor
class RvectorCls[source]

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

class RvectorStruct[source]

Response structure. Fields:

  • Rvector: List[str]: numeric

  • Bitcount: int: integer Range: 64 to 64

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

Sets the random vector 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 RvectorStruct structure arguments.

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

Sets the random vector of the Central for device identification. The parameter is an initialization vector provided by the Host in the HCI_ULP_Start_Encryption command.

param rvector

numeric

param bitcount

integer Range: 64 to 64