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