Read-only |
About Embedded LO |
Description |
Returns the X-axis marker position from the specified tuning sweep. |
VB Syntax |
value = embedLODiag.MarkerPosition (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.MarkerPosition 3 'read |
C++ Syntax |
HRESULT MarkerPosition(long sweep, double *position); |
Interface |
IEmbededLODiagnostic |