Read-only
About Embedded LO

StepTitle Property


Description

Returns the title of the specified tuning sweep.

 VB Syntax

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

C++ Syntax

HRESULT StepTitle (long sweep, BSTR * title);

Interface

IEmbededLODiagnostic