Rvector
SCPI Command :
[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:RVECtor
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class RvectorStruct[source]
Response structure. Fields:
1 Rvector: str: numeric
2 Bitcount: int: integer Range: 64 to 64
- get() RvectorStruct[source]
# [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.
- Returns:
structure: for return value, see the help for RvectorStruct structure arguments.
- set(rvector: str, bitcount: int) None[source]
# [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:RVECtor driver.source.bb.btooth.econfiguration.pconfiguration.rvector.set(rvector = rawAbc, 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.
- Parameters:
rvector – numeric
bitcount – integer Range: 64 to 64