Ratio

SCPI Command :

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

Defines the ratio between the resolution bandwidth (Hz) and the span (Hz) . Note that the ratio defined with this remote command (RBW/span) is reciprocal to that of the coupling ratio (span/RBW) .

Returns:

ratio: Range: 0.0001 to 1

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

Defines the ratio between the resolution bandwidth (Hz) and the span (Hz) . Note that the ratio defined with this remote command (RBW/span) is reciprocal to that of the coupling ratio (span/RBW) .

Parameters:

ratio – Range: 0.0001 to 1