Read-only |
About Embedded LO |
Description |
Returns the Y-axis marker value from the specified tuning sweep. Use IsMarkerOn to confirm if a marker was used for the tuning sweep. |
VB Syntax |
value = embedLODiag.MarkerAnnotation (n) |
Variable |
(Type) - Description |
value |
(String) 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.MarkerAnnotation 3 'read |
C++ Syntax |
HRESULT MarkerAnnotation(long sweep, BSTR* annotation); |
Interface |
IEmbededLODiagnostic |