RxuSegments<UserIx>
RepCap Settings
# Range: Nr1 .. Nr48
rc = driver.source.bb.arbitrary.ethernet.statistics.rxuSegments.repcap_userIx_get()
driver.source.bb.arbitrary.ethernet.statistics.rxuSegments.repcap_userIx_set(repcap.UserIx.Nr1)
SCPI Command :
[SOURce<HW>]:BB:ARBitrary:ETHernet:STATistics:RXUSegments<CH>
- class RxuSegmentsCls[source]
RxuSegments commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: UserIx, default value after init: UserIx.Nr1
- get(userIx=UserIx.Default) int [source]
# SCPI: [SOURce<HW>]:BB:ARBitrary:ETHernet:STATistics:RXUSegments<CH> value: int = driver.source.bb.arbitrary.ethernet.statistics.rxuSegments.get(userIx = repcap.UserIx.Default)
Queries the number of Rx upload segments, that the R&S SMW receives from the PC.
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘RxuSegments’)
- return
upload_segments: integer
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.arbitrary.ethernet.statistics.rxuSegments.clone()