Echoes
SCPI Command :
[SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:POWer:ECHoes
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(monitorPane=MonitorPane.Default) bool[source]
# [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.
- Parameters:
monitorPane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Monitor’)
- Returns:
show_echoes: 1 | ON | 0| OFF
- set(show_echoes: bool, monitorPane=MonitorPane.Default) None[source]
# [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.
- Parameters:
show_echoes – 1 | ON | 0| OFF
monitorPane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Monitor’)