CiValue

SCPI Command :

[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:CIValue
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class CiValueStruct[source]

Response structure. Fields:

  • 1 Ci_Value: str: numeric

  • 2 Bitcount: int: integer Range: 24 to 24

get() CiValueStruct[source]
# [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:CIValue
value: CiValueStruct = driver.source.bb.btooth.econfiguration.pconfiguration.ciValue.get()

Sets the initialization value for the CRC (Cyclic Redundancy Check, 24 bits) calculation. A packet has been received correctly, when it has passed the CRC check.

Returns:

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

set(ci_value: str, bitcount: int) None[source]
# [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:CIValue
driver.source.bb.btooth.econfiguration.pconfiguration.ciValue.set(ci_value = rawAbc, bitcount = 1)

Sets the initialization value for the CRC (Cyclic Redundancy Check, 24 bits) calculation. A packet has been received correctly, when it has passed the CRC check.

Parameters:
  • ci_value – numeric

  • bitcount – integer Range: 24 to 24