State
SCPI Command :
[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:FSBit<CH0>:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(indexNull=IndexNull.Default) bool[source]
# [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:FSBit<CH0>:STATe value: bool = driver.source.bb.btooth.econfiguration.pconfiguration.fsbit.state.get(indexNull = repcap.IndexNull.Default)
Enables / disables features, related to bit numbers 0 to 27 for the used feature set. See also Table ‘Link layer features: Bit number and feature’. Information is transmitted via LL_FEATURE_REQ, LL_FEATURE_RSP, LL_PERIPHERAL_FEATURE_REQ.
- Parameters:
indexNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Fsbit’)
- Returns:
state: 1 | ON | 0| OFF
- set(state: bool, indexNull=IndexNull.Default) None[source]
# [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:FSBit<CH0>:STATe driver.source.bb.btooth.econfiguration.pconfiguration.fsbit.state.set(state = False, indexNull = repcap.IndexNull.Default)
Enables / disables features, related to bit numbers 0 to 27 for the used feature set. See also Table ‘Link layer features: Bit number and feature’. Information is transmitted via LL_FEATURE_REQ, LL_FEATURE_RSP, LL_PERIPHERAL_FEATURE_REQ.
- Parameters:
state – 1 | ON | 0| OFF
indexNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Fsbit’)