Stream

SCPI Command :

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

In GNSS advanced mode, switches between available streams in ‘Display Type’ > ‘HW Channels’. For the display type, see method RsSmw.source.bb.gnss.monitor.display.set() .

Parameters:

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

Returns:

stream: S1 | S2 | S3 | S4 | S5 | S6

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

In GNSS advanced mode, switches between available streams in ‘Display Type’ > ‘HW Channels’. For the display type, see method RsSmw.source.bb.gnss.monitor.display.set() .

Parameters:
  • stream – S1 | S2 | S3 | S4 | S5 | S6

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