Ratio
SCPI Command :
[SENSe]:BWIDth[:RESolution]:RATio
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [SENSe]:BWIDth[:RESolution]:RATio value: float = driver.applications.k14Xnr5G.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.k14Xnr5G.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