FETCh:DATA? [<first_pt>, [<last_pt>]]
This SCPI is supported on DMM Digitize data acquisition mode only.
Returns the specified range of readings available in the memory for single channel DMM digitizing.
Parameter Typical return
<first_pt> = An integer indicating the first data point of the range of readings to return
Default: 1
<last_pt> = An integer indicating the last data point of the range of readings to return
Default: Specified Sample Count value
(none)
Returning a range of readings from data number 2 to 5
FETCh:DATA? 2,5
Typical response: +1.74889548E-02, -2.04363291E-02, +1.74882342E-02, -1.70983737E-02
FETCh:{DCYCle|DUTYcycle}? [<first_pt>, [<last_pt>]]
Performs post-processing calculation on the specified range of readings and returns duty cycle for single channel
DMM digitizing.
For valid post processed measurement, please ensure data captured is at least 1 cycle.
This SCPI is supported on DMM Digitize data acquisition mode only.
Parameter Typical return
<first_pt> = An integer indicating the first data point of the range of readings to perform
post processing calculation to obtain the duty cycle.
Default: 1
<last_pt> = An integer indicating the last data point of the range of readings to perform
post processing calculation to obtain the duty cycle.
Default: 256
(none)
Returning the duty cycle of the range of readings from data number 1 to 500
FETCh:DUTY? 2,500
Typical response: +9.93736312E-02
Keysight DAQ970A/DAQ973A Programming Guide 119
2 SCPI Programming