Description Creates a new Analysis Results Node (ARN) based upon user input.
Syntax id = ARNCreate2DGrid ( bsName, nADim, dAMin, dAMax, nBDim, dBMin, dBMax, bsDataType )
Parameters id (Long) Node number assigned to ARN. The ARN keeps its node number regardless of whether others are deleted.
bsName As String Name assigned to new ARN.
nADim As Long Dimension of data array in the A (horizontal) direction. Can also be interpreted as the number of pixels in the A direction of the T_ANALYSIS structure (Amax-Amin+1).
dAMin As Double Minimum value of A axis.
dAMax As Double Maximum value of A axis.
nBDim As Long Dimension of data array in the B (vertical) direction. Can also be interpreted as the number of pixels in the B direction of the T_ANALYSIS structure (Bmax-Bmin+1).
dBMin As Double Minimum value of B axis.
dBMax As Double Maximum value of B axis.
bsDataType As String Type of data contained in ARN. Valid options are "Double", "Complex", "Vector", "Complex3D", and "Int".
Remarks Creates a new Analysis Results Node (ARN) based upon user input.
See Also
|