Dbypass

SCPI Command :

[SOURce<HW>]:AREGenerator:RADar:DBYPass:[STATe]
class DbypassCls[source]

Dbypass commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_state() bool[source]
# SCPI: [SOURce<HW>]:AREGenerator:RADar:DBYPass:[STATe]
value: bool = driver.source.areGenerator.radar.dbypass.get_state()

Enable to bypass the Doppler stage. For details, see ‘Enable Doppler Bypass’.

return:

areg_radar_dop_byp: 0| 1| OFF| ON

set_state(areg_radar_dop_byp: bool) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:RADar:DBYPass:[STATe]
driver.source.areGenerator.radar.dbypass.set_state(areg_radar_dop_byp = False)

Enable to bypass the Doppler stage. For details, see ‘Enable Doppler Bypass’.

param areg_radar_dop_byp:

0| 1| OFF| ON