316 Keysight M8070A Programming Guide
5 SCPI Command Reference
Example Assume the following is a list of created output timing measurement
names:
:PLUG:OTIM:NEW ‘OTIM_1’
:PLUG:OTIM:NEW ‘OTIM_2’
:PLUG:OTIM:NEW ‘OTIM_3’
The command and returned list would look like the following:
:PLUG:OTIM:CAT?
“OTIM_1”,“OTIM_2”,“OTIM_3”
:PLUGin:OTIMing:NEW
Syntax :PLUGin:OTIMing:NEW ‘identifier’
Input
Parameters
‘identifier’: Specify a new measurement name.
Description This command creates a new output timing measurement name identifier.
This SCPI is applicable for M8041A, M8051A, M8062A and M8046A.
Example The following example creates an output timing measurement with the
measurement name identifier called ‘MyOutputTiming’:
:PLUG:OTIM:NEW ‘MyOutputTiming’
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:OTIM:NEW ‘MyOutputTiming’,0