Ratio

SCPI Command :

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

Defines the coupling ratio of the video bandwidth to the resolution bandwidth (VBW/RBW) .

Returns:

ratio: Range: 0,001 to 1000

set(ratio: float) None[source]
# [SENSe]:BWIDth:VIDeo:RATio
driver.sense.bandwidth.video.ratio.set(ratio = 1.0)

Defines the coupling ratio of the video bandwidth to the resolution bandwidth (VBW/RBW) .

Parameters:

ratio – Range: 0,001 to 1000