Channels
SCPI Command :
[SOURce<HW>]:BB:GNSS:SV:SELection:CHANnels:MAX
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_max() int[source]
# [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.
- Returns:
max_numb_channels: integer Range: 6 to 612
- set_max(max_numb_channels: int) None[source]
# [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.
- Parameters:
max_numb_channels – integer Range: 6 to 612