Resolution

SCPI Command :

[SENSe]:BWIDth[:RESolution]
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get() float[source]
# [SENSe]:BWIDth[:RESolution]
value: float = driver.applications.k149Uwb.sense.bandwidth.resolution.get()

Defines the resolution bandwidth and decouples the resolution bandwidth from the span. In the Real-Time application, the resolution bandwidth is always coupled to the span. For statistics measurements, this command defines the demodulation bandwidth. The 6 MHz Gaussian filter is provided for special measurements, such as 5G NR spurious emissions measurements. It is only available if you enter the value manually, not using the BAND:RES MAX command. It is not supported by all applications.

Cloning the Group

# Create a copy of the original group, that exists independently
resolution_copy = driver.applications.k149Uwb.sense.bandwidth.resolution.clone()

Subgroups