Cinp

SCPI Command :

[SOURce<HW>]:BB:BTOoth:CS:CINP
class CinpCls[source]

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

class CinpStruct[source]

Response structure. Fields:

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

  • Bitcount: int: No parameter help available

get() CinpStruct[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:CINP
value: CinpStruct = driver.source.bb.btooth.cs.cinp.get()

No command help available

return

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

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

No command help available

param cs_in_p

No help available

param bitcount

No help available