Write/Read
About SA Application

ImageRejectMethod Property


Description

Set and read the image reject value.

VB Syntax

sa.ImageRejectMethod = value

Variable

(Type) - Description

sa

A SpectrumAnalyzer (object)

value

(Enum as NASAImageRejectMethod) Choose from:

0 - naIRNoneHigh

1 - naIRNoneLow

2 - naIRMin

3 - naIRNormal

4 - naIBetter

5 - naIRMax

Learn about these settings.

Return Type

Enum

Default

3 - naIRNormal

Examples

sa.ImageRejectMethod = naIRNormal  'Write

value = sa.ImageRejectMethod 'Read

See an example program.

C++ Syntax

HRESULT put_ImageReject(tagNASAImageRejectMethod algorithm);

HRESULT get_ImageReject(tagNASAImageRejectMethod* algorithm);

Interface

ISpectrumAnalyzer