![Copper Mountain Technologies PLANAR TR1300/1 Programming Manual Download Page 40](http://html1.mh-extra.com/html/copper-mountain-technologies/planar-tr1300-1/planar-tr1300-1_programming-manual_2666189040.webp)
COM Server Commands
40
SCPI.CALCulate(
Ch
).SELected.DATA.SDATa
Object Type
Property (read only)
Data Type
Variant (Double array)
Target
The active trace of channel
Ch
,
Ch
Description
The corrected data array. The corrected measurements are complex
numbers. Also, see section 12.
The array size is 2N, where N is the number of measurement points.
For the n–th point, where n from 1 to N:
Data(2n–2)
the real part of corrected measurement;
Data(2n–1)
the imaginary part of corrected measurement.
Syntax
Dim Data As Variant
Data = app.SCPI.CALCulate(Ch).SELected.DATA.SDATa
Equivalent
Softkeys
None
SCPI.CALCulate(
Ch
).SELected.DATA.SMEMory
Object Type
Property (read only)
Data Type
Variant (Double array)
Target
The active trace of channel
Ch
,
Ch
Description
The corrected memory array. The corrected measurements are complex
numbers. Also, see section 12.
The array size is 2N, where N is the number of measurement points.
For the n–th point, where n from 1 to N:
Data(2n–2) the real part of corrected measurement memory;
Data(2n–1) the imaginary part of corrected measurement memory.
Syntax
Dim Data As Variant
Data = app.SCPI.CALCulate(Ch).SELected.DATA.SMEMory
Equivalent
Softkeys
None