Ratio

SCPI Command :

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

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

get() float[source]
# SCPI: [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) .

return

ratio: Range: 0,001 to 1000

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

param ratio

Range: 0,001 to 1000