Source code for RsCMX_Signaling.Implementations.Catalog.Signaling.Fgs.UeCapability.Eutra

from typing import List

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


# noinspection PyPep8Naming,PyAttributeOutsideInit,SpellCheckingInspection
[docs] class EutraCls: """Eutra commands group definition. 1 total commands, 0 Subgroups, 1 group commands""" def __init__(self, core: Core, parent): self._core = core self._cmd_group = CommandsGroup("eutra", core, parent)
[docs] def get_bands(self) -> List[int]: """SCPI: CATalog:SIGNaling:FGS:UECapability:EUTRa:BANDs \n Snippet: value: List[int] = driver.catalog.signaling.fgs.ueCapability.eutra.get_bands() \n Queries the list of requested frequency bands configured for the container type 'UE-EUTRA-Capability', for 5GS tracking areas. \n :return: fbi: Comma-separated list of LTE frequency band indicators NAV indicates that there are no requested bands. """ response = self._core.io.query_bin_or_ascii_int_list('CATalog:SIGNaling:FGS:UECapability:EUTRa:BANDs?') return response