Max
SCPI Command :
[SOURce<HW>]:BB:GNSS:STReam<ST>:CHANnels:MAX
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(stream=Stream.Default) int[source]
# [SOURce<HW>]:BB:GNSS:STReam<ST>:CHANnels:MAX value: int = driver.source.bb.gnss.stream.channels.max.get(stream = repcap.Stream.Default)
Sets the maximum number of channels per stream. See also ‘Channel budget’.
- Parameters:
stream – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Stream’)
- Returns:
max_channels: integer Range: 0 to depends on options
- set(max_channels: int, stream=Stream.Default) None[source]
# [SOURce<HW>]:BB:GNSS:STReam<ST>:CHANnels:MAX driver.source.bb.gnss.stream.channels.max.set(max_channels = 1, stream = repcap.Stream.Default)
Sets the maximum number of channels per stream. See also ‘Channel budget’.
- Parameters:
max_channels – integer Range: 0 to depends on options
stream – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Stream’)