[docs]classPathCls:"""Path commands group definition. 1 total commands, 0 Subgroups, 1 group commands"""def__init__(self,core:Core,parent):self._core=coreself._cmd_group=CommandsGroup("path",core,parent)
[docs]defget(self)->str:"""SCPI: FETCh:MDPD:WAVeform:PATH \n Snippet: value: str = driver.applications.k18AmplifierEt.fetch.mdpd.waveform.path.get() \n Queries the path of the Memory Polynomial DPD waveform. \n :return: filename: No help available"""response=self._core.io.query_str(f'FETCh:MDPD:WAVeform:PATH?')returntrim_str_response(response)