Write/Read
About Noise Figure

NoiseGainCTCheck


Description

Turns noise threshold checking ON and OFF.

 VB Syntax

noise.NoiseGainCTCheck = value

Variable

(Type) - Description

noise

A NoiseFigure2 (object)

value

(boolean) - Averaging state.

0- Turns noise threshold checking OFF

1- Turns noise threshold checking ON

Return Type

Boolean

Default

0 - OFF

Examples

noise.NoiseGainCTCheck = OFF 'Write

NoiseCT = noise.NoiseGainCTCheck 'Read

C++ Syntax

HRESULT get_NoiseGainCTCheck(VARIANT_BOOL* on);

HRESULT put_NoiseGainCTCheck(VARIANT_BOOL on);

Interface

INoiseFigure3