SCPI Command
CALCulate<Ch>[:SELected]:FUNCtion:DATA?
Or
CALCulate<Ch>:TRACe<Tr>:FUNCtion:DATA?
Reads out the data array, which is the CALC:FUNC:EXEC command analysis result. The array size is 2N, where N is the number of points. For the n–th point, where n from 1 to N: <numeric 2n–1> the response value in n-th measurement point; <numeric 2n> the stimulus value in n-th measurement point. Always set to 0 for the analysis of mean value, standard deviation, and peak-to-peak value. |
---|
query only |
CALCulate<Ch>[:SELected] — active trace of channel <Ch>,
Or
CALCulate<Ch>:TRACe<Tr> — trace <Tr> of channel <Ch>,
<Ch> = {[1]|2|...16}
<Tr> = {[1]|2|...16}
<numeric 1>, <numeric 2>, …<numeric 2N>
Related Commands
None
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.FUNCtion.DATA
Data = app.SCPI.CALCulate(Ch).SELected.FUNCtion.DATA
Variant (array of Double) (read only)
Back to CALCulate
Back to Command Finder