Source code for RsCMPX_NrFr1Meas.Implementations.Configure.NrSubMeas.Caggregation.Cbandwidth

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


# noinspection PyPep8Naming,PyAttributeOutsideInit,SpellCheckingInspection
[docs] class CbandwidthCls: """Cbandwidth commands group definition. 1 total commands, 0 Subgroups, 1 group commands""" def __init__(self, core: Core, parent): self._core = core self._cmd_group = CommandsGroup("cbandwidth", core, parent)
[docs] def get_aggregated(self) -> float: """SCPI: CONFigure:NRSub:MEASurement<Instance>:CAGGregation:CBANdwidth:AGGRegated \n Snippet: value: float = driver.configure.nrSubMeas.caggregation.cbandwidth.get_aggregated() \n Queries the width of the aggregated channel bandwidth. \n :return: ch_bandwidth: No help available """ response = self._core.io.query_str('CONFigure:NRSub:MEASurement<Instance>:CAGGregation:CBANdwidth:AGGRegated?') return Conversions.str_to_float(response)