Channels

SCPI Command :

[SOURce<HW>]:BB:GNSS:SV:SELection:CHANnels:MAX
class ChannelsCls[source]

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

get_max() int[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SV:SELection:CHANnels:MAX
value: int = driver.source.bb.gnss.sv.selection.channels.get_max()

Queries the maximum number of GNSS channels. The number depends on the simulation capacity, see ‘Channel budget’.

return

max_numb_channels: integer Range: 6 to 612

set_max(max_numb_channels: int) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SV:SELection:CHANnels:MAX
driver.source.bb.gnss.sv.selection.channels.set_max(max_numb_channels = 1)

Queries the maximum number of GNSS channels. The number depends on the simulation capacity, see ‘Channel budget’.

param max_numb_channels

integer Range: 6 to 612