User manual

Table Of Contents
Part 2: Automation Programming Reference
Waveform Status Property
The waveform result includes a Status property (bit-field) that reflects warning’ and error’ conditions.
There is no bit for "valid."
Bit # Value Description
0 0x0000000000001 LEC_Invalid
1 0x0000000000002 LEC_Overflow
2 0x0000000000004 LEC_Underflow
3 0x0000000000008 LEC_ContainsUndefinedValues
4 0x0000000000010 LEC_LessThan
5 0x0000000000020 LEC_GreaterThan
6 0x0000000000040 LEC_NotAPulse
7 0x0000000000080 LEC_NotCyclic
8 0x0000000000100 LEC_Averaged
9 0x0000000000200 LEC_UnlockedPLL
10 0x0000000000400 LEC_OtherError
11 0x0000000000800 LEC_OtherWarning
12 0x0000000001000 LEC_OtherInfo
32 0x0000100000000 LEC_InputsIncompatible
33 0x0000200000000 LEC_AlgorithmLimitsReached
34 0x0000400000000 LEC_BadDefinition
35 0x0000800000000 LEC_TooFewData
36 0x0001000000000 LEC_TooManyData
37 0x0002000000000 LEC_UniformHorizIntervalRequired
38 0x0004000000000 LEC_BadUnits
39 0x0008000000000 LEC_DataRangeTooLow
40 0x0010000000000 LEC_DataUndersampled
41 0x0020000000000 LEC_PoorStatistics
42 0x0040000000000 LEC_SlowTransitionTime
43 0x0080000000000 LEC_DataResampled
44 0x0100000000000 LEC_DataInterpolated
45 0x0200000000000 LEC_MeasurementScaleImprecise
46 0x0400000000000 LEC_NoDataAvailable
47 0x0800000000000 LEC_SomeCummulatedResultsInvalid
48 0x1000000000000 LEC_InsufficientMemory
49 0x2000000000000 LEC_ChannelNotActive
50 0x4000000000000 LEC_UseStatusDescription
2-31