
Keysight M8070A Programming Guide
453
SCPI Command Reference
5
:PLUGin:CCAPture:RUN:STATus?
Syntax
:PLUGin:CCAPture:RUN:STATus? ‘identifier’
Input
Parameters
‘identifier’: Specify the measurement name.
Return Range
0|1
Description
This command returns the running status of the compare & capture
measurement. A 0 indicates the measurement is not running and a 1
indicates the measurement is running.
This SCPI is applicable for M8041A and M8051A.
Example
The following example returns the running status of a compare & capture
measurement with the measurement name identifier called
‘MyMeasurement’:
:PLUG:CCAP:RUN? ‘MyMeasurement’
:PLUGin:CCAPture:RUN:LOG?
Syntax
:PLUGin:CCAPture:RUN:LOG? ‘identifier’
Input
Parameters
‘identifier’: Specify the measurement name.
Description
This command return the logs for the addressed measurement.
Example
The following example return the logs for the measurement name identifier
called ‘MyMeasurement’:
:PLUGin:CCAPture:RUN:LOG? ‘MyMeasurement’
The format of log returned is in the following way:
#XY Message Log
where X denotes the length of digits for Y, Y denotes the number of
characters in the log then followed by the log message.
For example:
#10 means, there is 1 digit after 1 and there is 0 character in the log.
#2492 means, there are 3 digits after 2 and there are 492 characters in the
log message.