Auto
SCPI Command :
[SENSe]:MTIMe:AUTO
- class AutoCls[source]
Auto commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: [SENSe]:MTIMe:AUTO value: bool = driver.applications.k17Mcgd.sense.mtime.auto.get()
Enables or disables automatic measurement time selection.
- return
state: ON | 1 Enables automatic measurement time selection. OFF | 0 Measurement time is defined manually.
- set(state: bool) None [source]
# SCPI: [SENSe]:MTIMe:AUTO driver.applications.k17Mcgd.sense.mtime.auto.set(state = False)
Enables or disables automatic measurement time selection.
- param state
ON | 1 Enables automatic measurement time selection. OFF | 0 Measurement time is defined manually.