Read-only
About Embedded LO

YAxisAnnotation Property


Description

Returns the Y-Axis annotation of the specified tuning sweep.

 VB Syntax

value = embedLODiag.YAxisAnnotation (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.YAxisAnnotation 3 'read

C++ Syntax

HRESULT YAxisAnnotation (long sweep, BSTR* annotation);

Interface

IEmbededLODiagnostic