State
SCPI Command :
TRACe:IQ:M9933:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# 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’.
- Returns:
state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- set(state: bool) None[source]
# 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’.
- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on