Source code for RsSmw.Implementations.Source.Bb.Gsm.Hqpsk
from .....Internal.Core import Core
from .....Internal.CommandsGroup import CommandsGroup
from .....Internal import Conversions
from ..... import enums
# noinspection PyPep8Naming,PyAttributeOutsideInit,SpellCheckingInspection
class HqpskCls:
"""
| Commands in total: 1
| Subgroups: 0
| Direct child commands: 1
"""
def __init__(self, core: Core, parent):
self._core = core
self._cmd_group = CommandsGroup("hqpsk", core, parent)
# noinspection PyTypeChecker
[docs]
def get_format_py(self) -> enums.GsmModTypeQpsk:
"""
``[SOURce<HW>]:BB:GSM:HQPSk:FORMat`` \n
Snippet: ``value: enums.GsmModTypeQpsk = driver.source.bb.gsm.hqpsk.get_format_py()`` \n
The command queries the modulation type.
:return: format_py: QEDGe
"""
response = self._core.io.query_str('SOURce<HwInstance>:BB:GSM:HQPSk:FORMat?')
return Conversions.str_to_scalar_enum(response, enums.GsmModTypeQpsk)