This help topic contains error codes that the Advanced Analysis Library functions return. If an error condition occurs during a call to any of the functions in the LabWindows/CVI Advanced Analysis Library, the return value status contains the returned error code. This code is a value that specifies the type of error that occurred. Call GetAnalysisErrorString to convert the error number an Analysis Library function returns into a meaningful error message. The following table, Advanced Analysis Library Error Codes, Sorted Alphabetically, lists the error codes alphabetically by symbolic name. For your convenience, the Advanced Analysis Library Error Codes, Sorted Numerically table lists the error codes in numeric order.
Symbolic Name | Code | Error Message |
AccuracyAnlysWarn | Warning: The computation result might be inaccurate. | |
ArraySizeAnlysErr | The input arrays do not contain the correct number of data values for this function. | |
ArraySizeAnlysWarn | Warning: The sizes of the input arrays do not meet the specified conditions. | |
AttenGTRippleAnlysErr | The attenuation value must be greater than the ripple amplitude. | |
AttenGTZeroAnlysErr | The attenuation must be > 0. | |
BalanceAnlysErr | The data is unbalanced. All cells must contain the same number of observations. | |
BandSpecAnlysErr | The following conditions must be met: 0 < f_low ≤ f_high ≤ fs/2. | |
BaseGETopAnlysErr | Parameter must meet the condition Top > Base. | |
BetaFuncAnlysErr | The parameter to the beta function should be 0 < p < 1. | |
CategoryAnlysErr | The number of categories or samples must be greater than one. | |
CloseEgnValAnlysErr | The eigenvalues cannot be reordered because some of them are too close. | |
ColumnAnlysErr | All values in the first column of X matrix must be one. | |
CyclesAnlysErr | The number of cycles must be > 0 and ≤ the number of samples. | |
DataAnlysErr | The total number of data points must be equal to the product of levels/each factor * observations/cell. | |
DecFactAnlysErr | The decimating factor must meet: 0 < decimating factor ≤ samples. | |
DelayWidthAnlysErr | The following conditions must be met: 0 ≤ (delay + width) < samples. | |
DimensionAnlysErr | Invalid number of dimensions or dependent variables. | |
DistinctAnlysErr | The x-values must be distinct. | |
DivByZeroAnlysErr | Divide by zero error. | |
DtGEZeroAnlysErr | dt must be ≥ 0. | |
DtGTZeroAnlysErr | dt must be > 0. | |
DutyCycleAnlysErr | The duty cycle must be equal to or fall between 0 and 100: 0 ≤ duty cycle ≤ 100. | |
EgnValChgedAnlysErr | Reordering eigenvalues changed some complex ones. | |
EmptyPolyAnlysWarn | Warning: The input polynomial is empty. | |
EqRplDesignAnlysErr | The filter cannot be designed with the specified input parameters. | |
EqSamplesAnlysErr | The input sequences must be the same size. | |
EvenSizeAnlysErr | The number of coefficients must be odd for this filter. | |
FactorAnlysErr | The level of factors is outside the allowable range of some data. | |
FFSRInvalidAnlysErr | The input fundamental frequency or sampling rate is equal to zero. | |
FFTSizeGTZeroAnlysErr | The FFT size must be greater than zero. | |
FinalGTZeroAnlysErr | The final value must be > 0. | |
FltBuffOvflowAnlysErr | The filter buffer overflows. | |
FreedomAnlysErr | The degree of freedom must be greater than zero and less than the length of the input sequence. | |
IIRFilterInfoAnlysErr | The information in the IIR filter structure is not correct. | |
IndexLengthAnlysErr | The index and length must meet the condition 0 ≤ (index + length) < samples. |
|
IndexLTSamplesAnlysErr | The following condition must be met: 0 ≤ index < samples. | |
InitStateAnlysErr | The internal memory state of this function was not initialized correctly. | |
InputNaNAnlysErr | Input parameters have at least one NaN element. | |
IntervalsAnlysErr | The number of intervals must be > 0. | |
InvalidDoubleAnlysErr | Input parameters has at least one element that is Inf, NaN, DBL_MAX, or DBL_MIN. | |
InvProbAnlysErr | The probability must be greater than or equal to zero and less than one. | |
InvSelectionAnlysErr | The selection is invalid. | |
InvStdDevAnlysWarn | Warning: The input standard deviation is invalid. | |
LeakAnlysErr | The leakage coefficient, leak, and the step-size parameter, μ, must meet: 0 ≤ leak ≤ μ. | |
LevelsAnlysErr | The number of levels is out of range. | |
MatrixInfNanAnlysErr | Input parameter has at least one element that is Inf or NaN or DBL_MIN or DBL_MAX. | |
MatrixInfNanAnlysWarn | Warning: The input matrix has at least one element with a value of Inf or NaN. | |
MatrixLnAnlysErr | The logarithm of the input matrix cannot be computed. | |
MatrixMulAnlysErr | The number of columns in the first matrix is not equal to the number of rows in the second matrix or vector. | |
MaxIterAnlysErr | The maximum number of iterations was exceeded. | |
MaxXformSizeAnlysErr | The maximum allowable transform size has been exceeded. | |
MixedSignAnlysErr | The elements of the y values array must be nonzero and either all positive or all negative. | |
ModelAnlysErr | The Random Effect model was requested when the Fixed Effect model is required. | |
NegNumAnlysErr | Negative number error. | |
NegZeroNumAnlysErr | The number is negative or zero. | |
NoAnlysErr | 0 | The call was successful. |
NotSupportedAnlysErr | This functionality is not supported on this platform. | |
NyquistAnlysErr | The cut-off frequency, fc, must meet: 0 ≤ fc ≤ fs/2. | |
ObservationsAnlysErr | Zero observations were made at some level of a factor. | |
OddSizeAnlysErr | The number of coefficients must be even for this filter. | |
OrderGEZeroAnlysErr | The order must be greater than or equal to zero. | |
OrderGTZeroAnlysErr | The order must be > 0. | |
OutOfMemAnlysErr | There is not enough memory to perform the specified routine. | |
OverflowAnlysErr | There is an overflow in the calculation. | |
PoleAnlysErr | The interpolating function has a pole at the requested value. | |
PolyAnlysErr | The coefficients of the polynomial are invalid. | |
PosDefAnlysErr | The input matrix is not positive definite. | |
PowerOfTwoAnlysErr | The size of the input array must be a power of two: size = 2m, 0 < m < 23. | |
ProbabilityAnlysErr | The probability must be between zero and one. | |
RankAnlysErr | The rank of the filter must meet 1 ≤ (2 rank +1) ≤ size. |
|
RankDeficient | Warning: The matrix is rank deficient. | |
ReorderAnlysWarn | Warning: Reordering cannot be performed. | |
RippleGTZeroAnlysErr | The ripple amplitude must be > 0. | |
RsmplBydInputAnlysErr | The resample point cannot be calculated with the signal behind that of the input. | |
SameSizeAnlysErr | Matrices must have the same size. | |
SameSizeAnlysWarn | Warning: Matrices or vectors do not have the same size. | |
SamplesGEFourAnlysErr | The number of samples must be greater than or equal to four. | |
SamplesGEOneAnlysErr | The number of samples must be ≥ 1. | |
SamplesGEThreeAnlysErr | The number of samples must be ≥ 3. | |
SamplesGETwoAnlysErr | The number of samples must be ≥ 2. | |
SamplesGEZeroAnlysErr | Number of samples must be greater than or equal to zero. | |
SamplesGTZeroAnlysErr | The number of samples must be > 0. | |
SamplesGTZeroAnlysWarn | Warning: The number of samples must be greater than zero. | |
ShiftRangeAnlysErr | The shifts must meet: |shifts| < samples. | |
SingularMatrixAnlysErr | The system of equations cannot be solved because the input matrix is singular. | |
SingularMatrixAnlysWarn | Warning: The matrix is singular. | |
SizeGTOrderAnlysErr | The number of data points in the y values array must be greater than the order. | |
SquareMatrixAnlysErr | The input matrix must be a square matrix. | |
StdDevAnlysErr | The standard deviation must be greater than zero for normalization. | |
StepSizeAnlysErr | The step-size, μ, must meet: 0 ≤ μ ≤ 0.1. | |
TableAnlysErr | The contingency table has a negative number. | |
TimeNotAscendAnlysErr | The time points are not in ascending order. | |
UpperGELowerAnlysErr | The upper value must be ≥ the lower value. | |
WidthGTZeroAnlysErr | The width must be > 0. | |
WidthLTSamplesAnlysErr | The width must meet: 0 < width < samples. | |
ZeroNumAnlysErr | The number is zero. | |
ZeroPolyAnlysErr | The input polynomial coefficients are all zeros. | |
ZeroVectorAnlysErr | The internal memory of this function was not initialized correctly. |
Code | Symbolic Name | Error Message |
MatrixInfNanAnlysWarn | Warning: The input matrix has at least one element with a value of Inf or NaN. | |
EmptyPolyAnlysWarn | Warning: The input polynomial is empty. | |
InvStdDevAnlysWarn | Warning: The input standard deviation is invalid. | |
ArraySizeAnlysWarn | Warning: The sizes of the input arrays do not meet the specified conditions. | |
AccuracyAnlysWarn | Warning: The computation result might be inaccurate. | |
ReorderAnlysWarn | Warning: Reordering cannot be performed. | |
SameSizeAnlysWarn | Warning: Matrices or vectors do not have the same size. | |
SingularMatrixAnlysWarn | Warning: The matrix is singular. | |
SamplesGTZeroAnlysWarn | Warning: The number of samples must be greater than zero. | |
RankDeficient | Warning: The matrix is rank deficient. | |
0 | NoAnlysErr | The call was successful. |
OutOfMemAnlysErr | There is not enough memory to perform the specified routine. | |
EqSamplesAnlysErr | The input sequences must be the same size. | |
SamplesGTZeroAnlysErr | The number of samples must be > 0. | |
SamplesGEZeroAnlysErr | The number of samples must be ≥ 0. | |
SamplesGEOneAnlysErr | The number of samples must be ≥ 1. | |
SamplesGETwoAnlysErr | The number of samples must be ≥ 2. | |
SamplesGEThreeAnlysErr | The number of samples must be ≥ 3. | |
ArraySizeAnlysErr | The input arrays do not contain the correct number of data values for this function. | |
PowerOfTwoAnlysErr | The size of the input array must be a power of two: size = 2m, 0 < m < 23. | |
MaxXformSizeAnlysErr | The maximum allowable transform size has been exceeded. | |
DutyCycleAnlysErr | The duty cycle must be equal to or fall between 0 and 100: 0 ≤ duty cycle ≤ 100. | |
CyclesAnlysErr | The number of cycles must be > 0 and ≤ the number of samples. | |
WidthLTSamplesAnlysErr | The width must meet: 0 < width < samples. | |
DelayWidthAnlysErr | The following conditions must be met: 0 ≤ (delay + width) < samples. | |
DtGEZeroAnlysErr | dt must be ≥ 0. | |
DtGTZeroAnlysErr | dt must be > 0. | |
IndexLTSamplesAnlysErr | The following condition must be met: 0 ≤ index < samples. | |
IndexLengthAnlysErr | The following condition must be met: 0 ≤ (index + length) < samples. | |
UpperGELowerAnlysErr | The upper value must be ≥ the lower value. | |
NyquistAnlysErr | The cut-off frequency, fc, must meet: 0 ≤ fc ≤ fs/2. | |
OrderGTZeroAnlysErr | The order must be > 0. | |
DecFactAnlysErr | The decimating factor must meet: 0 < decimating factor ≤ samples. | |
BandSpecAnlysErr | The following conditions must be met: 0 < f_low ≤ f_high ≤ fs/2. | |
RippleGTZeroAnlysErr | The ripple amplitude must be > 0. | |
AttenGTZeroAnlysErr | The attenuation must be > 0. | |
WidthGTZeroAnlysErr | The width must be > 0. | |
FinalGTZeroAnlysErr | The final value must be > 0. | |
AttenGTRippleAnlysErr | The attenuation value must be greater than the ripple amplitude. | |
StepSizeAnlysErr | The step-size, μ, must meet: 0 ≤ μ ≤ 0.1. | |
LeakAnlysErr | The leakage coefficient, leak, and the step-size parameter, μ, must meet: 0 ≤ leak ≤ μ. | |
EqRplDesignAnlysErr | The filter cannot be designed with the specified input parameters. | |
RankAnlysErr | The rank of the filter must meet: 1 ≤ (2*rank + 1) ≤ size. | |
EvenSizeAnlysErr | The number of coefficients must be odd for this filter. | |
OddSizeAnlysErr | The number of coefficients must be even for this filter. | |
StdDevAnlysErr | The standard deviation must be greater than zero for normalization. | |
MixedSignAnlysErr | The elements of the y values array must be nonzero and either all positive or all negative. | |
SizeGTOrderAnlysErr | The number of data points in the y values array must be greater than the order. | |
IntervalsAnlysErr | The number of intervals must be > 0. | |
MatrixMulAnlysErr | The number of columns in the first matrix is not equal to the number of rows in the second matrix or vector. | |
SquareMatrixAnlysErr | The input matrix must be a square matrix. | |
SingularMatrixAnlysErr | The system of equations cannot be solved because the input matrix is singular. | |
LevelsAnlysErr | The number of levels is out of range. | |
FactorAnlysErr | The level of factors is outside the allowable range of some data. | |
ObservationsAnlysErr | Zero observations were made at some level of a factor. | |
DataAnlysErr | The total number of data points must be equal to the product of levels/each factor * observations/cell. | |
OverflowAnlysErr | There is an overflow in the calculation. | |
BalanceAnlysErr | The data is unbalanced. All cells must contain the same number of observations. | |
ModelAnlysErr | The Random Effect model was requested when the Fixed Effect model is required. | |
DistinctAnlysErr | The x-values must be distinct. | |
PoleAnlysErr | The interpolating function has a pole at the requested value. | |
ColumnAnlysErr | All values in the first column of X matrix must be one. | |
FreedomAnlysErr | The degree of freedom must be greater than zero and less than the length of the input sequence. | |
ProbabilityAnlysErr | The probability must be between zero and one. | |
InvProbAnlysErr | The probability must be greater than or equal to zero and less than one. | |
CategoryAnlysErr | The number of categories or samples must be greater than one. | |
TableAnlysErr | The contingency table has a negative number. | |
BetaFuncAnlysErr | The parameter to the beta function should be 0 < p < 1. | |
DimensionAnlysErr | Invalid number of dimensions or dependent variables. | |
NegNumAnlysErr | Negative number error. | |
DivByZeroAnlysErr | Divide by zero error. | |
InvSelectionAnlysErr | The selection is invalid. | |
MaxIterAnlysErr | The maximum number of iterations was exceeded. | |
PolyAnlysErr | The coefficients of the polynomial are invalid. | |
InitStateAnlysErr | The internal memory state of this function was not initialized correctly. | |
ZeroVectorAnlysErr | The internal memory of this function was not initialized correctly. | |
IIRFilterInfoAnlysErr | The information in the IIR filter structure is not correct. | |
FFSRInvalidAnlysErr | The input fundamental frequency or sampling rate is equal to zero. | |
InvalidDoubleAnlysErr | Input parameters has at least one element that is Inf, NaN, DBL_MAX, or DBL_MIN. | |
MatrixInfNanAnlysErr | Input parameter has at least one element that is Inf or NaN or DBL_MIN or DBL_MAX. | |
SamplesGEFourAnlysErr | The number of samples must be greater than or equal to four. | |
SameSizeAnlysErr | Matrices must have the same size. | |
PosDefAnlysErr | The input matrix is not positive definite. | |
MatrixLnAnlysErr | The logarithm of the input matrix cannot be computed. | |
CloseEgnValAnlysErr | The eigenvalues cannot be reordered because some of them are too close. | |
EgnValChgedAnlysErr | Reordering eigenvalues changed some complex ones. | |
FltBuffOvflowAnlysErr | The filter buffer overflows. | |
RsmplBydInputAnlysErr | The resample point cannot be calculated with the signal behind that of the input. | |
TimeNotAscendAnlysErr | The time points are not in ascending order. | |
NotSupportedAnlysErr | This functionality is not supported on this platform. | |
BaseGETopAnlysErr | Parameter must meet the condition Top > Base. | |
ShiftRangeAnlysErr | The shifts must meet: |shifts| < samples. | |
OrderGEZeroAnlysErr | The order must be greater than or equal to zero. | |
InputNaNAnlysErr | Input parameters have at least one NaN element. | |
ZeroPolyAnlysErr | The input polynomial coefficients are all zeros. | |
FFTSizeGTZeroAnlysErr | The FFT size must be greater than zero. | |
NegZeroNumAnlysErr | The number is negative or zero. | |
ZeroNumAnlysErr | The number is zero. |