State

SCPI Command :

[SOURce<HW>]:BB:BTOoth:ECONfiguration:DCTable:CHANnel<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:DCTable:CHANnel<CH0>:STATe
value: bool = driver.source.bb.btooth.econfiguration.dcTable.channel.state.get(channelNull = repcap.ChannelNull.Default)

Indicates used and unused data channels. Note: The previously used syntax ..:SET<ch>:STATe has been replaced by … :CHANnel<ch>:STATe. Compatibility to the previous commands is given. This parameter is relevant for data event and advertising frame configuration with the packet types LL_CHANNEL_MAP_IND, CONNECT_IND. Within the option R&S SMBVB-K117, the following packet types are also relevant for the setting: AUX_CONNECT_IND, AUX_EXT_IND, AUX_ADV_IND, AUX_CHAIN_IND, AUX_SYNC_IND, AUX_SCAN_RSP.

param channelNull

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

return

state: 1| ON| 0| OFF

set(state: bool, channelNull=ChannelNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:DCTable:CHANnel<CH0>:STATe
driver.source.bb.btooth.econfiguration.dcTable.channel.state.set(state = False, channelNull = repcap.ChannelNull.Default)

Indicates used and unused data channels. Note: The previously used syntax ..:SET<ch>:STATe has been replaced by … :CHANnel<ch>:STATe. Compatibility to the previous commands is given. This parameter is relevant for data event and advertising frame configuration with the packet types LL_CHANNEL_MAP_IND, CONNECT_IND. Within the option R&S SMBVB-K117, the following packet types are also relevant for the setting: AUX_CONNECT_IND, AUX_EXT_IND, AUX_ADV_IND, AUX_CHAIN_IND, AUX_SYNC_IND, AUX_SCAN_RSP.

param state

1| ON| 0| OFF

param channelNull

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