RxdBytes<Index>

SCPI Command :

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

Repeated Capability Setting:

# Range: Nr1 .. Nr64

driver.source.bb.arbitrary.ethernet.statistics.rxdBytes.repcap_index_set(repcap.Index.Nr1)
get(index=Index.Default) int[source]
# [SOURce<HW>]:BB:ARBitrary:ETHernet:STATistics:RXDBytes<CH2>
value: int = driver.source.bb.arbitrary.ethernet.statistics.rxdBytes.get(index = repcap.Index.Default)

Queries the number of Rx data bytes, that the R&S SMW200A receives from the PC.

Parameters:

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

Returns:

data_bytes: integer

Cloning the Group

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