Cinp

SCPI Command :

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

Response structure. Fields:

  • 1 Cs_In_P: str: No parameter help available

  • 2 Bitcount: int: No parameter help available

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

No help available

Returns:

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

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

No help available