Read-only |
About Cal Sets |
Description |
Returns standard acquisition data from the Cal Set. Learn more about Reading and Writing Cal Data |
VB Syntax |
ICalData3.GetStandardComplexByString stdName, lnumPoints, real(0), imag(0) |
Variable |
(Type) - Description |
ICalData3 |
|
stdName |
(String) The string used to identify a particular standard in the Cal Set. An example string requesting the data for the Load standard in a full 2 port cal might be "S11C(3,3)". |
lnumPoints |
(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) The real component of the complex data. |
imag |
(Single) The imaginary component of the complex data. |
Return Value |
Single |
Default |
Not Applicable |
Examples |
|
C++ Syntax |
HRESULT GetStandardComplexByString( BSTR bufferName, long* lnumPoints, float* real, float* imag); |
Interface |
ICalData3 |