from typing import List
from .......Internal.Core import Core
from .......Internal.CommandsGroup import CommandsGroup
from ....... import repcap
# noinspection PyPep8Naming,PyAttributeOutsideInit,SpellCheckingInspection
class LdriftCls:
"""
| Commands in total: 1
| Subgroups: 0
| Direct child commands: 1
"""
def __init__(self, core: Core, parent):
self._core = core
self._cmd_group = CommandsGroup("ldrift", core, parent)
[docs]
def get(self, trace=repcap.Trace.Default) -> List[float]:
"""
``FETCh:PNOise<t>:SWEep:LDRift`` \n
Snippet: ``value: List[float] = driver.applications.k40PhaseNoise.fetch.pnoise.sweep.ldrift.get(trace = repcap.Trace.Default)`` \n
Queries the level drift in each half decade.
:param trace: optional repeated capability selector. Default value: Tr1 (settable in the interface 'Pnoise')
"""
trace_cmd_val = self._cmd_group.get_repcap_cmd_value(trace, repcap.Trace)
response = self._core.io.query_bin_or_ascii_float_list(f'FETCh:PNOise{trace_cmd_val}:SWEep:LDRift?')
return response