RxbLive<Channel>

RepCap Settings

# Range: Nr1 .. Nr64
rc = driver.source.bb.arbitrary.ethernet.statistics.rxbLive.repcap_channel_get()
driver.source.bb.arbitrary.ethernet.statistics.rxbLive.repcap_channel_set(repcap.Channel.Nr1)

SCPI Command :

[SOURce<HW>]:BB:ARBitrary:ETHernet:STATistics:RXBLive<CH5>
class RxbLiveCls[source]

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

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

No command help available

param channel:

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

return:

buffer_level_live: No help available

Cloning the Group

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