State

SCPI Command :

CALibration:AIQ:HATiming[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# CALibration:AIQ:HATiming[:STATe]
value: bool = driver.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’.

set(auto_mode: bool) None[source]
# CALibration:AIQ:HATiming[:STATe]
driver.calibration.aiq.haTiming.state.set(auto_mode = False)

Activates a mode with enhanced timing accuracy between analog baseband, RF and external trigger signals. For more information, see ‘High-accuracy timing’.

Parameters:

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