National Instruments 320571-01 Manuel D’Utilisation

Page de 157
Error Codes 
Appendix A
NI-DSP SRM for LabVIEW for Windows
A-2
© National Instruments Corporation
Table A-1.  NI-DSP Analysis Library Error Codes (Continued)
Error
Number
Error Name
Description
-21218
WinDutyCyclesErr
The window duty cycle value must be between 0.0 and 100.0.
-21219
dtGTZero
dt must be greater than zero.
-21220
DutyCycleErr
The duty cycle must meet:  0 
 duty cycle 
 100.
-21221
CyclesErr
The number of cycles must be greater than zero and less than or
equal to the number of samples.
-21223
UpperGELower
The upper value must be greater than or equal to the lower value.
-21225
IntervalNumErr
The number of intervals must be greater than zero.
-21226
MixedSignErr
The sign of y in Ax=y values must be all positive or negative.
-21227
SizeGTOrder
The array size must be greater than the order.
-21228
OrderGTZero
The order must be greater than zero.
-21229
ConvSizeErr
The number of elements of convolved arrays should be greater
than zero.
-21233
NyquistErr
The cutoff frequency, fc, must meet:  0 
 fc
 fs/2.
-21234
Nyquist2Err
The following conditions must be met:
 f_low 
 f_high 
 fs/2.
-21235
RippleGTZero
The ripple amplitude must be greater than zero.
-21236
AttenGTZero
The attenuation must be greater than zero.
-21237
WidthGTZero
The width must be greater than zero.
-21242
SizeGTZero
The size of the input sequence must be greater than zero.
-21243
NullVectorErr
The input vector is null.  The unit vector does not exist.
-21245
AttenGTRipple
The attenuation must be greater than the ripple amplitude.
-21246
StepSizeErr
The step-size parameter 
µ
 must meet:  0 
 
µ
 
 0.1.
-21248
LeakErr
The leakage coefficient, Leak, must meet:  0 
 Leak 
 
µ
.
-21249
FilterDesignErr
The filter cannot be designed with the specified input parameters.
-21250
LenGEOne
The number of coefficients must be greater than or equal to one.
-21251
RankErr
The rank of the filter must meet:  1 
 (2 rank +1) 
 size.
-21297
NotPowerOfTwo
The size of the input array must be a valid power of two:
size = 2
m
, 0 < m < 14.
-21301
MEM_HRDWARE_ERR
The onboard hardware diagnostic software found a memory
hardware error.  Running functions on the board is unreliable.
-21302
ZERO_ALLOCATION
There are no allocated buffers on the DSP board.
-21303
TooBigAnOffset
The indexing requested falls outside of the buffer into which
indexing is requested.
-21304
HandleNotFound
The DSP Handle specified is not found on this board:  it has
either been freed or never allocated.
-21305
TooManyAllocs
The Memory Look Up Table is full: no more allocations allowed
before freeing up some DSP handles (maximum allowed = 128).
-21306
PtrNotFound
The DSP address pointer could not be found to free the buffer.
-21307
ParamSizeErr
One of the parameters does not have enough space allocated for
it on the board.
(continues)