Write/Read
About Gain Compression

NumberOfFrequencyPoints Property


Description

Set and read the number of frequency points for a Gain Compression channel. Applies to all acquisition modes.

 VB Syntax

gca.NumberOfFrequencyPoints = value

Variable

(Type) - Description

gca

A GainCompression (object)

value

(integer) - Frequency points. Do not exceed the max number of points. Learn more.

Return Type

Integer

Default

201

Examples

gca.NumberOfFrequencyPoints = 101 'Write

freqPts = gca.NumberOfFrequencyPoints 'Read

C++ Syntax

HRESULT get_NumberOfFrequencyPoints(int* pVal)

HRESULT put_NumberOfFrequencyPoints(int newVal)

Interface

IGainCompression