Cinc
SCPI Command :
[SOURce<HW>]:BB:BTOoth:CS:CINC
- class CincCls[source]
Cinc commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class CincStruct[source]
Response structure. Fields:
1 Cs_In_C: str: numeric CS_IN_C value in hexadecimal representation.
2 Bitcount: int: integer Fixed bit count of 32 bits. Range: 32 to 32
- get() CincStruct [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:CINC value: CincStruct = driver.source.bb.btooth.cs.cinc.get()
Requires packet type CS SEQUENCE or LL_CS_SEC_REQ. Sets the CS_IN_C parameter. The parameter is 32-bit in hexadecimal representation.
- return:
structure: for return value, see the help for CincStruct structure arguments.
- set(cs_in_c: str, bitcount: int) None [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:CINC driver.source.bb.btooth.cs.cinc.set(cs_in_c = rawAbc, bitcount = 1)
Requires packet type CS SEQUENCE or LL_CS_SEC_REQ. Sets the CS_IN_C parameter. The parameter is 32-bit in hexadecimal representation.
- param cs_in_c:
numeric CS_IN_C value in hexadecimal representation.
- param bitcount:
integer Fixed bit count of 32 bits. Range: 32 to 32