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.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

auto_mode: No help available

set(auto_mode: bool) None[source]
# SCPI: 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’.

param auto_mode

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