State

SCPI Command :

[SOURce<HW>]:BB:BTOoth:DTTest:TABLe:SHORt: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:DTTest:TABLe:SHORt:SET<CH>:STATe
value: bool = driver.source.bb.btooth.dtTest.table.short.set.state.get(channel = repcap.Channel.Default)

Activates the corresponding parameter set in the short table. If a set deactivated, its parameters are skipped in the sequence. Instead, the next active set is used. For EDR packets, each set applies to 20 packets.

param channel

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

return

state: 1| ON| 0| OFF

set(state: bool, channel=Channel.Default) None[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:DTTest:TABLe:SHORt:SET<CH>:STATe
driver.source.bb.btooth.dtTest.table.short.set.state.set(state = False, channel = repcap.Channel.Default)

Activates the corresponding parameter set in the short table. If a set deactivated, its parameters are skipped in the sequence. Instead, the next active set is used. For EDR packets, each set applies to 20 packets.

param state

1| ON| 0| OFF

param channel

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