
396
Keysight M8070A Programming Guide
5
SCPI Command Reference
:PLUGin:EDIagram:BREak
Syntax
:PLUGin:EDIagram:BREak ‘identifier’
Input
Parameters
‘identifier’: Specify the measurement name to break/pause.
Description
This command breaks/pauses a measurement addressed by the
measurement name identifier.
This SCPI is applicable for M8041A, M8051A and M8062A.
Example
The following example breaks an eye diagram measurement with the
measurement name identifier called ‘MyMeasurement’:
:PLUG:EDI:BRE ‘MyMeasurement’
:PLUGin:EDIagram:CATalog?
Syntax
:PLUGin:EDIagram:CATalog?
Description
This command returns a list of all created eye diagram measurement
names currently available for measuring.
This SCPI is applicable for M8041A, M8051A and M8062A.
Example
Assume three eye diagram measurements named as:EDIagram_1,
:EDIagram_2 and :EDIagram_3 are created using NEW command:
:PLUG:EDI:NEW ‘EDIagram_1’
:PLUG:EDI:NEW ‘EDIagram_2’
:PLUG:EDI:NEW ‘EDIagram_3’
The command and returned list would look like the following:
:PLUG:EDI:CAT?
“EDIagram_1”,”EDIagram_2”,”EDIagram_3”
:PLUGin:EDIagram:CONTinue
Syntax
:PLUGin:EDIagram:CONTinue ‘identifier’
Input
Parameters
‘identifier’: Specify the measurement name to continue.
Description
This command allows you to continue an eye diagram measurement,
addressed by the measurement name identifier, which was stopped using
the BREak command.
This SCPI is applicable for M8041A, M8051A and M8062A.
Example
The following example continues a halted eye diagram measurement
addressed with the measurement name identifier called ‘MyMeasurement’:
:PLUG:EDI:CONT ‘MyMeasurement’