State

SCPI Command :

[SOURce<HW>]:BB:BTOoth:ECONfiguration:ACTable:SET<CH>:STATe
class StateCls[source]

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

get(channel=Channel.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:ACTable:SET<CH>:STATe
value: bool = driver.source.bb.btooth.econfiguration.actable.set.state.get(channel = repcap.Channel.Default)

No command help available

param channel

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

return

state: No help available

set(state: bool, channel=Channel.Default) None[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:ACTable:SET<CH>:STATe
driver.source.bb.btooth.econfiguration.actable.set.state.set(state = False, channel = repcap.Channel.Default)

No command help available

param state

No help available

param channel

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