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:

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

  • Bitcount: int: No parameter help available

get() CivpStruct[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:CIVP
value: CivpStruct = driver.source.bb.btooth.cs.civp.get()

No command help available

return

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

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

No command help available

param cs_iv_p

No help available

param bitcount

No help available