CiValue
SCPI Command :
[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:CIValue
- class CiValueCls[source]
CiValue commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class CiValueStruct[source]
Response structure. Fields:
Ci_Value: str: numeric
Bitcount: int: integer Range: 24 to 24
- get() CiValueStruct [source]
# SCPI: [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.
- return
structure: for return value, see the help for CiValueStruct structure arguments.
- set(ci_value: str, bitcount: int) None [source]
# SCPI: [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.
- param ci_value
numeric
- param bitcount
integer Range: 24 to 24