Keysight Pathwave 89600 VSA .NET API
MinimumCapacity Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > MeasurementData Class : MinimumCapacity Method


type
Type of data Points.
points
Number of data Points.
isComplex
Whether this data is complex.

Glossary Item Box

Change the Capacity of the Data array if it is not large enough or the same DataType.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub MinimumCapacity( _
   ByVal type As Type, _
   ByVal points As Integer, _
   ByVal isComplex As Boolean _
) 
C# 
public virtual void MinimumCapacity( 
   Type type,
   int points,
   bool isComplex
)
C++/CLI 
public:
virtual void MinimumCapacity( 
   Type^ type,
   int points,
   bool isComplex
) 

Parameters

type
Type of data Points.
points
Number of data Points.
isComplex
Whether this data is complex.

Remarks

You can only resize the Data only if this MeasurementData is not IsReadOnly.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also