Cinfo
SCPI Command :
[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:EHFLags:CINFo:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:EHFLags:CINFo:STATe value: bool = driver.source.bb.btooth.econfiguration.pconfiguration.ehFlags.cinfo.get_state()
Activates the CTEInfo field in the extended header of Bluetooth LE advertising packets in the LE uncoded PHY.
- Returns:
state: 1 | ON | 0| OFF
- set_state(state: bool) None[source]
# [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:EHFLags:CINFo:STATe driver.source.bb.btooth.econfiguration.pconfiguration.ehFlags.cinfo.set_state(state = False)
Activates the CTEInfo field in the extended header of Bluetooth LE advertising packets in the LE uncoded PHY.
- Parameters:
state – 1 | ON | 0| OFF