Count

SCPI Command :

[SOURce<HW>]:BB:GNSS:STReam<ST>:BB:COUNt
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(stream=Stream.Default) NumbOfBasebands[source]
# [SOURce<HW>]:BB:GNSS:STReam<ST>:BB:COUNt
value: enums.NumbOfBasebands = driver.source.bb.gnss.stream.bb.count.get(stream = repcap.Stream.Default)

Sets the number of basebands used for the GNSS stream.

Parameters:

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

Returns:

numb_of_basebands: 0 | 1| 2 | 3| 4 | 5| 6

set(numb_of_basebands: NumbOfBasebands, stream=Stream.Default) None[source]
# [SOURce<HW>]:BB:GNSS:STReam<ST>:BB:COUNt
driver.source.bb.gnss.stream.bb.count.set(numb_of_basebands = enums.NumbOfBasebands._0, stream = repcap.Stream.Default)

Sets the number of basebands used for the GNSS stream.

Parameters:
  • numb_of_basebands – 0 | 1| 2 | 3| 4 | 5| 6

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