State

SCPI Command :

[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:OFFSet<CH0>:STATe
class StateCls[source]

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

get(offsetNull=OffsetNull.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:OFFSet<CH0>:STATe
value: bool = driver.source.bb.btooth.econfiguration.pconfiguration.offset.state.get(offsetNull = repcap.OffsetNull.Default)

Enables / disables Offset0 to Offset5 of the offset setting table.

param offsetNull

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

return

state: 1| ON| 0| OFF

set(state: bool, offsetNull=OffsetNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:OFFSet<CH0>:STATe
driver.source.bb.btooth.econfiguration.pconfiguration.offset.state.set(state = False, offsetNull = repcap.OffsetNull.Default)

Enables / disables Offset0 to Offset5 of the offset setting table.

param state

1| ON| 0| OFF

param offsetNull

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