Auto
SCPI Command :
[SENSe]:ADEMod:MTIMe:AUTO
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [SENSe]:ADEMod:MTIMe:AUTO value: bool = driver.applications.k17Mcgd.sense.ademod.mtime.auto.get()
Enables or disables automatic measurement time selection. Note that this command is maintained for compatibility reasons only. Use method
RsFsw.applications.k17Mcgd.sense.mtime.auto.set()for new remote control programs.
- set(state: bool) None[source]
# [SENSe]:ADEMod:MTIMe:AUTO driver.applications.k17Mcgd.sense.ademod.mtime.auto.set(state = False)
Enables or disables automatic measurement time selection. Note that this command is maintained for compatibility reasons only. Use method
RsFsw.applications.k17Mcgd.sense.mtime.auto.set()for new remote control programs.