Mtime
SCPI Command :
[SENSe]:MTIMe
- class MtimeCls[source]
Mtime commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get() float [source]
# SCPI: [SENSe]:MTIMe value: float = driver.applications.k17Mcgd.sense.mtime.get()
Queries or sets the measurement time.
- return
meas_time: The measurement time. Unit: S
- set(meas_time: float) None [source]
# SCPI: [SENSe]:MTIMe driver.applications.k17Mcgd.sense.mtime.set(meas_time = 1.0)
Queries or sets the measurement time.
- param meas_time
The measurement time. Unit: S
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k17Mcgd.sense.mtime.clone()
Subgroups