El5S<Index>

SCPI Command :

[SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:POWer:SYSTem:SBAS:SIGNal:L5Band:EL5S<US>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr64

driver.source.bb.gnss.monitor.display.power.system.sbas.signal.l5Band.el5S.repcap_index_set(repcap.Index.Nr1)
get(monitorPane=MonitorPane.Default, index=Index.Default) bool[source]
# [SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:POWer:SYSTem:SBAS:SIGNal:L5Band:EL5S<US>
value: bool = driver.source.bb.gnss.monitor.display.power.system.sbas.signal.l5Band.el5S.get(monitorPane = repcap.MonitorPane.Default, index = repcap.Index.Default)

Defines the signals to be visualized on the ‘Power View’ graph.

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

  • index – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘El5S’)

Returns:

signal_state: 1 | ON | 0| OFF

set(signal_state: bool, monitorPane=MonitorPane.Default, index=Index.Default) None[source]
# [SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:POWer:SYSTem:SBAS:SIGNal:L5Band:EL5S<US>
driver.source.bb.gnss.monitor.display.power.system.sbas.signal.l5Band.el5S.set(signal_state = False, monitorPane = repcap.MonitorPane.Default, index = repcap.Index.Default)

Defines the signals to be visualized on the ‘Power View’ graph.

Parameters:
  • signal_state – 1 | ON | 0| OFF

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

  • index – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘El5S’)

Cloning the Group

# Create a copy of the original group, that exists independently
el5S_copy = driver.source.bb.gnss.monitor.display.power.system.sbas.signal.l5Band.el5S.clone()