Mtime

SCPI Command :

[SENSe]:PMETer<p>:MTIMe
class MtimeCls[source]

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

get(powerMeter=PowerMeter.Default) RsFsw.enums.Duration[source]
# SCPI: [SENSe]:PMETer<p>:MTIMe
value: enums.Duration = driver.applications.k9X11Ad.sense.pmeter.mtime.get(powerMeter = repcap.PowerMeter.Default)

Selects the duration of power sensor measurements.

param powerMeter

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pmeter’)

return

arg_0: No help available

set(arg_0: RsFsw.enums.Duration, powerMeter=PowerMeter.Default) None[source]
# SCPI: [SENSe]:PMETer<p>:MTIMe
driver.applications.k9X11Ad.sense.pmeter.mtime.set(arg_0 = enums.Duration.LONG, powerMeter = repcap.PowerMeter.Default)

Selects the duration of power sensor measurements.

param arg_0

No help available

param powerMeter

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pmeter’)

Cloning the Group

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

Subgroups