State

SCPI Command :

TRACe:IQ:M9933:STATe
class StateCls[source]

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

get() bool[source]
# SCPI: TRACe:IQ:M9933:STATe
value: bool = driver.trace.iq.m9933.state.get()

Enables the optional analysis bandwidth extensions B6001/B8001, if available, for a center frequency of 9.993 GHz. Note the restrictions described in ‘Bandwidth extension options B6001 / B8001 at CF 9.933 GHz’.

return

state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

set(state: bool) None[source]
# SCPI: TRACe:IQ:M9933:STATe
driver.trace.iq.m9933.state.set(state = False)

Enables the optional analysis bandwidth extensions B6001/B8001, if available, for a center frequency of 9.993 GHz. Note the restrictions described in ‘Bandwidth extension options B6001 / B8001 at CF 9.933 GHz’.

param state

ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on