State
SCPI Command :
CALibration:AIQ:HATiming[:STATe]
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: CALibration:AIQ:HATiming[:STATe] value: bool = driver.applications.k14Xnr5G.calibration.aiq.haTiming.state.get()
Activates a mode with enhanced timing accuracy between analog baseband, RF and external trigger signals. For more information, see ‘High-accuracy timing’.
- return
state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- set(state: bool) None [source]
# SCPI: CALibration:AIQ:HATiming[:STATe] driver.applications.k14Xnr5G.calibration.aiq.haTiming.state.set(state = False)
Activates a mode with enhanced timing accuracy between analog baseband, RF and external trigger signals. For more information, see ‘High-accuracy timing’.
- param state
ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on