Video

SCPI Command :

[SENSe]:BWIDth:VIDeo
Commands in total: 3
Subgroups: 2
Direct child commands: 1
get() float[source]
# [SENSe]:BWIDth:VIDeo
value: float = driver.applications.k14Xnr5G.sense.bandwidth.video.get()

Defines the video bandwidth. The command decouples the video bandwidth from the resolution bandwidths.

Returns:

bandwidth: refer to specifications document Unit: HZ

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

Defines the video bandwidth. The command decouples the video bandwidth from the resolution bandwidths.

Parameters:

bandwidth – refer to specifications document Unit: HZ

Cloning the Group

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

Subgroups