Auto
SCPI Command :
[SENSe]:MTIMe:AUTO
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [SENSe]:MTIMe:AUTO value: bool = driver.applications.k17Mcgd.sense.mtime.auto.get()
Enables or disables automatic measurement time selection.
- Returns:
state: ON | 1 Enables automatic measurement time selection. OFF | 0 Measurement time is defined manually.
- set(state: bool) None[source]
# [SENSe]:MTIMe:AUTO driver.applications.k17Mcgd.sense.mtime.auto.set(state = False)
Enables or disables automatic measurement time selection.
- Parameters:
state – ON | 1 Enables automatic measurement time selection. OFF | 0 Measurement time is defined manually.