Mtime
SCPI Command :
[SENSe]:MTIMe
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get() float[source]
# [SENSe]:MTIMe value: float = driver.applications.k17Mcgd.sense.mtime.get()
Queries or sets the measurement time.
- Returns:
meas_time: The measurement time. Unit: S
- set(meas_time: float) None[source]
# [SENSe]:MTIMe driver.applications.k17Mcgd.sense.mtime.set(meas_time = 1.0)
Queries or sets the measurement time.
- Parameters:
meas_time – The measurement time. Unit: S
Cloning the Group
# Create a copy of the original group, that exists independently
mtime_copy = driver.applications.k17Mcgd.sense.mtime.clone()
Subgroups