Civc

SCPI Command :

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

Response structure. Fields:

  • 1 Cs_Iv_C: str: No parameter help available

  • 2 Bitcount: int: No parameter help available

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

No help available

Returns:

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

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

No help available