Source code for RsSmw.Implementations.Source.Bb.Esequencer.Rtci.Sequencer.Stream.Buffilled

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


# noinspection PyPep8Naming,PyAttributeOutsideInit,SpellCheckingInspection
class BuffilledCls:
	"""
	| Commands in total: 1
	| Subgroups: 0
	| Direct child commands: 1
	"""

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

[docs] def get(self, sequencer=repcap.Sequencer.Default) -> float: """ ``[SOURce<HW>]:BB:ESEQuencer:RTCI:[SEQuencer<ST>]:STReam:BUFFilled`` \n Snippet: ``value: float = driver.source.bb.esequencer.rtci.sequencer.stream.buffilled.get(sequencer = repcap.Sequencer.Default)`` \n Query data from streaming interface registers for system time, write count, read count, executed PDWs, dropped PDWs, buffer filled and buffer remain information. :param sequencer: optional repeated capability selector. Default value: Nr1 (settable in the interface 'Sequencer') :return: value: float """ sequencer_cmd_val = self._cmd_group.get_repcap_cmd_value(sequencer, repcap.Sequencer) response = self._core.io.query_str(f'SOURce<HwInstance>:BB:ESEQuencer:RTCI:SEQuencer{sequencer_cmd_val}:STReam:BUFFilled?') return Conversions.str_to_float(response)