Duration
SCPI Command :
[SENSe]:ADJust:CONFigure:DURation
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get() float[source]
# [SENSe]:ADJust:CONFigure:DURation value: float = driver.applications.k10Xlte.sense.adjust.configure.duration.get()
No help available
- set(duration: float) None[source]
# [SENSe]:ADJust:CONFigure:DURation driver.applications.k10Xlte.sense.adjust.configure.duration.set(duration = 1.0)
No help available
Cloning the Group
# Create a copy of the original group, that exists independently
duration_copy = driver.applications.k10Xlte.sense.adjust.configure.duration.clone()
Subgroups