Read-only
About Gain Compression

TotalNumberOfPoints Property


Description

Read the total number of points a complete GCA measurement will generate.

  • For 2D modes, this is Frequency * Power points

  • For SMART Sweep, this is Frequency points.

The total can NOT exceed the PNA maximum.

See Frequency and Power points.

 VB Syntax

value = gca.TotalNumberOfPoints

Variable

(Type) - Description

value

(integer)   Variable to store the returned total number of points

gca

A GainCompression (object)

Return Type

Integer

Default

5226 (201 * 26)

Example

totPoints = gca.TotalNumberOfPoints 'Read

C++ Syntax

HRESULT get_TotalNumberOfPoints(int* pVal)

Interface

IGainCompression