Mtime

SCPI Command :

[SENSe]:ADEMod:MTIMe
class MtimeCls[source]

Mtime commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get() float[source]
# SCPI: [SENSe]:ADEMod:MTIMe
value: float = driver.applications.k17Mcgd.sense.ademod.mtime.get()

Defines the measurement time for Analog Modulation Analysis.

return

meas_time: No help available

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

Defines the measurement time for Analog Modulation Analysis.

param meas_time

Unit: S

Cloning the Group

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

Subgroups