Keysight Pathwave 89600 VSA .NET API
Allocate(Type,Int32,Boolean) Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > MeasurementData Class > Allocate Method : Allocate(Type,Int32,Boolean) 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.

Syntax

Visual Basic (Declaration) 
Public Overloads Overridable Sub Allocate( _
   ByVal type As Type, _
   ByVal points As Integer, _
   ByVal isComplex As Boolean _
) 
C# 
public virtual void Allocate( 
   Type type,
   int points,
   bool isComplex
)
C++/CLI 
public:
virtual void Allocate( 
   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