State

SCPI Command :

[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:FSBit<CH0>:STATe
class StateCls[source]

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

get(indexNull=IndexNull.Default) bool[source]
# SCPI: [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.

param indexNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Fsbit’)

return

state: 1| ON| 0| OFF

set(state: bool, indexNull=IndexNull.Default) None[source]
# SCPI: [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.

param state

1| ON| 0| OFF

param indexNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Fsbit’)