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
class CbandwidthCls:
	"""
	| Commands in total: 1
	| Subgroups: 0
	| Direct child commands: 1
	"""

	def __init__(self, core: Core, parent):
		self._core = core
		self._cmd_group = CommandsGroup("cbandwidth", core, parent)

[docs] def get_aggregated(self) -> float: """ ``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. :return: ch_bandwidth: float """ response = self._core.io.query_str('CONFigure:NRSub:MEASurement<Instance>:CAGGregation:CBANdwidth:AGGRegated?') return Conversions.str_to_float(response)