Ratio

SCPI Command :

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

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

get() float[source]
# SCPI: [SENSe]:BWIDth[:RESolution]:RATio
value: float = driver.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) .

return

ratio: Range: 0.0001 to 1

set(ratio: float) None[source]
# SCPI: [SENSe]:BWIDth[:RESolution]:RATio
driver.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) .

param ratio

Range: 0.0001 to 1