[docs]classTpisCls:"""Tpis commands group definition. 1 total commands, 0 Subgroups, 1 group commands"""def__init__(self,core:Core,parent):self._core=coreself._cmd_group=CommandsGroup("tpis",core,parent)
[docs]defget(self)->float:"""SCPI: TRACe:IQ:TPIS \n Snippet: value: float = driver.applications.k18AmplifierEt.trace.iq.tpis.get() \n No command help available \n :return: time: Unit: HZ"""response=self._core.io.query_str(f'TRACe:IQ:TPIS?')returnConversions.str_to_float(response)