Read-only |
About Cal Sets |
Description |
This command is replaced with Get StandardComplexByString Returns standard acquisition data from the Cal Set. The returned data is complex pairs. Learn more about Reading and Writing Cal Data See examples of Reading and Writing Cal Set Data Note: This method exists on a non-default interface. If you cannot access this method, use the GetStandard Method on ICal Set |
|||||||||||||||||||
VB Syntax |
ICalData2.getStandardComplex class, rcv, src, numPts, real(), imag() |
|||||||||||||||||||
Variable |
(Type) - Description |
|||||||||||||||||||
ICalData2 |
An ICalData2 pointer to the Cal Set object |
|||||||||||||||||||
class |
(enum NACalClass) Standard data to be read. Choose from:
|
|||||||||||||||||||
rcv |
(long) - Receiver Port |
|||||||||||||||||||
src |
(long) - Source Port |
|||||||||||||||||||
numPts |
(Long) An In/Out parameter. On the way in, you specify the max number of values being requested. On the way out, the VNA returns number of values actually returned. |
|||||||||||||||||||
real() |
(single) - array to accept the real part of the calibration data. One-dimensional for the number of data points. |
|||||||||||||||||||
imag() |
(single) - array to accept the imaginary part of the calibration data. One-dimensional for the number of data points. |
|||||||||||||||||||
Return Type |
(single) |
|||||||||||||||||||
Default |
Not Applicable |
|||||||||||||||||||
Examples |
Dim numpts as long |
|||||||||||||||||||
C++ Syntax |
HRESULT getStandardComplex(tagNACalClass stdclass, long ReceivePort, long SourcePort, long* pNumValues, float* pReal, float* pImag) |
|||||||||||||||||||
Interface |
ICalData2 |