Stream

SCPI Command :

[SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:STReam
class StreamCls[source]

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

get(monitorPane=MonitorPane.Default) RefStream[source]
# SCPI: [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 [:SOURce<hw>]:BB:GNSS:MONitor<ch>:DISPlay.

param monitorPane:

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

return:

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

set(stream: RefStream, monitorPane=MonitorPane.Default) None[source]
# SCPI: [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 [:SOURce<hw>]:BB:GNSS:MONitor<ch>:DISPlay.

param stream:

S1| S2| S3| S4| S5| S6

param monitorPane:

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