TxrFrames<Index>
----------------------------------------

.. rubric:: RepCap Settings

.. code-block:: python

	# Range: Nr1 .. Nr64
	rc = driver.source.bb.arbitrary.ethernet.statistics.txrFrames.repcap_index_get()
	driver.source.bb.arbitrary.ethernet.statistics.txrFrames.repcap_index_set(repcap.Index.Nr1)



.. rubric:: SCPI Command :

.. index::
	single: [SOURce<HW>]:BB:ARBitrary:ETHernet:STATistics:TXRFrames<CH3>

.. code-block:: python

	[SOURce<HW>]:BB:ARBitrary:ETHernet:STATistics:TXRFrames<CH3>



.. autoclass:: RsSmw.Implementations.Source.Bb.Arbitrary.Ethernet.Statistics.TxrFrames.TxrFramesCls
	:members:
	:undoc-members:
	:noindex:


.. rubric:: Cloning the Group

.. code-block:: python

	# Create a clone of the original group, that exists independently
	group2 = driver.source.bb.arbitrary.ethernet.statistics.txrFrames.clone()