Read-only |
About Source Power Cal |
Description |
Retrieves (as scalar values) requested source power calibration data, if it exists, from this channel. Note: This method is replaced by GetSourcePowerCalDataScalarEx Method |
VB Syntax |
chandata.getSourcePowerCalDataScalar sourcePort, numValues, data |
Variable |
(Type) - Description |
chandata |
(interface) – – An ISourcePowerCalData interface pointing to a Channel (object) |
sourcePort |
(long integer) – The source port for which calibration data is being requested. |
numValues |
(long integer) – Number of data values. [out] – specifies number of data values returned. [in] – specifies number of values being requested (this must not be larger than the capacity of the data array). |
data |
(single) – Array to store the data. |
Return Type |
Single |
Default |
Not Applicable |
Examples |
Dim numValues As Long |
C++ Syntax |
HRESULT getSourcePowerCalDataScalar(long sourcePort, long *pNumValues, float *pVals); |
Interface |
ISourcePowerCalData |