Video

SCPI Commands

SENSe:BWIDth:VIDeo
class VideoCls[source]

Video commands group definition. 4 total commands, 3 Subgroups, 1 group commands

get() float[source]
# SCPI: [SENSe]:BWIDth:VIDeo
value: float = driver.sense.bandwidth.video.get()
This command defines the video bandwidth.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn off automatic VBW selection ([SENSe:]BWIDth:VIDeo:AUTO) .

return

bandwidth: Unit: HZ

set(bandwidth: float) None[source]
# SCPI: [SENSe]:BWIDth:VIDeo
driver.sense.bandwidth.video.set(bandwidth = 1.0)
This command defines the video bandwidth.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn off automatic VBW selection ([SENSe:]BWIDth:VIDeo:AUTO) .

param bandwidth

Unit: HZ

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.bandwidth.video.clone()

Subgroups