Source code for RsCmwBluetoothSig.Implementations.RxQuality_.IqCoherency

from ...Internal.Core import Core
from ...Internal.CommandsGroup import CommandsGroup
from ...Internal import Conversions
from ... import enums


# noinspection PyPep8Naming,PyAttributeOutsideInit,SpellCheckingInspection
[docs]class IqCoherency: """IqCoherency commands group definition. 29 total commands, 2 Sub-groups, 4 group commands""" def __init__(self, core: Core, parent): self._core = core self._base = CommandsGroup("iqCoherency", core, parent) @property def state(self): """state commands group. 0 Sub-classes, 1 commands.""" if not hasattr(self, '_state'): from .IqCoherency_.State import State self._state = State(self._core, self._base) return self._state @property def lowEnergy(self): """lowEnergy commands group. 2 Sub-classes, 0 commands.""" if not hasattr(self, '_lowEnergy'): from .IqCoherency_.LowEnergy import LowEnergy self._lowEnergy = LowEnergy(self._core, self._base) return self._lowEnergy
[docs] def initiate(self) -> None: """SCPI: INITiate:BLUetooth:SIGNaling<Instance>:RXQuality:IQCoherency \n Snippet: driver.rxQuality.iqCoherency.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:BLUetooth:SIGNaling<Instance>:RXQuality:IQCoherency')
[docs] def initiate_with_opc(self) -> None: """SCPI: INITiate:BLUetooth:SIGNaling<Instance>:RXQuality:IQCoherency \n Snippet: driver.rxQuality.iqCoherency.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 RsCmwBluetoothSig.utilities.opc_timeout_set() to set the timeout value. \n """ self._core.io.write_with_opc(f'INITiate:BLUetooth:SIGNaling<Instance>:RXQuality:IQCoherency')
[docs] def stop(self) -> None: """SCPI: STOP:BLUetooth:SIGNaling<Instance>:RXQuality:IQCoherency \n Snippet: driver.rxQuality.iqCoherency.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:BLUetooth:SIGNaling<Instance>:RXQuality:IQCoherency')
[docs] def stop_with_opc(self) -> None: """SCPI: STOP:BLUetooth:SIGNaling<Instance>:RXQuality:IQCoherency \n Snippet: driver.rxQuality.iqCoherency.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 RsCmwBluetoothSig.utilities.opc_timeout_set() to set the timeout value. \n """ self._core.io.write_with_opc(f'STOP:BLUetooth:SIGNaling<Instance>:RXQuality:IQCoherency')
[docs] def abort(self) -> None: """SCPI: ABORt:BLUetooth:SIGNaling<Instance>:RXQuality:IQCoherency \n Snippet: driver.rxQuality.iqCoherency.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:BLUetooth:SIGNaling<Instance>:RXQuality:IQCoherency')
[docs] def abort_with_opc(self) -> None: """SCPI: ABORt:BLUetooth:SIGNaling<Instance>:RXQuality:IQCoherency \n Snippet: driver.rxQuality.iqCoherency.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 RsCmwBluetoothSig.utilities.opc_timeout_set() to set the timeout value. \n """ self._core.io.write_with_opc(f'ABORt:BLUetooth:SIGNaling<Instance>:RXQuality:IQCoherency')
# noinspection PyTypeChecker
[docs] def fetch(self) -> enums.ResourceState: """SCPI: FETCh:BLUetooth:SIGNaling<Instance>:RXQuality:IQCoherency \n Snippet: value: enums.ResourceState = driver.rxQuality.iqCoherency.fetch() \n No command help available \n :return: meas_status: No help available""" response = self._core.io.query_str(f'FETCh:BLUetooth:SIGNaling<Instance>:RXQuality:IQCoherency?') return Conversions.str_to_scalar_enum(response, enums.ResourceState)
def clone(self) -> 'IqCoherency': """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 = IqCoherency(self._core, self._base.parent) self._base.synchronize_repcaps(new_group) return new_group