Read/Write
About Embedded LO

PreciseTuningTolerance Property


Description

Sets and returns the tuning tolerance for precise tuning.

 VB Syntax

obj.PreciseTuningTolerance = value

Variable

(Type) - Description

obj

An EmbeddedLO (object) or

A ConverterEmbeddedLO (object)

value

(Double) Tuning tolerance in Hz.

Return Type

(Double)

Default

1 Hz

Examples

embedLO.PreciseTuningTolerance = .5 'write

value = embedLO.PreciseTuningTolerance 'read

C++ Syntax

HRESULT get_PreciseTuningTolerance(double* tolerance);

HRESULT put_PreciseTuningTolerance(double tolerance);

Interface

IEmbededLO