TxrFrames<Index>

RepCap Settings

# 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)

SCPI Command :

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

TxrFrames commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: Index, default value after init: Index.Nr1

get(index=Index.Default) int[source]
# SCPI: [SOURce<HW>]:BB:ARBitrary:ETHernet:STATistics:TXRFrames<CH3>
value: int = driver.source.bb.arbitrary.ethernet.statistics.txrFrames.get(index = repcap.Index.Default)

Queries the number of Tx reply frames sent from R&S SMW to the PC.

param index

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘TxrFrames’)

return

reply_bytes: integer

Cloning the Group

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