Resolution

SCPI Command :

[SENSe]:IQ:BANDwidth:RESolution
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [SENSe]:IQ:BANDwidth:RESolution
value: float = driver.applications.iqAnalyzer.sense.iq.bandwidth.resolution.get()

Defines the resolution bandwidth manually if method RsFsw.sense.iq.bandwidth.mode.set() is set to MAN. Defines the resolution bandwidth. The available RBW values depend on the sample rate and record length. For details see ‘Frequency resolution of FFT results - RBW’.

set(resolution: float) None[source]
# [SENSe]:IQ:BANDwidth:RESolution
driver.applications.iqAnalyzer.sense.iq.bandwidth.resolution.set(resolution = 1.0)

Defines the resolution bandwidth manually if method RsFsw.sense.iq.bandwidth.mode.set() is set to MAN. Defines the resolution bandwidth. The available RBW values depend on the sample rate and record length. For details see ‘Frequency resolution of FFT results - RBW’.

Parameters:

resolution – refer to specifications document Unit: HZ