Read-only |
About Cal Sets |
Description |
This command has been replaced with Get StandardByString Retrieves data that was acquired for a specific cal standard. This method returns the actual measurement data - not the calculated error terms. This method returns a variant which is less efficient than getStandardComplex on the ICalData interface. |
|||||||||||||||||||
VB Syntax |
data = cal.getStandardclass,rcv,src |
|||||||||||||||||||
Variable |
(Type) - Description |
|||||||||||||||||||
data |
Variant array to store the data. |
|||||||||||||||||||
cal |
A Calibrator (object) |
|||||||||||||||||||
class |
(enum NACalClass) Standard to be measured. Choose from:
|
|||||||||||||||||||
rcv |
(long integer) - Receiver Port |
|||||||||||||||||||
src |
(long integer) - Source Port |
|||||||||||||||||||
Return Type |
(variant) - two-dimensional array (0:1, 0:NumberOfPoints-1) |
|||||||||||||||||||
Default |
Not Applicable |
|||||||||||||||||||
Examples |
Dim varStd As Variant |
|||||||||||||||||||
C++ Syntax |
HRESULT raw_getStandard(tagNACalClass stdclass, long ReceivePort, long SourcePort, VARIANT* pData) |
|||||||||||||||||||
Interface |
ICalibrator |