Auto
SCPI Command :
[SENSe]:BWIDth:VIDeo:AUTO
- class AutoCls[source]
Auto commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: [SENSe]:BWIDth:VIDeo:AUTO value: bool = driver.applications.k10Xlte.sense.bandwidth.video.auto.get()
Couples and decouples the video bandwidth to the resolution bandwidth.
- return
state: ON | OFF | 0 | 1
- set(state: bool) None [source]
# SCPI: [SENSe]:BWIDth:VIDeo:AUTO driver.applications.k10Xlte.sense.bandwidth.video.auto.set(state = False)
Couples and decouples the video bandwidth to the resolution bandwidth.
- param state
ON | OFF | 0 | 1