Read-only
About Embedded LO

IsMarkerOn Property


Description

Returns whether or not a marker was used for the specified tuning sweep.

 VB Syntax

value = embedLODiag.IsMarkerOn (n)

Variable

(Type) - Description

value

(Boolean) Variable to store the returned data.

embedLODiag

An EmbeddedLODiagnostic (object)

n

Tuning sweep number. Use NumberOfSweeps to find the number of sweeps taken.

Return Type

(String)

Default

Not Applicable

Examples

data= embedLO.IsMarkerOn 3 'read

C++ Syntax

HRESULT IsMarkerOn(long sweep, VARIANT_BOOL* markerOn);

Interface

IEmbededLODiagnostic