Read only |
About VNA Options |
Description |
Returns the maximum possible number of data points. |
VB Syntax |
value = obj.MaximumNumberOfPoints |
Variable |
(Type) - Description |
value |
(Long) - Variable to store the returned maximum value for number of points. |
cap |
A Capabilities (object) or A GainCompression (object) |
Return Type |
Double |
Default |
Not Applicable |
Examples |
value = cap.MaximumNumberOfPoints 'Read |
C++ Syntax |
HRESULT get_MaximumNumberOfPoints(double * maximumNumberOfPoints ); |
Interface |
ICapabilities IGainCompression |