Source code for RsFsw.Implementations.Applications.K91_Wlan.Fetch.Burst.All.Formatted
from .......Internal.Core import Core
from .......Internal.CommandsGroup import CommandsGroup
from .......Internal.Utilities import trim_str_response
# noinspection PyPep8Naming,PyAttributeOutsideInit,SpellCheckingInspection
class FormattedCls:
"""
| Commands in total: 1
| Subgroups: 0
| Direct child commands: 1
"""
def __init__(self, core: Core, parent):
self._core = core
self._cmd_group = CommandsGroup("formatted", core, parent)
[docs]
def get(self) -> str:
"""
``FETCh:BURSt:ALL:FORMatted`` \n
Snippet: ``value: str = driver.applications.k91Wlan.fetch.burst.all.formatted.get()`` \n
Returns all results from the default WLAN measurement (Modulation Accuracy, Flatness and Tolerance. For details see
'Modulation accuracy, flatness and tolerance parameters'. The results are output as a list of result strings separated by
commas in ASCII format. The results are output in the following order: <Global Result>, <Stream 1 result> ... <Stream n
result>
:return: global_result: comma-separated list See tables below
"""
response = self._core.io.query_str(f'FETCh:BURSt:ALL:FORMatted?')
return trim_str_response(response)