Read only |
About VNA Options |
Description |
Returns the minimum possible number of data points for a data trace. |
VB Syntax |
value = cap.MinimumNumberOfPoints |
Variable |
(Type) - Description |
value |
(Long) - Variable to store the returned minimum value for number of points. |
cap |
A Capabilities (object) |
Return Type |
Double |
Default |
Not Applicable |
Examples |
value = cap.MinimumNumberOfPoints 'Read |
C++ Syntax |
HRESULT get_MinimumNumberOfPoints(double * minimumNumberOfPoints ); |
Interface |
ICapabilities |