State
SCPI Command :
[SOURce<HW>]:BB:BTOoth:DTTest:TABLe:LONG: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:LONG:SET<CH>:STATe value: bool = driver.source.bb.btooth.dtTest.table.long.set.state.get(channel = repcap.Channel.Default)
Activates the corresponding parameter set for the long table. For basic rate packets, each set applies to 20 ms of signal.
- 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:LONG:SET<CH>:STATe driver.source.bb.btooth.dtTest.table.long.set.state.set(state = False, channel = repcap.Channel.Default)
Activates the corresponding parameter set for the long table. For basic rate packets, each set applies to 20 ms of signal.
- param state
1| ON| 0| OFF
- param channel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Set’)