Read/Write
About Embedded LO

NormalizePoint Property


Description

Sets and returns the sweep data point around which to perform broadband and precise tuning.

 VB Syntax

obj.NormalizePoint = value

Variable

(Type) - Description

obj

An EmbeddedLO (object) or

A ConverterEmbeddedLO (object)

value

(Long) Mixer Sweep data point. Choose a data point number between 1 and the max number of data points in the sweep that has the least amount of expected noise.

Return Type

(Long)

Default

Center point in the sweep span

Examples

embedLO.NormalizePoint = 101 'write

value = embedLO.NormalizePoint 'read

C++ Syntax

HRESULT get_NormalizePoint(long *point);

HRESULT put_NormalizePoint(long point);

Interface

IEmbededLO