Resolution

SCPI Command :

[SENSe]:IQ:BWIDth:RESolution
class ResolutionCls[source]

Resolution commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() float[source]
# SCPI: [SENSe]:IQ:BWIDth:RESolution
value: float = driver.sense.iq.bandwidth.resolution.get()

Defines the resolution bandwidth manually if [SENSe:]IQ:BWIDth:MODE 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’.

return

bandwidth: refer to specifications document Unit: HZ

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

Defines the resolution bandwidth manually if [SENSe:]IQ:BWIDth:MODE 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’.

param bandwidth

refer to specifications document Unit: HZ