Keysight Pathwave 89600 VSA .NET API
Allocate(Int32,Boolean) Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > MeasurementData Class > Allocate Method : Allocate(Int32,Boolean) Method


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

Glossary Item Box

Change the size of the Data array

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Sub Allocate( _
   ByVal points As Integer, _
   ByVal isComplex As Boolean _
) 
C# 
public abstract void Allocate( 
   int points,
   bool isComplex
)
C++/CLI 
public:
abstract void Allocate( 
   int points,
   bool isComplex
) 

Parameters

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