Read-only |
About Embedded LO |
Description |
Returns the X-Axis annotation of the specified tuning sweep. |
VB Syntax |
value = embedLODiag.XAxisAnnotation (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.XAxisAnnotation 3 'read |
C++ Syntax |
HRESULT XAxisAnnotation (long sweep, BSTR* annotation); |
Interface |
IEmbededLODiagnostic |