Statistics
SCPI Command :
[SOURce<HW>]:BB:ARBitrary:ETHernet:STATistics:ALL
- Commands in total: 9Subgroups: 8Direct child commands: 1
- class AllStruct[source]
Structure for reading output parameters. Fields:
Rx_Upload_Segment: int: integer Number of Rx upload segments, see method
RsSmw.source.bb.arbitrary.ethernet.statistics.rxuSegments.get().Rx_Control_Frames: int: integer Number of Rx control frames, see method
RsSmw.source.bb.arbitrary.ethernet.statistics.rxcFrames.get().Rx_Data_Frames: int: integer Number of Rx data frames, see method
RsSmw.source.bb.arbitrary.ethernet.statistics.rxcFrames.get().Rx_Data_Bytes: int: integer Number of Rx data bytes, see method
RsSmw.source.bb.arbitrary.ethernet.statistics.rxdBytes.get().Tx_Reply_Frames: int: integer Number of Tx reply frames, see method
RsSmw.source.bb.arbitrary.ethernet.statistics.txrFrames.get().
- get_all() AllStruct[source]
# [SOURce<HW>]:BB:ARBitrary:ETHernet:STATistics:ALL value: AllStruct = driver.source.bb.arbitrary.ethernet.statistics.get_all()
Queries all statistic results in a comma-separated list that contains the following parameters: <RxUploadSegments>, <RxConrolFrames>,<RxDataFrames>,<RxDataBytes>,<TxReplyFrames>,<OccuredErrors>
- Returns:
structure: for return value, see the help for AllStruct structure arguments.
Cloning the Group
# Create a copy of the original group, that exists independently
statistics_copy = driver.source.bb.arbitrary.ethernet.statistics.clone()
Subgroups