TxrFrames<Index>

SCPI Command :

[SOURce<HW>]:BB:ARBitrary:ETHernet:STATistics:TXRFrames<CH3>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr64

driver.source.bb.arbitrary.ethernet.statistics.txrFrames.repcap_index_set(repcap.Index.Nr1)
get(index=Index.Default) int[source]
# [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 SMW200A to the PC.

Parameters:

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

Returns:

reply_bytes: integer

Cloning the Group

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