Echoes

SCPI Command :

[SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:POWer:ECHoes
class EchoesCls[source]

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

get(monitorPane=MonitorPane.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:POWer:ECHoes
value: bool = driver.source.bb.gnss.monitor.display.power.echoes.get(monitorPane = repcap.MonitorPane.Default)

If enabled, the ‘Power View’ indicates also the echoes per SV.

param monitorPane

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Monitor’)

return

show_echoes: 1| ON| 0| OFF

set(show_echoes: bool, monitorPane=MonitorPane.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:POWer:ECHoes
driver.source.bb.gnss.monitor.display.power.echoes.set(show_echoes = False, monitorPane = repcap.MonitorPane.Default)

If enabled, the ‘Power View’ indicates also the echoes per SV.

param show_echoes

1| ON| 0| OFF

param monitorPane

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Monitor’)