
Keysight M8070A Programming Guide
337
SCPI Command Reference
5
:PLUGin:OLEVel:BREak
Syntax
:PLUGin:OLEVel: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 output level measurement with the
measurement name identifier called ‘MyMeasurement’:
:PLUG:OLEV:BRE ‘MyMeasurement’
:PLUGin:OLEVel:CATalog?
Syntax
:PLUGin:OLEVel:CATalog?
Description
This command returns a list of all created output level measurement
names currently available for measuring.
This SCPI is applicable for M8041A, M8051A and M8062A.
Example
Assume three output level measurements named as OLEVel_1, OLEVel_2
and OLEVel_3 are created using NEW command:
:PLUG:OLEVel:NEW ‘OLEVel_1’
:PLUG:OLEVel:NEW ‘OLEVel_2’
:PLUG:OLEVel:NEW ‘OLEVel_3’
The command and returned list would look like the following:
:PLUG:OLEVel:CAT?
“OLEVel_1,OLEVel_2,OLEVel_3”
:PLUGin:OLEVel:CONTinue
Syntax
:PLUGin:OLEVel:CONTinue ‘identifier’
Input
Parameters
‘identifier’: Specify the measurement name to continue.
Description
This command allows you to continue an output level 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 output level measurement
addressed with the measurement name identifier called ‘MyMeasurement’:
:PLUG:OLEV:CONT ‘MyMeasurement’