Read-only |
About Source Power Cal |
Description |
Retrieves (as variant data type) requested source power calibration data, if it exists, from this channel. Note: This method is replaced by GetSourcePowerCalDataEx Method. Note: This method returns a variant which is less efficient than methods available on the ISourcePowerCalData interface |
VB Syntax |
data = chan.getSourcePowerCalData sourcePort |
Variable |
(Type) - Description |
data |
(variant) – Array to store the data. |
chan |
(object) – A Channel object |
sourcePort |
(long integer) – The source port for which calibration data is being requested. |
Return Type |
Variant array – automatically dimensioned to the size of the data. |
Default |
Not Applicable |
Examples |
Dim varData As Variant |
C++ Syntax |
HRESULT getSourcePowerCalData(long sourcePort, VARIANT *pData); |
Interface |
IChannel |