Read-only |
About Gain Compression |
Description |
Read the total number of points a complete GCA measurement will generate.
The total can NOT exceed the VNA maximum. |
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 |