![Copper Mountain Technologies PLANAR TR1300/1 Скачать руководство пользователя страница 49](http://html1.mh-extra.com/html/copper-mountain-technologies/planar-tr1300-1/planar-tr1300-1_programming-manual_2666189049.webp)
COM Server Commands
49
SCPI.CALCulate(
Ch
).SELected.FUNCtion.DATA
Object Type
Property (read only)
Data Type
Variant (Double array)
Target
The active trace of channel
Ch
,
Ch
Description
The data array of analysis executed by the
SCPI.CALCulate(Ch).SELected.FUNCtion.EXECute
method.
The array size is 2N, where N is the number of points defined by the
SCPI.CALCulate(Ch).SELected.FUNCtion.POINts
property.
For the n–th point, where n from 1 to N:
Data(2n–2)
the response value in the n–th measurement point;
Data(2n–1)
the stimulus value in the n–th measurement point.
Always set to 0 for the analysis of mean value, standard
deviation, and peak–to–peak value.
Syntax
Dim Data As Variant
Data =
app.SCPI.CALCulate(Ch).SELected.FUNCtion.DATA
Equivalent
Softkeys
None