Mtime

SCPI Command :

[SENSe]:PMETer:MTIMe
Commands in total: 3
Subgroups: 1
Direct child commands: 1
get() Duration[source]
# [SENSe]:PMETer:MTIMe
value: enums.Duration = driver.applications.k18AmplifierEt.sense.pmeter.mtime.get()

Selects the duration of power sensor measurements.

Returns:

duration: SHORt | NORMal | LONG

set(duration: Duration) None[source]
# [SENSe]:PMETer:MTIMe
driver.applications.k18AmplifierEt.sense.pmeter.mtime.set(duration = enums.Duration.LONG)

Selects the duration of power sensor measurements.

Parameters:

duration – SHORt | NORMal | LONG

Cloning the Group

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

Subgroups