Source code for RsFsw.Implementations.Applications.K91_Wlan.Fetch.ScDetailed.Evm.Pilot

from .......Internal.Core import Core
from .......Internal.CommandsGroup import CommandsGroup
from .......Internal.Utilities import trim_str_response


# noinspection PyPep8Naming,PyAttributeOutsideInit,SpellCheckingInspection
class PilotCls:
	"""
	| Commands in total: 1
	| Subgroups: 0
	| Direct child commands: 1
	"""

	def __init__(self, core: Core, parent):
		self._core = core
		self._cmd_group = CommandsGroup("pilot", core, parent)

[docs] def get(self) -> str: """ ``FETCh:SCDetailed:EVM:PILot`` \n Snippet: ``value: str = driver.applications.k91Wlan.fetch.scDetailed.evm.pilot.get()`` \n Returns the EVM for all pilot subcarriers. The result is a comma-separated list of values, one for each PPDU and each RU. These results are only available if the Signal Content Detailed result display is currently active (see method ``RsFsw.layout.add.window.get()`` ) . :return: result: Unit: dB """ response = self._core.io.query_str(f'FETCh:SCDetailed:EVM:PILot?') return trim_str_response(response)