Ratio

SCPI Command :

[SENSe]:LIST:BWIDth[:RESolution]:RATio
class RatioCls[source]

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

get() float[source]
# SCPI: [SENSe]:LIST:BWIDth[:RESolution]:RATio
value: float = driver.applications.k40PhaseNoise.sense.listPy.bandwidth.resolution.ratio.get()

Defines the resolution bandwidth over all half decades.

return

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]
# SCPI: [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.

param 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