Read-only |
About Embedded LO |
Description |
Returns the LO frequency delta from the specified tuning sweep. |
VB Syntax |
value = embedLODiag.LODeltaFound (n) |
Variable |
(Type) - Description |
value |
(Double) Variable to store the returned data. |
embedLODiag |
An EmbeddedLODiagnostic (object) |
n |
(Long) Tuning sweep number. Use NumberOfSweeps to find the number of sweeps taken. |
Default |
Not Applicable |
Examples |
data= embedLO.LODeltaFound 3 'read |
C++ Syntax |
HRESULT LODeltaFound(long sweep, double* deltaLO); |
Interface |
IEmbededLODiagnostic |