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.k14Xnr5G.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
duration: SHORt | NORMal | LONG
- set(duration: RsFsw.enums.Duration, powerMeter=PowerMeter.Default) None [source]
# SCPI: [SENSe]:PMETer<p>:MTIMe driver.applications.k14Xnr5G.sense.pmeter.mtime.set(duration = enums.Duration.LONG, powerMeter = repcap.PowerMeter.Default)
Selects the duration of power sensor measurements.
- param duration
SHORt | NORMal | LONG
- 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.k14Xnr5G.sense.pmeter.mtime.clone()
Subgroups