Errors<Index>

SCPI Command :

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

Repeated Capability Setting:

# Range: Nr1 .. Nr64

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

Queries the number of errors that occured during an ARB Ethernet session.

Parameters:

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

Returns:

occurred_errors: integer

Cloning the Group

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