Time

SCPI Command :

CONFigure:POWer:AUTO:SWEep:TIME
class TimeCls[source]

Time commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() float[source]
# SCPI: 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.

return

value: Auto level measurement sweep time Unit: S

set(value: float) None[source]
# SCPI: 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.

param value

Auto level measurement sweep time Unit: S