Read-only
About Embedded LO

XAxisStop Property


Description

Returns the X-Axis stop value of the specified tuning sweep.

 VB Syntax

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

C++ Syntax

HRESULT XAxisStop (long sweep, double* start);

Interface

IEmbededLODiagnostic