Source code for RsCmwGsmMeas.Implementations.MultiEval

from ..Internal.Core import Core
from ..Internal.CommandsGroup import CommandsGroup


# noinspection PyPep8Naming,PyAttributeOutsideInit,SpellCheckingInspection
[docs]class MultiEval: """MultiEval commands group definition. 236 total commands, 9 Sub-groups, 3 group commands""" def __init__(self, core: Core, parent): self._core = core self._base = CommandsGroup("multiEval", core, parent) @property def state(self): """state commands group. 1 Sub-classes, 1 commands.""" if not hasattr(self, '_state'): from .MultiEval_.State import State self._state = State(self._core, self._base) return self._state @property def trace(self): """trace commands group. 7 Sub-classes, 0 commands.""" if not hasattr(self, '_trace'): from .MultiEval_.Trace import Trace self._trace = Trace(self._core, self._base) return self._trace @property def mvThroughput(self): """mvThroughput commands group. 0 Sub-classes, 1 commands.""" if not hasattr(self, '_mvThroughput'): from .MultiEval_.MvThroughput import MvThroughput self._mvThroughput = MvThroughput(self._core, self._base) return self._mvThroughput @property def powerVsTime(self): """powerVsTime commands group. 8 Sub-classes, 0 commands.""" if not hasattr(self, '_powerVsTime'): from .MultiEval_.PowerVsTime import PowerVsTime self._powerVsTime = PowerVsTime(self._core, self._base) return self._powerVsTime @property def modulation(self): """modulation commands group. 6 Sub-classes, 0 commands.""" if not hasattr(self, '_modulation'): from .MultiEval_.Modulation import Modulation self._modulation = Modulation(self._core, self._base) return self._modulation @property def sswitching(self): """sswitching commands group. 1 Sub-classes, 2 commands.""" if not hasattr(self, '_sswitching'): from .MultiEval_.Sswitching import Sswitching self._sswitching = Sswitching(self._core, self._base) return self._sswitching @property def smodulation(self): """smodulation commands group. 1 Sub-classes, 2 commands.""" if not hasattr(self, '_smodulation'): from .MultiEval_.Smodulation import Smodulation self._smodulation = Smodulation(self._core, self._base) return self._smodulation @property def ber(self): """ber commands group. 0 Sub-classes, 2 commands.""" if not hasattr(self, '_ber'): from .MultiEval_.Ber import Ber self._ber = Ber(self._core, self._base) return self._ber @property def listPy(self): """listPy commands group. 8 Sub-classes, 0 commands.""" if not hasattr(self, '_listPy'): from .MultiEval_.ListPy import ListPy self._listPy = ListPy(self._core, self._base) return self._listPy
[docs] def initiate(self) -> None: """SCPI: INITiate:GSM:MEASurement<Instance>:MEValuation \n Snippet: driver.multiEval.initiate() \n INTRO_CMD_HELP: Starts, stops, or aborts the measurement: \n - INITiate... starts or restarts the measurement. The measurement enters the 'RUN' state. - STOP... halts the measurement immediately. The measurement enters the 'RDY' state. Measurement results are kept. The resources remain allocated to the measurement. - ABORt... halts the measurement immediately. The measurement enters the 'OFF' state. All measurement values are set to NAV. Allocated resources are released. Use FETCh...STATe? to query the current measurement state. \n """ self._core.io.write(f'INITiate:GSM:MEASurement<Instance>:MEValuation')
[docs] def initiate_with_opc(self) -> None: """SCPI: INITiate:GSM:MEASurement<Instance>:MEValuation \n Snippet: driver.multiEval.initiate_with_opc() \n INTRO_CMD_HELP: Starts, stops, or aborts the measurement: \n - INITiate... starts or restarts the measurement. The measurement enters the 'RUN' state. - STOP... halts the measurement immediately. The measurement enters the 'RDY' state. Measurement results are kept. The resources remain allocated to the measurement. - ABORt... halts the measurement immediately. The measurement enters the 'OFF' state. All measurement values are set to NAV. Allocated resources are released. Use FETCh...STATe? to query the current measurement state. \n Same as initiate, but waits for the operation to complete before continuing further. Use the RsCmwGsmMeas.utilities.opc_timeout_set() to set the timeout value. \n """ self._core.io.write_with_opc(f'INITiate:GSM:MEASurement<Instance>:MEValuation')
[docs] def stop(self) -> None: """SCPI: STOP:GSM:MEASurement<Instance>:MEValuation \n Snippet: driver.multiEval.stop() \n INTRO_CMD_HELP: Starts, stops, or aborts the measurement: \n - INITiate... starts or restarts the measurement. The measurement enters the 'RUN' state. - STOP... halts the measurement immediately. The measurement enters the 'RDY' state. Measurement results are kept. The resources remain allocated to the measurement. - ABORt... halts the measurement immediately. The measurement enters the 'OFF' state. All measurement values are set to NAV. Allocated resources are released. Use FETCh...STATe? to query the current measurement state. \n """ self._core.io.write(f'STOP:GSM:MEASurement<Instance>:MEValuation')
[docs] def stop_with_opc(self) -> None: """SCPI: STOP:GSM:MEASurement<Instance>:MEValuation \n Snippet: driver.multiEval.stop_with_opc() \n INTRO_CMD_HELP: Starts, stops, or aborts the measurement: \n - INITiate... starts or restarts the measurement. The measurement enters the 'RUN' state. - STOP... halts the measurement immediately. The measurement enters the 'RDY' state. Measurement results are kept. The resources remain allocated to the measurement. - ABORt... halts the measurement immediately. The measurement enters the 'OFF' state. All measurement values are set to NAV. Allocated resources are released. Use FETCh...STATe? to query the current measurement state. \n Same as stop, but waits for the operation to complete before continuing further. Use the RsCmwGsmMeas.utilities.opc_timeout_set() to set the timeout value. \n """ self._core.io.write_with_opc(f'STOP:GSM:MEASurement<Instance>:MEValuation')
[docs] def abort(self) -> None: """SCPI: ABORt:GSM:MEASurement<Instance>:MEValuation \n Snippet: driver.multiEval.abort() \n INTRO_CMD_HELP: Starts, stops, or aborts the measurement: \n - INITiate... starts or restarts the measurement. The measurement enters the 'RUN' state. - STOP... halts the measurement immediately. The measurement enters the 'RDY' state. Measurement results are kept. The resources remain allocated to the measurement. - ABORt... halts the measurement immediately. The measurement enters the 'OFF' state. All measurement values are set to NAV. Allocated resources are released. Use FETCh...STATe? to query the current measurement state. \n """ self._core.io.write(f'ABORt:GSM:MEASurement<Instance>:MEValuation')
[docs] def abort_with_opc(self) -> None: """SCPI: ABORt:GSM:MEASurement<Instance>:MEValuation \n Snippet: driver.multiEval.abort_with_opc() \n INTRO_CMD_HELP: Starts, stops, or aborts the measurement: \n - INITiate... starts or restarts the measurement. The measurement enters the 'RUN' state. - STOP... halts the measurement immediately. The measurement enters the 'RDY' state. Measurement results are kept. The resources remain allocated to the measurement. - ABORt... halts the measurement immediately. The measurement enters the 'OFF' state. All measurement values are set to NAV. Allocated resources are released. Use FETCh...STATe? to query the current measurement state. \n Same as abort, but waits for the operation to complete before continuing further. Use the RsCmwGsmMeas.utilities.opc_timeout_set() to set the timeout value. \n """ self._core.io.write_with_opc(f'ABORt:GSM:MEASurement<Instance>:MEValuation')
def clone(self) -> 'MultiEval': """Clones the group by creating new object from it and its whole existing sub-groups Also copies all the existing default Repeated Capabilities setting, which you can change independently without affecting the original group""" new_group = MultiEval(self._core, self._base.parent) self._base.synchronize_repcaps(new_group) return new_group