Mtime

SCPI Command :

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

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

get() RsFsw.enums.Duration[source]
# SCPI: [SENSe]:PMETer:MTIMe
value: enums.Duration = driver.applications.k18AmplifierEt.sense.pmeter.mtime.get()

Selects the duration of power sensor measurements.

return

duration: SHORt | NORMal | LONG

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

Selects the duration of power sensor measurements.

param duration

SHORt | NORMal | LONG

Cloning the Group

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

Subgroups