Cpvc

SCPI Command :

[SOURce<HW>]:BB:BTOoth:CS:CPVC
class CpvcCls[source]

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

class CpvcStruct[source]

Response structure. Fields:

  • Cs_Pv_C: List[str]: No parameter help available

  • Bitcount: int: No parameter help available

get() CpvcStruct[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:CPVC
value: CpvcStruct = driver.source.bb.btooth.cs.cpvc.get()

No command help available

return

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

set(cs_pv_c: List[str], bitcount: int) None[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:CPVC
driver.source.bb.btooth.cs.cpvc.set(cs_pv_c = ['rawAbc1', 'rawAbc2', 'rawAbc3'], bitcount = 1)

No command help available

param cs_pv_c

No help available

param bitcount

No help available