State

SCPI Command :

[SOURce<HW>]:BB:OFDM:USER<CH0>:STATe
class StateCls[source]

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

get(userNull=UserNull.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:OFDM:USER<CH0>:STATe
value: bool = driver.source.bb.ofdm.user.state.get(userNull = repcap.UserNull.Default)

No command help available

param userNull

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

return

state: No help available

set(state: bool, userNull=UserNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:OFDM:USER<CH0>:STATe
driver.source.bb.ofdm.user.state.set(state = False, userNull = repcap.UserNull.Default)

No command help available

param state

No help available

param userNull

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