Civc

SCPI Command :

[SOURce<HW>]:BB:BTOoth:CS:CIVC
class CivcCls[source]

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

class CivcStruct[source]

Response structure. Fields:

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

  • Bitcount: int: No parameter help available

get() CivcStruct[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:CIVC
value: CivcStruct = driver.source.bb.btooth.cs.civc.get()

No command help available

return

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

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

No command help available

param cs_iv_c

No help available

param bitcount

No help available