Count
SCPI Command :
[SOURce<HW>]:BB:GNSS:STReam<ST>:BB:COUNt
- class CountCls[source]
Count commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(stream=Stream.Default) NumbOfBasebands [source]
# SCPI: [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.
- param stream:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Stream’)
- return:
numb_of_basebands: 0| 1| 2| 3| 4| 5| 6
- set(numb_of_basebands: NumbOfBasebands, stream=Stream.Default) None [source]
# SCPI: [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.
- param numb_of_basebands:
0| 1| 2| 3| 4| 5| 6
- param stream:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Stream’)