[docs]classEcmGainCls:"""EcmGain commands group definition. 1 total commands, 0 Subgroups, 1 group commands"""def__init__(self,core:Core,parent):self._core=coreself._cmd_group=CommandsGroup("ecmGain",core,parent)
[docs]defget(self)->str:"""SCPI: FETCh:BURSt:ECMGain \n Snippet: value: str = driver.applications.k91Wlan.fetch.burst.ecmGain.get() \n Returns the effective channel gain result which is used as the reference for the 'Spectrum Flatness' limits when 'Spectrum Flatness' results are based on effective channels (see method RsFsw.Applications.K91_Wlan.Configure.Burst. Spectrum.Flatness.Cselect.set) . For details see 'Modulation accuracy, flatness and tolerance parameters'. \n :return: result: comma-separated list of values; one value for each RX stream Unit: dBm"""response=self._core.io.query_str(f'FETCh:BURSt:ECMGain?')returntrim_str_response(response)