Civp
SCPI Command :
[SOURce<HW>]:BB:BTOoth:CS:CIVP
- class CivpCls[source]
Civp commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class CivpStruct[source]
Response structure. Fields:
1 Cs_Iv_P: str: numeric CS_IV_P value in hexadecimal representation.
2 Bitcount: int: integer Fixed bit count of 64 bits. Range: 64 to 64
- get() CivpStruct [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:CIVP value: CivpStruct = driver.source.bb.btooth.cs.civp.get()
Requires packet type CS SEQUENCE or LL_CS_SEC_REQ. Sets the CS_IV_P parameter. The parameter is 64-bit in hexadecimal representation.
- return:
structure: for return value, see the help for CivpStruct structure arguments.
- set(cs_iv_p: str, bitcount: int) None [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:CIVP driver.source.bb.btooth.cs.civp.set(cs_iv_p = rawAbc, bitcount = 1)
Requires packet type CS SEQUENCE or LL_CS_SEC_REQ. Sets the CS_IV_P parameter. The parameter is 64-bit in hexadecimal representation.
- param cs_iv_p:
numeric CS_IV_P value in hexadecimal representation.
- param bitcount:
integer Fixed bit count of 64 bits. Range: 64 to 64