Video
SCPI Command :
[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.applications.k10Xlte.sense.bandwidth.video.get()
Defines the video bandwidth. The command decouples the video bandwidth from the resolution bandwidths.
- return
bandwidth: refer to specifications document Unit: HZ
- set(bandwidth: float) None [source]
# SCPI: [SENSe]:BWIDth:VIDeo driver.applications.k10Xlte.sense.bandwidth.video.set(bandwidth = 1.0)
Defines the video bandwidth. The command decouples the video bandwidth from the resolution bandwidths.
- param bandwidth
refer to specifications document Unit: HZ
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k10Xlte.sense.bandwidth.video.clone()
Subgroups