
Keysight M8070A Programming Guide
295
SCPI Command Reference
5
:PLUG:ERAT:FETC:DATA? ‘Error Ratio 1’,‘M1.DataIn1’
Return:
("M1.DataIn1",1420795894.76206,499999811,500000189,0,0,7692307,0,
0,0,0,0,0, ...)
If the location is omitted from the above example e.g. if the query is
:PLUG:ERAT:FETC:DATA? ‘Error Ratio 1’ then the query returns the comma
separated list of all the analyzer location group participating in the
measurement.
Return:
("M1.DataIn1",1420795894.76206,499999811,500000189,0,0,7692307,0,
0,0,0,0,0, ...),
("M1.DataIn2",1420795894.76206,499999811,500000189,0,0,7692307,0,
0,0,0,0,0, ...)
:PLUGin:ERATio:FETCh[:DURation]?
Syntax
:PLUGin:ERATio:FETCh[:DURation]? ‘identifier’[,‘Location’]
Input
Parameters
‘identifier’: Specify the measurement name.
[,‘Location’]: Specify the location identifier (optional).
Return Range
<NR3>
Description
This command returns the bit error ratio duration, nOneBits, nZeroBits,
nOneBitErrs and nZeroBitErrs of the specified measurement name and
location identifier. A measurement run on location ‘M1.DataIn1’, for
example, would return results specific to ‘M1.DataIn1’ only. If the location
identifier is omitted and measurement data exists from multiple locations,
results will be returned for every location.
This SCPI is applicable for M8041A, M8051A, M8061A, M8062A and
M8046A.
Example
:PLUG:ERAT:FETC? ‘MyMeasurement’,‘M1.DataIn1’