Cpvp

SCPI Command :

[SOURce<HW>]:BB:BTOoth:CS:CPVP
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class CpvpStruct[source]

Response structure. Fields:

  • 1 Cs_Pv_P: str: No parameter help available

  • 2 Bitcount: int: No parameter help available

get() CpvpStruct[source]
# [SOURce<HW>]:BB:BTOoth:CS:CPVP
value: CpvpStruct = driver.source.bb.btooth.cs.cpvp.get()

No help available

Returns:

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

set(cs_pv_p: str, bitcount: int) None[source]
# [SOURce<HW>]:BB:BTOoth:CS:CPVP
driver.source.bb.btooth.cs.cpvp.set(cs_pv_p = rawAbc, bitcount = 1)

No help available