Keysight M8070A Programming Guide 297
SCPI Command Reference 5
:PLUGin:ERATio:CATalog?
Syntax :PLUGin:ERATio:CATalog?
Description This command returns a list of all created error ratio measurement names
currently available for measuring.
This SCPI is applicable for M8041A, M8051A, M8061A, M8062A and
M8046A.
Example Assume the following is a list of created error ratio measurement names:
:PLUG:ERAT:NEW ‘ERAT_1’
:PLUG:ERAT:NEW ‘ERAT_2’
:PLUG:ERAT:NEW ‘ERAT_3’
The command and returned list would look like the following:
:PLUG:ERAT:CAT?
“ERAT_1,ERAT_2,ERAT_3”
:PLUGin:ERATio:NEW
Syntax :PLUGin:ERATio:NEW ‘identifier’
Input
Parameters
‘identifier’: Specify the measurement name.
Description This command creates a new error ratio measurement name identifier.
This SCPI is applicable for M8041A, M8051A, M8061A, M8062A and
M8046A.
Example The following example creates an error ratio measurement name identifier
called ‘MyMeasurement’:
:PLUG:ERAT:NEW ‘MyMeasurement’
Creating multiple plugins using this command may slow down the
GUI operations which may also result delay in remote programming.
To prevent the plugin from opening automatically in the GUI, it is
recommended to use “0” as a parameter input in this command.
Example- :PLUG:ERAT:NEW ‘MyMeasurement’,0