320 Keysight M8070A Programming Guide
5 SCPI Command Reference
:PLUGin:OTIMing:CONTinue
Syntax :PLUGin:OTIMing:CONTinue ‘identifier’
Input
Parameters
‘identifier’: Specify the measurement name to continue.
Description This command allows you to continue an output timing measurement,
addressed by the measurement name identifier, that was stopped using
the BREak command.
This SCPI is applicable for M8041A, M8051A, M8062A and M8046A.
Example The following example continues a halted output timing measurement
addressed with the measurement name identifier called ‘MyOutputTiming’:
:PLUG:OTIM:CONT ‘MyOutputTiming’
:PLUGin:OTIMing:GRAPh?
Syntax :PLUGin:OTIMing:GRAPh? ‘identifier’
[,DesiredWidth][,DesiredHeight][,<CURR | WHIT>][,<PNG>][,1 |
0][,’TabName’]
Input
Parameters
‘identifier’: Specify measurement name.
Other optional parameters are:
[,DesiredWidth]: Specify the desired width of the image.
[,DesiredHeight]: Specify the desired height of the image.
[,<CURR | WHIT>]: Specify whether the user wants to capture in current
theme or wants to capture in white background.
[,<PNG>]: Specify the format of the image. The default format is PNG.
[,1 | 0]: Specify whether to capture the graph with legends or not.
[,’TabName’]: Specify the tab name on which the graph is supposed to be
captured.
Description This query returns data of the image captured from the graph view of the
plugin in the specified format.
Example :PLUG:OTIM:GRAP? ‘MyMeasurement’,1000,800,CURR,PNG,1,Graph