State
SCPI Command :
[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:PHY:L2M<CH0>:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(channelNull=ChannelNull.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:PHY:L2M<CH0>:STATe value: bool = driver.source.bb.btooth.econfiguration.pconfiguration.phy.l2M.state.get(channelNull = repcap.ChannelNull.Default)
Sets the LE 2M PHY in the CtrData field of the LL_PERIODIC_SYNC_IND PDU.
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘L2M’)
- return
state: 1| ON| 0| OFF
- set(state: bool, channelNull=ChannelNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:PHY:L2M<CH0>:STATe driver.source.bb.btooth.econfiguration.pconfiguration.phy.l2M.state.set(state = False, channelNull = repcap.ChannelNull.Default)
Sets the LE 2M PHY in the CtrData field of the LL_PERIODIC_SYNC_IND PDU.
- param state
1| ON| 0| OFF
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘L2M’)