
Remote control commands
R&S
®
SMM-K507
30
User Manual 1179.5718.02 ─ 02
Query results are returned in a comma-separated list. Listed are pairs
"<TagName>"<"<TagValue>">
for each tag.
Query parameters:
<TagName>
string
Name of the waveform tag.
Return values:
<TagValue>
string
Value of the waveform tag.
Example:
See
Example"Activating ARB Ethernet upload"
Usage:
Query only
Manual operation:
See
6.2
Statistics commands
The commands of the
BB:ARB:ETHernet:STATistics
provide statistical results for
waveform upload. Results are available for receive (Rx) direction (PC
⇒
R&S
SMM100A) and transmit (Tx) direction (R&S
SMM100A
⇒
PC).
Example: Monitoring ARB Ethernet upload characteristics
// ********************************************************************************
// Query ARB Ethernet upload characteristics in Rx direction.
// ********************************************************************************
SOURce1:BB:ARBitrary:ETHernet:STATistics:RXUSegments?
// Response: "15790"
// The R&S
SMM100A receives 15790 Rx upload segments.
SOURce1:BB:ARBitrary:ETHernet:STATistics:RXCFrames?
// Response: "47470"
// The R&S
SMM100A receives 47470 Rx control frames.
SOURce1:BB:ARBitrary:ETHernet:STATistics:RXDFrames?
// Response: "31610"
// The R&S
SMM100A receives 31610 Rx data frames.
SOURce1:BB:ARBitrary:ETHernet:STATistics:RXDBytes?
// Response: "63220"
// The R&S
SMM100A receives 63220 Rx data bytes.
// ********************************************************************************
// Query ARB Ethernet upload characteristics in Tx direction.
// ********************************************************************************
SOURce1:BB:ARBitrary:ETHernet:STATistics:TXCFrames?
// Response: "89120"
// The R&S
SMM100A sends 89120 Tx reply/acknowledegment frames.
// ********************************************************************************
// Query occured errors.
// ********************************************************************************
Statistics commands