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