All
SCPI Command :
FETCh:BURSt:ALL
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get() str[source]
# FETCh:BURSt:ALL value: str = driver.applications.k91Wlan.fetch.burst.all.get()
Note that this command is maintained for compatibility reasons only. Use the method
RsFsw.applications.k91Wlan.fetch.burst.all.formatted.get()command for new remote control programs. Returns all results from the default WLAN measurement (Modulation Accuracy, Flatness and Tolerance) . The results are output as a list of result strings separated by commas in ASCII format. The results are output in the following order:- Returns:
result: list preamble power, payload power, min rms power, average rms power, max rms power, peak power, min crest factor,average crest factor,max crest factor, min frequency error,average frequency error, max frequency error, min symbol error, average symbol error, max symbol error, min IQ offset, average IQ offset, maximum IQ offset, min gain imbalance, average gain imbalance, max gain imbalance, min quadrature offset, average quadrature offset, max quadrature offset, min EVM all bursts, average EVM all bursts, max EVM all bursts, min EVM data carriers, average EVM data carriers , max EVM data carriers min EVM pilots, average EVM pilots , max EVM pilots min IQ skew, average IQ skew, max IQ skew
Cloning the Group
# Create a copy of the original group, that exists independently
all_copy = driver.applications.k91Wlan.fetch.burst.all.clone()
Subgroups