Ratio

SCPI Command :

[SENSe]:LIST:BWIDth[:RESolution]:RATio
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [SENSe]:LIST:BWIDth[:RESolution]:RATio
value: float = driver.applications.k40PhaseNoise.sense.listPy.bandwidth.resolution.ratio.get()

Defines the resolution bandwidth over all half decades.

Returns:

ratio: Numeric value in %. The resulting RBW is the percentage of the start frequency of each half decade. If the resulting RBW is not available, the application rounds to the next available bandwidth. Range: 1 to 100, Unit: PCT

set(ratio: float) None[source]
# [SENSe]:LIST:BWIDth[:RESolution]:RATio
driver.applications.k40PhaseNoise.sense.listPy.bandwidth.resolution.ratio.set(ratio = 1.0)

Defines the resolution bandwidth over all half decades.

Parameters:

ratio – Numeric value in %. The resulting RBW is the percentage of the start frequency of each half decade. If the resulting RBW is not available, the application rounds to the next available bandwidth. Range: 1 to 100, Unit: PCT