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:

  • 1 Cs_In_P: str: numeric CS_IN_P value in hexadecimal representation.

  • 2 Bitcount: int: integer Fixed bit count of 32 bits. Range: 32 to 32

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

Requires packet type CS SEQUENCE or LL_CS_SEC_REQ. Sets the CS_IN_P parameter. The parameter is 32-bit in hexadecimal representation.

return:

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

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

Requires packet type CS SEQUENCE or LL_CS_SEC_REQ. Sets the CS_IN_P parameter. The parameter is 32-bit in hexadecimal representation.

param cs_in_p:

numeric CS_IN_P value in hexadecimal representation.

param bitcount:

integer Fixed bit count of 32 bits. Range: 32 to 32