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