Mtime

SCPI Command :

[SENSe]:ADEMod:MTIMe
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get() float[source]
# [SENSe]:ADEMod:MTIMe
value: float = driver.applications.k17Mcgd.sense.ademod.mtime.get()

Defines the measurement time for Analog Modulation Analysis.

set(meas_time: float) None[source]
# [SENSe]:ADEMod:MTIMe
driver.applications.k17Mcgd.sense.ademod.mtime.set(meas_time = 1.0)

Defines the measurement time for Analog Modulation Analysis.

Parameters:

meas_time – Unit: S

Cloning the Group

# Create a copy of the original group, that exists independently
mtime_copy = driver.applications.k17Mcgd.sense.ademod.mtime.clone()

Subgroups