
340
Keysight M8070A Programming Guide
5
SCPI Command Reference
Example
The following example triggers a single output level measurement step
of the measurement addressed with the measurement name identifier
called ‘MyMeasurement’:
:PLUG:OLEV:STEP ‘MyMeasurement’
:PLUGin:OLEVel:STOP
Syntax
:PLUGin:OLEVel:STOP ‘identifier’
Input
Parameters
‘identifier’: Specify the measurement name to stop.
Description
This command stops an output level measurement addressed by the
measurement name identifier.
This SCPI is applicable for M8041A, M8051A and M8062A.
Example
The following example stops an output level measurement with the
measurement name identifier called ‘MyMeasurement’:
:PLUG:OLEV:STOP ‘MyMeasurement’
:PLUGin:OLEVel:GRAPh?
Syntax
:PLUGin:OTIMing:OLEVel? ‘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:OLEV:GRAP? ‘MyMeasurement’,1000,800,CURR,PNG,1,Graph