Bandwidth

SCPI Command :

CHANnel<*>:BANDwidth
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channel=Channel.Default) float[source]
# CHANnel<*>:BANDwidth
value: float = driver.channel.bandwidth.get(channel = repcap.Channel.Default)

Sets the bandwidth limit. The specified bandwidth indicates the range of frequencies that the instrument can acquire and display accurately with less than 3 dB attenuation. Frequencies above the limit are removed from the signal, and noise is reduced. To set the bandwidth, use one of the <BandwidthLimit> values. The query returns always a numeric result.

Parameters:

channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)

Returns:

result: Numeric result in Hz

set(bandwidth_limit: float, channel=Channel.Default) None[source]
# CHANnel<*>:BANDwidth
driver.channel.bandwidth.set(bandwidth_limit = 1.0, channel = repcap.Channel.Default)

Sets the bandwidth limit. The specified bandwidth indicates the range of frequencies that the instrument can acquire and display accurately with less than 3 dB attenuation. Frequencies above the limit are removed from the signal, and noise is reduced. To set the bandwidth, use one of the <BandwidthLimit> values. The query returns always a numeric result.

Parameters:
  • bandwidth_limit – Availability depends on the maximum bandwidth of the instrument and installed bandwidth extension options. Instead of the given values, you can also set the corresponding numeric value in Hz.

  • channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)