
452
Keysight M8070A Programming Guide
5
SCPI Command Reference
:PLUGin:CCAPture:RUN:MESSage?
Syntax
:PLUGin:CCAPture:RUN:MESSage? ‘identifier’
Input
Parameters
‘identifier’: Specify the measurement name.
Description
This command returns a string describing the state of the compare &
capture measurement. Possible states include NotStarted, Running,
Stopped and Triggered.
This SCPI is applicable for M8041A and M8051A.
Example
The following example returns the state of a compare and capture
measurement with the measurement name identifier called
‘MyMeasurement’:
:PLUG:CCAP:RUN:MESS? ‘MyMeasurement’
Running
:PLUGin:CCAPture:RUN:PROGress?
Syntax
:PLUGin:CCAPture:RUN:PROGress? ‘identifier’
Input
Parameters
‘identifier’: Specify the measurement name.
Return Range
0.0 to 1.0
Description
This command returns a number in the range of 0.0 to 1.0 to indicate the
progress of a compare and capture measurement addressed by the
measurement name identifier. A 0.0 indicates that the measurement has
not started and 1.0 indicates the measurement is finished.
This SCPI is applicable for M8041A and M8051A.
Example
The following example returns the progress of a compare and capture
measurement with the measurement name identifier called
‘MyMeasurement’:
:PLUG:CCAP:RUN:PROG? ‘MyMeasurement’
0.51