RxbLive<Channel>

SCPI Command :

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

Repeated Capability Setting:

# Range: Nr1 .. Nr64

driver.source.bb.arbitrary.ethernet.statistics.rxbLive.repcap_channel_set(repcap.Channel.Nr1)
get(channel=Channel.Default) int[source]
# [SOURce<HW>]:BB:ARBitrary:ETHernet:STATistics:RXBLive<CH5>
value: int = driver.source.bb.arbitrary.ethernet.statistics.rxbLive.get(channel = repcap.Channel.Default)

Queries the current value of the received buffer level bytes within a streaming session.

Parameters:

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

Returns:

buffer_level_live: integer

Cloning the Group

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