Display

SCPI Command :

[SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay
Commands in total: 46
Subgroups: 8
Direct child commands: 1
get(monitorPane=MonitorPane.Default) MonitorDisplayType[source]
# [SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay
value: enums.MonitorDisplayType = driver.source.bb.gnss.monitor.display.get(monitorPane = repcap.MonitorPane.Default)

Switches between the available views.

Parameters:

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

Returns:

display_type: SKY | MAP | POWer | TRAJectory | ATTitude | TRACks | CHANnels

set(display_type: MonitorDisplayType, monitorPane=MonitorPane.Default) None[source]
# [SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay
driver.source.bb.gnss.monitor.display.set(display_type = enums.MonitorDisplayType.ATTitude, monitorPane = repcap.MonitorPane.Default)

Switches between the available views.

Parameters:
  • display_type – SKY | MAP | POWer | TRAJectory | ATTitude | TRACks | CHANnels

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

Cloning the Group

# Create a copy of the original group, that exists independently
display_copy = driver.source.bb.gnss.monitor.display.clone()

Subgroups