All

SCPI Command :

FETCh:BURSt:ALL
class AllCls[source]

All commands group definition. 2 total commands, 1 Subgroups, 1 group commands

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

return

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 clone of the original group, that exists independently
group2 = driver.applications.k91Wlan.fetch.burst.all.clone()

Subgroups