Auto

SCPI Command :

[SENSe]:ADEMod:MTIMe:AUTO
class AutoCls[source]

Auto commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() bool[source]
# SCPI: [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 [SENSe:]MTIMe:AUTO for new remote control programs.

return

state: No help available

set(state: bool) None[source]
# SCPI: [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 [SENSe:]MTIMe:AUTO for new remote control programs.

param state

No help available