Civc

SCPI Command :

[SOURce<HW>]:BB:BTOoth:CS:CIVC
class CivcCls[source]

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

class CivcStruct[source]

Response structure. Fields:

  • 1 Cs_Iv_C: str: numeric CS_IV_C value in hexadecimal representation.

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

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

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

return:

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

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

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

param cs_iv_c:

numeric CS_IV_C value in hexadecimal representation.

param bitcount:

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