Read-only |
About Cal sets |
Description |
Returns the CW frequency that is stored in the Cal Set. |
VB Syntax |
value = CalSet.CWFrequency (range) |
Variable |
(Type) - Description |
value |
(double) - returned CW frequency in Hertz. |
CalSet |
CalSet (object) |
range |
(Long) Choose: 0 |
Return Type |
Double |
Default |
Not Applicable |
Examples |
cw = calset.CWFrequency(0)'Reads the CW frequency stored in the cal set. |
C++ Syntax |
HRESULT get_CWFrequency(long range, double *pVal) |
Interface |
|CalSet3 |