Echo

SCPI Commands :

[SOURce<HW>]:[BB]:DME:ECHO:ATTenuation
[SOURce<HW>]:[BB]:DME:ECHO:DELay
[SOURce<HW>]:[BB]:DME:ECHO
class EchoCls[source]

Echo commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_attenuation() float[source]
# SCPI: [SOURce<HW>]:[BB]:DME:ECHO:ATTenuation
value: float = driver.source.bb.dme.echo.get_attenuation()

Sets the attenuation of the DME echo pulse pair signal compared to the original DME pulse pair signal.

return

echo_atten: float Range: 0 to 50, Unit: dB

get_delay() float[source]
# SCPI: [SOURce<HW>]:[BB]:DME:ECHO:DELay
value: float = driver.source.bb.dme.echo.get_delay()

Sets the delay between the first original DME pulse pair signal and second DME echo pulse pair signal.

return

echo_del: float Range: 15.5E-6 to 204E-6

get_value() bool[source]
# SCPI: [SOURce<HW>]:[BB]:DME:ECHO
value: bool = driver.source.bb.dme.echo.get_value()

Enables the simulation of DME echo pulse pair signals.

return

extendet_state: No help available

set_attenuation(echo_atten: float) None[source]
# SCPI: [SOURce<HW>]:[BB]:DME:ECHO:ATTenuation
driver.source.bb.dme.echo.set_attenuation(echo_atten = 1.0)

Sets the attenuation of the DME echo pulse pair signal compared to the original DME pulse pair signal.

param echo_atten

float Range: 0 to 50, Unit: dB

set_delay(echo_del: float) None[source]
# SCPI: [SOURce<HW>]:[BB]:DME:ECHO:DELay
driver.source.bb.dme.echo.set_delay(echo_del = 1.0)

Sets the delay between the first original DME pulse pair signal and second DME echo pulse pair signal.

param echo_del

float Range: 15.5E-6 to 204E-6

set_value(extendet_state: bool) None[source]
# SCPI: [SOURce<HW>]:[BB]:DME:ECHO
driver.source.bb.dme.echo.set_value(extendet_state = False)

Enables the simulation of DME echo pulse pair signals.

param extendet_state

1| ON| 0| OFF