Average
SCPI Command :
CONFigure:BURSt:PVT:AVERage
- class AverageCls[source]
Average commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: CONFigure:BURSt:PVT:AVERage value: float = driver.applications.k91Wlan.configure.burst.pvt.average.get()
Defines the number of samples used to adjust the length of the smoothing filter for PVT measurement. Is only available for IEEE 802.11b, g (DSSS) standards.
- return
value: No help available
- set(value: float) None [source]
# SCPI: CONFigure:BURSt:PVT:AVERage driver.applications.k91Wlan.configure.burst.pvt.average.set(value = 1.0)
Defines the number of samples used to adjust the length of the smoothing filter for PVT measurement. Is only available for IEEE 802.11b, g (DSSS) standards.
- param value
No help available