Time
SCPI Command :
CONFigure:POWer:AUTO:SWEep:TIME
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# CONFigure:POWer:AUTO:SWEep:TIME value: float = driver.applications.k91Wlan.configure.power.auto.sweep.time.get()
Is used to specify the auto track time, i.e. the sweep time for auto level detection. This setting can currently only be defined in remote control, not in manual operation.
- Returns:
value: Auto level measurement sweep time Unit: S
- set(value: float) None[source]
# CONFigure:POWer:AUTO:SWEep:TIME driver.applications.k91Wlan.configure.power.auto.sweep.time.set(value = 1.0)
Is used to specify the auto track time, i.e. the sweep time for auto level detection. This setting can currently only be defined in remote control, not in manual operation.
- Parameters:
value – Auto level measurement sweep time Unit: S