Bandwidth
SCPI Command :
TRACe:IQ:BWIDth
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# TRACe:IQ:BWIDth value: float = driver.trace.iq.bandwidth.get()
Defines or queries the bandwidth of the resampling filter. The bandwidth of the resampling filter depends on the sample rate.
- Returns:
bandwidth: Unit: HZ
- set(bandwidth: float) None[source]
# TRACe:IQ:BWIDth driver.trace.iq.bandwidth.set(bandwidth = 1.0)
Defines or queries the bandwidth of the resampling filter. The bandwidth of the resampling filter depends on the sample rate.
- Parameters:
bandwidth – Unit: HZ