FEDRA emulsion software from the OPERA Collaboration
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
nidaqmx.h
Go to the documentation of this file.
1/*============================================================================*/
2/* National Instruments / Data Acquisition */
3/*----------------------------------------------------------------------------*/
4/* Copyright (c) National Instruments 2003. All Rights Reserved. */
5/*----------------------------------------------------------------------------*/
6/* */
7/* Title: nidaqmx.h */
8/* Purpose: Include file for NI-DAQmx library support. */
9/* */
10/*============================================================================*/
11
12#ifndef ___nidaqmx_h___
13#define ___nidaqmx_h___
14
15#ifdef __cplusplus
16 extern "C" {
17#endif
18
19#define __CFUNC __stdcall
20#define __CFUNC_C __cdecl
21#define __CFUNCPTRVAR __cdecl
22#ifndef DllExport
23 #define DllExport __declspec( dllexport )
24#endif
25
26
27#ifdef _CVI_
28#pragma EnableLibraryRuntimeChecking
29#endif // _CVI_
30
31
32// NI-DAQmx Typedefs
33#ifndef _NI_int8_DEFINED_
34#define _NI_int8_DEFINED_
35 typedef signed char int8;
36#endif
37#ifndef _NI_uInt8_DEFINED_
38#define _NI_uInt8_DEFINED_
39 typedef unsigned char uInt8;
40#endif
41#ifndef _NI_int16_DEFINED_
42#define _NI_int16_DEFINED_
43 typedef signed short int16;
44#endif
45#ifndef _NI_uInt16_DEFINED_
46#define _NI_uInt16_DEFINED_
47 typedef unsigned short uInt16;
48#endif
49#ifndef _NI_int32_DEFINED_
50#define _NI_int32_DEFINED_
51 typedef signed long int32;
52#endif
53#ifndef _NI_uInt32_DEFINED_
54#define _NI_uInt32_DEFINED_
55 typedef unsigned long uInt32;
56#endif
57#ifndef _NI_float32_DEFINED_
58#define _NI_float32_DEFINED_
59 typedef float float32;
60#endif
61#ifndef _NI_float64_DEFINED_
62#define _NI_float64_DEFINED_
63 typedef double float64;
64#endif
65#ifndef _NI_int64_DEFINED_
66#define _NI_int64_DEFINED_
67 typedef __int64 int64;
68#endif
69#ifndef _NI_uInt64_DEFINED_
70#define _NI_uInt64_DEFINED_
71 typedef unsigned __int64 uInt64;
72#endif
73
74typedef uInt32 bool32;
76
77#ifndef TRUE
78 #define TRUE (1L)
79#endif
80#ifndef FALSE
81 #define FALSE (0L)
82#endif
83#ifndef NULL
84 #define NULL (0L)
85#endif
86
87
88/******************************************************************************
89 *** NI-DAQmx Attributes ******************************************************
90 ******************************************************************************/
91
92//********** Calibration Info Attributes **********
93#define DAQmx_SelfCal_Supported 0x1860 // Indicates whether the device supports self calibration.
94#define DAQmx_SelfCal_LastTemp 0x1864 // Indicates in degrees Celsius the temperature of the device at the time of the last self calibration. Compare this temperature to the current onboard temperature to determine if you should perform another calibration.
95#define DAQmx_ExtCal_RecommendedInterval 0x1868 // Indicates in months the National Instruments recommended interval between each external calibration of the device.
96#define DAQmx_ExtCal_LastTemp 0x1867 // Indicates in degrees Celsius the temperature of the device at the time of the last external calibration. Compare this temperature to the current onboard temperature to determine if you should perform another calibration.
97#define DAQmx_Cal_UserDefinedInfo 0x1861 // Specifies a string that contains arbitrary, user-defined information. This number of characters in this string can be no more than Max Size.
98#define DAQmx_Cal_UserDefinedInfo_MaxSize 0x191C // Indicates the maximum length in characters of Information.
99
100//********** Channel Attributes **********
101#define DAQmx_ChanType 0x187F // Indicates the type of the virtual channel.
102#define DAQmx_PhysicalChanName 0x18F5 // Indicates the name of the physical channel upon which this virtual channel is based.
103#define DAQmx_ChanDescr 0x1926 // Specifies a user-defined description for the channel.
104#define DAQmx_AI_Max 0x17DD // Specifies the maximum value you expect to measure. This value is in the units you specify with a units property. When you query this property, it returns the coerced maximum value that the device can measure with the current settings.
105#define DAQmx_AI_Min 0x17DE // Specifies the minimum value you expect to measure. This value is in the units you specify with a units property. When you query this property, it returns the coerced minimum value that the device can measure with the current settings.
106#define DAQmx_AI_CustomScaleName 0x17E0 // Specifies the name of a custom scale for the channel.
107#define DAQmx_AI_MeasType 0x0695 // Indicates the measurement to take with the analog input channel and in some cases, such as for temperature measurements, the sensor to use.
108#define DAQmx_AI_Voltage_Units 0x1094 // Specifies the units to use to return voltage measurements from the channel.
109#define DAQmx_AI_Temp_Units 0x1033 // Specifies the units to use to return temperature measurements from the channel.
110#define DAQmx_AI_Thrmcpl_Type 0x1050 // Specifies the type of thermocouple connected to the channel. Thermocouple types differ in composition and measurement range.
111#define DAQmx_AI_Thrmcpl_CJCSrc 0x1035 // Indicates the source of cold-junction compensation.
112#define DAQmx_AI_Thrmcpl_CJCVal 0x1036 // Specifies the temperature of the cold junction if CJC Source is DAQmx_Val_ConstVal. Specify this value in the units of the measurement.
113#define DAQmx_AI_Thrmcpl_CJCChan 0x1034 // Indicates the channel that acquires the temperature of the cold junction if CJC Source is DAQmx_Val_Chan. If the channel does not use a custom scale, NI-DAQmx uses the correct units. If the channel uses a custom scale, the pre-scaled units of the channel must be degrees Celsius.
114#define DAQmx_AI_RTD_Type 0x1032 // Specifies the type of RTD connected to the channel.
115#define DAQmx_AI_RTD_R0 0x1030 // Specifies in ohms the sensor resistance at 0 deg C. The Callendar-Van Dusen equation requires this value. Refer to the sensor documentation to determine this value.
116#define DAQmx_AI_RTD_A 0x1010 // Specifies the 'A' constant of the Callendar-Van Dusen equation. NI-DAQmx requires this value when you use a custom RTD.
117#define DAQmx_AI_RTD_B 0x1011 // Specifies the 'B' constant of the Callendar-Van Dusen equation. NI-DAQmx requires this value when you use a custom RTD.
118#define DAQmx_AI_RTD_C 0x1013 // Specifies the 'C' constant of the Callendar-Van Dusen equation. NI-DAQmx requires this value when you use a custom RTD.
119#define DAQmx_AI_Thrmstr_A 0x18C9 // Specifies the 'A' constant of the Steinhart-Hart thermistor equation.
120#define DAQmx_AI_Thrmstr_B 0x18CB // Specifies the 'B' constant of the Steinhart-Hart thermistor equation.
121#define DAQmx_AI_Thrmstr_C 0x18CA // Specifies the 'C' constant of the Steinhart-Hart thermistor equation.
122#define DAQmx_AI_Thrmstr_R1 0x1061 // Specifies in ohms the value of the reference resistor if you use voltage excitation. NI-DAQmx ignores this value for current excitation.
123#define DAQmx_AI_ForceReadFromChan 0x18F8 // Specifies whether to read from the channel if it is a cold-junction compensation channel. By default, an NI-DAQmx Read function does not return data from cold-junction compensation channels. Setting this property to TRUE forces read operations to return the cold-junction compensation channel data with the other channels in the task.
124#define DAQmx_AI_Current_Units 0x0701 // Specifies the units to use to return current measurements from the channel.
125#define DAQmx_AI_Strain_Units 0x0981 // Specifies the units to use to return strain measurements from the channel.
126#define DAQmx_AI_StrainGage_GageFactor 0x0994 // Specifies the sensitivity of the strain gage. Gage factor relates the change in electrical resistance to the change in strain. Refer to the sensor documentation for this value.
127#define DAQmx_AI_StrainGage_PoissonRatio 0x0998 // Specifies the ratio of lateral strain to axial strain in the material you are measuring.
128#define DAQmx_AI_StrainGage_Cfg 0x0982 // Specifies the bridge configuration of the strain gages.
129#define DAQmx_AI_Resistance_Units 0x0955 // Specifies the units to use to return resistance measurements.
130#define DAQmx_AI_Freq_Units 0x0806 // Specifies the units to use to return frequency measurements from the channel.
131#define DAQmx_AI_Freq_ThreshVoltage 0x0815 // Specifies the voltage level at which to recognize waveform repetitions. You should select a voltage level that occurs only once within the entire period of a waveform. You also can select a voltage that occurs only once while the voltage rises or falls.
132#define DAQmx_AI_Freq_Hyst 0x0814 // Specifies in volts a window below Threshold Level. The input voltage must pass below Threshold Level minus this value before NI-DAQmx recognizes a waveform repetition at Threshold Level. Hysteresis can improve the measurement accuracy when the signal contains noise or jitter.
133#define DAQmx_AI_LVDT_Units 0x0910 // Specifies the units to use to return linear position measurements from the channel.
134#define DAQmx_AI_LVDT_Sensitivity 0x0939 // Specifies the sensitivity of the LVDT. This value is in the units you specify with Sensitivity Units. Refer to the sensor documentation to determine this value.
135#define DAQmx_AI_LVDT_SensitivityUnits 0x219A // Specifies the units of Sensitivity.
136#define DAQmx_AI_RVDT_Units 0x0877 // Specifies the units to use to return angular position measurements from the channel.
137#define DAQmx_AI_RVDT_Sensitivity 0x0903 // Specifies the sensitivity of the RVDT. This value is in the units you specify with Sensitivity Units. Refer to the sensor documentation to determine this value.
138#define DAQmx_AI_RVDT_SensitivityUnits 0x219B // Specifies the units of Sensitivity.
139#define DAQmx_AI_Accel_Units 0x0673 // Specifies the units to use to return acceleration measurements from the channel.
140#define DAQmx_AI_Accel_Sensitivity 0x0692 // Specifies the sensitivity of the accelerometer. This value is in the units you specify with Sensitivity Units. Refer to the sensor documentation to determine this value.
141#define DAQmx_AI_Accel_SensitivityUnits 0x219C // Specifies the units of Sensitivity.
142#define DAQmx_AI_Coupling 0x0064 // Specifies the coupling for the channel.
143#define DAQmx_AI_Impedance 0x0062 // Specifies the input impedance of the channel.
144#define DAQmx_AI_TermCfg 0x1097 // Specifies the terminal configuration for the channel.
145#define DAQmx_AI_ResistanceCfg 0x1881 // Specifies the resistance configuration for the channel. NI-DAQmx uses this value for any resistance-based measurements, including temperature measurement using a thermistor or RTD.
146#define DAQmx_AI_LeadWireResistance 0x17EE // Specifies in ohms the resistance of the wires that lead to the sensor.
147#define DAQmx_AI_Bridge_Cfg 0x0087 // Specifies the type of Wheatstone bridge that the sensor is.
148#define DAQmx_AI_Bridge_NomResistance 0x17EC // Specifies in ohms the resistance across each arm of the bridge in an unloaded position.
149#define DAQmx_AI_Bridge_InitialVoltage 0x17ED // Specifies in volts the output voltage of the bridge in the unloaded condition. NI-DAQmx subtracts this value from any measurements before applying scaling equations.
150#define DAQmx_AI_Bridge_ShuntCal_Enable 0x0094 // Specifies whether to enable a shunt calibration switch. Use Shunt Cal Select to select the switch(es) to enable.
151#define DAQmx_AI_Bridge_ShuntCal_Select 0x21D5 // Specifies which shunt calibration switch(es) to enable. Use Shunt Cal Enable to enable the switch(es) you specify with this property.
152#define DAQmx_AI_Bridge_ShuntCal_GainAdjust 0x193F // Specifies the result of a shunt calibration. NI-DAQmx multiplies data read from the channel by the value of this property. This value should be close to 1.0.
153#define DAQmx_AI_Bridge_Balance_CoarsePot 0x17F1 // Specifies by how much to compensate for offset in the signal. This value can be between 0 and 127.
154#define DAQmx_AI_Bridge_Balance_FinePot 0x18F4 // Specifies by how much to compensate for offset in the signal. This value can be between 0 and 4095.
155#define DAQmx_AI_CurrentShunt_Loc 0x17F2 // Specifies the shunt resistor location for current measurements.
156#define DAQmx_AI_CurrentShunt_Resistance 0x17F3 // Specifies in ohms the external shunt resistance for current measurements.
157#define DAQmx_AI_Excit_Src 0x17F4 // Specifies the source of excitation.
158#define DAQmx_AI_Excit_Val 0x17F5 // Specifies the amount of excitation that the sensor requires. If Voltage or Current is DAQmx_Val_Voltage, this value is in volts. If Voltage or Current is DAQmx_Val_Current, this value is in amperes.
159#define DAQmx_AI_Excit_UseForScaling 0x17FC // Specifies if NI-DAQmx divides the measurement by the excitation. You should typically set this property to TRUE for ratiometric transducers. If you set this property to TRUE, set Maximum Value and Minimum Value to reflect the scaling.
160#define DAQmx_AI_Excit_UseMultiplexed 0x2180 // Specifies if the SCXI-1122 multiplexes the excitation to the upper half of the channels as it advances through the scan list.
161#define DAQmx_AI_Excit_ActualVal 0x1883 // Specifies the actual amount of excitation supplied by an internal excitation source. If you read an internal excitation source more precisely with an external device, set this property to the value you read. NI-DAQmx ignores this value for external excitation.
162#define DAQmx_AI_Excit_DCorAC 0x17FB // Specifies if the excitation supply is DC or AC.
163#define DAQmx_AI_Excit_VoltageOrCurrent 0x17F6 // Specifies if the channel uses current or voltage excitation.
164#define DAQmx_AI_ACExcit_Freq 0x0101 // Specifies the AC excitation frequency in Hertz.
165#define DAQmx_AI_ACExcit_SyncEnable 0x0102 // Specifies whether to synchronize the AC excitation source of the channel to that of another channel. Synchronize the excitation sources of multiple channels to use multichannel sensors. Set this property to FALSE for the master channel and to TRUE for the slave channels.
166#define DAQmx_AI_ACExcit_WireMode 0x18CD // Specifies the number of leads on the LVDT or RVDT. Some sensors require you to tie leads together to create a four- or five- wire sensor. Refer to the sensor documentation for more information.
167#define DAQmx_AI_Atten 0x1801 // Specifies the amount of attenuation to use.
168#define DAQmx_AI_Lowpass_Enable 0x1802 // Specifies whether to enable the lowpass filter of the channel.
169#define DAQmx_AI_Lowpass_CutoffFreq 0x1803 // Specifies the frequency in Hertz that corresponds to the -3dB cutoff of the filter.
170#define DAQmx_AI_Lowpass_SwitchCap_ClkSrc 0x1884 // Specifies the source of the filter clock. If you need a higher resolution for the filter, you can supply an external clock to increase the resolution. Refer to the SCXI-1141/1142/1143 User Manual for more information.
171#define DAQmx_AI_Lowpass_SwitchCap_ExtClkFreq 0x1885 // Specifies the frequency of the external clock when you set Clock Source to DAQmx_Val_External. NI-DAQmx uses this frequency to set the pre- and post- filters on the SCXI-1141, SCXI-1142, and SCXI-1143. On those devices, NI-DAQmx determines the filter cutoff by using the equation f/(100*n), where f is the external frequency, and n is the external clock divisor. Refer to the SCXI-1141/1142/1143 User Manual for more...
172#define DAQmx_AI_Lowpass_SwitchCap_ExtClkDiv 0x1886 // Specifies the divisor for the external clock when you set Clock Source to DAQmx_Val_External. On the SCXI-1141, SCXI-1142, and SCXI-1143, NI-DAQmx determines the filter cutoff by using the equation f/(100*n), where f is the external frequency, and n is the external clock divisor. Refer to the SCXI-1141/1142/1143 User Manual for more information.
173#define DAQmx_AI_Lowpass_SwitchCap_OutClkDiv 0x1887 // Specifies the divisor for the output clock. NI-DAQmx uses the cutoff frequency to determine the output clock frequency. Refer to the SCXI-1141/1142/1143 User Manual for more information.
174#define DAQmx_AI_ResolutionUnits 0x1764 // Indicates the units of Resolution Value.
175#define DAQmx_AI_Resolution 0x1765 // Indicates the resolution of the analog-to-digital converter of the channel. This value is in the units you specify with Resolution Units.
176#define DAQmx_AI_Dither_Enable 0x0068 // Specifies whether to enable dithering. Dithering adds Gaussian noise to the input signal. You can use dithering to achieve higher resolution measurements by over sampling the input signal and averaging the results.
177#define DAQmx_AI_Rng_High 0x1815 // Specifies the upper limit of the input range of the device. This value is in the native units of the device. On E Series devices, for example, the native units is volts.
178#define DAQmx_AI_Rng_Low 0x1816 // Specifies the lower limit of the input range of the device. This value is in the native units of the device. On E Series devices, for example, the native units is volts.
179#define DAQmx_AI_Gain 0x1818 // Specifies a gain factor to apply to the channel.
180#define DAQmx_AI_SampAndHold_Enable 0x181A // Specifies whether to enable the sample and hold circuitry of the device. When you disable sample and hold circuitry, a small voltage offset might be introduced into the signal. You can eliminate this offset by using Auto Zero Mode to perform an auto zero on the channel.
181#define DAQmx_AI_AutoZeroMode 0x1760 // Specifies when to measure ground. NI-DAQmx subtracts the measured ground voltage from every sample.
182#define DAQmx_AI_DataXferMech 0x1821 // Specifies the data transfer mode for the device.
183#define DAQmx_AI_DataXferReqCond 0x188B // Specifies under what condition to transfer data from the onboard memory of the device to the buffer.
184#define DAQmx_AI_MemMapEnable 0x188C // Specifies for NI-DAQmx to map hardware registers to the memory space of the customer process, if possible. Mapping to the memory space of the customer process increases performance. However, memory mapping can adversely affect the operation of the device and possibly result in a system crash if software in the process unintentionally accesses the mapped registers.
185#define DAQmx_AI_DevScalingCoeff 0x1930 // Indicates the coefficients of a polynomial equation that NI-DAQmx uses to scale values from the native format of the device to volts. Each element of the array corresponds to a term of the equation. For example, if index two of the array is 4, the third term of the equation is 4x^2. Scaling coefficients do not account for any custom scales or sensors contained by the channel.
186#define DAQmx_AO_Max 0x1186 // Specifies the maximum value you expect to generate. The value is in the units you specify with a units property. If you try to write a value larger than the maximum value, NI-DAQmx generates an error. NI-DAQmx might coerce this value to a smaller value if other task settings restrict the device from generating the desired maximum.
187#define DAQmx_AO_Min 0x1187 // Specifies the minimum value you expect to generate. The value is in the units you specify with a units property. If you try to write a value smaller than the minimum value, NI-DAQmx generates an error. NI-DAQmx might coerce this value to a larger value if other task settings restrict the device from generating the desired minimum.
188#define DAQmx_AO_CustomScaleName 0x1188 // Specifies the name of a custom scale for the channel.
189#define DAQmx_AO_OutputType 0x1108 // Indicates whether the channel generates voltage or current.
190#define DAQmx_AO_Voltage_Units 0x1184 // Specifies in what units to generate voltage on the channel. Write data to the channel in the units you select.
191#define DAQmx_AO_Current_Units 0x1109 // Specifies in what units to generate current on the channel. Write data to the channel is in the units you select.
192#define DAQmx_AO_OutputImpedance 0x1490 // Specifies in ohms the impedance of the analog output stage of the device.
193#define DAQmx_AO_LoadImpedance 0x0121 // Specifies in ohms the load impedance connected to the analog output channel.
194#define DAQmx_AO_ResolutionUnits 0x182B // Specifies the units of Resolution Value.
195#define DAQmx_AO_Resolution 0x182C // Indicates the resolution of the digital-to-analog converter of the channel. This value is in the units you specify with Resolution Units.
196#define DAQmx_AO_DAC_Rng_High 0x182E // Specifies the upper limit of the output range of the device. This value is in the native units of the device. On E Series devices, for example, the native units is volts.
197#define DAQmx_AO_DAC_Rng_Low 0x182D // Specifies the lower limit of the output range of the device. This value is in the native units of the device. On E Series devices, for example, the native units is volts.
198#define DAQmx_AO_DAC_Ref_ConnToGnd 0x0130 // Specifies whether to ground the internal DAC reference. Grounding the internal DAC reference has the effect of grounding all analog output channels and stopping waveform generation across all analog output channels regardless of whether the channels belong to the current task. You can ground the internal DAC reference only when Source is DAQmx_Val_Internal and Allow Connecting DAC Reference to Ground at Runtime is...
199#define DAQmx_AO_DAC_Ref_AllowConnToGnd 0x1830 // Specifies whether to allow grounding the internal DAC reference at run time. You must set this property to TRUE and set Source to DAQmx_Val_Internal before you can set Connect DAC Reference to Ground to TRUE.
200#define DAQmx_AO_DAC_Ref_Src 0x0132 // Specifies the source of the DAC reference voltage. The value of this voltage source determines the full-scale value of the DAC.
201#define DAQmx_AO_DAC_Ref_Val 0x1832 // Specifies in volts the value of the DAC reference voltage. This voltage determines the full-scale range of the DAC. Smaller reference voltages result in smaller ranges, but increased resolution.
202#define DAQmx_AO_ReglitchEnable 0x0133 // Specifies whether to enable reglitching. The output of a DAC normally glitches whenever the DAC is updated with a new value. The amount of glitching differs from code to code and is generally largest at major code transitions. Reglitching generates uniform glitch energy at each code transition and provides for more uniform glitches. Uniform glitch energy makes it easier to filter out the noise introduced from g...
203#define DAQmx_AO_UseOnlyOnBrdMem 0x183A // Specifies whether to write samples directly to the onboard memory of the device, bypassing the memory buffer. Generally, you cannot update onboard memory after you start the task. Onboard memory includes data FIFOs.
204#define DAQmx_AO_DataXferMech 0x0134 // Specifies the data transfer mode for the device.
205#define DAQmx_AO_DataXferReqCond 0x183C // Specifies under what condition to transfer data from the buffer to the onboard memory of the device.
206#define DAQmx_AO_MemMapEnable 0x188F // Specifies if NI-DAQmx maps hardware registers to the memory space of the customer process, if possible. Mapping to the memory space of the customer process increases performance. However, memory mapping can adversely affect the operation of the device and possibly result in a system crash if software in the process unintentionally accesses the mapped registers.
207#define DAQmx_AO_DevScalingCoeff 0x1931 // Indicates the coefficients of a linear equation that NI-DAQmx uses to scale values from a voltage to the native format of the device. Each element of the array corresponds to a term of the equation. For example, if index two of the array is 4, the third term of the equation is 4x^2. Scaling coefficients do not account for any custom scales that may be applied to the channel.
208#define DAQmx_DI_InvertLines 0x0793 // Specifies whether to invert the lines in the channel. If you set this property to TRUE, the lines are at high logic when off and at low logic when on.
209#define DAQmx_DI_NumLines 0x2178 // Indicates the number of digital lines in the channel.
210#define DAQmx_DI_DigFltr_Enable 0x21D6 // Specifies whether to enable the digital filter for the line(s) or port(s). You can enable the filter on a line-by-line basis. You do not have to enable the filter for all lines in a channel.
211#define DAQmx_DI_DigFltr_MinPulseWidth 0x21D7 // Specifies in seconds the minimum pulse width the filter recognizes as a valid high or low state transition.
212#define DAQmx_DO_InvertLines 0x1133 // Specifies whether to invert the lines in the channel. If you set this property to TRUE, the lines are at high logic when off and at low logic when on.
213#define DAQmx_DO_NumLines 0x2179 // Indicates the number of digital lines in the channel.
214#define DAQmx_DO_Tristate 0x18F3 // Specifies whether to stop driving the channel and set it to a Hi-Z state.
215#define DAQmx_CI_Max 0x189C // Specifies the maximum value you expect to measure. This value is in the units you specify with a units property. When you query this property, it returns the coerced maximum value that the hardware can measure with the current settings.
216#define DAQmx_CI_Min 0x189D // Specifies the minimum value you expect to measure. This value is in the units you specify with a units property. When you query this property, it returns the coerced minimum value that the hardware can measure with the current settings.
217#define DAQmx_CI_CustomScaleName 0x189E // Specifies the name of a custom scale for the channel.
218#define DAQmx_CI_MeasType 0x18A0 // Indicates the measurement to take with the channel.
219#define DAQmx_CI_Freq_Units 0x18A1 // Specifies the units to use to return frequency measurements.
220#define DAQmx_CI_Freq_Term 0x18A2 // Specifies the input terminal of the signal to measure.
221#define DAQmx_CI_Freq_StartingEdge 0x0799 // Specifies between which edges to measure the frequency of the signal.
222#define DAQmx_CI_Freq_MeasMeth 0x0144 // Specifies the method to use to measure the frequency of the signal.
223#define DAQmx_CI_Freq_MeasTime 0x0145 // Specifies in seconds the length of time to measure the frequency of the signal if Method is DAQmx_Val_HighFreq2Ctr. Measurement accuracy increases with increased measurement time and with increased signal frequency. If you measure a high-frequency signal for too long, however, the count register could roll over, which results in an incorrect measurement.
224#define DAQmx_CI_Freq_Div 0x0147 // Specifies the value by which to divide the input signal if Method is DAQmx_Val_LargeRng2Ctr. The larger the divisor, the more accurate the measurement. However, too large a value could cause the count register to roll over, which results in an incorrect measurement.
225#define DAQmx_CI_Period_Units 0x18A3 // Specifies the unit to use to return period measurements.
226#define DAQmx_CI_Period_Term 0x18A4 // Specifies the input terminal of the signal to measure.
227#define DAQmx_CI_Period_StartingEdge 0x0852 // Specifies between which edges to measure the period of the signal.
228#define DAQmx_CI_Period_MeasMeth 0x192C // Specifies the method to use to measure the period of the signal.
229#define DAQmx_CI_Period_MeasTime 0x192D // Specifies in seconds the length of time to measure the period of the signal if Method is DAQmx_Val_HighFreq2Ctr. Measurement accuracy increases with increased measurement time and with increased signal frequency. If you measure a high-frequency signal for too long, however, the count register could roll over, which results in an incorrect measurement.
230#define DAQmx_CI_Period_Div 0x192E // Specifies the value by which to divide the input signal if Method is DAQmx_Val_LargeRng2Ctr. The larger the divisor, the more accurate the measurement. However, too large a value could cause the count register to roll over, which results in an incorrect measurement.
231#define DAQmx_CI_CountEdges_Term 0x18C7 // Specifies the input terminal of the signal to measure.
232#define DAQmx_CI_CountEdges_Dir 0x0696 // Specifies whether to increment or decrement the counter on each edge.
233#define DAQmx_CI_CountEdges_DirTerm 0x21E1 // Specifies the source terminal of the digital signal that controls the count direction if Direction is DAQmx_Val_ExtControlled.
234#define DAQmx_CI_CountEdges_InitialCnt 0x0698 // Specifies the starting value from which to count.
235#define DAQmx_CI_CountEdges_ActiveEdge 0x0697 // Specifies on which edges to increment or decrement the counter.
236#define DAQmx_CI_AngEncoder_Units 0x18A6 // Specifies the units to use to return angular position measurements from the channel.
237#define DAQmx_CI_AngEncoder_PulsesPerRev 0x0875 // Specifies the number of pulses the encoder generates per revolution. This value is the number of pulses on either signal A or signal B, not the total number of pulses on both signal A and signal B.
238#define DAQmx_CI_AngEncoder_InitialAngle 0x0881 // Specifies the starting angle of the encoder. This value is in the units you specify with Units.
239#define DAQmx_CI_LinEncoder_Units 0x18A9 // Specifies the units to use to return linear encoder measurements from the channel.
240#define DAQmx_CI_LinEncoder_DistPerPulse 0x0911 // Specifies the distance to measure for each pulse the encoder generates on signal A or signal B. This value is in the units you specify with Units.
241#define DAQmx_CI_LinEncoder_InitialPos 0x0915 // Specifies the position of the encoder when the measurement begins. This value is in the units you specify with Units.
242#define DAQmx_CI_Encoder_DecodingType 0x21E6 // Specifies how to count and interpret the pulses the encoder generates on signal A and signal B. DAQmx_Val_X1, DAQmx_Val_X2, and DAQmx_Val_X4 are valid for quadrature encoders only. DAQmx_Val_TwoPulseCounting is valid for two-pulse encoders only.
243#define DAQmx_CI_Encoder_AInputTerm 0x219D // Specifies the terminal to which signal A is connected.
244#define DAQmx_CI_Encoder_BInputTerm 0x219E // Specifies the terminal to which signal B is connected.
245#define DAQmx_CI_Encoder_ZInputTerm 0x219F // Specifies the terminal to which signal Z is connected.
246#define DAQmx_CI_Encoder_ZIndexEnable 0x0890 // Specifies whether to use Z indexing for the channel.
247#define DAQmx_CI_Encoder_ZIndexVal 0x0888 // Specifies the value to which to reset the measurement when signal Z is high and signal A and signal B are at the states you specify with Z Index Phase. Specify this value in the units of the measurement.
248#define DAQmx_CI_Encoder_ZIndexPhase 0x0889 // Specifies the states at which signal A and signal B must be while signal Z is high for NI-DAQmx to reset the measurement. If signal Z is never high while signal A and signal B are high, for example, you must choose a phase other than DAQmx_Val_AHighBHigh.
249#define DAQmx_CI_PulseWidth_Units 0x0823 // Specifies the units to use to return pulse width measurements.
250#define DAQmx_CI_PulseWidth_Term 0x18AA // Specifies the input terminal of the signal to measure.
251#define DAQmx_CI_PulseWidth_StartingEdge 0x0825 // Specifies on which edge of the input signal to begin each pulse width measurement.
252#define DAQmx_CI_TwoEdgeSep_Units 0x18AC // Specifies the units to use to return two-edge separation measurements from the channel.
253#define DAQmx_CI_TwoEdgeSep_FirstTerm 0x18AD // Specifies the source terminal of the digital signal that starts each measurement.
254#define DAQmx_CI_TwoEdgeSep_FirstEdge 0x0833 // Specifies on which edge of the first signal to start each measurement.
255#define DAQmx_CI_TwoEdgeSep_SecondTerm 0x18AE // Specifies the source terminal of the digital signal that stops each measurement.
256#define DAQmx_CI_TwoEdgeSep_SecondEdge 0x0834 // Specifies on which edge of the second signal to stop each measurement.
257#define DAQmx_CI_SemiPeriod_Units 0x18AF // Specifies the units to use to return semi-period measurements.
258#define DAQmx_CI_SemiPeriod_Term 0x18B0 // Specifies the input terminal of the signal to measure.
259#define DAQmx_CI_CtrTimebaseSrc 0x0143 // Specifies the terminal of the timebase to use for the counter.
260#define DAQmx_CI_CtrTimebaseRate 0x18B2 // Specifies in Hertz the frequency of the counter timebase. Specifying the rate of a counter timebase allows you to take measurements in terms of time or frequency rather than in ticks of the timebase. If you use an external timebase and do not specify the rate, you can take measurements only in terms of ticks of the timebase.
261#define DAQmx_CI_CtrTimebaseActiveEdge 0x0142 // Specifies whether a timebase cycle is from rising edge to rising edge or from falling edge to falling edge.
262#define DAQmx_CI_Count 0x0148 // Indicates the current value of the count register.
263#define DAQmx_CI_OutputState 0x0149 // Indicates the current state of the out terminal of the counter.
264#define DAQmx_CI_TCReached 0x0150 // Indicates whether the counter rolled over. When you query this property, NI-DAQmx resets it to FALSE.
265#define DAQmx_CI_CtrTimebaseMasterTimebaseDiv 0x18B3 // Specifies the divisor for an external counter timebase. You can divide the counter timebase in order to measure slower signals without causing the count register to roll over.
266#define DAQmx_CI_DataXferMech 0x0200 // Specifies the data transfer mode for the channel.
267#define DAQmx_CI_NumPossiblyInvalidSamps 0x193C // Indicates the number of samples that the device might have overwritten before it could transfer them to the buffer.
268#define DAQmx_CI_DupCountPrevent 0x21AC // Specifies whether to enable duplicate count prevention for the channel.
269#define DAQmx_CO_OutputType 0x18B5 // Indicates how to define pulses generated on the channel.
270#define DAQmx_CO_Pulse_IdleState 0x1170 // Specifies the resting state of the output terminal.
271#define DAQmx_CO_Pulse_Term 0x18E1 // Specifies on which terminal to generate pulses.
272#define DAQmx_CO_Pulse_Time_Units 0x18D6 // Specifies the units in which to define high and low pulse time.
273#define DAQmx_CO_Pulse_HighTime 0x18BA // Specifies the amount of time that the pulse is at a high voltage. This value is in the units you specify with Units or when you create the channel.
274#define DAQmx_CO_Pulse_LowTime 0x18BB // Specifies the amount of time that the pulse is at a low voltage. This value is in the units you specify with Units or when you create the channel.
275#define DAQmx_CO_Pulse_Time_InitialDelay 0x18BC // Specifies in seconds the amount of time to wait before generating the first pulse.
276#define DAQmx_CO_Pulse_DutyCyc 0x1176 // Specifies the duty cycle of the pulses. The duty cycle of a signal is the width of the pulse divided by period. NI-DAQmx uses this ratio and the pulse frequency to determine the width of the pulses and the delay between pulses.
277#define DAQmx_CO_Pulse_Freq_Units 0x18D5 // Specifies the units in which to define pulse frequency.
278#define DAQmx_CO_Pulse_Freq 0x1178 // Specifies the frequency of the pulses to generate. This value is in the units you specify with Units or when you create the channel.
279#define DAQmx_CO_Pulse_Freq_InitialDelay 0x0299 // Specifies in seconds the amount of time to wait before generating the first pulse.
280#define DAQmx_CO_Pulse_HighTicks 0x1169 // Specifies the number of ticks the pulse is high.
281#define DAQmx_CO_Pulse_LowTicks 0x1171 // Specifies the number of ticks the pulse is low.
282#define DAQmx_CO_Pulse_Ticks_InitialDelay 0x0298 // Specifies the number of ticks to wait before generating the first pulse.
283#define DAQmx_CO_CtrTimebaseSrc 0x0339 // Specifies the terminal of the timebase to use for the counter. Typically, NI-DAQmx uses one of the internal counter timebases when generating pulses. Use this property to specify an external timebase and produce custom pulse widths that are not possible using the internal timebases.
284#define DAQmx_CO_CtrTimebaseRate 0x18C2 // Specifies in Hertz the frequency of the counter timebase. Specifying the rate of a counter timebase allows you to define output pulses in seconds rather than in ticks of the timebase. If you use an external timebase and do not specify the rate, you can define output pulses only in ticks of the timebase.
285#define DAQmx_CO_CtrTimebaseActiveEdge 0x0341 // Specifies whether a timebase cycle is from rising edge to rising edge or from falling edge to falling edge.
286#define DAQmx_CO_Count 0x0293 // Indicates the current value of the count register.
287#define DAQmx_CO_OutputState 0x0294 // Indicates the current state of the output terminal of the counter.
288#define DAQmx_CO_AutoIncrCnt 0x0295 // Specifies a number of timebase ticks by which to increment each successive pulse.
289#define DAQmx_CO_CtrTimebaseMasterTimebaseDiv 0x18C3 // Specifies the divisor for an external counter timebase. You can divide the counter timebase in order to generate slower signals without causing the count register to roll over.
290#define DAQmx_CO_PulseDone 0x190E // Indicates if the task completed pulse generation. Use this value for retriggerable pulse generation when you need to determine if the device generated the current pulse. When you query this property, NI-DAQmx resets it to FALSE.
291
292//********** Export Signal Attributes **********
293#define DAQmx_Exported_AIConvClk_OutputTerm 0x1687 // Specifies the terminal to which to route the AI Convert Clock.
294#define DAQmx_Exported_AIConvClk_Pulse_Polarity 0x1688 // Indicates the polarity of the exported AI Convert Clock. The polarity is fixed and independent of the active edge of the source of the AI Convert Clock.
295#define DAQmx_Exported_20MHzTimebase_OutputTerm 0x1657 // Specifies the terminal to which to route the 20MHz Timebase.
296#define DAQmx_Exported_SampClk_OutputBehavior 0x186B // Specifies whether the exported Sample Clock issues a pulse at the beginning of a sample or changes to a high state for the duration of the sample.
297#define DAQmx_Exported_SampClk_OutputTerm 0x1663 // Specifies the terminal to which to route the Sample Clock.
298#define DAQmx_Exported_AdvTrig_OutputTerm 0x1645 // Specifies the terminal to which to route the Advance Trigger.
299#define DAQmx_Exported_AdvTrig_Pulse_Polarity 0x1646 // Indicates the polarity of the exported Advance Trigger.
300#define DAQmx_Exported_AdvTrig_Pulse_WidthUnits 0x1647 // Specifies the units of Width Value.
301#define DAQmx_Exported_AdvTrig_Pulse_Width 0x1648 // Specifies the width of an exported Advance Trigger pulse. Specify this value in the units you specify with Width Units.
302#define DAQmx_Exported_RefTrig_OutputTerm 0x0590 // Specifies the terminal to which to route the Reference Trigger.
303#define DAQmx_Exported_StartTrig_OutputTerm 0x0584 // Specifies the terminal to which to route the Start Trigger.
304#define DAQmx_Exported_AdvCmpltEvent_OutputTerm 0x1651 // Specifies the terminal to which to route the Advance Complete Event.
305#define DAQmx_Exported_AdvCmpltEvent_Delay 0x1757 // Specifies the output signal delay in periods of the sample clock.
306#define DAQmx_Exported_AdvCmpltEvent_Pulse_Polarity 0x1652 // Specifies the polarity of the exported Advance Complete Event.
307#define DAQmx_Exported_AdvCmpltEvent_Pulse_Width 0x1654 // Specifies the width of the exported Advance Complete Event pulse.
308#define DAQmx_Exported_AIHoldCmpltEvent_OutputTerm 0x18ED // Specifies the terminal to which to route the AI Hold Complete Event.
309#define DAQmx_Exported_AIHoldCmpltEvent_PulsePolarity 0x18EE // Specifies the polarity of an exported AI Hold Complete Event pulse.
310#define DAQmx_Exported_ChangeDetectEvent_OutputTerm 0x2197 // Specifies the terminal to which to route the Change Detection Event.
311#define DAQmx_Exported_CtrOutEvent_OutputTerm 0x1717 // Specifies the terminal to which to route the Counter Output Event.
312#define DAQmx_Exported_CtrOutEvent_OutputBehavior 0x174F // Specifies whether the exported Counter Output Event pulses or changes from one state to the other when the counter reaches terminal count.
313#define DAQmx_Exported_CtrOutEvent_Pulse_Polarity 0x1718 // Specifies the polarity of the pulses at the output terminal of the counter when Output Behavior is DAQmx_Val_Pulse. NI-DAQmx ignores this property if Output Behavior is DAQmx_Val_Toggle.
314#define DAQmx_Exported_CtrOutEvent_Toggle_IdleState 0x186A // Specifies the initial state of the output terminal of the counter when Output Behavior is DAQmx_Val_Toggle. The terminal enters this state when NI-DAQmx commits the task.
315#define DAQmx_Exported_WatchdogExpiredEvent_OutputTerm 0x21AA // Specifies the terminal to which to route the Watchdog Timer Expired Event.
316
317//********** Device Attributes **********
318#define DAQmx_Dev_ProductType 0x0631 // Indicates the product name of the device.
319#define DAQmx_Dev_SerialNum 0x0632 // Indicates the serial number of the device. This value is zero if the device does not have a serial number.
320
321//********** Read Attributes **********
322#define DAQmx_Read_RelativeTo 0x190A // Specifies the point in the buffer at which to begin a read operation. If you also specify an offset with Offset, the read operation begins at that offset relative to the point you select with this property. The default value is DAQmx_Val_CurrReadPos unless you configure a Reference Trigger for the task. If you configure a Reference Trigger, the default value is DAQmx_Val_FirstPretrigSamp.
323#define DAQmx_Read_Offset 0x190B // Specifies an offset in samples per channel at which to begin a read operation. This offset is relative to the location you specify with RelativeTo.
324#define DAQmx_Read_ChannelsToRead 0x1823 // Specifies a subset of channels in the task from which to read.
325#define DAQmx_Read_ReadAllAvailSamp 0x1215 // Specifies whether subsequent read operations read all samples currently available in the buffer or wait for the buffer to become full before reading. NI-DAQmx uses this setting for finite acquisitions and only when the number of samples to read is -1. For continuous acquisitions when the number of samples to read is -1, a read operation always reads all samples currently available in the buffer.
326#define DAQmx_Read_AutoStart 0x1826 // Specifies if an NI-DAQmx Read function automatically starts the task if you did not start the task explicitly by using DAQmxStartTask(). The default value is TRUE. When an NI-DAQmx Read function starts a finite acquisition task, it also stops the task after reading the last sample.
327#define DAQmx_Read_OverWrite 0x1211 // Specifies whether to overwrite samples in the buffer that you have not yet read.
328#define DAQmx_Read_CurrReadPos 0x1221 // Indicates in samples per channel the current position in the buffer.
329#define DAQmx_Read_AvailSampPerChan 0x1223 // Indicates the number of samples available to read per channel. This value is the same for all channels in the task.
330#define DAQmx_Read_TotalSampPerChanAcquired 0x192A // Indicates the total number of samples acquired by each channel. NI-DAQmx returns a single value because this value is the same for all channels.
331#define DAQmx_Read_ChangeDetect_HasOverflowed 0x2194 // Indicates if samples were missed because change detection events occurred faster than the device could handle them.
332#define DAQmx_Read_RawDataWidth 0x217A // Indicates in bytes the size of a raw sample from the task.
333#define DAQmx_Read_NumChans 0x217B // Indicates the number of channels that an NI-DAQmx Read function reads from the task. This value is the number of channels in the task or the number of channels you specify with Channels to Read.
334#define DAQmx_Read_DigitalLines_BytesPerChan 0x217C // Indicates the number of bytes per channel that NI-DAQmx returns in a sample for line-based reads. If a channel has fewer lines than this number, the extra bytes are FALSE.
335
336//********** Switch Channel Attributes **********
337#define DAQmx_SwitchChan_Usage 0x18E4 // Specifies how you can use the channel. Using this property acts as a safety mechanism to prevent you from connecting two source channels, for example.
338#define DAQmx_SwitchChan_MaxACCarryCurrent 0x0648 // Indicates in amperes the maximum AC current that the device can carry.
339#define DAQmx_SwitchChan_MaxACSwitchCurrent 0x0646 // Indicates in amperes the maximum AC current that the device can switch. This current is always against an RMS voltage level.
340#define DAQmx_SwitchChan_MaxACCarryPwr 0x0642 // Indicates in watts the maximum AC power that the device can carry.
341#define DAQmx_SwitchChan_MaxACSwitchPwr 0x0644 // Indicates in watts the maximum AC power that the device can switch.
342#define DAQmx_SwitchChan_MaxDCCarryCurrent 0x0647 // Indicates in amperes the maximum DC current that the device can carry.
343#define DAQmx_SwitchChan_MaxDCSwitchCurrent 0x0645 // Indicates in amperes the maximum DC current that the device can switch. This current is always against a DC voltage level.
344#define DAQmx_SwitchChan_MaxDCCarryPwr 0x0643 // Indicates in watts the maximum DC power that the device can carry.
345#define DAQmx_SwitchChan_MaxDCSwitchPwr 0x0649 // Indicates in watts the maximum DC power that the device can switch.
346#define DAQmx_SwitchChan_MaxACVoltage 0x0651 // Indicates in volts the maximum AC RMS voltage that the device can switch.
347#define DAQmx_SwitchChan_MaxDCVoltage 0x0650 // Indicates in volts the maximum DC voltage that the device can switch.
348#define DAQmx_SwitchChan_WireMode 0x18E5 // Indicates the number of wires that the channel switches.
349#define DAQmx_SwitchChan_Bandwidth 0x0640 // Indicates in Hertz the maximum frequency of a signal that can pass through the switch without significant deterioration.
350#define DAQmx_SwitchChan_Impedance 0x0641 // Indicates in ohms the switch impedance. This value is important in the RF domain and should match the impedance of the sources and loads.
351
352//********** Switch Device Attributes **********
353#define DAQmx_SwitchDev_SettlingTime 0x1244 // Specifies in seconds the amount of time to wait for the switch to settle (or debounce). Refer to device documentation for supported settling times.
354#define DAQmx_SwitchDev_AutoConnAnlgBus 0x17DA // Specifies if NI-DAQmx routes multiplexed channels to the analog bus backplane. Only the SCXI-1127 and SCXI-1128 support this property.
355#define DAQmx_SwitchDev_Settled 0x1243 // Indicates when Settling Time expires.
356#define DAQmx_SwitchDev_RelayList 0x17DC // Indicates a comma-delimited list of relay names.
357#define DAQmx_SwitchDev_NumRelays 0x18E6 // Indicates the number of relays on the device. This value matches the number of relay names in Relay List.
358#define DAQmx_SwitchDev_SwitchChanList 0x18E7 // Indicates a comma-delimited list of channel names for the current topology of the device.
359#define DAQmx_SwitchDev_NumSwitchChans 0x18E8 // Indicates the number of switch channels for the current topology of the device. This value matches the number of channel names in Switch Channel List.
360#define DAQmx_SwitchDev_NumRows 0x18E9 // Indicates the number of rows on a device in a matrix switch topology. Indicates the number of multiplexed channels on a device in a mux topology.
361#define DAQmx_SwitchDev_NumColumns 0x18EA // Indicates the number of columns on a device in a matrix switch topology. This value is always 1 if the device is in a mux topology.
362#define DAQmx_SwitchDev_Topology 0x193D // Indicates the current topology of the device. This value is one of the topology options in DAQmxSwitchSetTopologyAndReset().
363
364//********** Switch Scan Attributes **********
365#define DAQmx_SwitchScan_BreakMode 0x1247 // Specifies the break mode between each entry in a scan list.
366#define DAQmx_SwitchScan_RepeatMode 0x1248 // Specifies if the task advances through the scan list multiple times.
367#define DAQmx_SwitchScan_WaitingForAdv 0x17D9 // Indicates if the switch hardware is waiting for an Advance Trigger. If the hardware is waiting, it completed the previous entry in the scan list.
368
369//********** Scale Attributes **********
370#define DAQmx_Scale_Descr 0x1226 // Specifies a description for the scale.
371#define DAQmx_Scale_ScaledUnits 0x191B // Specifies the units to use for scaled values. You can use an arbitrary string.
372#define DAQmx_Scale_PreScaledUnits 0x18F7 // Specifies the units of the values that you want to scale.
373#define DAQmx_Scale_Type 0x1929 // Indicates the method or equation form that the custom scale uses.
374#define DAQmx_Scale_Lin_Slope 0x1227 // Specifies the slope, m, in the equation y=mx+b.
375#define DAQmx_Scale_Lin_YIntercept 0x1228 // Specifies the y-intercept, b, in the equation y=mx+b.
376#define DAQmx_Scale_Map_ScaledMax 0x1229 // Specifies the largest value in the range of scaled values. NI-DAQmx maps this value to Pre-Scaled Maximum Value. Reads clip samples that are larger than this value. Writes generate errors for samples that are larger than this value.
377#define DAQmx_Scale_Map_PreScaledMax 0x1231 // Specifies the largest value in the range of pre-scaled values. NI-DAQmx maps this value to Scaled Maximum Value.
378#define DAQmx_Scale_Map_ScaledMin 0x1230 // Specifies the smallest value in the range of scaled values. NI-DAQmx maps this value to Pre-Scaled Minimum Value. Reads clip samples that are smaller than this value. Writes generate errors for samples that are smaller than this value.
379#define DAQmx_Scale_Map_PreScaledMin 0x1232 // Specifies the smallest value in the range of pre-scaled values. NI-DAQmx maps this value to Scaled Minimum Value.
380#define DAQmx_Scale_Poly_ForwardCoeff 0x1234 // Specifies an array of coefficients for the polynomial that converts pre-scaled values to scaled values. Each element of the array corresponds to a term of the equation. For example, if index three of the array is 9, the fourth term of the equation is 9x^3.
381#define DAQmx_Scale_Poly_ReverseCoeff 0x1235 // Specifies an array of coefficients for the polynomial that converts scaled values to pre-scaled values. Each element of the array corresponds to a term of the equation. For example, if index three of the array is 9, the fourth term of the equation is 9y^3.
382#define DAQmx_Scale_Table_ScaledVals 0x1236 // Specifies an array of scaled values. These values map directly to the values in Pre-Scaled Values.
383#define DAQmx_Scale_Table_PreScaledVals 0x1237 // Specifies an array of pre-scaled values. These values map directly to the values in Scaled Values.
384
385//********** System Attributes **********
386#define DAQmx_Sys_GlobalChans 0x1265 // Indicates an array that contains the names of all global channels saved on the system.
387#define DAQmx_Sys_Scales 0x1266 // Indicates an array that contains the names of all custom scales saved on the system.
388#define DAQmx_Sys_Tasks 0x1267 // Indicates an array that contains the names of all tasks saved on the system.
389#define DAQmx_Sys_DevNames 0x193B // Indicates an array that contains the names of all devices installed in the system.
390#define DAQmx_Sys_NIDAQMajorVersion 0x1272 // Indicates the major portion of the installed version of NI-DAQ, such as 7 for version 7.0.
391#define DAQmx_Sys_NIDAQMinorVersion 0x1923 // Indicates the minor portion of the installed version of NI-DAQ, such as 0 for version 7.0.
392
393//********** Task Attributes **********
394#define DAQmx_Task_Name 0x1276 // Indicates the name of the task.
395#define DAQmx_Task_Channels 0x1273 // Indicates the names of all virtual channels in the task.
396#define DAQmx_Task_NumChans 0x2181 // Indicates the number of virtual channels in the task.
397#define DAQmx_Task_Complete 0x1274 // Indicates whether the task completed execution.
398
399//********** Timing Attributes **********
400#define DAQmx_SampQuant_SampMode 0x1300 // Specifies if a task acquires or generates a finite number of samples or if it continuously acquires or generates samples.
401#define DAQmx_SampQuant_SampPerChan 0x1310 // Specifies the number of samples to acquire or generate for each channel if Sample Mode is finite.
402#define DAQmx_SampTimingType 0x1347 // Specifies the type of sample timing to use for the task.
403#define DAQmx_SampClk_Rate 0x1344 // Specifies the sampling rate in samples per channel per second. If you use an external source for the Sample Clock, set this input to the maximum expected rate of that clock.
404#define DAQmx_SampClk_Src 0x1852 // Specifies the terminal of the signal to use as the Sample Clock.
405#define DAQmx_SampClk_ActiveEdge 0x1301 // Specifies on which edge of a clock pulse sampling takes place. This property is useful primarily when the signal you use as the Sample Clock is not a periodic clock.
406#define DAQmx_SampClk_TimebaseDiv 0x18EB // Specifies the number of Sample Clock Timebase pulses needed to produce a single Sample Clock pulse.
407#define DAQmx_SampClk_Timebase_Rate 0x1303 // Specifies the rate of the Sample Clock Timebase. When the signal you use as the Sample Clock Timebase is not a clock, NI-DAQmx might require the rate to calculate other timing parameters. If this is the case, setting this property to an approximation is preferable to not setting it at all.
408#define DAQmx_SampClk_Timebase_Src 0x1308 // Specifies the terminal of the signal to use as the Sample Clock Timebase.
409#define DAQmx_SampClk_Timebase_ActiveEdge 0x18EC // Specifies on which edge to recognize a Sample Clock Timebase pulse. This property is useful primarily when the signal you use as the Sample Clock Timebase is not a periodic clock.
410#define DAQmx_SampClk_Timebase_MasterTimebaseDiv 0x1305 // Specifies the number of pulses of the Master Timebase needed to produce a single pulse of the Sample Clock Timebase.
411#define DAQmx_ChangeDetect_DI_RisingEdgePhysicalChans 0x2195 // Specifies the names of the digital lines or ports on which to detect rising edges. The lines or ports must be used by virtual channels in the task. You also can specify a string that contains a list or range of digital lines or ports.
412#define DAQmx_ChangeDetect_DI_FallingEdgePhysicalChans 0x2196 // Specifies the names of the digital lines or ports on which to detect rising edges. The lines or ports must be used by virtual channels in the task. You also can specify a string that contains a list or range of digital lines or ports.
413#define DAQmx_OnDemand_SimultaneousAOEnable 0x21A0 // Specifies whether to update all channels in the task simultaneously, rather than updating channels independently when you write a sample to that channel.
414#define DAQmx_AIConv_Rate 0x1848 // Specifies the rate at which to clock the analog-to-digital converter. This clock is specific to the analog input section of an E Series device.
415#define DAQmx_AIConv_Src 0x1502 // Specifies the terminal of the signal to use as the AI Convert Clock.
416#define DAQmx_AIConv_ActiveEdge 0x1853 // Specifies on which edge of the clock pulse an analog-to-digital conversion takes place.
417#define DAQmx_AIConv_TimebaseDiv 0x1335 // Specifies the number of AI Convert Clock Timebase pulses needed to produce a single AI Convert Clock pulse.
418#define DAQmx_AIConv_Timebase_Src 0x1339 // Specifies the terminal of the signal to use as the AI Convert Clock Timebase.
419#define DAQmx_MasterTimebase_Rate 0x1495 // Specifies the rate of the Master Timebase.
420#define DAQmx_MasterTimebase_Src 0x1343 // Specifies the terminal of the signal to use as the Master Timebase. On an E Series device, you can choose only between the onboard 20MHz Timebase or the RTSI7 terminal.
421#define DAQmx_DelayFromSampClk_DelayUnits 0x1304 // Specifies the units of Delay.
422#define DAQmx_DelayFromSampClk_Delay 0x1317 // Specifies the amount of time to wait after receiving a Sample Clock edge before beginning to acquire the sample. This value is in the units you specify with Delay Units.
423
424//********** Trigger Attributes **********
425#define DAQmx_StartTrig_Type 0x1393 // Specifies the type of trigger to use to start a task.
426#define DAQmx_DigEdge_StartTrig_Src 0x1407 // Specifies the name of a terminal where there is a digital signal to use as the source of the Start Trigger.
427#define DAQmx_DigEdge_StartTrig_Edge 0x1404 // Specifies on which edge of a digital pulse to start acquiring or generating samples.
428#define DAQmx_AnlgEdge_StartTrig_Src 0x1398 // Specifies the name of a virtual channel or terminal where there is an analog signal to use as the source of the Start Trigger.
429#define DAQmx_AnlgEdge_StartTrig_Slope 0x1397 // Specifies on which slope of the trigger signal to start acquiring or generating samples.
430#define DAQmx_AnlgEdge_StartTrig_Lvl 0x1396 // Specifies at what threshold in the units of the measurement or generation to start acquiring or generating samples. Use Slope to specify on which slope to trigger on this threshold.
431#define DAQmx_AnlgEdge_StartTrig_Hyst 0x1395 // Specifies a hysteresis level in the units of the measurement or generation. If Slope is DAQmx_Val_RisingSlope, the trigger does not deassert until the source signal passes below Level minus the hysteresis. If Slope is DAQmx_Val_FallingSlope, the trigger does not deassert until the source signal passes above Level plus the hysteresis.
432#define DAQmx_AnlgWin_StartTrig_Src 0x1400 // Specifies the name of a virtual channel or terminal where there is an analog signal to use as the source of the Start Trigger.
433#define DAQmx_AnlgWin_StartTrig_When 0x1401 // Specifies whether the task starts acquiring or generating samples when the signal enters or leaves the window you specify with Bottom and Top.
434#define DAQmx_AnlgWin_StartTrig_Top 0x1403 // Specifies the upper limit of the window. Specify this value in the units of the measurement or generation.
435#define DAQmx_AnlgWin_StartTrig_Btm 0x1402 // Specifies the lower limit of the window. Specify this value in the units of the measurement or generation.
436#define DAQmx_StartTrig_Delay 0x1856 // Specifies an amount of time to wait after the Start Trigger is received before acquiring or generating the first sample. This value is in the units you specify with Delay Units.
437#define DAQmx_StartTrig_DelayUnits 0x18C8 // Specifies the units of Delay.
438#define DAQmx_StartTrig_Retriggerable 0x190F // Specifies whether to enable retriggerable counter pulse generation. When you set this property to TRUE, the device generates pulses each time it receives a trigger. The device ignores a trigger if it is in the process of generating pulses.
439#define DAQmx_RefTrig_Type 0x1419 // Specifies the type of trigger to use to mark a reference point for the measurement.
440#define DAQmx_RefTrig_PretrigSamples 0x1445 // Specifies the minimum number of pretrigger samples to acquire from each channel before recognizing the reference trigger. Post-trigger samples per channel are equal to Samples Per Channel minus the number of pretrigger samples per channel.
441#define DAQmx_DigEdge_RefTrig_Src 0x1434 // Specifies the name of a terminal where there is a digital signal to use as the source of the Reference Trigger.
442#define DAQmx_DigEdge_RefTrig_Edge 0x1430 // Specifies on what edge of a digital pulse the Reference Trigger occurs.
443#define DAQmx_AnlgEdge_RefTrig_Src 0x1424 // Specifies the name of a virtual channel or terminal where there is an analog signal to use as the source of the Reference Trigger.
444#define DAQmx_AnlgEdge_RefTrig_Slope 0x1423 // Specifies on which slope of the source signal the Reference Trigger occurs.
445#define DAQmx_AnlgEdge_RefTrig_Lvl 0x1422 // Specifies in the units of the measurement the threshold at which the Reference Trigger occurs. Use Slope to specify on which slope to trigger at this threshold.
446#define DAQmx_AnlgEdge_RefTrig_Hyst 0x1421 // Specifies a hysteresis level in the units of the measurement. If Slope is DAQmx_Val_RisingSlope, the trigger does not deassert until the source signal passes below Level minus the hysteresis. If Slope is DAQmx_Val_FallingSlope, the trigger does not deassert until the source signal passes above Level plus the hysteresis.
447#define DAQmx_AnlgWin_RefTrig_Src 0x1426 // Specifies the name of a virtual channel or terminal where there is an analog signal to use as the source of the Reference Trigger.
448#define DAQmx_AnlgWin_RefTrig_When 0x1427 // Specifies whether the Reference Trigger occurs when the source signal enters the window or when it leaves the window. Use Bottom and Top to specify the window.
449#define DAQmx_AnlgWin_RefTrig_Top 0x1429 // Specifies the upper limit of the window. Specify this value in the units of the measurement.
450#define DAQmx_AnlgWin_RefTrig_Btm 0x1428 // Specifies the lower limit of the window. Specify this value in the units of the measurement.
451#define DAQmx_AdvTrig_Type 0x1365 // Specifies the type of trigger to use to advance to the next entry in a scan list.
452#define DAQmx_DigEdge_AdvTrig_Src 0x1362 // Specifies the name of a terminal where there is a digital signal to use as the source of the Advance Trigger.
453#define DAQmx_DigEdge_AdvTrig_Edge 0x1360 // Specifies on which edge of a digital signal to advance to the next entry in a scan list.
454#define DAQmx_PauseTrig_Type 0x1366 // Specifies the type of trigger to use to pause a task.
455#define DAQmx_AnlgLvl_PauseTrig_Src 0x1370 // Specifies the name of a virtual channel or terminal where there is an analog signal to use as the source of the trigger.
456#define DAQmx_AnlgLvl_PauseTrig_When 0x1371 // Specifies whether the task pauses above or below the threshold you specify with Level.
457#define DAQmx_AnlgLvl_PauseTrig_Lvl 0x1369 // Specifies the threshold at which to pause the task. Specify this value in the units of the measurement or generation. Use Pause When to specify whether the task pauses above or below this threshold.
458#define DAQmx_AnlgLvl_PauseTrig_Hyst 0x1368 // Specifies a hysteresis level in the units of the measurement or generation. If Pause When is DAQmx_Val_AboveLvl, the trigger does not deassert until the source signal passes below Level minus the hysteresis. If Pause When is DAQmx_Val_BelowLvl, the trigger does not deassert until the source signal passes above Level plus the hysteresis.
459#define DAQmx_AnlgWin_PauseTrig_Src 0x1373 // Specifies the name of a virtual channel or terminal where there is an analog signal to use as the source of the trigger.
460#define DAQmx_AnlgWin_PauseTrig_When 0x1374 // Specifies whether the task pauses while the trigger signal is inside or outside the window you specify with Bottom and Top.
461#define DAQmx_AnlgWin_PauseTrig_Top 0x1376 // Specifies the upper limit of the window. Specify this value in the units of the measurement or generation.
462#define DAQmx_AnlgWin_PauseTrig_Btm 0x1375 // Specifies the lower limit of the window. Specify this value in the units of the measurement or generation.
463#define DAQmx_DigLvl_PauseTrig_Src 0x1379 // Specifies the name of a terminal where there is a digital signal to use as the source of the Pause Trigger.
464#define DAQmx_DigLvl_PauseTrig_When 0x1380 // Specifies whether the task pauses while the signal is high or low.
465#define DAQmx_ArmStartTrig_Type 0x1414 // Specifies the type of trigger to use to arm the task for a Start Trigger. If you configure an Arm Start Trigger, the task does not respond to a Start Trigger until the device receives the Arm Start Trigger.
466#define DAQmx_DigEdge_ArmStartTrig_Src 0x1417 // Specifies the name of a terminal where there is a digital signal to use as the source of the Arm Start Trigger.
467#define DAQmx_DigEdge_ArmStartTrig_Edge 0x1415 // Specifies on which edge of a digital signal to arm the task for a Start Trigger.
468
469//********** Watchdog Attributes **********
470#define DAQmx_Watchdog_Timeout 0x21A9 // Specifies in seconds the amount of time until the watchdog timer expires. A value of -1 means the internal timer never expires. Set this input to -1 if you use an Expiration Trigger to expire the watchdog task.
471#define DAQmx_WatchdogExpirTrig_Type 0x21A3 // Specifies the type of trigger to use to expire a watchdog task.
472#define DAQmx_DigEdge_WatchdogExpirTrig_Src 0x21A4 // Specifies the name of a terminal where a digital signal exists to use as the source of the Expiration Trigger.
473#define DAQmx_DigEdge_WatchdogExpirTrig_Edge 0x21A5 // Specifies on which edge of a digital signal to expire the watchdog task.
474#define DAQmx_Watchdog_DO_ExpirState 0x21A7 // Specifies the state to which to set the digital physical channels when the watchdog task expires. You cannot modify the expiration state of dedicated digital input physical channels.
475#define DAQmx_Watchdog_HasExpired 0x21A8 // Indicates if the watchdog timer expired. You can read this property only while the task is running.
476
477//********** Write Attributes **********
478#define DAQmx_Write_RelativeTo 0x190C // Specifies the point in the buffer at which to write data. If you also specify an offset with Offset, the write operation begins at that offset relative to this point you select with this property.
479#define DAQmx_Write_Offset 0x190D // Specifies in samples per channel an offset at which a write operation begins. This offset is relative to the location you specify with Relative To.
480#define DAQmx_Write_RegenMode 0x1453 // Specifies whether to allow NI-DAQmx to generate the same data multiple times.
481#define DAQmx_Write_CurrWritePos 0x1458 // Indicates the number of the next sample for the device to generate. This value is identical for all channels in the task.
482#define DAQmx_Write_SpaceAvail 0x1460 // Indicates in samples per channel the amount of available space in the buffer.
483#define DAQmx_Write_TotalSampPerChanGenerated 0x192B // Indicates the total number of samples generated by each channel in the task. This value is identical for all channels in the task.
484#define DAQmx_Write_RawDataWidth 0x217D // Indicates in bytes the required size of a raw sample to write to the task.
485#define DAQmx_Write_NumChans 0x217E // Indicates the number of channels that an NI-DAQmx Write function writes to the task. This value is the number of channels in the task.
486#define DAQmx_Write_DigitalLines_BytesPerChan 0x217F // Indicates the number of bytes expected per channel in a sample for line-based writes. If a channel has fewer lines than this number, NI-DAQmx ignores the extra bytes.
487
488
489/******************************************************************************
490 *** NI-DAQmx Values **********************************************************
491 ******************************************************************************/
492
493/******************************************************/
494/*** Non-Attribute Function Parameter Values ***/
495/******************************************************/
496
497//*** Values for the Mode parameter of DAQmxTaskControl ***
498#define DAQmx_Val_Task_Start 0 // Start
499#define DAQmx_Val_Task_Stop 1 // Stop
500#define DAQmx_Val_Task_Verify 2 // Verify
501#define DAQmx_Val_Task_Commit 3 // Commit
502#define DAQmx_Val_Task_Reserve 4 // Reserve
503#define DAQmx_Val_Task_Unreserve 5 // Unreserve
504#define DAQmx_Val_Task_Abort 6 // Abort
505
506//*** Values for the Action parameter of DAQmxControlWatchdogTask ***
507#define DAQmx_Val_ResetTimer 0 // Reset Timer
508#define DAQmx_Val_ClearExpiration 1 // Clear Expiration
509
510//*** Values for the Line Grouping parameter of DAQmxCreateDIChan and DAQmxCreateDOChan ***
511#define DAQmx_Val_ChanPerLine 0 // One Channel For Each Line
512#define DAQmx_Val_ChanForAllLines 1 // One Channel For All Lines
513
514//*** Values for the Fill Mode parameter of DAQmxReadAnalogF64, DAQmxReadBinaryI16, DAQmxReadBinaryU16, DAQmxReadDigitalU8, DAQmxReadDigitalU32, DAQmxReadDigitalLines ***
515//*** Values for the Data Layout parameter of DAQmxWriteAnalogF64, DAQmxWriteBinaryI16, DAQmxWriteDigitalU8, DAQmxWriteDigitalU32, DAQmxWriteDigitalLines ***
516#define DAQmx_Val_GroupByChannel 0 // Group by Channel
517#define DAQmx_Val_GroupByScanNumber 1 // Group by Scan Number
518
519//*** Values for the Signal Modifiers parameter of DAQmxConnectTerms ***/
520#define DAQmx_Val_DoNotInvertPolarity 0 // Do not invert polarity
521#define DAQmx_Val_InvertPolarity 1 // Invert polarity
522
523//*** Values for the Action paramter of DAQmxCloseExtCal ***
524#define DAQmx_Val_Action_Commit 0 // Commit
525#define DAQmx_Val_Action_Cancel 1 // Cancel
526
527//*** Values for the Trigger ID parameter of DAQmxSendSoftwareTrigger ***
528#define DAQmx_Val_AdvanceTrigger 12488 // Advance Trigger
529
530//*** Value set for the Signal ID parameter of DAQmxExportSignal ***
531#define DAQmx_Val_AIConvertClock 12484 // AI Convert Clock
532#define DAQmx_Val_20MHzTimebaseClock 12486 // 20MHz Timebase Clock
533#define DAQmx_Val_SampleClock 12487 // Sample Clock
534#define DAQmx_Val_AdvanceTrigger 12488 // Advance Trigger
535#define DAQmx_Val_ReferenceTrigger 12490 // Reference Trigger
536#define DAQmx_Val_StartTrigger 12491 // Start Trigger
537#define DAQmx_Val_AdvCmpltEvent 12492 // Advance Complete Event
538#define DAQmx_Val_AIHoldCmpltEvent 12493 // AI Hold Complete Event
539#define DAQmx_Val_CounterOutputEvent 12494 // Counter Output Event
540#define DAQmx_Val_ChangeDetectionEvent 12511 // Change Detection Event
541#define DAQmx_Val_WDTExpiredEvent 12512 // Watchdog Timer Expired Event
542
543//*** Value set for the ActiveEdge parameter of DAQmxCfgSampClkTiming ***
544#define DAQmx_Val_Rising 10280 // Rising
545#define DAQmx_Val_Falling 10171 // Falling
546
547//*** Value set SwitchPathType ***
548//*** Value set for the output Path Status parameter of DAQmxSwitchFindPath ***
549#define DAQmx_Val_PathStatus_Available 10431 // Path Available
550#define DAQmx_Val_PathStatus_AlreadyExists 10432 // Path Already Exists
551#define DAQmx_Val_PathStatus_Unsupported 10433 // Path Unsupported
552#define DAQmx_Val_PathStatus_ChannelInUse 10434 // Channel In Use
553#define DAQmx_Val_PathStatus_SourceChannelConflict 10435 // Channel Source Conflict
554#define DAQmx_Val_PathStatus_ChannelReservedForRouting 10436 // Channel Reserved for Routing
555
556//*** Value set for the Units parameter of DAQmxCreateAIThrmcplChan, DAQmxCreateAIRTDChan, DAQmxCreateAIThrmstrChanIex, DAQmxCreateAIThrmstrChanVex and DAQmxCreateAITempBuiltInSensorChan ***
557#define DAQmx_Val_DegC 10143 // Deg C
558#define DAQmx_Val_DegF 10144 // Deg F
559#define DAQmx_Val_Kelvins 10325 // Kelvins
560#define DAQmx_Val_DegR 10145 // Deg R
561
562//*** Value set for the state parameter of DAQmxSetDigitalPowerUpStates ***
563#define DAQmx_Val_High 10192 // High
564#define DAQmx_Val_Low 10214 // Low
565#define DAQmx_Val_Tristate 10310 // Tristate
566
567//*** Value set RelayPos ***
568//*** Value set for the state parameter of DAQmxSwitchGetSingleRelayPos and DAQmxSwitchGetMultiRelayPos ***
569#define DAQmx_Val_Open 10437 // Open
570#define DAQmx_Val_Closed 10438 // Closed
571
572//*** Value for the Terminal Config parameter of DAQmxCreateAIVoltageChan, DAQmxCreateAICurrentChan and DAQmxCreateAIVoltageChanWithExcit ***
573#define DAQmx_Val_Cfg_Default -1 // Default
574
575//*** Value for the Timeout parameter of DAQmxWaitUntilTaskDone
576#define DAQmx_Val_WaitInfinitely -1.0
577
578//*** Value for the Number of Samples per Channel parameter of DAQmxReadAnalogF64, DAQmxReadBinaryI16, DAQmxReadBinaryU16, DAQmxReadDigitalU8, DAQmxReadDigitalU32,
579// DAQmxReadDigitalLines, DAQmxReadCounterF64, DAQmxReadCounterU32 and DAQmxReadRaw ***
580#define DAQmx_Val_Auto -1
581
582/******************************************************/
583/*** Attribute Values ***/
584/******************************************************/
585
586//*** Values for DAQmx_AI_ACExcit_WireMode ***
587//*** Value set ACExcitWireMode ***
588#define DAQmx_Val_4Wire 4 // 4-Wire
589#define DAQmx_Val_5Wire 5 // 5-Wire
590
591//*** Values for DAQmx_AI_MeasType ***
592//*** Value set AIMeasurementType ***
593#define DAQmx_Val_Voltage 10322 // Voltage
594#define DAQmx_Val_Current 10134 // Current
595#define DAQmx_Val_Voltage_CustomWithExcitation 10323 // More:Voltage:Custom with Excitation
596#define DAQmx_Val_Freq_Voltage 10181 // Frequency
597#define DAQmx_Val_Resistance 10278 // Resistance
598#define DAQmx_Val_Temp_TC 10303 // Temperature:Thermocouple
599#define DAQmx_Val_Temp_Thrmstr 10302 // Temperature:Thermistor
600#define DAQmx_Val_Temp_RTD 10301 // Temperature:RTD
601#define DAQmx_Val_Temp_BuiltInSensor 10311 // Temperature:Built-in Sensor
602#define DAQmx_Val_Strain_Gage 10300 // Strain Gage
603#define DAQmx_Val_Position_LVDT 10352 // Position:LVDT
604#define DAQmx_Val_Position_RVDT 10353 // Position:RVDT
605#define DAQmx_Val_Accelerometer 10356 // Accelerometer
606
607//*** Values for DAQmx_AO_OutputType ***
608//*** Value set AOOutputChannelType ***
609#define DAQmx_Val_Voltage 10322 // Voltage
610#define DAQmx_Val_Current 10134 // Current
611
612//*** Values for DAQmx_AI_Accel_SensitivityUnits ***
613//*** Value set AccelSensitivityUnits1 ***
614#define DAQmx_Val_mVoltsPerG 12509 // mVolts/g
615#define DAQmx_Val_VoltsPerG 12510 // Volts/g
616
617//*** Values for DAQmx_AI_Accel_Units ***
618//*** Value set AccelUnits2 ***
619#define DAQmx_Val_AccelUnit_g 10186 // g
620#define DAQmx_Val_FromCustomScale 10065 // From Custom Scale
621
622//*** Values for DAQmx_SampQuant_SampMode ***
623//*** Value set AcquisitionType ***
624#define DAQmx_Val_FiniteSamps 10178 // Finite Samples
625#define DAQmx_Val_ContSamps 10123 // Continuous Samples
626
627//*** Values for DAQmx_AnlgLvl_PauseTrig_When ***
628//*** Value set ActiveLevel ***
629#define DAQmx_Val_AboveLvl 10093 // Above Level
630#define DAQmx_Val_BelowLvl 10107 // Below Level
631
632//*** Values for DAQmx_AI_RVDT_Units ***
633//*** Value set AngleUnits1 ***
634#define DAQmx_Val_Degrees 10146 // Degrees
635#define DAQmx_Val_Radians 10273 // Radians
636#define DAQmx_Val_FromCustomScale 10065 // From Custom Scale
637
638//*** Values for DAQmx_CI_AngEncoder_Units ***
639//*** Value set AngleUnits2 ***
640#define DAQmx_Val_Degrees 10146 // Degrees
641#define DAQmx_Val_Radians 10273 // Radians
642#define DAQmx_Val_Ticks 10304 // Ticks
643#define DAQmx_Val_FromCustomScale 10065 // From Custom Scale
644
645//*** Values for DAQmx_AI_AutoZeroMode ***
646//*** Value set AutoZeroType1 ***
647#define DAQmx_Val_None 10230 // None
648#define DAQmx_Val_Once 10244 // Once
649
650//*** Values for DAQmx_SwitchScan_BreakMode ***
651//*** Value set BreakMode ***
652#define DAQmx_Val_NoAction 10227 // No Action
653#define DAQmx_Val_BreakBeforeMake 10110 // Break Before Make
654
655//*** Values for DAQmx_AI_Bridge_Cfg ***
656//*** Value set BridgeConfiguration1 ***
657#define DAQmx_Val_FullBridge 10182 // Full Bridge
658#define DAQmx_Val_HalfBridge 10187 // Half Bridge
659#define DAQmx_Val_QuarterBridge 10270 // Quarter Bridge
660#define DAQmx_Val_NoBridge 10228 // No Bridge
661
662//*** Values for DAQmx_CI_MeasType ***
663//*** Value set CIMeasurementType ***
664#define DAQmx_Val_CountEdges 10125 // Count Edges
665#define DAQmx_Val_Freq 10179 // Frequency
666#define DAQmx_Val_Period 10256 // Period
667#define DAQmx_Val_PulseWidth 10359 // Pulse Width
668#define DAQmx_Val_SemiPeriod 10289 // Semi Period
669#define DAQmx_Val_Position_AngEncoder 10360 // Position:Angular Encoder
670#define DAQmx_Val_Position_LinEncoder 10361 // Position:Linear Encoder
671#define DAQmx_Val_TwoEdgeSep 10267 // Two Edge Separation
672
673//*** Values for DAQmx_AI_Thrmcpl_CJCSrc ***
674//*** Value set CJCSource1 ***
675#define DAQmx_Val_BuiltIn 10200 // Built-In
676#define DAQmx_Val_ConstVal 10116 // Constant Value
677#define DAQmx_Val_Chan 10113 // Channel
678
679//*** Values for DAQmx_CO_OutputType ***
680//*** Value set COOutputType ***
681#define DAQmx_Val_Pulse_Time 10269 // Pulse:Time
682#define DAQmx_Val_Pulse_Freq 10119 // Pulse:Frequency
683#define DAQmx_Val_Pulse_Ticks 10268 // Pulse:Ticks
684
685//*** Values for DAQmx_ChanType ***
686//*** Value set ChannelType ***
687#define DAQmx_Val_AI 10100 // Analog Input
688#define DAQmx_Val_AO 10102 // Analog Output
689#define DAQmx_Val_DI 10151 // Digital Input
690#define DAQmx_Val_DO 10153 // Digital Output
691#define DAQmx_Val_CI 10131 // Counter Input
692#define DAQmx_Val_CO 10132 // Counter Output
693
694//*** Values for DAQmx_CI_CountEdges_Dir ***
695//*** Value set CountDirection1 ***
696#define DAQmx_Val_CountUp 10128 // Count Up
697#define DAQmx_Val_CountDown 10124 // Count Down
698#define DAQmx_Val_ExtControlled 10326 // Externally Controlled
699
700//*** Values for DAQmx_CI_Freq_MeasMeth ***
701//*** Values for DAQmx_CI_Period_MeasMeth ***
702//*** Value set CounterFrequencyMethod ***
703#define DAQmx_Val_LowFreq1Ctr 10105 // Low Frequency with 1 Counter
704#define DAQmx_Val_HighFreq2Ctr 10157 // High Frequency with 2 Counters
705#define DAQmx_Val_LargeRng2Ctr 10205 // Large Range with 2 Counters
706
707//*** Values for DAQmx_AI_Coupling ***
708//*** Value set Coupling1 ***
709#define DAQmx_Val_AC 10045 // AC
710#define DAQmx_Val_DC 10050 // DC
711#define DAQmx_Val_GND 10066 // GND
712
713//*** Values for DAQmx_AI_CurrentShunt_Loc ***
714//*** Value set CurrentShuntResistorLocation1 ***
715#define DAQmx_Val_Internal 10200 // Internal
716#define DAQmx_Val_External 10167 // External
717
718//*** Values for DAQmx_AI_Current_Units ***
719//*** Values for DAQmx_AO_Current_Units ***
720//*** Value set CurrentUnits1 ***
721#define DAQmx_Val_Amps 10342 // Amps
722#define DAQmx_Val_FromCustomScale 10065 // From Custom Scale
723
724//*** Values for DAQmx_AI_DataXferMech ***
725//*** Values for DAQmx_AO_DataXferMech ***
726//*** Values for DAQmx_CI_DataXferMech ***
727//*** Value set DataTransferMechanism ***
728#define DAQmx_Val_DMA 10054 // DMA
729#define DAQmx_Val_Interrupts 10204 // Interrupts
730#define DAQmx_Val_ProgrammedIO 10264 // Programmed I/O
731
732//*** Values for DAQmx_Watchdog_DO_ExpirState ***
733//*** Value set DigitalLineState ***
734#define DAQmx_Val_High 10192 // High
735#define DAQmx_Val_Low 10214 // Low
736#define DAQmx_Val_Tristate 10310 // Tristate
737#define DAQmx_Val_NoChange 10160 // No Change
738
739//*** Values for DAQmx_StartTrig_DelayUnits ***
740//*** Value set DigitalWidthUnits1 ***
741#define DAQmx_Val_SampClkPeriods 10286 // Sample Clock Periods
742#define DAQmx_Val_Seconds 10364 // Seconds
743#define DAQmx_Val_Ticks 10304 // Ticks
744
745//*** Values for DAQmx_DelayFromSampClk_DelayUnits ***
746//*** Value set DigitalWidthUnits2 ***
747#define DAQmx_Val_Seconds 10364 // Seconds
748#define DAQmx_Val_Ticks 10304 // Ticks
749
750//*** Values for DAQmx_Exported_AdvTrig_Pulse_WidthUnits ***
751//*** Value set DigitalWidthUnits3 ***
752#define DAQmx_Val_Seconds 10364 // Seconds
753
754//*** Values for DAQmx_CI_Freq_StartingEdge ***
755//*** Values for DAQmx_CI_Period_StartingEdge ***
756//*** Values for DAQmx_CI_CountEdges_ActiveEdge ***
757//*** Values for DAQmx_CI_PulseWidth_StartingEdge ***
758//*** Values for DAQmx_CI_TwoEdgeSep_FirstEdge ***
759//*** Values for DAQmx_CI_TwoEdgeSep_SecondEdge ***
760//*** Values for DAQmx_CI_CtrTimebaseActiveEdge ***
761//*** Values for DAQmx_CO_CtrTimebaseActiveEdge ***
762//*** Values for DAQmx_SampClk_ActiveEdge ***
763//*** Values for DAQmx_SampClk_Timebase_ActiveEdge ***
764//*** Values for DAQmx_AIConv_ActiveEdge ***
765//*** Values for DAQmx_DigEdge_StartTrig_Edge ***
766//*** Values for DAQmx_DigEdge_RefTrig_Edge ***
767//*** Values for DAQmx_DigEdge_AdvTrig_Edge ***
768//*** Values for DAQmx_DigEdge_ArmStartTrig_Edge ***
769//*** Values for DAQmx_DigEdge_WatchdogExpirTrig_Edge ***
770//*** Value set Edge1 ***
771#define DAQmx_Val_Rising 10280 // Rising
772#define DAQmx_Val_Falling 10171 // Falling
773
774//*** Values for DAQmx_CI_Encoder_DecodingType ***
775//*** Value set EncoderType2 ***
776#define DAQmx_Val_X1 10090 // X1
777#define DAQmx_Val_X2 10091 // X2
778#define DAQmx_Val_X4 10092 // X4
779#define DAQmx_Val_TwoPulseCounting 10313 // Two Pulse Counting
780
781//*** Values for DAQmx_CI_Encoder_ZIndexPhase ***
782//*** Value set EncoderZIndexPhase1 ***
783#define DAQmx_Val_AHighBHigh 10040 // A High B High
784#define DAQmx_Val_AHighBLow 10041 // A High B Low
785#define DAQmx_Val_ALowBHigh 10042 // A Low B High
786#define DAQmx_Val_ALowBLow 10043 // A Low B Low
787
788//*** Values for DAQmx_AI_Excit_DCorAC ***
789//*** Value set ExcitationDCorAC ***
790#define DAQmx_Val_DC 10050 // DC
791#define DAQmx_Val_AC 10045 // AC
792
793//*** Values for DAQmx_AI_Excit_Src ***
794//*** Value set ExcitationSource ***
795#define DAQmx_Val_Internal 10200 // Internal
796#define DAQmx_Val_External 10167 // External
797#define DAQmx_Val_None 10230 // None
798
799//*** Values for DAQmx_AI_Excit_VoltageOrCurrent ***
800//*** Value set ExcitationVoltageOrCurrent ***
801#define DAQmx_Val_Voltage 10322 // Voltage
802#define DAQmx_Val_Current 10134 // Current
803
804//*** Values for DAQmx_Exported_CtrOutEvent_OutputBehavior ***
805//*** Value set ExportActions2 ***
806#define DAQmx_Val_Pulse 10265 // Pulse
807#define DAQmx_Val_Toggle 10307 // Toggle
808
809//*** Values for DAQmx_Exported_SampClk_OutputBehavior ***
810//*** Value set ExportActions3 ***
811#define DAQmx_Val_Pulse 10265 // Pulse
812#define DAQmx_Val_Lvl 10210 // Level
813
814//*** Values for DAQmx_AI_Freq_Units ***
815//*** Value set FrequencyUnits ***
816#define DAQmx_Val_Hz 10373 // Hz
817#define DAQmx_Val_FromCustomScale 10065 // From Custom Scale
818
819//*** Values for DAQmx_CO_Pulse_Freq_Units ***
820//*** Value set FrequencyUnits2 ***
821#define DAQmx_Val_Hz 10373 // Hz
822
823//*** Values for DAQmx_CI_Freq_Units ***
824//*** Value set FrequencyUnits3 ***
825#define DAQmx_Val_Hz 10373 // Hz
826#define DAQmx_Val_Ticks 10304 // Ticks
827#define DAQmx_Val_FromCustomScale 10065 // From Custom Scale
828
829
830//*** Values for DAQmx_AI_DataXferReqCond ***
831//*** Value set InputDataTransferCondition ***
832#define DAQmx_Val_OnBrdMemMoreThanHalfFull 10237 // On Board Memory More than Half Full
833#define DAQmx_Val_OnBrdMemNotEmpty 10241 // On Board Memory Not Empty
834
835//*** Values for DAQmx_AI_TermCfg ***
836//*** Value set InputTermCfg ***
837#define DAQmx_Val_RSE 10083 // RSE
838#define DAQmx_Val_NRSE 10078 // NRSE
839#define DAQmx_Val_Diff 10106 // Differential
840
841//*** Values for DAQmx_AI_LVDT_SensitivityUnits ***
842//*** Value set LVDTSensitivityUnits1 ***
843#define DAQmx_Val_mVoltsPerVoltPerMillimeter 12506 // mVolts/Volt/mMeter
844#define DAQmx_Val_mVoltsPerVoltPerMilliInch 12505 // mVolts/Volt/0.001 Inch
845
846//*** Values for DAQmx_AI_LVDT_Units ***
847//*** Value set LengthUnits2 ***
848#define DAQmx_Val_Meters 10219 // Meters
849#define DAQmx_Val_Inches 10379 // Inches
850#define DAQmx_Val_FromCustomScale 10065 // From Custom Scale
851
852//*** Values for DAQmx_CI_LinEncoder_Units ***
853//*** Value set LengthUnits3 ***
854#define DAQmx_Val_Meters 10219 // Meters
855#define DAQmx_Val_Inches 10379 // Inches
856#define DAQmx_Val_Ticks 10304 // Ticks
857#define DAQmx_Val_FromCustomScale 10065 // From Custom Scale
858
859//*** Values for DAQmx_CI_OutputState ***
860//*** Values for DAQmx_CO_Pulse_IdleState ***
861//*** Values for DAQmx_CO_OutputState ***
862//*** Values for DAQmx_Exported_CtrOutEvent_Toggle_IdleState ***
863//*** Values for DAQmx_DigLvl_PauseTrig_When ***
864//*** Value set Level1 ***
865#define DAQmx_Val_High 10192 // High
866#define DAQmx_Val_Low 10214 // Low
867
868//*** Values for DAQmx_AIConv_Timebase_Src ***
869//*** Value set MIOAIConvertTbSrc ***
870#define DAQmx_Val_SameAsSampTimebase 10284 // Same as Sample Timebase
871#define DAQmx_Val_SameAsMasterTimebase 10282 // Same as Master Timebase
872
873//*** Values for DAQmx_AO_DataXferReqCond ***
874//*** Value set OutputDataTransferCondition ***
875#define DAQmx_Val_OnBrdMemEmpty 10235 // On Board Memory Empty
876#define DAQmx_Val_OnBrdMemHalfFullOrLess 10239 // On Board Memory Half Full or Less
877#define DAQmx_Val_OnBrdMemNotFull 10242 // On Board Memory Less than Full
878
879//*** Values for DAQmx_Read_OverWrite ***
880//*** Value set OverwriteMode1 ***
881#define DAQmx_Val_OverwriteUnreadSamps 10252 // Overwrite Unread Samples
882#define DAQmx_Val_DoNotOverwriteUnreadSamps 10159 // Do Not Overwrite Unread Samples
883
884//*** Values for DAQmx_Exported_AIConvClk_Pulse_Polarity ***
885//*** Values for DAQmx_Exported_AdvTrig_Pulse_Polarity ***
886//*** Values for DAQmx_Exported_AdvCmpltEvent_Pulse_Polarity ***
887//*** Values for DAQmx_Exported_AIHoldCmpltEvent_PulsePolarity ***
888//*** Values for DAQmx_Exported_CtrOutEvent_Pulse_Polarity ***
889//*** Value set Polarity2 ***
890#define DAQmx_Val_ActiveHigh 10095 // Active High
891#define DAQmx_Val_ActiveLow 10096 // Active Low
892
893//*** Values for DAQmx_AI_RTD_Type ***
894//*** Value set RTDType1 ***
895#define DAQmx_Val_Pt3750 12481 // Pt3750
896#define DAQmx_Val_Pt3851 10071 // Pt3851
897#define DAQmx_Val_Pt3911 12482 // Pt3911
898#define DAQmx_Val_Pt3916 10069 // Pt3916
899#define DAQmx_Val_Pt3920 10053 // Pt3920
900#define DAQmx_Val_Pt3928 12483 // Pt3928
901#define DAQmx_Val_Custom 10137 // Custom
902
903//*** Values for DAQmx_AI_RVDT_SensitivityUnits ***
904//*** Value set RVDTSensitivityUnits1 ***
905#define DAQmx_Val_mVoltsPerVoltPerDegree 12507 // mVolts/Volt/Degree
906#define DAQmx_Val_mVoltsPerVoltPerRadian 12508 // mVolts/Volt/Radian
907
908//*** Values for DAQmx_Read_RelativeTo ***
909//*** Value set ReadRelativeTo ***
910#define DAQmx_Val_FirstSample 10424 // First Sample
911#define DAQmx_Val_CurrReadPos 10425 // Current Read Position
912#define DAQmx_Val_RefTrig 10426 // Reference Trigger
913#define DAQmx_Val_FirstPretrigSamp 10427 // First Pretrigger Sample
914#define DAQmx_Val_MostRecentSamp 10428 // Most Recent Sample
915
916
917//*** Values for DAQmx_Write_RegenMode ***
918//*** Value set RegenerationMode1 ***
919#define DAQmx_Val_AllowRegen 10097 // Allow Regeneration
920#define DAQmx_Val_DoNotAllowRegen 10158 // Do Not Allow Regeneration
921
922//*** Values for DAQmx_AI_ResistanceCfg ***
923//*** Value set ResistanceConfiguration ***
924#define DAQmx_Val_2Wire 2 // 2-Wire
925#define DAQmx_Val_3Wire 3 // 3-Wire
926#define DAQmx_Val_4Wire 4 // 4-Wire
927
928//*** Values for DAQmx_AI_Resistance_Units ***
929//*** Value set ResistanceUnits1 ***
930#define DAQmx_Val_Ohms 10384 // Ohms
931#define DAQmx_Val_FromCustomScale 10065 // From Custom Scale
932
933//*** Values for DAQmx_AI_ResolutionUnits ***
934//*** Values for DAQmx_AO_ResolutionUnits ***
935//*** Value set ResolutionType1 ***
936#define DAQmx_Val_Bits 10109 // Bits
937
938//*** Values for DAQmx_SampTimingType ***
939//*** Value set SampleTimingType ***
940#define DAQmx_Val_SampClk 10388 // Sample Clock
941#define DAQmx_Val_Handshake 10389 // Handshake
942#define DAQmx_Val_Implicit 10451 // Implicit
943#define DAQmx_Val_OnDemand 10390 // On Demand
944#define DAQmx_Val_ChangeDetection 12504 // Change Detection
945
946//*** Values for DAQmx_Scale_Type ***
947//*** Value set ScaleType ***
948#define DAQmx_Val_Linear 10447 // Linear
949#define DAQmx_Val_MapRanges 10448 // Map Ranges
950#define DAQmx_Val_Polynomial 10449 // Polynomial
951#define DAQmx_Val_Table 10450 // Table
952
953//*** Values for DAQmx_AI_Bridge_ShuntCal_Select ***
954//*** Value set ShuntCalSelect ***
955#define DAQmx_Val_A 12513 // A
956#define DAQmx_Val_B 12514 // B
957#define DAQmx_Val_AandB 12515 // A and B
958
959//*** Values for DAQmx_AnlgEdge_StartTrig_Slope ***
960//*** Values for DAQmx_AnlgEdge_RefTrig_Slope ***
961//*** Value set Slope1 ***
962#define DAQmx_Val_RisingSlope 10280 // Rising
963#define DAQmx_Val_FallingSlope 10171 // Falling
964
965//*** Values for DAQmx_AI_Lowpass_SwitchCap_ClkSrc ***
966//*** Values for DAQmx_AO_DAC_Ref_Src ***
967//*** Value set SourceSelection ***
968#define DAQmx_Val_Internal 10200 // Internal
969#define DAQmx_Val_External 10167 // External
970
971//*** Values for DAQmx_AI_StrainGage_Cfg ***
972//*** Value set StrainGageBridgeType1 ***
973#define DAQmx_Val_FullBridgeI 10183 // Full Bridge I
974#define DAQmx_Val_FullBridgeII 10184 // Full Bridge II
975#define DAQmx_Val_FullBridgeIII 10185 // Full Bridge III
976#define DAQmx_Val_HalfBridgeI 10188 // Half Bridge I
977#define DAQmx_Val_HalfBridgeII 10189 // Half Bridge II
978#define DAQmx_Val_QuarterBridgeI 10271 // Quarter Bridge I
979#define DAQmx_Val_QuarterBridgeII 10272 // Quarter Bridge II
980
981//*** Values for DAQmx_AI_Strain_Units ***
982//*** Value set StrainUnits1 ***
983#define DAQmx_Val_Strain 10299 // Strain
984#define DAQmx_Val_FromCustomScale 10065 // From Custom Scale
985
986//*** Values for DAQmx_SwitchScan_RepeatMode ***
987//*** Value set SwitchScanRepeatMode ***
988#define DAQmx_Val_Finite 10172 // Finite
989#define DAQmx_Val_Cont 10117 // Continuous
990
991//*** Values for DAQmx_SwitchChan_Usage ***
992//*** Value set SwitchUsageTypes ***
993#define DAQmx_Val_Source 10439 // Source
994#define DAQmx_Val_Load 10440 // Load
995#define DAQmx_Val_ReservedForRouting 10441 // Reserved for Routing
996
997//*** Values for DAQmx_AI_Temp_Units ***
998//*** Value set TemperatureUnits1 ***
999#define DAQmx_Val_DegC 10143 // Deg C
1000#define DAQmx_Val_DegF 10144 // Deg F
1001#define DAQmx_Val_Kelvins 10325 // Kelvins
1002#define DAQmx_Val_DegR 10145 // Deg R
1003#define DAQmx_Val_FromCustomScale 10065 // From Custom Scale
1004
1005//*** Values for DAQmx_AI_Thrmcpl_Type ***
1006//*** Value set ThermocoupleType1 ***
1007#define DAQmx_Val_J_Type_TC 10072 // J
1008#define DAQmx_Val_K_Type_TC 10073 // K
1009#define DAQmx_Val_N_Type_TC 10077 // N
1010#define DAQmx_Val_R_Type_TC 10082 // R
1011#define DAQmx_Val_S_Type_TC 10085 // S
1012#define DAQmx_Val_T_Type_TC 10086 // T
1013#define DAQmx_Val_B_Type_TC 10047 // B
1014#define DAQmx_Val_E_Type_TC 10055 // E
1015
1016//*** Values for DAQmx_CO_Pulse_Time_Units ***
1017//*** Value set TimeUnits2 ***
1018#define DAQmx_Val_Seconds 10364 // Seconds
1019
1020//*** Values for DAQmx_CI_Period_Units ***
1021//*** Values for DAQmx_CI_PulseWidth_Units ***
1022//*** Values for DAQmx_CI_TwoEdgeSep_Units ***
1023//*** Values for DAQmx_CI_SemiPeriod_Units ***
1024//*** Value set TimeUnits3 ***
1025#define DAQmx_Val_Seconds 10364 // Seconds
1026#define DAQmx_Val_Ticks 10304 // Ticks
1027#define DAQmx_Val_FromCustomScale 10065 // From Custom Scale
1028
1029//*** Values for DAQmx_RefTrig_Type ***
1030//*** Value set TriggerType1 ***
1031#define DAQmx_Val_AnlgEdge 10099 // Analog Edge
1032#define DAQmx_Val_DigEdge 10150 // Digital Edge
1033#define DAQmx_Val_AnlgWin 10103 // Analog Window
1034#define DAQmx_Val_None 10230 // None
1035
1036//*** Values for DAQmx_ArmStartTrig_Type ***
1037//*** Values for DAQmx_WatchdogExpirTrig_Type ***
1038//*** Value set TriggerType4 ***
1039#define DAQmx_Val_DigEdge 10150 // Digital Edge
1040#define DAQmx_Val_None 10230 // None
1041
1042//*** Values for DAQmx_AdvTrig_Type ***
1043//*** Value set TriggerType5 ***
1044#define DAQmx_Val_DigEdge 10150 // Digital Edge
1045#define DAQmx_Val_Software 10292 // Software
1046#define DAQmx_Val_None 10230 // None
1047
1048//*** Values for DAQmx_PauseTrig_Type ***
1049//*** Value set TriggerType6 ***
1050#define DAQmx_Val_AnlgLvl 10101 // Analog Level
1051#define DAQmx_Val_AnlgWin 10103 // Analog Window
1052#define DAQmx_Val_DigLvl 10152 // Digital Level
1053#define DAQmx_Val_None 10230 // None
1054
1055//*** Values for DAQmx_StartTrig_Type ***
1056//*** Value set TriggerType8 ***
1057#define DAQmx_Val_AnlgEdge 10099 // Analog Edge
1058#define DAQmx_Val_DigEdge 10150 // Digital Edge
1059#define DAQmx_Val_AnlgWin 10103 // Analog Window
1060#define DAQmx_Val_None 10230 // None
1061
1062//*** Values for DAQmx_Scale_PreScaledUnits ***
1063//*** Value set UnitsPreScaled ***
1064#define DAQmx_Val_Volts 10348 // Volts
1065#define DAQmx_Val_Amps 10342 // Amps
1066#define DAQmx_Val_DegF 10144 // Deg F
1067#define DAQmx_Val_DegC 10143 // Deg C
1068#define DAQmx_Val_DegR 10145 // Deg R
1069#define DAQmx_Val_Kelvins 10325 // Kelvins
1070#define DAQmx_Val_Strain 10299 // Strain
1071#define DAQmx_Val_Ohms 10384 // Ohms
1072#define DAQmx_Val_Hz 10373 // Hz
1073#define DAQmx_Val_Seconds 10364 // Seconds
1074#define DAQmx_Val_Meters 10219 // Meters
1075#define DAQmx_Val_Inches 10379 // Inches
1076#define DAQmx_Val_Degrees 10146 // Degrees
1077#define DAQmx_Val_Radians 10273 // Radians
1078#define DAQmx_Val_g 10186 // g
1079
1080//*** Values for DAQmx_AI_Voltage_Units ***
1081//*** Value set VoltageUnits1 ***
1082#define DAQmx_Val_Volts 10348 // Volts
1083#define DAQmx_Val_FromCustomScale 10065 // From Custom Scale
1084
1085//*** Values for DAQmx_AO_Voltage_Units ***
1086//*** Value set VoltageUnits2 ***
1087#define DAQmx_Val_Volts 10348 // Volts
1088#define DAQmx_Val_FromCustomScale 10065 // From Custom Scale
1089
1090//*** Values for DAQmx_AnlgWin_StartTrig_When ***
1091//*** Values for DAQmx_AnlgWin_RefTrig_When ***
1092//*** Value set WindowTriggerCondition1 ***
1093#define DAQmx_Val_EnteringWin 10163 // Entering Window
1094#define DAQmx_Val_LeavingWin 10208 // Leaving Window
1095
1096//*** Values for DAQmx_AnlgWin_PauseTrig_When ***
1097//*** Value set WindowTriggerCondition2 ***
1098#define DAQmx_Val_InsideWin 10199 // Inside Window
1099#define DAQmx_Val_OutsideWin 10251 // Outside Window
1100
1101//*** Values for DAQmx_Write_RelativeTo ***
1102//*** Value set WriteRelativeTo ***
1103#define DAQmx_Val_FirstSample 10424 // First Sample
1104#define DAQmx_Val_CurrWritePos 10430 // Current Write Position
1105
1106
1107/******************************************************************************
1108 *** NI-DAQmx Function Declarations *******************************************
1109 ******************************************************************************/
1110
1111/******************************************************/
1112/*** Task Configuration/Control ***/
1113/******************************************************/
1114
1115
1116int32 DllExport __CFUNC DAQmxLoadTask (const char taskName[], TaskHandle *taskHandle);
1117int32 DllExport __CFUNC DAQmxCreateTask (const char taskName[], TaskHandle *taskHandle);
1118// Channel Names must be valid channels already available in MAX. They are not created.
1119int32 DllExport __CFUNC DAQmxAddGlobalChansToTask(TaskHandle taskHandle, const char channelNames[]);
1120
1123
1125
1128
1130
1131int32 DllExport __CFUNC DAQmxGetNthTaskChannel (TaskHandle taskHandle, uInt32 index, char buffer[], int32 bufferSize);
1132
1133int32 DllExport __CFUNC_C DAQmxGetTaskAttribute (TaskHandle taskHandle, int32 attribute, void *value, ...);
1134
1135
1136/******************************************************/
1137/*** Channel Configuration/Creation ***/
1138/******************************************************/
1139
1140
1141int32 DllExport __CFUNC DAQmxCreateAIVoltageChan (TaskHandle taskHandle, const char physicalChannel[], const char nameToAssignToChannel[], int32 terminalConfig, float64 minVal, float64 maxVal, int32 units, const char customScaleName[]);
1142int32 DllExport __CFUNC DAQmxCreateAICurrentChan (TaskHandle taskHandle, const char physicalChannel[], const char nameToAssignToChannel[], int32 terminalConfig, float64 minVal, float64 maxVal, int32 units, int32 shuntResistorLoc, float64 extShuntResistorVal, const char customScaleName[]);
1143int32 DllExport __CFUNC DAQmxCreateAIThrmcplChan (TaskHandle taskHandle, const char physicalChannel[], const char nameToAssignToChannel[], float64 minVal, float64 maxVal, int32 units, int32 thermocoupleType, int32 cjcSource, float64 cjcVal, const char cjcChannel[]);
1144int32 DllExport __CFUNC DAQmxCreateAIRTDChan (TaskHandle taskHandle, const char physicalChannel[], const char nameToAssignToChannel[], float64 minVal, float64 maxVal, int32 units, int32 rtdType, int32 resistanceConfig, int32 currentExcitSource, float64 currentExcitVal, float64 r0);
1145int32 DllExport __CFUNC DAQmxCreateAIThrmstrChanIex (TaskHandle taskHandle, const char physicalChannel[], const char nameToAssignToChannel[], float64 minVal, float64 maxVal, int32 units, int32 resistanceConfig, int32 currentExcitSource, float64 currentExcitVal, float64 a, float64 b, float64 c);
1146int32 DllExport __CFUNC DAQmxCreateAIThrmstrChanVex (TaskHandle taskHandle, const char physicalChannel[], const char nameToAssignToChannel[], float64 minVal, float64 maxVal, int32 units, int32 resistanceConfig, int32 voltageExcitSource, float64 voltageExcitVal, float64 a, float64 b, float64 c, float64 r1);
1147int32 DllExport __CFUNC DAQmxCreateAIFreqVoltageChan (TaskHandle taskHandle, const char physicalChannel[], const char nameToAssignToChannel[], float64 minVal, float64 maxVal, int32 units, float64 thresholdLevel, float64 hysteresis, const char customScaleName[]);
1148int32 DllExport __CFUNC DAQmxCreateAIResistanceChan (TaskHandle taskHandle, const char physicalChannel[], const char nameToAssignToChannel[], float64 minVal, float64 maxVal, int32 units, int32 resistanceConfig, int32 currentExcitSource, float64 currentExcitVal, const char customScaleName[]);
1149int32 DllExport __CFUNC DAQmxCreateAIStrainGageChan (TaskHandle taskHandle, const char physicalChannel[], const char nameToAssignToChannel[], float64 minVal, float64 maxVal, int32 units, int32 strainConfig, int32 voltageExcitSource, float64 voltageExcitVal, float64 gageFactor, float64 initialBridgeVoltage, float64 nominalGageResistance, float64 poissonRatio, float64 leadWireResistance, const char customScaleName[]);
1150int32 DllExport __CFUNC DAQmxCreateAIVoltageChanWithExcit (TaskHandle taskHandle, const char physicalChannel[], const char nameToAssignToChannel[], int32 terminalConfig, float64 minVal, float64 maxVal, int32 units, int32 bridgeConfig, int32 voltageExcitSource, float64 voltageExcitVal, bool32 useExcitForScaling, const char customScaleName[]);
1151int32 DllExport __CFUNC DAQmxCreateAITempBuiltInSensorChan(TaskHandle taskHandle, const char physicalChannel[], const char nameToAssignToChannel[], int32 units);
1152int32 DllExport __CFUNC DAQmxCreateAIAccelChan (TaskHandle taskHandle, const char physicalChannel[], const char nameToAssignToChannel[], int32 terminalConfig, float64 minVal, float64 maxVal, int32 units, float64 sensitivity, int32 sensitivityUnits, int32 currentExcitSource, float64 currentExcitVal, const char customScaleName[]);
1153int32 DllExport __CFUNC DAQmxCreateAIPosLVDTChan (TaskHandle taskHandle, const char physicalChannel[], const char nameToAssignToChannel[], float64 minVal, float64 maxVal, int32 units, float64 sensitivity, int32 sensitivityUnits, int32 voltageExcitSource, float64 voltageExcitVal, float64 voltageExcitFreq, int32 ACExcitWireMode, const char customScaleName[]);
1154int32 DllExport __CFUNC DAQmxCreateAIPosRVDTChan (TaskHandle taskHandle, const char physicalChannel[], const char nameToAssignToChannel[], float64 minVal, float64 maxVal, int32 units, float64 sensitivity, int32 sensitivityUnits, int32 voltageExcitSource, float64 voltageExcitVal, float64 voltageExcitFreq, int32 ACExcitWireMode, const char customScaleName[]);
1155// Function DAQmxCreateAIDeviceTempChan is obsolete and has been replaced by DAQmxCreateAITempBuiltInSensorChan
1156int32 DllExport __CFUNC DAQmxCreateAIDeviceTempChan (TaskHandle taskHandle, const char physicalChannel[], const char nameToAssignToChannel[], int32 units);
1157
1158int32 DllExport __CFUNC DAQmxCreateAOVoltageChan (TaskHandle taskHandle, const char physicalChannel[], const char nameToAssignToChannel[], float64 minVal, float64 maxVal, int32 units, const char customScaleName[]);
1159int32 DllExport __CFUNC DAQmxCreateAOCurrentChan (TaskHandle taskHandle, const char physicalChannel[], const char nameToAssignToChannel[], float64 minVal, float64 maxVal, int32 units, const char customScaleName[]);
1160
1161int32 DllExport __CFUNC DAQmxCreateDIChan (TaskHandle taskHandle, const char lines[], const char nameToAssignToLines[], int32 lineGrouping);
1162
1163int32 DllExport __CFUNC DAQmxCreateDOChan (TaskHandle taskHandle, const char lines[], const char nameToAssignToLines[], int32 lineGrouping);
1164
1165int32 DllExport __CFUNC DAQmxCreateCIFreqChan (TaskHandle taskHandle, const char counter[], const char nameToAssignToChannel[], float64 minVal, float64 maxVal, int32 units, int32 edge, int32 measMethod, float64 measTime, uInt32 divisor, const char customScaleName[]);
1166int32 DllExport __CFUNC DAQmxCreateCIPeriodChan (TaskHandle taskHandle, const char counter[], const char nameToAssignToChannel[], float64 minVal, float64 maxVal, int32 units, int32 edge, int32 measMethod, float64 measTime, uInt32 divisor, const char customScaleName[]);
1167int32 DllExport __CFUNC DAQmxCreateCICountEdgesChan (TaskHandle taskHandle, const char counter[], const char nameToAssignToChannel[], int32 edge, uInt32 initialCount, int32 countDirection);
1168int32 DllExport __CFUNC DAQmxCreateCIPulseWidthChan (TaskHandle taskHandle, const char counter[], const char nameToAssignToChannel[], float64 minVal, float64 maxVal, int32 units, int32 startingEdge, const char customScaleName[]);
1169int32 DllExport __CFUNC DAQmxCreateCISemiPeriodChan (TaskHandle taskHandle, const char counter[], const char nameToAssignToChannel[], float64 minVal, float64 maxVal, int32 units, const char customScaleName[]);
1170int32 DllExport __CFUNC DAQmxCreateCITwoEdgeSepChan (TaskHandle taskHandle, const char counter[], const char nameToAssignToChannel[], float64 minVal, float64 maxVal, int32 units, int32 firstEdge, int32 secondEdge, const char customScaleName[]);
1171int32 DllExport __CFUNC DAQmxCreateCILinEncoderChan (TaskHandle taskHandle, const char counter[], const char nameToAssignToChannel[], int32 decodingType, bool32 ZidxEnable, float64 ZidxVal, int32 ZidxPhase, int32 units, float64 distPerPulse, float64 initialPos, const char customScaleName[]);
1172int32 DllExport __CFUNC DAQmxCreateCIAngEncoderChan (TaskHandle taskHandle, const char counter[], const char nameToAssignToChannel[], int32 decodingType, bool32 ZidxEnable, float64 ZidxVal, int32 ZidxPhase, int32 units, uInt32 pulsesPerRev, float64 initialAngle, const char customScaleName[]);
1173
1174int32 DllExport __CFUNC DAQmxCreateCOPulseChanFreq (TaskHandle taskHandle, const char counter[], const char nameToAssignToChannel[], int32 units, int32 idleState, float64 initialDelay, float64 freq, float64 dutyCycle);
1175int32 DllExport __CFUNC DAQmxCreateCOPulseChanTime (TaskHandle taskHandle, const char counter[], const char nameToAssignToChannel[], int32 units, int32 idleState, float64 initialDelay, float64 lowTime, float64 highTime);
1176int32 DllExport __CFUNC DAQmxCreateCOPulseChanTicks (TaskHandle taskHandle, const char counter[], const char nameToAssignToChannel[], const char sourceTerminal[], int32 idleState, int32 initialDelay, int32 lowTicks, int32 highTicks);
1177
1178int32 DllExport __CFUNC_C DAQmxGetChanAttribute (TaskHandle taskHandle, const char channel[], int32 attribute, void *value, ...);
1179int32 DllExport __CFUNC_C DAQmxSetChanAttribute (TaskHandle taskHandle, const char channel[], int32 attribute, ...);
1180int32 DllExport __CFUNC DAQmxResetChanAttribute (TaskHandle taskHandle, const char channel[], int32 attribute);
1181
1182
1183/******************************************************/
1184/*** Timing ***/
1185/******************************************************/
1186
1187
1188// (Analog/Counter Timing)
1189int32 DllExport __CFUNC DAQmxCfgSampClkTiming (TaskHandle taskHandle, const char source[], float64 rate, int32 activeEdge, int32 sampleMode, uInt64 sampsPerChan);
1190// (Digital Timing)
1192int32 DllExport __CFUNC DAQmxCfgChangeDetectionTiming (TaskHandle taskHandle, const char risingEdgeChan[], const char fallingEdgeChan[], int32 sampleMode, uInt64 sampsPerChan);
1193// (Counter Timing)
1194int32 DllExport __CFUNC DAQmxCfgImplicitTiming (TaskHandle taskHandle, int32 sampleMode, uInt64 sampsPerChan);
1195
1196int32 DllExport __CFUNC_C DAQmxGetTimingAttribute (TaskHandle taskHandle, int32 attribute, void *value, ...);
1199
1200
1201/******************************************************/
1202/*** Triggering ***/
1203/******************************************************/
1204
1205
1207int32 DllExport __CFUNC DAQmxCfgDigEdgeStartTrig (TaskHandle taskHandle, const char triggerSource[], int32 triggerEdge);
1208int32 DllExport __CFUNC DAQmxCfgAnlgEdgeStartTrig (TaskHandle taskHandle, const char triggerSource[], int32 triggerSlope, float64 triggerLevel);
1209int32 DllExport __CFUNC DAQmxCfgAnlgWindowStartTrig(TaskHandle taskHandle, const char triggerSource[], int32 triggerWhen, float64 windowTop, float64 windowBottom);
1210
1212int32 DllExport __CFUNC DAQmxCfgDigEdgeRefTrig (TaskHandle taskHandle, const char triggerSource[], int32 triggerEdge, uInt32 pretriggerSamples);
1213int32 DllExport __CFUNC DAQmxCfgAnlgEdgeRefTrig (TaskHandle taskHandle, const char triggerSource[], int32 triggerSlope, float64 triggerLevel, uInt32 pretriggerSamples);
1214int32 DllExport __CFUNC DAQmxCfgAnlgWindowRefTrig (TaskHandle taskHandle, const char triggerSource[], int32 triggerWhen, float64 windowTop, float64 windowBottom, uInt32 pretriggerSamples);
1215
1217int32 DllExport __CFUNC DAQmxCfgDigEdgeAdvTrig (TaskHandle taskHandle, const char triggerSource[], int32 triggerEdge);
1218
1219int32 DllExport __CFUNC_C DAQmxGetTrigAttribute (TaskHandle taskHandle, int32 attribute, void *value, ...);
1222
1224
1225
1226/******************************************************/
1227/*** Read Data ***/
1228/******************************************************/
1229
1230
1231int32 DllExport __CFUNC DAQmxReadAnalogF64 (TaskHandle taskHandle, int32 numSampsPerChan, float64 timeout, bool32 fillMode, float64 readArray[], uInt32 arraySizeInSamps, int32 *sampsPerChanRead, bool32 *reserved);
1233
1234int32 DllExport __CFUNC DAQmxReadBinaryI16 (TaskHandle taskHandle, int32 numSampsPerChan, float64 timeout, bool32 fillMode, int16 readArray[], uInt32 arraySizeInSamps, int32 *sampsPerChanRead, bool32 *reserved);
1235
1236int32 DllExport __CFUNC DAQmxReadBinaryU16 (TaskHandle taskHandle, int32 numSampsPerChan, float64 timeout, bool32 fillMode, uInt16 readArray[], uInt32 arraySizeInSamps, int32 *sampsPerChanRead, bool32 *reserved);
1237
1238int32 DllExport __CFUNC DAQmxReadDigitalU8 (TaskHandle taskHandle, int32 numSampsPerChan, float64 timeout, bool32 fillMode, uInt8 readArray[], uInt32 arraySizeInSamps, int32 *sampsPerChanRead, bool32 *reserved);
1239int32 DllExport __CFUNC DAQmxReadDigitalU32 (TaskHandle taskHandle, int32 numSampsPerChan, float64 timeout, bool32 fillMode, uInt32 readArray[], uInt32 arraySizeInSamps, int32 *sampsPerChanRead, bool32 *reserved);
1241int32 DllExport __CFUNC DAQmxReadDigitalLines (TaskHandle taskHandle, int32 numSampsPerChan, float64 timeout, bool32 fillMode, uInt8 readArray[], uInt32 arraySizeInBytes, int32 *sampsPerChanRead, int32 *numBytesPerSamp, bool32 *reserved);
1242
1243int32 DllExport __CFUNC DAQmxReadCounterF64 (TaskHandle taskHandle, int32 numSampsPerChan, float64 timeout, float64 readArray[], uInt32 arraySizeInSamps, int32 *sampsPerChanRead, bool32 *reserved);
1244int32 DllExport __CFUNC DAQmxReadCounterU32 (TaskHandle taskHandle, int32 numSampsPerChan, float64 timeout, uInt32 readArray[], uInt32 arraySizeInSamps, int32 *sampsPerChanRead, bool32 *reserved);
1247
1248int32 DllExport __CFUNC DAQmxReadRaw (TaskHandle taskHandle, int32 numSampsPerChan, float64 timeout, void *readArray, uInt32 arraySizeInBytes, int32 *sampsRead, int32 *numBytesPerSamp, bool32 *reserved);
1249
1250int32 DllExport __CFUNC DAQmxGetNthTaskReadChannel (TaskHandle taskHandle, uInt32 index, char buffer[], int32 bufferSize);
1251
1252int32 DllExport __CFUNC_C DAQmxGetReadAttribute (TaskHandle taskHandle, int32 attribute, void *value, ...);
1255
1256
1257/******************************************************/
1258/*** Write Data ***/
1259/******************************************************/
1260
1261
1262int32 DllExport __CFUNC DAQmxWriteAnalogF64 (TaskHandle taskHandle, int32 numSampsPerChan, bool32 autoStart, float64 timeout, bool32 dataLayout, float64 writeArray[], int32 *sampsPerChanWritten, bool32 *reserved);
1263int32 DllExport __CFUNC DAQmxWriteAnalogScalarF64 (TaskHandle taskHandle, bool32 autoStart, float64 timeout, float64 value, bool32 *reserved);
1264
1265int32 DllExport __CFUNC DAQmxWriteBinaryI16 (TaskHandle taskHandle, int32 numSampsPerChan, bool32 autoStart, float64 timeout, bool32 dataLayout, int16 writeArray[], int32 *sampsPerChanWritten, bool32 *reserved);
1266int32 DllExport __CFUNC DAQmxWriteBinaryU16 (TaskHandle taskHandle, int32 numSampsPerChan, bool32 autoStart, float64 timeout, bool32 dataLayout, uInt16 writeArray[], int32 *sampsPerChanWritten, bool32 *reserved);
1267
1268int32 DllExport __CFUNC DAQmxWriteDigitalU8 (TaskHandle taskHandle, int32 numSampsPerChan, bool32 autoStart, float64 timeout, bool32 dataLayout, uInt8 writeArray[], int32 *sampsPerChanWritten, bool32 *reserved);
1269int32 DllExport __CFUNC DAQmxWriteDigitalU32 (TaskHandle taskHandle, int32 numSampsPerChan, bool32 autoStart, float64 timeout, bool32 dataLayout, uInt32 writeArray[], int32 *sampsPerChanWritten, bool32 *reserved);
1270int32 DllExport __CFUNC DAQmxWriteDigitalScalarU32 (TaskHandle taskHandle, bool32 autoStart, float64 timeout, uInt32 value, bool32 *reserved);
1271int32 DllExport __CFUNC DAQmxWriteDigitalLines (TaskHandle taskHandle, int32 numSampsPerChan, bool32 autoStart, float64 timeout, bool32 dataLayout, uInt8 writeArray[], int32 *sampsPerChanWritten, bool32 *reserved);
1272
1273int32 DllExport __CFUNC DAQmxWriteRaw (TaskHandle taskHandle, int32 numSamps, bool32 autoStart, float64 timeout, void *writeArray, int32 *sampsPerChanWritten, bool32 *reserved);
1274
1278
1279
1280/******************************************************/
1281/*** Events & Signals ***/
1282/******************************************************/
1283
1284// Terminology: For hardware, "signals" comprise "clocks," "triggers," and (output) "events".
1285// Software signals or events are not presently supported.
1286
1287int32 DllExport __CFUNC DAQmxExportSignal (TaskHandle taskHandle, int32 signalID, const char outputTerminal[]);
1288
1292
1293
1294/******************************************************/
1295/*** Scale Configurations ***/
1296/******************************************************/
1297
1298
1299int32 DllExport __CFUNC DAQmxCreateLinScale (const char name[], float64 slope, float64 yIntercept, int32 preScaledUnits, const char scaledUnits[]);
1300int32 DllExport __CFUNC DAQmxCreateMapScale (const char name[], float64 prescaledMin, float64 prescaledMax, float64 scaledMin, float64 scaledMax, int32 preScaledUnits, const char scaledUnits[]);
1301int32 DllExport __CFUNC DAQmxCreatePolynomialScale (const char name[], float64 forwardCoeffs[], uInt32 numForwardCoeffsIn, float64 reverseCoeffs[], uInt32 numReverseCoeffsIn, int32 preScaledUnits, const char scaledUnits[]);
1302int32 DllExport __CFUNC DAQmxCreateTableScale (const char name[], float64 prescaledVals[], uInt32 numPrescaledValsIn, float64 scaledVals[], uInt32 numScaledValsIn, int32 preScaledUnits, const char scaledUnits[]);
1303int32 DllExport __CFUNC DAQmxCalculateReversePolyCoeff (float64 forwardCoeffs[], uInt32 numForwardCoeffsIn, float64 minValX, float64 maxValX, int32 numPointsToCompute, int32 reversePolyOrder, float64 reverseCoeffs[]);
1304
1305int32 DllExport __CFUNC_C DAQmxGetScaleAttribute (const char scaleName[], int32 attribute, void *value, ...);
1306int32 DllExport __CFUNC_C DAQmxSetScaleAttribute (const char scaleName[], int32 attribute, ...);
1307
1308
1309/******************************************************/
1310/*** Buffer Configurations ***/
1311/******************************************************/
1312
1313
1316
1317
1318/******************************************************/
1319/*** Switch Functions ***/
1320/******************************************************/
1321
1322
1323int32 DllExport __CFUNC DAQmxSwitchCreateScanList (const char scanList[], TaskHandle *taskHandle);
1324
1325int32 DllExport __CFUNC DAQmxSwitchConnect (const char switchChannel1[], const char switchChannel2[], bool32 waitForSettling);
1326int32 DllExport __CFUNC DAQmxSwitchConnectMulti (const char connectionList[], bool32 waitForSettling);
1327int32 DllExport __CFUNC DAQmxSwitchDisconnect (const char switchChannel1[], const char switchChannel2[], bool32 waitForSettling);
1328int32 DllExport __CFUNC DAQmxSwitchDisconnectMulti (const char connectionList[], bool32 waitForSettling);
1329int32 DllExport __CFUNC DAQmxSwitchDisconnectAll (const char deviceName[], bool32 waitForSettling);
1330
1331// Switch Topologies
1332#define DAQmx_Val_Switch_Topology_1127_1_Wire_64x1_Mux "1127/1-Wire 64x1 Mux" // 1127/1-Wire 64x1 Mux
1333#define DAQmx_Val_Switch_Topology_1127_2_Wire_32x1_Mux "1127/2-Wire 32x1 Mux" // 1127/2-Wire 32x1 Mux
1334#define DAQmx_Val_Switch_Topology_1127_2_Wire_4x8_Matrix "1127/2-Wire 4x8 Matrix" // 1127/2-Wire 4x8 Matrix
1335#define DAQmx_Val_Switch_Topology_1127_4_Wire_16x1_Mux "1127/4-Wire 16x1 Mux" // 1127/4-Wire 16x1 Mux
1336#define DAQmx_Val_Switch_Topology_1127_Independent "1127/Independent" // 1127/Independent
1337#define DAQmx_Val_Switch_Topology_1128_1_Wire_64x1_Mux "1128/1-Wire 64x1 Mux" // 1128/1-Wire 64x1 Mux
1338#define DAQmx_Val_Switch_Topology_1128_2_Wire_32x1_Mux "1128/2-Wire 32x1 Mux" // 1128/2-Wire 32x1 Mux
1339#define DAQmx_Val_Switch_Topology_1128_2_Wire_4x8_Matrix "1128/2-Wire 4x8 Matrix" // 1128/2-Wire 4x8 Matrix
1340#define DAQmx_Val_Switch_Topology_1128_4_Wire_16x1_Mux "1128/4-Wire 16x1 Mux" // 1128/4-Wire 16x1 Mux
1341#define DAQmx_Val_Switch_Topology_1128_Independent "1128/Independent" // 1128/Independent
1342#define DAQmx_Val_Switch_Topology_1129_2_Wire_16x16_Matrix "1129/2-Wire 16x16 Matrix" // 1129/2-Wire 16x16 Matrix
1343#define DAQmx_Val_Switch_Topology_1129_2_Wire_8x32_Matrix "1129/2-Wire 8x32 Matrix" // 1129/2-Wire 8x32 Matrix
1344#define DAQmx_Val_Switch_Topology_1129_2_Wire_4x64_Matrix "1129/2-Wire 4x64 Matrix" // 1129/2-Wire 4x64 Matrix
1345#define DAQmx_Val_Switch_Topology_1129_2_Wire_Dual_8x16_Matrix "1129/2-Wire Dual 8x16 Matrix" // 1129/2-Wire Dual 8x16 Matrix
1346#define DAQmx_Val_Switch_Topology_1129_2_Wire_Dual_4x32_Matrix "1129/2-Wire Dual 4x32 Matrix" // 1129/2-Wire Dual 4x32 Matrix
1347#define DAQmx_Val_Switch_Topology_1129_2_Wire_Quad_4x16_Matrix "1129/2-Wire Quad 4x16 Matrix" // 1129/2-Wire Quad 4x16 Matrix
1348#define DAQmx_Val_Switch_Topology_1130_1_Wire_256x1_Mux "1130/1-Wire 256x1 Mux" // 1130/1-Wire 256x1 Mux
1349#define DAQmx_Val_Switch_Topology_1130_2_Wire_128x1_Mux "1130/2-Wire 128x1 Mux" // 1130/2-Wire 128x1 Mux
1350#define DAQmx_Val_Switch_Topology_1130_4_Wire_64x1_Mux "1130/4-Wire 64x1 Mux" // 1130/4-Wire 64x1 Mux
1351#define DAQmx_Val_Switch_Topology_1130_1_Wire_4x64_Matrix "1130/1-Wire 4x64 Matrix" // 1130/1-Wire 4x64 Matrix
1352#define DAQmx_Val_Switch_Topology_1130_1_Wire_8x32_Matrix "1130/1-Wire 8x32 Matrix" // 1130/1-Wire 8x32 Matrix
1353#define DAQmx_Val_Switch_Topology_1130_2_Wire_4x32_Matrix "1130/2-Wire 4x32 Matrix" // 1130/2-Wire 4x32 Matrix
1354#define DAQmx_Val_Switch_Topology_1130_Independent "1130/Independent" // 1130/Independent
1355#define DAQmx_Val_Switch_Topology_1160_16_SPDT "1160/16-SPDT" // 1160/16-SPDT
1356#define DAQmx_Val_Switch_Topology_1161_8_SPDT "1161/8-SPDT" // 1161/8-SPDT
1357#define DAQmx_Val_Switch_Topology_1163R_Octal_4x1_Mux "1163R/Octal 4x1 Mux" // 1163R/Octal 4x1 Mux
1358#define DAQmx_Val_Switch_Topology_1166_32_SPDT "1166/32-SPDT" // 1166/32-SPDT
1359#define DAQmx_Val_Switch_Topology_1167_Independent "1167/Independent" // 1167/Independent
1360#define DAQmx_Val_Switch_Topology_1190_Quad_4x1_Mux "1190/Quad 4x1 Mux" // 1190/Quad 4x1 Mux
1361#define DAQmx_Val_Switch_Topology_1191_Quad_4x1_Mux "1191/Quad 4x1 Mux" // 1191/Quad 4x1 Mux
1362#define DAQmx_Val_Switch_Topology_1192_8_SPDT "1192/8-SPDT" // 1192/8-SPDT
1363#define DAQmx_Val_Switch_Topology_1193_32x1_Mux "1193/32x1 Mux" // 1193/32x1 Mux
1364#define DAQmx_Val_Switch_Topology_1193_Dual_16x1_Mux "1193/Dual 16x1 Mux" // 1193/Dual 16x1 Mux
1365#define DAQmx_Val_Switch_Topology_1193_Quad_8x1_Mux "1193/Quad 8x1 Mux" // 1193/Quad 8x1 Mux
1366#define DAQmx_Val_Switch_Topology_1193_16x1_Terminated_Mux "1193/16x1 Terminated Mux" // 1193/16x1 Terminated Mux
1367#define DAQmx_Val_Switch_Topology_1193_Dual_8x1_Terminated_Mux "1193/Dual 8x1 Terminated Mux" // 1193/Dual 8x1 Terminated Mux
1368#define DAQmx_Val_Switch_Topology_1193_Quad_4x1_Terminated_Mux "1193/Quad 4x1 Terminated Mux" // 1193/Quad 4x1 Terminated Mux
1369#define DAQmx_Val_Switch_Topology_1193_Independent "1193/Independent" // 1193/Independent
1370#define DAQmx_Val_Switch_Topology_2529_2_Wire_8x16_Matrix "2529/2-Wire 8x16 Matrix" // 2529/2-Wire 8x16 Matrix
1371#define DAQmx_Val_Switch_Topology_2529_2_Wire_4x32_Matrix "2529/2-Wire 4x32 Matrix" // 2529/2-Wire 4x32 Matrix
1372#define DAQmx_Val_Switch_Topology_2529_2_Wire_Dual_4x16_Matrix "2529/2-Wire Dual 4x16 Matrix" // 2529/2-Wire Dual 4x16 Matrix
1373#define DAQmx_Val_Switch_Topology_2530_1_Wire_128x1_Mux "2530/1-Wire 128x1 Mux" // 2530/1-Wire 128x1 Mux
1374#define DAQmx_Val_Switch_Topology_2530_2_Wire_64x1_Mux "2530/2-Wire 64x1 Mux" // 2530/2-Wire 64x1 Mux
1375#define DAQmx_Val_Switch_Topology_2530_4_Wire_32x1_Mux "2530/4-Wire 32x1 Mux" // 2530/4-Wire 32x1 Mux
1376#define DAQmx_Val_Switch_Topology_2530_1_Wire_4x32_Matrix "2530/1-Wire 4x32 Matrix" // 2530/1-Wire 4x32 Matrix
1377#define DAQmx_Val_Switch_Topology_2530_1_Wire_8x16_Matrix "2530/1-Wire 8x16 Matrix" // 2530/1-Wire 8x16 Matrix
1378#define DAQmx_Val_Switch_Topology_2530_2_Wire_4x16_Matrix "2530/2-Wire 4x16 Matrix" // 2530/2-Wire 4x16 Matrix
1379#define DAQmx_Val_Switch_Topology_2530_Independent "2530/Independent" // 2530/Independent
1380#define DAQmx_Val_Switch_Topology_2566_16_SPDT "2566/16-SPDT" // 2566/16-SPDT
1381#define DAQmx_Val_Switch_Topology_2567_Independent "2567/Independent" // 2567/Independent
1382#define DAQmx_Val_Switch_Topology_2570_40_SPDT "2570/40-SPDT" // 2570/40-SPDT
1383#define DAQmx_Val_Switch_Topology_2593_16x1_Mux "2593/16x1 Mux" // 2593/16x1 Mux
1384#define DAQmx_Val_Switch_Topology_2593_Dual_8x1_Mux "2593/Dual 8x1 Mux" // 2593/Dual 8x1 Mux
1385#define DAQmx_Val_Switch_Topology_2593_8x1_Terminated_Mux "2593/8x1 Terminated Mux" // 2593/8x1 Terminated Mux
1386#define DAQmx_Val_Switch_Topology_2593_Dual_4x1_Terminated_Mux "2593/Dual 4x1 Terminated Mux" // 2593/Dual 4x1 Terminated Mux
1387#define DAQmx_Val_Switch_Topology_2593_Independent "2593/Independent" // 2593/Independent
1388
1389int32 DllExport __CFUNC DAQmxSwitchSetTopologyAndReset (const char deviceName[], const char newTopology[]);
1390
1391// For possible values of the output parameter pathStatus see value set SwitchPathType in Values section above.
1392int32 DllExport __CFUNC DAQmxSwitchFindPath (const char switchChannel1[], const char switchChannel2[], char path[], uInt32 pathBufferSize, int32 *pathStatus);
1393
1394int32 DllExport __CFUNC DAQmxSwitchOpenRelays (const char relayList[], bool32 waitForSettling);
1395int32 DllExport __CFUNC DAQmxSwitchCloseRelays (const char relayList[], bool32 waitForSettling);
1396
1398int32 DllExport __CFUNC DAQmxSwitchGetMultiRelayCount (const char relayList[], uInt32 count[], uInt32 countArraySize, uInt32 *numRelayCountsRead);
1399// For possible values of the output parameter relayPos see value set RelayPos in Values section above.
1400int32 DllExport __CFUNC DAQmxSwitchGetSingleRelayPos (const char relayName[], uInt32 *relayPos);
1401// For possible values in the output array relayPos see value set RelayPos in Values section above.
1402int32 DllExport __CFUNC DAQmxSwitchGetMultiRelayPos (const char relayList[], uInt32 relayPos[], uInt32 relayPosArraySize, uInt32 *numRelayPossRead);
1403
1405
1406int32 DllExport __CFUNC_C DAQmxGetSwitchChanAttribute (const char switchChannelName[], int32 attribute, void *value);
1407int32 DllExport __CFUNC_C DAQmxSetSwitchChanAttribute (const char switchChannelName[], int32 attribute, ...);
1408
1409int32 DllExport __CFUNC_C DAQmxGetSwitchDeviceAttribute (const char deviceName[], int32 attribute, void *value, ...);
1410int32 DllExport __CFUNC_C DAQmxSetSwitchDeviceAttribute (const char deviceName[], int32 attribute, ...);
1411
1415
1416
1417/******************************************************/
1418/*** Signal Routing ***/
1419/******************************************************/
1420
1421
1422int32 DllExport __CFUNC DAQmxConnectTerms (const char sourceTerminal[], const char destinationTerminal[], int32 signalModifiers);
1423int32 DllExport __CFUNC DAQmxDisconnectTerms (const char sourceTerminal[], const char destinationTerminal[]);
1424int32 DllExport __CFUNC DAQmxTristateOutputTerm (const char outputTerminal[]);
1425
1426
1427/******************************************************/
1428/*** Device Control ***/
1429/******************************************************/
1430
1431
1432int32 DllExport __CFUNC DAQmxResetDevice (const char deviceName[]);
1433
1434int32 DllExport __CFUNC_C DAQmxGetDeviceAttribute (const char deviceName[], int32 attribute, void *value, ...);
1435
1436/******************************************************/
1437/*** Watchdog Timer ***/
1438/******************************************************/
1439
1440
1441int32 DllExport __CFUNC_C DAQmxCreateWatchdogTimerTask (const char deviceName[], const char taskName[], TaskHandle *taskHandle, float64 timeout, const char lines[], int32 expState, ...);
1443
1444int32 DllExport __CFUNC_C DAQmxGetWatchdogAttribute (TaskHandle taskHandle, const char lines[], int32 attribute, void *value, ...);
1445int32 DllExport __CFUNC_C DAQmxSetWatchdogAttribute (TaskHandle taskHandle, const char lines[], int32 attribute, ...);
1446int32 DllExport __CFUNC DAQmxResetWatchdogAttribute (TaskHandle taskHandle, const char lines[], int32 attribute);
1447
1448
1449/******************************************************/
1450/*** Calibration ***/
1451/******************************************************/
1452
1453
1454int32 DllExport __CFUNC DAQmxSelfCal (const char deviceName[]);
1455int32 DllExport __CFUNC DAQmxGetSelfCalLastDateAndTime (const char deviceName[], uInt32 *year, uInt32 *month, uInt32 *day, uInt32 *hour, uInt32 *minute);
1456int32 DllExport __CFUNC DAQmxGetExtCalLastDateAndTime (const char deviceName[], uInt32 *year, uInt32 *month, uInt32 *day, uInt32 *hour, uInt32 *minute);
1458
1462
1463int32 DllExport __CFUNC DAQmxInitExtCal (const char deviceName[], const char password[], uInt32 *calHandle);
1465int32 DllExport __CFUNC DAQmxChangeExtCalPassword (const char deviceName[], const char password[], const char newPassword[]);
1466
1467int32 DllExport __CFUNC DAQmxDeviceSupportsCal (const char deviceName[], bool32 *calSupported);
1468
1469int32 DllExport __CFUNC_C DAQmxGetCalInfoAttribute (const char deviceName[], int32 attribute, void *value, ...);
1470int32 DllExport __CFUNC_C DAQmxSetCalInfoAttribute (const char deviceName[], int32 attribute, ...);
1471
1472/******************************************************/
1473/*** System Configuration ***/
1474/******************************************************/
1475
1477int32 DllExport __CFUNC_C DAQmxSetDigitalPowerUpStates(const char deviceName[], const char channelNames[], int32 state, ...);
1478
1479/******************************************************/
1480/*** Error Handling ***/
1481/******************************************************/
1482
1483
1484int32 DllExport __CFUNC DAQmxGetErrorString (int32 errorCode, char errorString[], uInt32 bufferSize);
1485int32 DllExport __CFUNC DAQmxGetExtendedErrorInfo (char errorString[], uInt32 bufferSize);
1486
1487
1488/******************************************************************************
1489 *** NI-DAQmx Specific Attribute Get/Set/Reset Function Declarations **********
1490 ******************************************************************************/
1491
1492//********** Calibration Info **********
1493//*** Set/Get functions for DAQmx_SelfCal_Supported ***
1495//*** Set/Get functions for DAQmx_SelfCal_LastTemp ***
1497//*** Set/Get functions for DAQmx_ExtCal_RecommendedInterval ***
1499//*** Set/Get functions for DAQmx_ExtCal_LastTemp ***
1500int32 DllExport __CFUNC DAQmxGetExtCalLastTemp(const char deviceName[], float64 *data);
1501//*** Set/Get functions for DAQmx_Cal_UserDefinedInfo ***
1502int32 DllExport __CFUNC DAQmxGetCalUserDefinedInfo(const char deviceName[], char *data, uInt32 bufferSize);
1503int32 DllExport __CFUNC DAQmxSetCalUserDefinedInfo(const char deviceName[], const char *data);
1504//*** Set/Get functions for DAQmx_Cal_UserDefinedInfo_MaxSize ***
1506
1507//********** Channel **********
1508//*** Set/Get functions for DAQmx_ChanType ***
1509// Uses value set ChannelType
1510int32 DllExport __CFUNC DAQmxGetChanType(TaskHandle taskHandle, const char channel[], int32 *data);
1511//*** Set/Get functions for DAQmx_PhysicalChanName ***
1512int32 DllExport __CFUNC DAQmxGetPhysicalChanName(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize);
1513//*** Set/Get functions for DAQmx_ChanDescr ***
1514int32 DllExport __CFUNC DAQmxGetChanDescr(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize);
1515int32 DllExport __CFUNC DAQmxSetChanDescr(TaskHandle taskHandle, const char channel[], const char *data);
1516int32 DllExport __CFUNC DAQmxResetChanDescr(TaskHandle taskHandle, const char channel[]);
1517//*** Set/Get functions for DAQmx_AI_Max ***
1518int32 DllExport __CFUNC DAQmxGetAIMax(TaskHandle taskHandle, const char channel[], float64 *data);
1519int32 DllExport __CFUNC DAQmxSetAIMax(TaskHandle taskHandle, const char channel[], float64 data);
1520int32 DllExport __CFUNC DAQmxResetAIMax(TaskHandle taskHandle, const char channel[]);
1521//*** Set/Get functions for DAQmx_AI_Min ***
1522int32 DllExport __CFUNC DAQmxGetAIMin(TaskHandle taskHandle, const char channel[], float64 *data);
1523int32 DllExport __CFUNC DAQmxSetAIMin(TaskHandle taskHandle, const char channel[], float64 data);
1524int32 DllExport __CFUNC DAQmxResetAIMin(TaskHandle taskHandle, const char channel[]);
1525//*** Set/Get functions for DAQmx_AI_CustomScaleName ***
1526int32 DllExport __CFUNC DAQmxGetAICustomScaleName(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize);
1527int32 DllExport __CFUNC DAQmxSetAICustomScaleName(TaskHandle taskHandle, const char channel[], const char *data);
1529//*** Set/Get functions for DAQmx_AI_MeasType ***
1530// Uses value set AIMeasurementType
1531int32 DllExport __CFUNC DAQmxGetAIMeasType(TaskHandle taskHandle, const char channel[], int32 *data);
1532//*** Set/Get functions for DAQmx_AI_Voltage_Units ***
1533// Uses value set VoltageUnits1
1534int32 DllExport __CFUNC DAQmxGetAIVoltageUnits(TaskHandle taskHandle, const char channel[], int32 *data);
1535int32 DllExport __CFUNC DAQmxSetAIVoltageUnits(TaskHandle taskHandle, const char channel[], int32 data);
1537//*** Set/Get functions for DAQmx_AI_Temp_Units ***
1538// Uses value set TemperatureUnits1
1539int32 DllExport __CFUNC DAQmxGetAITempUnits(TaskHandle taskHandle, const char channel[], int32 *data);
1540int32 DllExport __CFUNC DAQmxSetAITempUnits(TaskHandle taskHandle, const char channel[], int32 data);
1541int32 DllExport __CFUNC DAQmxResetAITempUnits(TaskHandle taskHandle, const char channel[]);
1542//*** Set/Get functions for DAQmx_AI_Thrmcpl_Type ***
1543// Uses value set ThermocoupleType1
1544int32 DllExport __CFUNC DAQmxGetAIThrmcplType(TaskHandle taskHandle, const char channel[], int32 *data);
1545int32 DllExport __CFUNC DAQmxSetAIThrmcplType(TaskHandle taskHandle, const char channel[], int32 data);
1547//*** Set/Get functions for DAQmx_AI_Thrmcpl_CJCSrc ***
1548// Uses value set CJCSource1
1549int32 DllExport __CFUNC DAQmxGetAIThrmcplCJCSrc(TaskHandle taskHandle, const char channel[], int32 *data);
1550//*** Set/Get functions for DAQmx_AI_Thrmcpl_CJCVal ***
1551int32 DllExport __CFUNC DAQmxGetAIThrmcplCJCVal(TaskHandle taskHandle, const char channel[], float64 *data);
1552int32 DllExport __CFUNC DAQmxSetAIThrmcplCJCVal(TaskHandle taskHandle, const char channel[], float64 data);
1554//*** Set/Get functions for DAQmx_AI_Thrmcpl_CJCChan ***
1555int32 DllExport __CFUNC DAQmxGetAIThrmcplCJCChan(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize);
1556//*** Set/Get functions for DAQmx_AI_RTD_Type ***
1557// Uses value set RTDType1
1558int32 DllExport __CFUNC DAQmxGetAIRTDType(TaskHandle taskHandle, const char channel[], int32 *data);
1559int32 DllExport __CFUNC DAQmxSetAIRTDType(TaskHandle taskHandle, const char channel[], int32 data);
1560int32 DllExport __CFUNC DAQmxResetAIRTDType(TaskHandle taskHandle, const char channel[]);
1561//*** Set/Get functions for DAQmx_AI_RTD_R0 ***
1562int32 DllExport __CFUNC DAQmxGetAIRTDR0(TaskHandle taskHandle, const char channel[], float64 *data);
1563int32 DllExport __CFUNC DAQmxSetAIRTDR0(TaskHandle taskHandle, const char channel[], float64 data);
1564int32 DllExport __CFUNC DAQmxResetAIRTDR0(TaskHandle taskHandle, const char channel[]);
1565//*** Set/Get functions for DAQmx_AI_RTD_A ***
1566int32 DllExport __CFUNC DAQmxGetAIRTDA(TaskHandle taskHandle, const char channel[], float64 *data);
1567int32 DllExport __CFUNC DAQmxSetAIRTDA(TaskHandle taskHandle, const char channel[], float64 data);
1568int32 DllExport __CFUNC DAQmxResetAIRTDA(TaskHandle taskHandle, const char channel[]);
1569//*** Set/Get functions for DAQmx_AI_RTD_B ***
1570int32 DllExport __CFUNC DAQmxGetAIRTDB(TaskHandle taskHandle, const char channel[], float64 *data);
1571int32 DllExport __CFUNC DAQmxSetAIRTDB(TaskHandle taskHandle, const char channel[], float64 data);
1572int32 DllExport __CFUNC DAQmxResetAIRTDB(TaskHandle taskHandle, const char channel[]);
1573//*** Set/Get functions for DAQmx_AI_RTD_C ***
1574int32 DllExport __CFUNC DAQmxGetAIRTDC(TaskHandle taskHandle, const char channel[], float64 *data);
1575int32 DllExport __CFUNC DAQmxSetAIRTDC(TaskHandle taskHandle, const char channel[], float64 data);
1576int32 DllExport __CFUNC DAQmxResetAIRTDC(TaskHandle taskHandle, const char channel[]);
1577//*** Set/Get functions for DAQmx_AI_Thrmstr_A ***
1578int32 DllExport __CFUNC DAQmxGetAIThrmstrA(TaskHandle taskHandle, const char channel[], float64 *data);
1579int32 DllExport __CFUNC DAQmxSetAIThrmstrA(TaskHandle taskHandle, const char channel[], float64 data);
1580int32 DllExport __CFUNC DAQmxResetAIThrmstrA(TaskHandle taskHandle, const char channel[]);
1581//*** Set/Get functions for DAQmx_AI_Thrmstr_B ***
1582int32 DllExport __CFUNC DAQmxGetAIThrmstrB(TaskHandle taskHandle, const char channel[], float64 *data);
1583int32 DllExport __CFUNC DAQmxSetAIThrmstrB(TaskHandle taskHandle, const char channel[], float64 data);
1584int32 DllExport __CFUNC DAQmxResetAIThrmstrB(TaskHandle taskHandle, const char channel[]);
1585//*** Set/Get functions for DAQmx_AI_Thrmstr_C ***
1586int32 DllExport __CFUNC DAQmxGetAIThrmstrC(TaskHandle taskHandle, const char channel[], float64 *data);
1587int32 DllExport __CFUNC DAQmxSetAIThrmstrC(TaskHandle taskHandle, const char channel[], float64 data);
1588int32 DllExport __CFUNC DAQmxResetAIThrmstrC(TaskHandle taskHandle, const char channel[]);
1589//*** Set/Get functions for DAQmx_AI_Thrmstr_R1 ***
1590int32 DllExport __CFUNC DAQmxGetAIThrmstrR1(TaskHandle taskHandle, const char channel[], float64 *data);
1591int32 DllExport __CFUNC DAQmxSetAIThrmstrR1(TaskHandle taskHandle, const char channel[], float64 data);
1592int32 DllExport __CFUNC DAQmxResetAIThrmstrR1(TaskHandle taskHandle, const char channel[]);
1593//*** Set/Get functions for DAQmx_AI_ForceReadFromChan ***
1594int32 DllExport __CFUNC DAQmxGetAIForceReadFromChan(TaskHandle taskHandle, const char channel[], bool32 *data);
1595int32 DllExport __CFUNC DAQmxSetAIForceReadFromChan(TaskHandle taskHandle, const char channel[], bool32 data);
1597//*** Set/Get functions for DAQmx_AI_Current_Units ***
1598// Uses value set CurrentUnits1
1599int32 DllExport __CFUNC DAQmxGetAICurrentUnits(TaskHandle taskHandle, const char channel[], int32 *data);
1600int32 DllExport __CFUNC DAQmxSetAICurrentUnits(TaskHandle taskHandle, const char channel[], int32 data);
1602//*** Set/Get functions for DAQmx_AI_Strain_Units ***
1603// Uses value set StrainUnits1
1604int32 DllExport __CFUNC DAQmxGetAIStrainUnits(TaskHandle taskHandle, const char channel[], int32 *data);
1605int32 DllExport __CFUNC DAQmxSetAIStrainUnits(TaskHandle taskHandle, const char channel[], int32 data);
1607//*** Set/Get functions for DAQmx_AI_StrainGage_GageFactor ***
1611//*** Set/Get functions for DAQmx_AI_StrainGage_PoissonRatio ***
1615//*** Set/Get functions for DAQmx_AI_StrainGage_Cfg ***
1616// Uses value set StrainGageBridgeType1
1617int32 DllExport __CFUNC DAQmxGetAIStrainGageCfg(TaskHandle taskHandle, const char channel[], int32 *data);
1618int32 DllExport __CFUNC DAQmxSetAIStrainGageCfg(TaskHandle taskHandle, const char channel[], int32 data);
1620//*** Set/Get functions for DAQmx_AI_Resistance_Units ***
1621// Uses value set ResistanceUnits1
1622int32 DllExport __CFUNC DAQmxGetAIResistanceUnits(TaskHandle taskHandle, const char channel[], int32 *data);
1623int32 DllExport __CFUNC DAQmxSetAIResistanceUnits(TaskHandle taskHandle, const char channel[], int32 data);
1625//*** Set/Get functions for DAQmx_AI_Freq_Units ***
1626// Uses value set FrequencyUnits
1627int32 DllExport __CFUNC DAQmxGetAIFreqUnits(TaskHandle taskHandle, const char channel[], int32 *data);
1628int32 DllExport __CFUNC DAQmxSetAIFreqUnits(TaskHandle taskHandle, const char channel[], int32 data);
1629int32 DllExport __CFUNC DAQmxResetAIFreqUnits(TaskHandle taskHandle, const char channel[]);
1630//*** Set/Get functions for DAQmx_AI_Freq_ThreshVoltage ***
1631int32 DllExport __CFUNC DAQmxGetAIFreqThreshVoltage(TaskHandle taskHandle, const char channel[], float64 *data);
1634//*** Set/Get functions for DAQmx_AI_Freq_Hyst ***
1635int32 DllExport __CFUNC DAQmxGetAIFreqHyst(TaskHandle taskHandle, const char channel[], float64 *data);
1636int32 DllExport __CFUNC DAQmxSetAIFreqHyst(TaskHandle taskHandle, const char channel[], float64 data);
1637int32 DllExport __CFUNC DAQmxResetAIFreqHyst(TaskHandle taskHandle, const char channel[]);
1638//*** Set/Get functions for DAQmx_AI_LVDT_Units ***
1639// Uses value set LengthUnits2
1640int32 DllExport __CFUNC DAQmxGetAILVDTUnits(TaskHandle taskHandle, const char channel[], int32 *data);
1641int32 DllExport __CFUNC DAQmxSetAILVDTUnits(TaskHandle taskHandle, const char channel[], int32 data);
1642int32 DllExport __CFUNC DAQmxResetAILVDTUnits(TaskHandle taskHandle, const char channel[]);
1643//*** Set/Get functions for DAQmx_AI_LVDT_Sensitivity ***
1644int32 DllExport __CFUNC DAQmxGetAILVDTSensitivity(TaskHandle taskHandle, const char channel[], float64 *data);
1645int32 DllExport __CFUNC DAQmxSetAILVDTSensitivity(TaskHandle taskHandle, const char channel[], float64 data);
1647//*** Set/Get functions for DAQmx_AI_LVDT_SensitivityUnits ***
1648// Uses value set LVDTSensitivityUnits1
1652//*** Set/Get functions for DAQmx_AI_RVDT_Units ***
1653// Uses value set AngleUnits1
1654int32 DllExport __CFUNC DAQmxGetAIRVDTUnits(TaskHandle taskHandle, const char channel[], int32 *data);
1655int32 DllExport __CFUNC DAQmxSetAIRVDTUnits(TaskHandle taskHandle, const char channel[], int32 data);
1656int32 DllExport __CFUNC DAQmxResetAIRVDTUnits(TaskHandle taskHandle, const char channel[]);
1657//*** Set/Get functions for DAQmx_AI_RVDT_Sensitivity ***
1658int32 DllExport __CFUNC DAQmxGetAIRVDTSensitivity(TaskHandle taskHandle, const char channel[], float64 *data);
1659int32 DllExport __CFUNC DAQmxSetAIRVDTSensitivity(TaskHandle taskHandle, const char channel[], float64 data);
1661//*** Set/Get functions for DAQmx_AI_RVDT_SensitivityUnits ***
1662// Uses value set RVDTSensitivityUnits1
1666//*** Set/Get functions for DAQmx_AI_Accel_Units ***
1667// Uses value set AccelUnits2
1668int32 DllExport __CFUNC DAQmxGetAIAccelUnits(TaskHandle taskHandle, const char channel[], int32 *data);
1669int32 DllExport __CFUNC DAQmxSetAIAccelUnits(TaskHandle taskHandle, const char channel[], int32 data);
1670int32 DllExport __CFUNC DAQmxResetAIAccelUnits(TaskHandle taskHandle, const char channel[]);
1671//*** Set/Get functions for DAQmx_AI_Accel_Sensitivity ***
1672int32 DllExport __CFUNC DAQmxGetAIAccelSensitivity(TaskHandle taskHandle, const char channel[], float64 *data);
1673int32 DllExport __CFUNC DAQmxSetAIAccelSensitivity(TaskHandle taskHandle, const char channel[], float64 data);
1675//*** Set/Get functions for DAQmx_AI_Accel_SensitivityUnits ***
1676// Uses value set AccelSensitivityUnits1
1680//*** Set/Get functions for DAQmx_AI_Coupling ***
1681// Uses value set Coupling1
1682int32 DllExport __CFUNC DAQmxGetAICoupling(TaskHandle taskHandle, const char channel[], int32 *data);
1683int32 DllExport __CFUNC DAQmxSetAICoupling(TaskHandle taskHandle, const char channel[], int32 data);
1684int32 DllExport __CFUNC DAQmxResetAICoupling(TaskHandle taskHandle, const char channel[]);
1685//*** Set/Get functions for DAQmx_AI_Impedance ***
1686// Uses value set Impedance1
1687int32 DllExport __CFUNC DAQmxGetAIImpedance(TaskHandle taskHandle, const char channel[], float64 *data);
1688int32 DllExport __CFUNC DAQmxSetAIImpedance(TaskHandle taskHandle, const char channel[], float64 data);
1689int32 DllExport __CFUNC DAQmxResetAIImpedance(TaskHandle taskHandle, const char channel[]);
1690//*** Set/Get functions for DAQmx_AI_TermCfg ***
1691// Uses value set InputTermCfg
1692int32 DllExport __CFUNC DAQmxGetAITermCfg(TaskHandle taskHandle, const char channel[], int32 *data);
1693int32 DllExport __CFUNC DAQmxSetAITermCfg(TaskHandle taskHandle, const char channel[], int32 data);
1694int32 DllExport __CFUNC DAQmxResetAITermCfg(TaskHandle taskHandle, const char channel[]);
1695//*** Set/Get functions for DAQmx_AI_ResistanceCfg ***
1696// Uses value set ResistanceConfiguration
1697int32 DllExport __CFUNC DAQmxGetAIResistanceCfg(TaskHandle taskHandle, const char channel[], int32 *data);
1698int32 DllExport __CFUNC DAQmxSetAIResistanceCfg(TaskHandle taskHandle, const char channel[], int32 data);
1700//*** Set/Get functions for DAQmx_AI_LeadWireResistance ***
1704//*** Set/Get functions for DAQmx_AI_Bridge_Cfg ***
1705// Uses value set BridgeConfiguration1
1706int32 DllExport __CFUNC DAQmxGetAIBridgeCfg(TaskHandle taskHandle, const char channel[], int32 *data);
1707int32 DllExport __CFUNC DAQmxSetAIBridgeCfg(TaskHandle taskHandle, const char channel[], int32 data);
1708int32 DllExport __CFUNC DAQmxResetAIBridgeCfg(TaskHandle taskHandle, const char channel[]);
1709//*** Set/Get functions for DAQmx_AI_Bridge_NomResistance ***
1713//*** Set/Get functions for DAQmx_AI_Bridge_InitialVoltage ***
1717//*** Set/Get functions for DAQmx_AI_Bridge_ShuntCal_Enable ***
1721//*** Set/Get functions for DAQmx_AI_Bridge_ShuntCal_Select ***
1722// Uses value set ShuntCalSelect
1726//*** Set/Get functions for DAQmx_AI_Bridge_ShuntCal_GainAdjust ***
1730//*** Set/Get functions for DAQmx_AI_Bridge_Balance_CoarsePot ***
1734//*** Set/Get functions for DAQmx_AI_Bridge_Balance_FinePot ***
1738//*** Set/Get functions for DAQmx_AI_CurrentShunt_Loc ***
1739// Uses value set CurrentShuntResistorLocation1
1740int32 DllExport __CFUNC DAQmxGetAICurrentShuntLoc(TaskHandle taskHandle, const char channel[], int32 *data);
1741int32 DllExport __CFUNC DAQmxSetAICurrentShuntLoc(TaskHandle taskHandle, const char channel[], int32 data);
1743//*** Set/Get functions for DAQmx_AI_CurrentShunt_Resistance ***
1747//*** Set/Get functions for DAQmx_AI_Excit_Src ***
1748// Uses value set ExcitationSource
1749int32 DllExport __CFUNC DAQmxGetAIExcitSrc(TaskHandle taskHandle, const char channel[], int32 *data);
1750int32 DllExport __CFUNC DAQmxSetAIExcitSrc(TaskHandle taskHandle, const char channel[], int32 data);
1751int32 DllExport __CFUNC DAQmxResetAIExcitSrc(TaskHandle taskHandle, const char channel[]);
1752//*** Set/Get functions for DAQmx_AI_Excit_Val ***
1753int32 DllExport __CFUNC DAQmxGetAIExcitVal(TaskHandle taskHandle, const char channel[], float64 *data);
1754int32 DllExport __CFUNC DAQmxSetAIExcitVal(TaskHandle taskHandle, const char channel[], float64 data);
1755int32 DllExport __CFUNC DAQmxResetAIExcitVal(TaskHandle taskHandle, const char channel[]);
1756//*** Set/Get functions for DAQmx_AI_Excit_UseForScaling ***
1757int32 DllExport __CFUNC DAQmxGetAIExcitUseForScaling(TaskHandle taskHandle, const char channel[], bool32 *data);
1760//*** Set/Get functions for DAQmx_AI_Excit_UseMultiplexed ***
1764//*** Set/Get functions for DAQmx_AI_Excit_ActualVal ***
1765int32 DllExport __CFUNC DAQmxGetAIExcitActualVal(TaskHandle taskHandle, const char channel[], float64 *data);
1766int32 DllExport __CFUNC DAQmxSetAIExcitActualVal(TaskHandle taskHandle, const char channel[], float64 data);
1768//*** Set/Get functions for DAQmx_AI_Excit_DCorAC ***
1769// Uses value set ExcitationDCorAC
1770int32 DllExport __CFUNC DAQmxGetAIExcitDCorAC(TaskHandle taskHandle, const char channel[], int32 *data);
1771int32 DllExport __CFUNC DAQmxSetAIExcitDCorAC(TaskHandle taskHandle, const char channel[], int32 data);
1773//*** Set/Get functions for DAQmx_AI_Excit_VoltageOrCurrent ***
1774// Uses value set ExcitationVoltageOrCurrent
1778//*** Set/Get functions for DAQmx_AI_ACExcit_Freq ***
1779int32 DllExport __CFUNC DAQmxGetAIACExcitFreq(TaskHandle taskHandle, const char channel[], float64 *data);
1780int32 DllExport __CFUNC DAQmxSetAIACExcitFreq(TaskHandle taskHandle, const char channel[], float64 data);
1782//*** Set/Get functions for DAQmx_AI_ACExcit_SyncEnable ***
1783int32 DllExport __CFUNC DAQmxGetAIACExcitSyncEnable(TaskHandle taskHandle, const char channel[], bool32 *data);
1784int32 DllExport __CFUNC DAQmxSetAIACExcitSyncEnable(TaskHandle taskHandle, const char channel[], bool32 data);
1786//*** Set/Get functions for DAQmx_AI_ACExcit_WireMode ***
1787// Uses value set ACExcitWireMode
1788int32 DllExport __CFUNC DAQmxGetAIACExcitWireMode(TaskHandle taskHandle, const char channel[], int32 *data);
1789int32 DllExport __CFUNC DAQmxSetAIACExcitWireMode(TaskHandle taskHandle, const char channel[], int32 data);
1791//*** Set/Get functions for DAQmx_AI_Atten ***
1792int32 DllExport __CFUNC DAQmxGetAIAtten(TaskHandle taskHandle, const char channel[], float64 *data);
1793int32 DllExport __CFUNC DAQmxSetAIAtten(TaskHandle taskHandle, const char channel[], float64 data);
1794int32 DllExport __CFUNC DAQmxResetAIAtten(TaskHandle taskHandle, const char channel[]);
1795//*** Set/Get functions for DAQmx_AI_Lowpass_Enable ***
1796int32 DllExport __CFUNC DAQmxGetAILowpassEnable(TaskHandle taskHandle, const char channel[], bool32 *data);
1797int32 DllExport __CFUNC DAQmxSetAILowpassEnable(TaskHandle taskHandle, const char channel[], bool32 data);
1799//*** Set/Get functions for DAQmx_AI_Lowpass_CutoffFreq ***
1800int32 DllExport __CFUNC DAQmxGetAILowpassCutoffFreq(TaskHandle taskHandle, const char channel[], float64 *data);
1803//*** Set/Get functions for DAQmx_AI_Lowpass_SwitchCap_ClkSrc ***
1804// Uses value set SourceSelection
1808//*** Set/Get functions for DAQmx_AI_Lowpass_SwitchCap_ExtClkFreq ***
1812//*** Set/Get functions for DAQmx_AI_Lowpass_SwitchCap_ExtClkDiv ***
1816//*** Set/Get functions for DAQmx_AI_Lowpass_SwitchCap_OutClkDiv ***
1820//*** Set/Get functions for DAQmx_AI_ResolutionUnits ***
1821// Uses value set ResolutionType1
1822int32 DllExport __CFUNC DAQmxGetAIResolutionUnits(TaskHandle taskHandle, const char channel[], int32 *data);
1823//*** Set/Get functions for DAQmx_AI_Resolution ***
1824int32 DllExport __CFUNC DAQmxGetAIResolution(TaskHandle taskHandle, const char channel[], float64 *data);
1825//*** Set/Get functions for DAQmx_AI_Dither_Enable ***
1826int32 DllExport __CFUNC DAQmxGetAIDitherEnable(TaskHandle taskHandle, const char channel[], bool32 *data);
1827int32 DllExport __CFUNC DAQmxSetAIDitherEnable(TaskHandle taskHandle, const char channel[], bool32 data);
1829//*** Set/Get functions for DAQmx_AI_Rng_High ***
1830int32 DllExport __CFUNC DAQmxGetAIRngHigh(TaskHandle taskHandle, const char channel[], float64 *data);
1831int32 DllExport __CFUNC DAQmxSetAIRngHigh(TaskHandle taskHandle, const char channel[], float64 data);
1832int32 DllExport __CFUNC DAQmxResetAIRngHigh(TaskHandle taskHandle, const char channel[]);
1833//*** Set/Get functions for DAQmx_AI_Rng_Low ***
1834int32 DllExport __CFUNC DAQmxGetAIRngLow(TaskHandle taskHandle, const char channel[], float64 *data);
1835int32 DllExport __CFUNC DAQmxSetAIRngLow(TaskHandle taskHandle, const char channel[], float64 data);
1836int32 DllExport __CFUNC DAQmxResetAIRngLow(TaskHandle taskHandle, const char channel[]);
1837//*** Set/Get functions for DAQmx_AI_Gain ***
1838int32 DllExport __CFUNC DAQmxGetAIGain(TaskHandle taskHandle, const char channel[], float64 *data);
1839int32 DllExport __CFUNC DAQmxSetAIGain(TaskHandle taskHandle, const char channel[], float64 data);
1840int32 DllExport __CFUNC DAQmxResetAIGain(TaskHandle taskHandle, const char channel[]);
1841//*** Set/Get functions for DAQmx_AI_SampAndHold_Enable ***
1842int32 DllExport __CFUNC DAQmxGetAISampAndHoldEnable(TaskHandle taskHandle, const char channel[], bool32 *data);
1843int32 DllExport __CFUNC DAQmxSetAISampAndHoldEnable(TaskHandle taskHandle, const char channel[], bool32 data);
1845//*** Set/Get functions for DAQmx_AI_AutoZeroMode ***
1846// Uses value set AutoZeroType1
1847int32 DllExport __CFUNC DAQmxGetAIAutoZeroMode(TaskHandle taskHandle, const char channel[], int32 *data);
1848int32 DllExport __CFUNC DAQmxSetAIAutoZeroMode(TaskHandle taskHandle, const char channel[], int32 data);
1850//*** Set/Get functions for DAQmx_AI_DataXferMech ***
1851// Uses value set DataTransferMechanism
1852int32 DllExport __CFUNC DAQmxGetAIDataXferMech(TaskHandle taskHandle, const char channel[], int32 *data);
1853int32 DllExport __CFUNC DAQmxSetAIDataXferMech(TaskHandle taskHandle, const char channel[], int32 data);
1855//*** Set/Get functions for DAQmx_AI_DataXferReqCond ***
1856// Uses value set InputDataTransferCondition
1857int32 DllExport __CFUNC DAQmxGetAIDataXferReqCond(TaskHandle taskHandle, const char channel[], int32 *data);
1858int32 DllExport __CFUNC DAQmxSetAIDataXferReqCond(TaskHandle taskHandle, const char channel[], int32 data);
1860//*** Set/Get functions for DAQmx_AI_MemMapEnable ***
1861int32 DllExport __CFUNC DAQmxGetAIMemMapEnable(TaskHandle taskHandle, const char channel[], bool32 *data);
1862int32 DllExport __CFUNC DAQmxSetAIMemMapEnable(TaskHandle taskHandle, const char channel[], bool32 data);
1864//*** Set/Get functions for DAQmx_AI_DevScalingCoeff ***
1865int32 DllExport __CFUNC DAQmxGetAIDevScalingCoeff(TaskHandle taskHandle, const char channel[], float64 *data, uInt32 arraySizeInSamples);
1866//*** Set/Get functions for DAQmx_AO_Max ***
1867int32 DllExport __CFUNC DAQmxGetAOMax(TaskHandle taskHandle, const char channel[], float64 *data);
1868int32 DllExport __CFUNC DAQmxSetAOMax(TaskHandle taskHandle, const char channel[], float64 data);
1869int32 DllExport __CFUNC DAQmxResetAOMax(TaskHandle taskHandle, const char channel[]);
1870//*** Set/Get functions for DAQmx_AO_Min ***
1871int32 DllExport __CFUNC DAQmxGetAOMin(TaskHandle taskHandle, const char channel[], float64 *data);
1872int32 DllExport __CFUNC DAQmxSetAOMin(TaskHandle taskHandle, const char channel[], float64 data);
1873int32 DllExport __CFUNC DAQmxResetAOMin(TaskHandle taskHandle, const char channel[]);
1874//*** Set/Get functions for DAQmx_AO_CustomScaleName ***
1875int32 DllExport __CFUNC DAQmxGetAOCustomScaleName(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize);
1876int32 DllExport __CFUNC DAQmxSetAOCustomScaleName(TaskHandle taskHandle, const char channel[], const char *data);
1878//*** Set/Get functions for DAQmx_AO_OutputType ***
1879// Uses value set AOOutputChannelType
1880int32 DllExport __CFUNC DAQmxGetAOOutputType(TaskHandle taskHandle, const char channel[], int32 *data);
1881//*** Set/Get functions for DAQmx_AO_Voltage_Units ***
1882// Uses value set VoltageUnits2
1883int32 DllExport __CFUNC DAQmxGetAOVoltageUnits(TaskHandle taskHandle, const char channel[], int32 *data);
1884int32 DllExport __CFUNC DAQmxSetAOVoltageUnits(TaskHandle taskHandle, const char channel[], int32 data);
1886//*** Set/Get functions for DAQmx_AO_Current_Units ***
1887// Uses value set CurrentUnits1
1888int32 DllExport __CFUNC DAQmxGetAOCurrentUnits(TaskHandle taskHandle, const char channel[], int32 *data);
1889int32 DllExport __CFUNC DAQmxSetAOCurrentUnits(TaskHandle taskHandle, const char channel[], int32 data);
1891//*** Set/Get functions for DAQmx_AO_OutputImpedance ***
1892int32 DllExport __CFUNC DAQmxGetAOOutputImpedance(TaskHandle taskHandle, const char channel[], float64 *data);
1893int32 DllExport __CFUNC DAQmxSetAOOutputImpedance(TaskHandle taskHandle, const char channel[], float64 data);
1895//*** Set/Get functions for DAQmx_AO_LoadImpedance ***
1896int32 DllExport __CFUNC DAQmxGetAOLoadImpedance(TaskHandle taskHandle, const char channel[], float64 *data);
1897int32 DllExport __CFUNC DAQmxSetAOLoadImpedance(TaskHandle taskHandle, const char channel[], float64 data);
1899//*** Set/Get functions for DAQmx_AO_ResolutionUnits ***
1900// Uses value set ResolutionType1
1901int32 DllExport __CFUNC DAQmxGetAOResolutionUnits(TaskHandle taskHandle, const char channel[], int32 *data);
1902int32 DllExport __CFUNC DAQmxSetAOResolutionUnits(TaskHandle taskHandle, const char channel[], int32 data);
1904//*** Set/Get functions for DAQmx_AO_Resolution ***
1905int32 DllExport __CFUNC DAQmxGetAOResolution(TaskHandle taskHandle, const char channel[], float64 *data);
1906//*** Set/Get functions for DAQmx_AO_DAC_Rng_High ***
1907int32 DllExport __CFUNC DAQmxGetAODACRngHigh(TaskHandle taskHandle, const char channel[], float64 *data);
1908int32 DllExport __CFUNC DAQmxSetAODACRngHigh(TaskHandle taskHandle, const char channel[], float64 data);
1909int32 DllExport __CFUNC DAQmxResetAODACRngHigh(TaskHandle taskHandle, const char channel[]);
1910//*** Set/Get functions for DAQmx_AO_DAC_Rng_Low ***
1911int32 DllExport __CFUNC DAQmxGetAODACRngLow(TaskHandle taskHandle, const char channel[], float64 *data);
1912int32 DllExport __CFUNC DAQmxSetAODACRngLow(TaskHandle taskHandle, const char channel[], float64 data);
1913int32 DllExport __CFUNC DAQmxResetAODACRngLow(TaskHandle taskHandle, const char channel[]);
1914//*** Set/Get functions for DAQmx_AO_DAC_Ref_ConnToGnd ***
1915int32 DllExport __CFUNC DAQmxGetAODACRefConnToGnd(TaskHandle taskHandle, const char channel[], bool32 *data);
1916int32 DllExport __CFUNC DAQmxSetAODACRefConnToGnd(TaskHandle taskHandle, const char channel[], bool32 data);
1918//*** Set/Get functions for DAQmx_AO_DAC_Ref_AllowConnToGnd ***
1922//*** Set/Get functions for DAQmx_AO_DAC_Ref_Src ***
1923// Uses value set SourceSelection
1924int32 DllExport __CFUNC DAQmxGetAODACRefSrc(TaskHandle taskHandle, const char channel[], int32 *data);
1925int32 DllExport __CFUNC DAQmxSetAODACRefSrc(TaskHandle taskHandle, const char channel[], int32 data);
1926int32 DllExport __CFUNC DAQmxResetAODACRefSrc(TaskHandle taskHandle, const char channel[]);
1927//*** Set/Get functions for DAQmx_AO_DAC_Ref_Val ***
1928int32 DllExport __CFUNC DAQmxGetAODACRefVal(TaskHandle taskHandle, const char channel[], float64 *data);
1929int32 DllExport __CFUNC DAQmxSetAODACRefVal(TaskHandle taskHandle, const char channel[], float64 data);
1930int32 DllExport __CFUNC DAQmxResetAODACRefVal(TaskHandle taskHandle, const char channel[]);
1931//*** Set/Get functions for DAQmx_AO_ReglitchEnable ***
1932int32 DllExport __CFUNC DAQmxGetAOReglitchEnable(TaskHandle taskHandle, const char channel[], bool32 *data);
1933int32 DllExport __CFUNC DAQmxSetAOReglitchEnable(TaskHandle taskHandle, const char channel[], bool32 data);
1935//*** Set/Get functions for DAQmx_AO_UseOnlyOnBrdMem ***
1936int32 DllExport __CFUNC DAQmxGetAOUseOnlyOnBrdMem(TaskHandle taskHandle, const char channel[], bool32 *data);
1937int32 DllExport __CFUNC DAQmxSetAOUseOnlyOnBrdMem(TaskHandle taskHandle, const char channel[], bool32 data);
1939//*** Set/Get functions for DAQmx_AO_DataXferMech ***
1940// Uses value set DataTransferMechanism
1941int32 DllExport __CFUNC DAQmxGetAODataXferMech(TaskHandle taskHandle, const char channel[], int32 *data);
1942int32 DllExport __CFUNC DAQmxSetAODataXferMech(TaskHandle taskHandle, const char channel[], int32 data);
1944//*** Set/Get functions for DAQmx_AO_DataXferReqCond ***
1945// Uses value set OutputDataTransferCondition
1946int32 DllExport __CFUNC DAQmxGetAODataXferReqCond(TaskHandle taskHandle, const char channel[], int32 *data);
1947int32 DllExport __CFUNC DAQmxSetAODataXferReqCond(TaskHandle taskHandle, const char channel[], int32 data);
1949//*** Set/Get functions for DAQmx_AO_MemMapEnable ***
1950int32 DllExport __CFUNC DAQmxGetAOMemMapEnable(TaskHandle taskHandle, const char channel[], bool32 *data);
1951int32 DllExport __CFUNC DAQmxSetAOMemMapEnable(TaskHandle taskHandle, const char channel[], bool32 data);
1953//*** Set/Get functions for DAQmx_AO_DevScalingCoeff ***
1954int32 DllExport __CFUNC DAQmxGetAODevScalingCoeff(TaskHandle taskHandle, const char channel[], float64 *data, uInt32 arraySizeInSamples);
1955//*** Set/Get functions for DAQmx_DI_InvertLines ***
1956int32 DllExport __CFUNC DAQmxGetDIInvertLines(TaskHandle taskHandle, const char channel[], bool32 *data);
1957int32 DllExport __CFUNC DAQmxSetDIInvertLines(TaskHandle taskHandle, const char channel[], bool32 data);
1959//*** Set/Get functions for DAQmx_DI_NumLines ***
1960int32 DllExport __CFUNC DAQmxGetDINumLines(TaskHandle taskHandle, const char channel[], uInt32 *data);
1961//*** Set/Get functions for DAQmx_DI_DigFltr_Enable ***
1962int32 DllExport __CFUNC DAQmxGetDIDigFltrEnable(TaskHandle taskHandle, const char channel[], bool32 *data);
1963int32 DllExport __CFUNC DAQmxSetDIDigFltrEnable(TaskHandle taskHandle, const char channel[], bool32 data);
1965//*** Set/Get functions for DAQmx_DI_DigFltr_MinPulseWidth ***
1969//*** Set/Get functions for DAQmx_DO_InvertLines ***
1970int32 DllExport __CFUNC DAQmxGetDOInvertLines(TaskHandle taskHandle, const char channel[], bool32 *data);
1971int32 DllExport __CFUNC DAQmxSetDOInvertLines(TaskHandle taskHandle, const char channel[], bool32 data);
1973//*** Set/Get functions for DAQmx_DO_NumLines ***
1974int32 DllExport __CFUNC DAQmxGetDONumLines(TaskHandle taskHandle, const char channel[], uInt32 *data);
1975//*** Set/Get functions for DAQmx_DO_Tristate ***
1976int32 DllExport __CFUNC DAQmxGetDOTristate(TaskHandle taskHandle, const char channel[], bool32 *data);
1977int32 DllExport __CFUNC DAQmxSetDOTristate(TaskHandle taskHandle, const char channel[], bool32 data);
1978int32 DllExport __CFUNC DAQmxResetDOTristate(TaskHandle taskHandle, const char channel[]);
1979//*** Set/Get functions for DAQmx_CI_Max ***
1980int32 DllExport __CFUNC DAQmxGetCIMax(TaskHandle taskHandle, const char channel[], float64 *data);
1981int32 DllExport __CFUNC DAQmxSetCIMax(TaskHandle taskHandle, const char channel[], float64 data);
1982int32 DllExport __CFUNC DAQmxResetCIMax(TaskHandle taskHandle, const char channel[]);
1983//*** Set/Get functions for DAQmx_CI_Min ***
1984int32 DllExport __CFUNC DAQmxGetCIMin(TaskHandle taskHandle, const char channel[], float64 *data);
1985int32 DllExport __CFUNC DAQmxSetCIMin(TaskHandle taskHandle, const char channel[], float64 data);
1986int32 DllExport __CFUNC DAQmxResetCIMin(TaskHandle taskHandle, const char channel[]);
1987//*** Set/Get functions for DAQmx_CI_CustomScaleName ***
1988int32 DllExport __CFUNC DAQmxGetCICustomScaleName(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize);
1989int32 DllExport __CFUNC DAQmxSetCICustomScaleName(TaskHandle taskHandle, const char channel[], const char *data);
1991//*** Set/Get functions for DAQmx_CI_MeasType ***
1992// Uses value set CIMeasurementType
1993int32 DllExport __CFUNC DAQmxGetCIMeasType(TaskHandle taskHandle, const char channel[], int32 *data);
1994//*** Set/Get functions for DAQmx_CI_Freq_Units ***
1995// Uses value set FrequencyUnits3
1996int32 DllExport __CFUNC DAQmxGetCIFreqUnits(TaskHandle taskHandle, const char channel[], int32 *data);
1997int32 DllExport __CFUNC DAQmxSetCIFreqUnits(TaskHandle taskHandle, const char channel[], int32 data);
1998int32 DllExport __CFUNC DAQmxResetCIFreqUnits(TaskHandle taskHandle, const char channel[]);
1999//*** Set/Get functions for DAQmx_CI_Freq_Term ***
2000int32 DllExport __CFUNC DAQmxGetCIFreqTerm(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize);
2001int32 DllExport __CFUNC DAQmxSetCIFreqTerm(TaskHandle taskHandle, const char channel[], const char *data);
2002int32 DllExport __CFUNC DAQmxResetCIFreqTerm(TaskHandle taskHandle, const char channel[]);
2003//*** Set/Get functions for DAQmx_CI_Freq_StartingEdge ***
2004// Uses value set Edge1
2005int32 DllExport __CFUNC DAQmxGetCIFreqStartingEdge(TaskHandle taskHandle, const char channel[], int32 *data);
2006int32 DllExport __CFUNC DAQmxSetCIFreqStartingEdge(TaskHandle taskHandle, const char channel[], int32 data);
2008//*** Set/Get functions for DAQmx_CI_Freq_MeasMeth ***
2009// Uses value set CounterFrequencyMethod
2010int32 DllExport __CFUNC DAQmxGetCIFreqMeasMeth(TaskHandle taskHandle, const char channel[], int32 *data);
2011int32 DllExport __CFUNC DAQmxSetCIFreqMeasMeth(TaskHandle taskHandle, const char channel[], int32 data);
2013//*** Set/Get functions for DAQmx_CI_Freq_MeasTime ***
2014int32 DllExport __CFUNC DAQmxGetCIFreqMeasTime(TaskHandle taskHandle, const char channel[], float64 *data);
2015int32 DllExport __CFUNC DAQmxSetCIFreqMeasTime(TaskHandle taskHandle, const char channel[], float64 data);
2017//*** Set/Get functions for DAQmx_CI_Freq_Div ***
2018int32 DllExport __CFUNC DAQmxGetCIFreqDiv(TaskHandle taskHandle, const char channel[], uInt32 *data);
2019int32 DllExport __CFUNC DAQmxSetCIFreqDiv(TaskHandle taskHandle, const char channel[], uInt32 data);
2020int32 DllExport __CFUNC DAQmxResetCIFreqDiv(TaskHandle taskHandle, const char channel[]);
2021//*** Set/Get functions for DAQmx_CI_Period_Units ***
2022// Uses value set TimeUnits3
2023int32 DllExport __CFUNC DAQmxGetCIPeriodUnits(TaskHandle taskHandle, const char channel[], int32 *data);
2024int32 DllExport __CFUNC DAQmxSetCIPeriodUnits(TaskHandle taskHandle, const char channel[], int32 data);
2026//*** Set/Get functions for DAQmx_CI_Period_Term ***
2027int32 DllExport __CFUNC DAQmxGetCIPeriodTerm(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize);
2028int32 DllExport __CFUNC DAQmxSetCIPeriodTerm(TaskHandle taskHandle, const char channel[], const char *data);
2029int32 DllExport __CFUNC DAQmxResetCIPeriodTerm(TaskHandle taskHandle, const char channel[]);
2030//*** Set/Get functions for DAQmx_CI_Period_StartingEdge ***
2031// Uses value set Edge1
2032int32 DllExport __CFUNC DAQmxGetCIPeriodStartingEdge(TaskHandle taskHandle, const char channel[], int32 *data);
2033int32 DllExport __CFUNC DAQmxSetCIPeriodStartingEdge(TaskHandle taskHandle, const char channel[], int32 data);
2035//*** Set/Get functions for DAQmx_CI_Period_MeasMeth ***
2036// Uses value set CounterFrequencyMethod
2037int32 DllExport __CFUNC DAQmxGetCIPeriodMeasMeth(TaskHandle taskHandle, const char channel[], int32 *data);
2038int32 DllExport __CFUNC DAQmxSetCIPeriodMeasMeth(TaskHandle taskHandle, const char channel[], int32 data);
2040//*** Set/Get functions for DAQmx_CI_Period_MeasTime ***
2041int32 DllExport __CFUNC DAQmxGetCIPeriodMeasTime(TaskHandle taskHandle, const char channel[], float64 *data);
2042int32 DllExport __CFUNC DAQmxSetCIPeriodMeasTime(TaskHandle taskHandle, const char channel[], float64 data);
2044//*** Set/Get functions for DAQmx_CI_Period_Div ***
2045int32 DllExport __CFUNC DAQmxGetCIPeriodDiv(TaskHandle taskHandle, const char channel[], uInt32 *data);
2046int32 DllExport __CFUNC DAQmxSetCIPeriodDiv(TaskHandle taskHandle, const char channel[], uInt32 data);
2047int32 DllExport __CFUNC DAQmxResetCIPeriodDiv(TaskHandle taskHandle, const char channel[]);
2048//*** Set/Get functions for DAQmx_CI_CountEdges_Term ***
2049int32 DllExport __CFUNC DAQmxGetCICountEdgesTerm(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize);
2050int32 DllExport __CFUNC DAQmxSetCICountEdgesTerm(TaskHandle taskHandle, const char channel[], const char *data);
2052//*** Set/Get functions for DAQmx_CI_CountEdges_Dir ***
2053// Uses value set CountDirection1
2054int32 DllExport __CFUNC DAQmxGetCICountEdgesDir(TaskHandle taskHandle, const char channel[], int32 *data);
2055int32 DllExport __CFUNC DAQmxSetCICountEdgesDir(TaskHandle taskHandle, const char channel[], int32 data);
2057//*** Set/Get functions for DAQmx_CI_CountEdges_DirTerm ***
2058int32 DllExport __CFUNC DAQmxGetCICountEdgesDirTerm(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize);
2059int32 DllExport __CFUNC DAQmxSetCICountEdgesDirTerm(TaskHandle taskHandle, const char channel[], const char *data);
2061//*** Set/Get functions for DAQmx_CI_CountEdges_InitialCnt ***
2065//*** Set/Get functions for DAQmx_CI_CountEdges_ActiveEdge ***
2066// Uses value set Edge1
2070//*** Set/Get functions for DAQmx_CI_AngEncoder_Units ***
2071// Uses value set AngleUnits2
2072int32 DllExport __CFUNC DAQmxGetCIAngEncoderUnits(TaskHandle taskHandle, const char channel[], int32 *data);
2073int32 DllExport __CFUNC DAQmxSetCIAngEncoderUnits(TaskHandle taskHandle, const char channel[], int32 data);
2075//*** Set/Get functions for DAQmx_CI_AngEncoder_PulsesPerRev ***
2079//*** Set/Get functions for DAQmx_CI_AngEncoder_InitialAngle ***
2083//*** Set/Get functions for DAQmx_CI_LinEncoder_Units ***
2084// Uses value set LengthUnits3
2085int32 DllExport __CFUNC DAQmxGetCILinEncoderUnits(TaskHandle taskHandle, const char channel[], int32 *data);
2086int32 DllExport __CFUNC DAQmxSetCILinEncoderUnits(TaskHandle taskHandle, const char channel[], int32 data);
2088//*** Set/Get functions for DAQmx_CI_LinEncoder_DistPerPulse ***
2092//*** Set/Get functions for DAQmx_CI_LinEncoder_InitialPos ***
2096//*** Set/Get functions for DAQmx_CI_Encoder_DecodingType ***
2097// Uses value set EncoderType2
2098int32 DllExport __CFUNC DAQmxGetCIEncoderDecodingType(TaskHandle taskHandle, const char channel[], int32 *data);
2101//*** Set/Get functions for DAQmx_CI_Encoder_AInputTerm ***
2102int32 DllExport __CFUNC DAQmxGetCIEncoderAInputTerm(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize);
2103int32 DllExport __CFUNC DAQmxSetCIEncoderAInputTerm(TaskHandle taskHandle, const char channel[], const char *data);
2105//*** Set/Get functions for DAQmx_CI_Encoder_BInputTerm ***
2106int32 DllExport __CFUNC DAQmxGetCIEncoderBInputTerm(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize);
2107int32 DllExport __CFUNC DAQmxSetCIEncoderBInputTerm(TaskHandle taskHandle, const char channel[], const char *data);
2109//*** Set/Get functions for DAQmx_CI_Encoder_ZInputTerm ***
2110int32 DllExport __CFUNC DAQmxGetCIEncoderZInputTerm(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize);
2111int32 DllExport __CFUNC DAQmxSetCIEncoderZInputTerm(TaskHandle taskHandle, const char channel[], const char *data);
2113//*** Set/Get functions for DAQmx_CI_Encoder_ZIndexEnable ***
2117//*** Set/Get functions for DAQmx_CI_Encoder_ZIndexVal ***
2118int32 DllExport __CFUNC DAQmxGetCIEncoderZIndexVal(TaskHandle taskHandle, const char channel[], float64 *data);
2119int32 DllExport __CFUNC DAQmxSetCIEncoderZIndexVal(TaskHandle taskHandle, const char channel[], float64 data);
2121//*** Set/Get functions for DAQmx_CI_Encoder_ZIndexPhase ***
2122// Uses value set EncoderZIndexPhase1
2123int32 DllExport __CFUNC DAQmxGetCIEncoderZIndexPhase(TaskHandle taskHandle, const char channel[], int32 *data);
2124int32 DllExport __CFUNC DAQmxSetCIEncoderZIndexPhase(TaskHandle taskHandle, const char channel[], int32 data);
2126//*** Set/Get functions for DAQmx_CI_PulseWidth_Units ***
2127// Uses value set TimeUnits3
2128int32 DllExport __CFUNC DAQmxGetCIPulseWidthUnits(TaskHandle taskHandle, const char channel[], int32 *data);
2129int32 DllExport __CFUNC DAQmxSetCIPulseWidthUnits(TaskHandle taskHandle, const char channel[], int32 data);
2131//*** Set/Get functions for DAQmx_CI_PulseWidth_Term ***
2132int32 DllExport __CFUNC DAQmxGetCIPulseWidthTerm(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize);
2133int32 DllExport __CFUNC DAQmxSetCIPulseWidthTerm(TaskHandle taskHandle, const char channel[], const char *data);
2135//*** Set/Get functions for DAQmx_CI_PulseWidth_StartingEdge ***
2136// Uses value set Edge1
2140//*** Set/Get functions for DAQmx_CI_TwoEdgeSep_Units ***
2141// Uses value set TimeUnits3
2142int32 DllExport __CFUNC DAQmxGetCITwoEdgeSepUnits(TaskHandle taskHandle, const char channel[], int32 *data);
2143int32 DllExport __CFUNC DAQmxSetCITwoEdgeSepUnits(TaskHandle taskHandle, const char channel[], int32 data);
2145//*** Set/Get functions for DAQmx_CI_TwoEdgeSep_FirstTerm ***
2146int32 DllExport __CFUNC DAQmxGetCITwoEdgeSepFirstTerm(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize);
2147int32 DllExport __CFUNC DAQmxSetCITwoEdgeSepFirstTerm(TaskHandle taskHandle, const char channel[], const char *data);
2149//*** Set/Get functions for DAQmx_CI_TwoEdgeSep_FirstEdge ***
2150// Uses value set Edge1
2151int32 DllExport __CFUNC DAQmxGetCITwoEdgeSepFirstEdge(TaskHandle taskHandle, const char channel[], int32 *data);
2154//*** Set/Get functions for DAQmx_CI_TwoEdgeSep_SecondTerm ***
2155int32 DllExport __CFUNC DAQmxGetCITwoEdgeSepSecondTerm(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize);
2156int32 DllExport __CFUNC DAQmxSetCITwoEdgeSepSecondTerm(TaskHandle taskHandle, const char channel[], const char *data);
2158//*** Set/Get functions for DAQmx_CI_TwoEdgeSep_SecondEdge ***
2159// Uses value set Edge1
2163//*** Set/Get functions for DAQmx_CI_SemiPeriod_Units ***
2164// Uses value set TimeUnits3
2165int32 DllExport __CFUNC DAQmxGetCISemiPeriodUnits(TaskHandle taskHandle, const char channel[], int32 *data);
2166int32 DllExport __CFUNC DAQmxSetCISemiPeriodUnits(TaskHandle taskHandle, const char channel[], int32 data);
2168//*** Set/Get functions for DAQmx_CI_SemiPeriod_Term ***
2169int32 DllExport __CFUNC DAQmxGetCISemiPeriodTerm(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize);
2170int32 DllExport __CFUNC DAQmxSetCISemiPeriodTerm(TaskHandle taskHandle, const char channel[], const char *data);
2172//*** Set/Get functions for DAQmx_CI_CtrTimebaseSrc ***
2173int32 DllExport __CFUNC DAQmxGetCICtrTimebaseSrc(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize);
2174int32 DllExport __CFUNC DAQmxSetCICtrTimebaseSrc(TaskHandle taskHandle, const char channel[], const char *data);
2176//*** Set/Get functions for DAQmx_CI_CtrTimebaseRate ***
2177int32 DllExport __CFUNC DAQmxGetCICtrTimebaseRate(TaskHandle taskHandle, const char channel[], float64 *data);
2178int32 DllExport __CFUNC DAQmxSetCICtrTimebaseRate(TaskHandle taskHandle, const char channel[], float64 data);
2180//*** Set/Get functions for DAQmx_CI_CtrTimebaseActiveEdge ***
2181// Uses value set Edge1
2185//*** Set/Get functions for DAQmx_CI_Count ***
2186int32 DllExport __CFUNC DAQmxGetCICount(TaskHandle taskHandle, const char channel[], uInt32 *data);
2187//*** Set/Get functions for DAQmx_CI_OutputState ***
2188// Uses value set Level1
2189int32 DllExport __CFUNC DAQmxGetCIOutputState(TaskHandle taskHandle, const char channel[], int32 *data);
2190//*** Set/Get functions for DAQmx_CI_TCReached ***
2191int32 DllExport __CFUNC DAQmxGetCITCReached(TaskHandle taskHandle, const char channel[], bool32 *data);
2192//*** Set/Get functions for DAQmx_CI_CtrTimebaseMasterTimebaseDiv ***
2193// Uses value set RefClockMasterTimebaseDivisor
2197//*** Set/Get functions for DAQmx_CI_DataXferMech ***
2198// Uses value set DataTransferMechanism
2199int32 DllExport __CFUNC DAQmxGetCIDataXferMech(TaskHandle taskHandle, const char channel[], int32 *data);
2200int32 DllExport __CFUNC DAQmxSetCIDataXferMech(TaskHandle taskHandle, const char channel[], int32 data);
2202//*** Set/Get functions for DAQmx_CI_NumPossiblyInvalidSamps ***
2204//*** Set/Get functions for DAQmx_CI_DupCountPrevent ***
2205int32 DllExport __CFUNC DAQmxGetCIDupCountPrevent(TaskHandle taskHandle, const char channel[], bool32 *data);
2206int32 DllExport __CFUNC DAQmxSetCIDupCountPrevent(TaskHandle taskHandle, const char channel[], bool32 data);
2208//*** Set/Get functions for DAQmx_CO_OutputType ***
2209// Uses value set COOutputType
2210int32 DllExport __CFUNC DAQmxGetCOOutputType(TaskHandle taskHandle, const char channel[], int32 *data);
2211//*** Set/Get functions for DAQmx_CO_Pulse_IdleState ***
2212// Uses value set Level1
2213int32 DllExport __CFUNC DAQmxGetCOPulseIdleState(TaskHandle taskHandle, const char channel[], int32 *data);
2214int32 DllExport __CFUNC DAQmxSetCOPulseIdleState(TaskHandle taskHandle, const char channel[], int32 data);
2216//*** Set/Get functions for DAQmx_CO_Pulse_Term ***
2217int32 DllExport __CFUNC DAQmxGetCOPulseTerm(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize);
2218int32 DllExport __CFUNC DAQmxSetCOPulseTerm(TaskHandle taskHandle, const char channel[], const char *data);
2219int32 DllExport __CFUNC DAQmxResetCOPulseTerm(TaskHandle taskHandle, const char channel[]);
2220//*** Set/Get functions for DAQmx_CO_Pulse_Time_Units ***
2221// Uses value set TimeUnits2
2222int32 DllExport __CFUNC DAQmxGetCOPulseTimeUnits(TaskHandle taskHandle, const char channel[], int32 *data);
2223int32 DllExport __CFUNC DAQmxSetCOPulseTimeUnits(TaskHandle taskHandle, const char channel[], int32 data);
2225//*** Set/Get functions for DAQmx_CO_Pulse_HighTime ***
2226int32 DllExport __CFUNC DAQmxGetCOPulseHighTime(TaskHandle taskHandle, const char channel[], float64 *data);
2227int32 DllExport __CFUNC DAQmxSetCOPulseHighTime(TaskHandle taskHandle, const char channel[], float64 data);
2229//*** Set/Get functions for DAQmx_CO_Pulse_LowTime ***
2230int32 DllExport __CFUNC DAQmxGetCOPulseLowTime(TaskHandle taskHandle, const char channel[], float64 *data);
2231int32 DllExport __CFUNC DAQmxSetCOPulseLowTime(TaskHandle taskHandle, const char channel[], float64 data);
2233//*** Set/Get functions for DAQmx_CO_Pulse_Time_InitialDelay ***
2237//*** Set/Get functions for DAQmx_CO_Pulse_DutyCyc ***
2238int32 DllExport __CFUNC DAQmxGetCOPulseDutyCyc(TaskHandle taskHandle, const char channel[], float64 *data);
2239int32 DllExport __CFUNC DAQmxSetCOPulseDutyCyc(TaskHandle taskHandle, const char channel[], float64 data);
2241//*** Set/Get functions for DAQmx_CO_Pulse_Freq_Units ***
2242// Uses value set FrequencyUnits2
2243int32 DllExport __CFUNC DAQmxGetCOPulseFreqUnits(TaskHandle taskHandle, const char channel[], int32 *data);
2244int32 DllExport __CFUNC DAQmxSetCOPulseFreqUnits(TaskHandle taskHandle, const char channel[], int32 data);
2246//*** Set/Get functions for DAQmx_CO_Pulse_Freq ***
2247int32 DllExport __CFUNC DAQmxGetCOPulseFreq(TaskHandle taskHandle, const char channel[], float64 *data);
2248int32 DllExport __CFUNC DAQmxSetCOPulseFreq(TaskHandle taskHandle, const char channel[], float64 data);
2249int32 DllExport __CFUNC DAQmxResetCOPulseFreq(TaskHandle taskHandle, const char channel[]);
2250//*** Set/Get functions for DAQmx_CO_Pulse_Freq_InitialDelay ***
2254//*** Set/Get functions for DAQmx_CO_Pulse_HighTicks ***
2255int32 DllExport __CFUNC DAQmxGetCOPulseHighTicks(TaskHandle taskHandle, const char channel[], uInt32 *data);
2256int32 DllExport __CFUNC DAQmxSetCOPulseHighTicks(TaskHandle taskHandle, const char channel[], uInt32 data);
2258//*** Set/Get functions for DAQmx_CO_Pulse_LowTicks ***
2259int32 DllExport __CFUNC DAQmxGetCOPulseLowTicks(TaskHandle taskHandle, const char channel[], uInt32 *data);
2260int32 DllExport __CFUNC DAQmxSetCOPulseLowTicks(TaskHandle taskHandle, const char channel[], uInt32 data);
2262//*** Set/Get functions for DAQmx_CO_Pulse_Ticks_InitialDelay ***
2266//*** Set/Get functions for DAQmx_CO_CtrTimebaseSrc ***
2267int32 DllExport __CFUNC DAQmxGetCOCtrTimebaseSrc(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize);
2268int32 DllExport __CFUNC DAQmxSetCOCtrTimebaseSrc(TaskHandle taskHandle, const char channel[], const char *data);
2270//*** Set/Get functions for DAQmx_CO_CtrTimebaseRate ***
2271int32 DllExport __CFUNC DAQmxGetCOCtrTimebaseRate(TaskHandle taskHandle, const char channel[], float64 *data);
2272int32 DllExport __CFUNC DAQmxSetCOCtrTimebaseRate(TaskHandle taskHandle, const char channel[], float64 data);
2274//*** Set/Get functions for DAQmx_CO_CtrTimebaseActiveEdge ***
2275// Uses value set Edge1
2279//*** Set/Get functions for DAQmx_CO_Count ***
2280int32 DllExport __CFUNC DAQmxGetCOCount(TaskHandle taskHandle, const char channel[], uInt32 *data);
2281//*** Set/Get functions for DAQmx_CO_OutputState ***
2282// Uses value set Level1
2283int32 DllExport __CFUNC DAQmxGetCOOutputState(TaskHandle taskHandle, const char channel[], int32 *data);
2284//*** Set/Get functions for DAQmx_CO_AutoIncrCnt ***
2285int32 DllExport __CFUNC DAQmxGetCOAutoIncrCnt(TaskHandle taskHandle, const char channel[], uInt32 *data);
2286int32 DllExport __CFUNC DAQmxSetCOAutoIncrCnt(TaskHandle taskHandle, const char channel[], uInt32 data);
2288//*** Set/Get functions for DAQmx_CO_CtrTimebaseMasterTimebaseDiv ***
2289// Uses value set RefClockMasterTimebaseDivisor
2293//*** Set/Get functions for DAQmx_CO_PulseDone ***
2294int32 DllExport __CFUNC DAQmxGetCOPulseDone(TaskHandle taskHandle, const char channel[], bool32 *data);
2295
2296//********** Export Signal **********
2297//*** Set/Get functions for DAQmx_Exported_AIConvClk_OutputTerm ***
2301//*** Set/Get functions for DAQmx_Exported_AIConvClk_Pulse_Polarity ***
2302// Uses value set Polarity2
2304//*** Set/Get functions for DAQmx_Exported_20MHzTimebase_OutputTerm ***
2308//*** Set/Get functions for DAQmx_Exported_SampClk_OutputBehavior ***
2309// Uses value set ExportActions3
2313//*** Set/Get functions for DAQmx_Exported_SampClk_OutputTerm ***
2317//*** Set/Get functions for DAQmx_Exported_AdvTrig_OutputTerm ***
2321//*** Set/Get functions for DAQmx_Exported_AdvTrig_Pulse_Polarity ***
2322// Uses value set Polarity2
2324//*** Set/Get functions for DAQmx_Exported_AdvTrig_Pulse_WidthUnits ***
2325// Uses value set DigitalWidthUnits3
2329//*** Set/Get functions for DAQmx_Exported_AdvTrig_Pulse_Width ***
2333//*** Set/Get functions for DAQmx_Exported_RefTrig_OutputTerm ***
2337//*** Set/Get functions for DAQmx_Exported_StartTrig_OutputTerm ***
2341//*** Set/Get functions for DAQmx_Exported_AdvCmpltEvent_OutputTerm ***
2345//*** Set/Get functions for DAQmx_Exported_AdvCmpltEvent_Delay ***
2349//*** Set/Get functions for DAQmx_Exported_AdvCmpltEvent_Pulse_Polarity ***
2350// Uses value set Polarity2
2354//*** Set/Get functions for DAQmx_Exported_AdvCmpltEvent_Pulse_Width ***
2358//*** Set/Get functions for DAQmx_Exported_AIHoldCmpltEvent_OutputTerm ***
2362//*** Set/Get functions for DAQmx_Exported_AIHoldCmpltEvent_PulsePolarity ***
2363// Uses value set Polarity2
2367//*** Set/Get functions for DAQmx_Exported_ChangeDetectEvent_OutputTerm ***
2371//*** Set/Get functions for DAQmx_Exported_CtrOutEvent_OutputTerm ***
2375//*** Set/Get functions for DAQmx_Exported_CtrOutEvent_OutputBehavior ***
2376// Uses value set ExportActions2
2380//*** Set/Get functions for DAQmx_Exported_CtrOutEvent_Pulse_Polarity ***
2381// Uses value set Polarity2
2385//*** Set/Get functions for DAQmx_Exported_CtrOutEvent_Toggle_IdleState ***
2386// Uses value set Level1
2390//*** Set/Get functions for DAQmx_Exported_WatchdogExpiredEvent_OutputTerm ***
2394
2395//********** Device **********
2396//*** Set/Get functions for DAQmx_Dev_ProductType ***
2397int32 DllExport __CFUNC DAQmxGetDevProductType(const char device[], char *data, uInt32 bufferSize);
2398//*** Set/Get functions for DAQmx_Dev_SerialNum ***
2400
2401//********** Read **********
2402//*** Set/Get functions for DAQmx_Read_RelativeTo ***
2403// Uses value set ReadRelativeTo
2407//*** Set/Get functions for DAQmx_Read_Offset ***
2411//*** Set/Get functions for DAQmx_Read_ChannelsToRead ***
2415//*** Set/Get functions for DAQmx_Read_ReadAllAvailSamp ***
2419//*** Set/Get functions for DAQmx_Read_AutoStart ***
2423//*** Set/Get functions for DAQmx_Read_OverWrite ***
2424// Uses value set OverwriteMode1
2428//*** Set/Get functions for DAQmx_Read_CurrReadPos ***
2430//*** Set/Get functions for DAQmx_Read_AvailSampPerChan ***
2432//*** Set/Get functions for DAQmx_Read_TotalSampPerChanAcquired ***
2434//*** Set/Get functions for DAQmx_Read_ChangeDetect_HasOverflowed ***
2436//*** Set/Get functions for DAQmx_Read_RawDataWidth ***
2438//*** Set/Get functions for DAQmx_Read_NumChans ***
2440//*** Set/Get functions for DAQmx_Read_DigitalLines_BytesPerChan ***
2442
2443//********** Switch Channel **********
2444//*** Set/Get functions for DAQmx_SwitchChan_Usage ***
2445// Uses value set SwitchUsageTypes
2446int32 DllExport __CFUNC DAQmxGetSwitchChanUsage(const char switchChannelName[], int32 *data);
2447int32 DllExport __CFUNC DAQmxSetSwitchChanUsage(const char switchChannelName[], int32 data);
2448//*** Set/Get functions for DAQmx_SwitchChan_MaxACCarryCurrent ***
2450//*** Set/Get functions for DAQmx_SwitchChan_MaxACSwitchCurrent ***
2452//*** Set/Get functions for DAQmx_SwitchChan_MaxACCarryPwr ***
2453int32 DllExport __CFUNC DAQmxGetSwitchChanMaxACCarryPwr(const char switchChannelName[], float64 *data);
2454//*** Set/Get functions for DAQmx_SwitchChan_MaxACSwitchPwr ***
2455int32 DllExport __CFUNC DAQmxGetSwitchChanMaxACSwitchPwr(const char switchChannelName[], float64 *data);
2456//*** Set/Get functions for DAQmx_SwitchChan_MaxDCCarryCurrent ***
2458//*** Set/Get functions for DAQmx_SwitchChan_MaxDCSwitchCurrent ***
2460//*** Set/Get functions for DAQmx_SwitchChan_MaxDCCarryPwr ***
2461int32 DllExport __CFUNC DAQmxGetSwitchChanMaxDCCarryPwr(const char switchChannelName[], float64 *data);
2462//*** Set/Get functions for DAQmx_SwitchChan_MaxDCSwitchPwr ***
2463int32 DllExport __CFUNC DAQmxGetSwitchChanMaxDCSwitchPwr(const char switchChannelName[], float64 *data);
2464//*** Set/Get functions for DAQmx_SwitchChan_MaxACVoltage ***
2465int32 DllExport __CFUNC DAQmxGetSwitchChanMaxACVoltage(const char switchChannelName[], float64 *data);
2466//*** Set/Get functions for DAQmx_SwitchChan_MaxDCVoltage ***
2467int32 DllExport __CFUNC DAQmxGetSwitchChanMaxDCVoltage(const char switchChannelName[], float64 *data);
2468//*** Set/Get functions for DAQmx_SwitchChan_WireMode ***
2469int32 DllExport __CFUNC DAQmxGetSwitchChanWireMode(const char switchChannelName[], uInt32 *data);
2470//*** Set/Get functions for DAQmx_SwitchChan_Bandwidth ***
2471int32 DllExport __CFUNC DAQmxGetSwitchChanBandwidth(const char switchChannelName[], float64 *data);
2472//*** Set/Get functions for DAQmx_SwitchChan_Impedance ***
2473int32 DllExport __CFUNC DAQmxGetSwitchChanImpedance(const char switchChannelName[], float64 *data);
2474
2475//********** Switch Device **********
2476//*** Set/Get functions for DAQmx_SwitchDev_SettlingTime ***
2479//*** Set/Get functions for DAQmx_SwitchDev_AutoConnAnlgBus ***
2482//*** Set/Get functions for DAQmx_SwitchDev_Settled ***
2484//*** Set/Get functions for DAQmx_SwitchDev_RelayList ***
2485int32 DllExport __CFUNC DAQmxGetSwitchDevRelayList(const char deviceName[], char *data, uInt32 bufferSize);
2486//*** Set/Get functions for DAQmx_SwitchDev_NumRelays ***
2488//*** Set/Get functions for DAQmx_SwitchDev_SwitchChanList ***
2489int32 DllExport __CFUNC DAQmxGetSwitchDevSwitchChanList(const char deviceName[], char *data, uInt32 bufferSize);
2490//*** Set/Get functions for DAQmx_SwitchDev_NumSwitchChans ***
2492//*** Set/Get functions for DAQmx_SwitchDev_NumRows ***
2494//*** Set/Get functions for DAQmx_SwitchDev_NumColumns ***
2496//*** Set/Get functions for DAQmx_SwitchDev_Topology ***
2497int32 DllExport __CFUNC DAQmxGetSwitchDevTopology(const char deviceName[], char *data, uInt32 bufferSize);
2498
2499//********** Switch Scan **********
2500//*** Set/Get functions for DAQmx_SwitchScan_BreakMode ***
2501// Uses value set BreakMode
2505//*** Set/Get functions for DAQmx_SwitchScan_RepeatMode ***
2506// Uses value set SwitchScanRepeatMode
2510//*** Set/Get functions for DAQmx_SwitchScan_WaitingForAdv ***
2512
2513//********** Scale **********
2514//*** Set/Get functions for DAQmx_Scale_Descr ***
2515int32 DllExport __CFUNC DAQmxGetScaleDescr(const char scaleName[], char *data, uInt32 bufferSize);
2516int32 DllExport __CFUNC DAQmxSetScaleDescr(const char scaleName[], const char *data);
2517//*** Set/Get functions for DAQmx_Scale_ScaledUnits ***
2518int32 DllExport __CFUNC DAQmxGetScaleScaledUnits(const char scaleName[], char *data, uInt32 bufferSize);
2519int32 DllExport __CFUNC DAQmxSetScaleScaledUnits(const char scaleName[], const char *data);
2520//*** Set/Get functions for DAQmx_Scale_PreScaledUnits ***
2521// Uses value set UnitsPreScaled
2524//*** Set/Get functions for DAQmx_Scale_Type ***
2525// Uses value set ScaleType
2526int32 DllExport __CFUNC DAQmxGetScaleType(const char scaleName[], int32 *data);
2527//*** Set/Get functions for DAQmx_Scale_Lin_Slope ***
2528int32 DllExport __CFUNC DAQmxGetScaleLinSlope(const char scaleName[], float64 *data);
2530//*** Set/Get functions for DAQmx_Scale_Lin_YIntercept ***
2533//*** Set/Get functions for DAQmx_Scale_Map_ScaledMax ***
2536//*** Set/Get functions for DAQmx_Scale_Map_PreScaledMax ***
2539//*** Set/Get functions for DAQmx_Scale_Map_ScaledMin ***
2542//*** Set/Get functions for DAQmx_Scale_Map_PreScaledMin ***
2545//*** Set/Get functions for DAQmx_Scale_Poly_ForwardCoeff ***
2546int32 DllExport __CFUNC DAQmxGetScalePolyForwardCoeff(const char scaleName[], float64 *data, uInt32 arraySizeInSamples);
2547int32 DllExport __CFUNC DAQmxSetScalePolyForwardCoeff(const char scaleName[], float64 *data, uInt32 arraySizeInSamples);
2548//*** Set/Get functions for DAQmx_Scale_Poly_ReverseCoeff ***
2549int32 DllExport __CFUNC DAQmxGetScalePolyReverseCoeff(const char scaleName[], float64 *data, uInt32 arraySizeInSamples);
2550int32 DllExport __CFUNC DAQmxSetScalePolyReverseCoeff(const char scaleName[], float64 *data, uInt32 arraySizeInSamples);
2551//*** Set/Get functions for DAQmx_Scale_Table_ScaledVals ***
2552int32 DllExport __CFUNC DAQmxGetScaleTableScaledVals(const char scaleName[], float64 *data, uInt32 arraySizeInSamples);
2553int32 DllExport __CFUNC DAQmxSetScaleTableScaledVals(const char scaleName[], float64 *data, uInt32 arraySizeInSamples);
2554//*** Set/Get functions for DAQmx_Scale_Table_PreScaledVals ***
2555int32 DllExport __CFUNC DAQmxGetScaleTablePreScaledVals(const char scaleName[], float64 *data, uInt32 arraySizeInSamples);
2556int32 DllExport __CFUNC DAQmxSetScaleTablePreScaledVals(const char scaleName[], float64 *data, uInt32 arraySizeInSamples);
2557
2558//********** System **********
2559//*** Set/Get functions for DAQmx_Sys_GlobalChans ***
2561//*** Set/Get functions for DAQmx_Sys_Scales ***
2563//*** Set/Get functions for DAQmx_Sys_Tasks ***
2565//*** Set/Get functions for DAQmx_Sys_DevNames ***
2567//*** Set/Get functions for DAQmx_Sys_NIDAQMajorVersion ***
2569//*** Set/Get functions for DAQmx_Sys_NIDAQMinorVersion ***
2571
2572//********** Task **********
2573//*** Set/Get functions for DAQmx_Task_Name ***
2574int32 DllExport __CFUNC DAQmxGetTaskName(TaskHandle taskHandle, char *data, uInt32 bufferSize);
2575//*** Set/Get functions for DAQmx_Task_Channels ***
2576int32 DllExport __CFUNC DAQmxGetTaskChannels(TaskHandle taskHandle, char *data, uInt32 bufferSize);
2577//*** Set/Get functions for DAQmx_Task_NumChans ***
2579//*** Set/Get functions for DAQmx_Task_Complete ***
2581
2582//********** Timing **********
2583//*** Set/Get functions for DAQmx_SampQuant_SampMode ***
2584// Uses value set AcquisitionType
2588//*** Set/Get functions for DAQmx_SampQuant_SampPerChan ***
2592//*** Set/Get functions for DAQmx_SampTimingType ***
2593// Uses value set SampleTimingType
2597//*** Set/Get functions for DAQmx_SampClk_Rate ***
2601//*** Set/Get functions for DAQmx_SampClk_Src ***
2602int32 DllExport __CFUNC DAQmxGetSampClkSrc(TaskHandle taskHandle, char *data, uInt32 bufferSize);
2605//*** Set/Get functions for DAQmx_SampClk_ActiveEdge ***
2606// Uses value set Edge1
2610//*** Set/Get functions for DAQmx_SampClk_TimebaseDiv ***
2614//*** Set/Get functions for DAQmx_SampClk_Timebase_Rate ***
2618//*** Set/Get functions for DAQmx_SampClk_Timebase_Src ***
2622//*** Set/Get functions for DAQmx_SampClk_Timebase_ActiveEdge ***
2623// Uses value set Edge1
2627//*** Set/Get functions for DAQmx_SampClk_Timebase_MasterTimebaseDiv ***
2631//*** Set/Get functions for DAQmx_ChangeDetect_DI_RisingEdgePhysicalChans ***
2635//*** Set/Get functions for DAQmx_ChangeDetect_DI_FallingEdgePhysicalChans ***
2639//*** Set/Get functions for DAQmx_OnDemand_SimultaneousAOEnable ***
2643//*** Set/Get functions for DAQmx_AIConv_Rate ***
2647//*** Set/Get functions for DAQmx_AIConv_Src ***
2648int32 DllExport __CFUNC DAQmxGetAIConvSrc(TaskHandle taskHandle, char *data, uInt32 bufferSize);
2651//*** Set/Get functions for DAQmx_AIConv_ActiveEdge ***
2652// Uses value set Edge1
2656//*** Set/Get functions for DAQmx_AIConv_TimebaseDiv ***
2660//*** Set/Get functions for DAQmx_AIConv_Timebase_Src ***
2661// Uses value set MIOAIConvertTbSrc
2665//*** Set/Get functions for DAQmx_MasterTimebase_Rate ***
2669//*** Set/Get functions for DAQmx_MasterTimebase_Src ***
2673//*** Set/Get functions for DAQmx_DelayFromSampClk_DelayUnits ***
2674// Uses value set DigitalWidthUnits2
2678//*** Set/Get functions for DAQmx_DelayFromSampClk_Delay ***
2682
2683//********** Trigger **********
2684//*** Set/Get functions for DAQmx_StartTrig_Type ***
2685// Uses value set TriggerType8
2689//*** Set/Get functions for DAQmx_DigEdge_StartTrig_Src ***
2693//*** Set/Get functions for DAQmx_DigEdge_StartTrig_Edge ***
2694// Uses value set Edge1
2698//*** Set/Get functions for DAQmx_AnlgEdge_StartTrig_Src ***
2702//*** Set/Get functions for DAQmx_AnlgEdge_StartTrig_Slope ***
2703// Uses value set Slope1
2707//*** Set/Get functions for DAQmx_AnlgEdge_StartTrig_Lvl ***
2711//*** Set/Get functions for DAQmx_AnlgEdge_StartTrig_Hyst ***
2715//*** Set/Get functions for DAQmx_AnlgWin_StartTrig_Src ***
2719//*** Set/Get functions for DAQmx_AnlgWin_StartTrig_When ***
2720// Uses value set WindowTriggerCondition1
2724//*** Set/Get functions for DAQmx_AnlgWin_StartTrig_Top ***
2728//*** Set/Get functions for DAQmx_AnlgWin_StartTrig_Btm ***
2732//*** Set/Get functions for DAQmx_StartTrig_Delay ***
2736//*** Set/Get functions for DAQmx_StartTrig_DelayUnits ***
2737// Uses value set DigitalWidthUnits1
2741//*** Set/Get functions for DAQmx_StartTrig_Retriggerable ***
2745//*** Set/Get functions for DAQmx_RefTrig_Type ***
2746// Uses value set TriggerType1
2750//*** Set/Get functions for DAQmx_RefTrig_PretrigSamples ***
2754//*** Set/Get functions for DAQmx_DigEdge_RefTrig_Src ***
2758//*** Set/Get functions for DAQmx_DigEdge_RefTrig_Edge ***
2759// Uses value set Edge1
2763//*** Set/Get functions for DAQmx_AnlgEdge_RefTrig_Src ***
2767//*** Set/Get functions for DAQmx_AnlgEdge_RefTrig_Slope ***
2768// Uses value set Slope1
2772//*** Set/Get functions for DAQmx_AnlgEdge_RefTrig_Lvl ***
2776//*** Set/Get functions for DAQmx_AnlgEdge_RefTrig_Hyst ***
2780//*** Set/Get functions for DAQmx_AnlgWin_RefTrig_Src ***
2784//*** Set/Get functions for DAQmx_AnlgWin_RefTrig_When ***
2785// Uses value set WindowTriggerCondition1
2789//*** Set/Get functions for DAQmx_AnlgWin_RefTrig_Top ***
2793//*** Set/Get functions for DAQmx_AnlgWin_RefTrig_Btm ***
2797//*** Set/Get functions for DAQmx_AdvTrig_Type ***
2798// Uses value set TriggerType5
2802//*** Set/Get functions for DAQmx_DigEdge_AdvTrig_Src ***
2806//*** Set/Get functions for DAQmx_DigEdge_AdvTrig_Edge ***
2807// Uses value set Edge1
2811//*** Set/Get functions for DAQmx_PauseTrig_Type ***
2812// Uses value set TriggerType6
2816//*** Set/Get functions for DAQmx_AnlgLvl_PauseTrig_Src ***
2820//*** Set/Get functions for DAQmx_AnlgLvl_PauseTrig_When ***
2821// Uses value set ActiveLevel
2825//*** Set/Get functions for DAQmx_AnlgLvl_PauseTrig_Lvl ***
2829//*** Set/Get functions for DAQmx_AnlgLvl_PauseTrig_Hyst ***
2833//*** Set/Get functions for DAQmx_AnlgWin_PauseTrig_Src ***
2837//*** Set/Get functions for DAQmx_AnlgWin_PauseTrig_When ***
2838// Uses value set WindowTriggerCondition2
2842//*** Set/Get functions for DAQmx_AnlgWin_PauseTrig_Top ***
2846//*** Set/Get functions for DAQmx_AnlgWin_PauseTrig_Btm ***
2850//*** Set/Get functions for DAQmx_DigLvl_PauseTrig_Src ***
2854//*** Set/Get functions for DAQmx_DigLvl_PauseTrig_When ***
2855// Uses value set Level1
2859//*** Set/Get functions for DAQmx_ArmStartTrig_Type ***
2860// Uses value set TriggerType4
2864//*** Set/Get functions for DAQmx_DigEdge_ArmStartTrig_Src ***
2868//*** Set/Get functions for DAQmx_DigEdge_ArmStartTrig_Edge ***
2869// Uses value set Edge1
2873
2874//********** Watchdog **********
2875//*** Set/Get functions for DAQmx_Watchdog_Timeout ***
2879//*** Set/Get functions for DAQmx_WatchdogExpirTrig_Type ***
2880// Uses value set TriggerType4
2884//*** Set/Get functions for DAQmx_DigEdge_WatchdogExpirTrig_Src ***
2888//*** Set/Get functions for DAQmx_DigEdge_WatchdogExpirTrig_Edge ***
2889// Uses value set Edge1
2893//*** Set/Get functions for DAQmx_Watchdog_DO_ExpirState ***
2894// Uses value set DigitalLineState
2895int32 DllExport __CFUNC DAQmxGetWatchdogDOExpirState(TaskHandle taskHandle, const char channel[], int32 *data);
2896int32 DllExport __CFUNC DAQmxSetWatchdogDOExpirState(TaskHandle taskHandle, const char channel[], int32 data);
2898//*** Set/Get functions for DAQmx_Watchdog_HasExpired ***
2900
2901//********** Write **********
2902//*** Set/Get functions for DAQmx_Write_RelativeTo ***
2903// Uses value set WriteRelativeTo
2907//*** Set/Get functions for DAQmx_Write_Offset ***
2911//*** Set/Get functions for DAQmx_Write_RegenMode ***
2912// Uses value set RegenerationMode1
2916//*** Set/Get functions for DAQmx_Write_CurrWritePos ***
2918//*** Set/Get functions for DAQmx_Write_SpaceAvail ***
2920//*** Set/Get functions for DAQmx_Write_TotalSampPerChanGenerated ***
2922//*** Set/Get functions for DAQmx_Write_RawDataWidth ***
2924//*** Set/Get functions for DAQmx_Write_NumChans ***
2926//*** Set/Get functions for DAQmx_Write_DigitalLines_BytesPerChan ***
2928
2929
2930/******************************************************************************
2931 *** NI-DAQmx Error Codes *****************************************************
2932 ******************************************************************************/
2933
2934#define DAQmxSuccess (0)
2935
2936#define DAQmxFailed(error) ((error)<0)
2937
2938// Error and Warning Codes
2939#define DAQmxErrorInvalidInstallation (-200683)
2940#define DAQmxErrorRefTrigMasterSessionUnavailable (-200682)
2941#define DAQmxErrorRouteFailedBecauseWatchdogExpired (-200681)
2942#define DAQmxErrorDeviceShutDownDueToHighTemp (-200680)
2943#define DAQmxErrorNoMemMapWhenHWTimedSinglePoint (-200679)
2944#define DAQmxErrorWriteFailedBecauseWatchdogExpired (-200678)
2945#define DAQmxErrorDifftInternalAIInputSrcs (-200677)
2946#define DAQmxErrorDifftAIInputSrcInOneChanGroup (-200676)
2947#define DAQmxErrorInternalAIInputSrcInMultChanGroups (-200675)
2948#define DAQmxErrorSwitchOpFailedDueToPrevError (-200674)
2949#define DAQmxErrorWroteMultiSampsUsingSingleSampWrite (-200673)
2950#define DAQmxErrorMismatchedInputArraySizes (-200672)
2951#define DAQmxErrorCantExceedRelayDriveLimit (-200671)
2952#define DAQmxErrorDACRngLowNotEqualToMinusRefVal (-200670)
2953#define DAQmxErrorCantAllowConnectDACToGnd (-200669)
2954#define DAQmxErrorWatchdogTimeoutOutOfRangeAndNotSpecialVal (-200668)
2955#define DAQmxErrorNoWatchdogOutputOnPortReservedForInput (-200667)
2956#define DAQmxErrorNoInputOnPortCfgdForWatchdogOutput (-200666)
2957#define DAQmxErrorWatchdogExpirationStateNotEqualForLinesInPort (-200665)
2958#define DAQmxErrorCannotPerformOpWhenTaskNotReserved (-200664)
2959#define DAQmxErrorPowerupStateNotSupported (-200663)
2960#define DAQmxErrorWatchdogTimerNotSupported (-200662)
2961#define DAQmxErrorOpNotSupportedWhenRefClkSrcNone (-200661)
2962#define DAQmxErrorSampClkRateUnavailable (-200660)
2963#define DAQmxErrorPrptyGetSpecdSingleActiveChanFailedDueToDifftVals (-200659)
2964#define DAQmxErrorPrptyGetImpliedActiveChanFailedDueToDifftVals (-200658)
2965#define DAQmxErrorPrptyGetSpecdActiveChanFailedDueToDifftVals (-200657)
2966#define DAQmxErrorNoRegenWhenUsingBrdMem (-200656)
2967#define DAQmxErrorNonbufferedReadMoreThanSampsPerChan (-200655)
2968#define DAQmxErrorWatchdogExpirationTristateNotSpecdForEntirePort (-200654)
2969#define DAQmxErrorPowerupTristateNotSpecdForEntirePort (-200653)
2970#define DAQmxErrorPowerupStateNotSpecdForEntirePort (-200652)
2971#define DAQmxErrorCantSetWatchdogExpirationOnDigInChan (-200651)
2972#define DAQmxErrorCantSetPowerupStateOnDigInChan (-200650)
2973#define DAQmxErrorPhysChanNotInTask (-200649)
2974#define DAQmxErrorPhysChanDevNotInTask (-200648)
2975#define DAQmxErrorDigInputNotSupported (-200647)
2976#define DAQmxErrorDigFilterIntervalNotEqualForLines (-200646)
2977#define DAQmxErrorDigFilterIntervalAlreadyCfgd (-200645)
2978#define DAQmxErrorCantResetExpiredWatchdog (-200644)
2979#define DAQmxErrorActiveChanTooManyLinesSpecdWhenGettingPrpty (-200643)
2980#define DAQmxErrorActiveChanNotSpecdWhenGetting1LinePrpty (-200642)
2981#define DAQmxErrorDigPrptyCannotBeSetPerLine (-200641)
2982#define DAQmxErrorSendAdvCmpltAfterWaitForTrigInScanlist (-200640)
2983#define DAQmxErrorDisconnectionRequiredInScanlist (-200639)
2984#define DAQmxErrorTwoWaitForTrigsAfterConnectionInScanlist (-200638)
2985#define DAQmxErrorActionSeparatorRequiredAfterBreakingConnectionInScanlist (-200637)
2986#define DAQmxErrorConnectionInScanlistMustWaitForTrig (-200636)
2987#define DAQmxErrorActionNotSupportedTaskNotWatchdog (-200635)
2988#define DAQmxErrorWfmNameSameAsScriptName (-200634)
2989#define DAQmxErrorScriptNameSameAsWfmName (-200633)
2990#define DAQmxErrorDSFStopClock (-200632)
2991#define DAQmxErrorDSFReadyForStartClock (-200631)
2992#define DAQmxErrorWriteOffsetNotMultOfIncr (-200630)
2993#define DAQmxErrorDifferentPrptyValsNotSupportedOnDev (-200629)
2994#define DAQmxErrorRefAndPauseTrigConfigured (-200628)
2995#define DAQmxErrorFailedToEnableHighSpeedInputClock (-200627)
2996#define DAQmxErrorEmptyPhysChanInPowerUpStatesArray (-200626)
2997#define DAQmxErrorActivePhysChanTooManyLinesSpecdWhenGettingPrpty (-200625)
2998#define DAQmxErrorActivePhysChanNotSpecdWhenGetting1LinePrpty (-200624)
2999#define DAQmxErrorPXIDevTempCausedShutDown (-200623)
3000#define DAQmxErrorInvalidNumSampsToWrite (-200622)
3001#define DAQmxErrorOutputFIFOUnderflow2 (-200621)
3002#define DAQmxErrorRepeatedAIPhysicalChan (-200620)
3003#define DAQmxErrorMultScanOpsInOneChassis (-200619)
3004#define DAQmxErrorInvalidAIChanOrder (-200618)
3005#define DAQmxErrorReversePowerProtectionActivated (-200617)
3006#define DAQmxErrorInvalidAsynOpHandle (-200616)
3007#define DAQmxErrorFailedToEnableHighSpeedOutput (-200615)
3008#define DAQmxErrorCannotReadPastEndOfRecord (-200614)
3009#define DAQmxErrorAcqStoppedToPreventInputBufferOverwriteOneDataXferMech (-200613)
3010#define DAQmxErrorZeroBasedChanIndexInvalid (-200612)
3011#define DAQmxErrorNoChansOfGivenTypeInTask (-200611)
3012#define DAQmxErrorSampClkSrcInvalidForOutputValidForInput (-200610)
3013#define DAQmxErrorOutputBufSizeTooSmallToStartGen (-200609)
3014#define DAQmxErrorInputBufSizeTooSmallToStartAcq (-200608)
3015#define DAQmxErrorExportTwoSignalsOnSameTerminal (-200607)
3016#define DAQmxErrorChanIndexInvalid (-200606)
3017#define DAQmxErrorRangeSyntaxNumberTooBig (-200605)
3018#define DAQmxErrorNULLPtr (-200604)
3019#define DAQmxErrorScaledMinEqualMax (-200603)
3020#define DAQmxErrorPreScaledMinEqualMax (-200602)
3021#define DAQmxErrorPropertyNotSupportedForScaleType (-200601)
3022#define DAQmxErrorChannelNameGenerationNumberTooBig (-200600)
3023#define DAQmxErrorRepeatedNumberInScaledValues (-200599)
3024#define DAQmxErrorRepeatedNumberInPreScaledValues (-200598)
3025#define DAQmxErrorLinesAlreadyReservedForOutput (-200597)
3026#define DAQmxErrorSwitchOperationChansSpanMultipleDevsInList (-200596)
3027#define DAQmxErrorInvalidIDInListAtBeginningOfSwitchOperation (-200595)
3028#define DAQmxErrorMStudioInvalidPolyDirection (-200594)
3029#define DAQmxErrorMStudioPropertyGetWhileTaskNotVerified (-200593)
3030#define DAQmxErrorRangeWithTooManyObjects (-200592)
3031#define DAQmxErrorCppDotNetAPINegativeBufferSize (-200591)
3032#define DAQmxErrorCppCantRemoveInvalidEventHandler (-200590)
3033#define DAQmxErrorCppCantRemoveEventHandlerTwice (-200589)
3034#define DAQmxErrorCppCantRemoveOtherObjectsEventHandler (-200588)
3035#define DAQmxErrorDigLinesReservedOrUnavailable (-200587)
3036#define DAQmxErrorDSFFailedToResetStream (-200586)
3037#define DAQmxErrorDSFReadyForOutputNotAsserted (-200585)
3038#define DAQmxErrorSampToWritePerChanNotMultipleOfIncr (-200584)
3039#define DAQmxErrorAOPropertiesCauseVoltageBelowMin (-200583)
3040#define DAQmxErrorAOPropertiesCauseVoltageOverMax (-200582)
3041#define DAQmxErrorPropertyNotSupportedWhenRefClkSrcNone (-200581)
3042#define DAQmxErrorAIMaxTooSmall (-200580)
3043#define DAQmxErrorAIMaxTooLarge (-200579)
3044#define DAQmxErrorAIMinTooSmall (-200578)
3045#define DAQmxErrorAIMinTooLarge (-200577)
3046#define DAQmxErrorBuiltInCJCSrcNotSupported (-200576)
3047#define DAQmxErrorTooManyPostTrigSampsPerChan (-200575)
3048#define DAQmxErrorTrigLineNotFoundSingleDevRoute (-200574)
3049#define DAQmxErrorDifferentInternalAIInputSources (-200573)
3050#define DAQmxErrorDifferentAIInputSrcInOneChanGroup (-200572)
3051#define DAQmxErrorInternalAIInputSrcInMultipleChanGroups (-200571)
3052#define DAQmxErrorCAPIChanIndexInvalid (-200570)
3053#define DAQmxErrorCollectionDoesNotMatchChanType (-200569)
3054#define DAQmxErrorOutputCantStartChangedRegenerationMode (-200568)
3055#define DAQmxErrorOutputCantStartChangedBufferSize (-200567)
3056#define DAQmxErrorChanSizeTooBigForU32PortWrite (-200566)
3057#define DAQmxErrorChanSizeTooBigForU8PortWrite (-200565)
3058#define DAQmxErrorChanSizeTooBigForU32PortRead (-200564)
3059#define DAQmxErrorChanSizeTooBigForU8PortRead (-200563)
3060#define DAQmxErrorInvalidDigDataWrite (-200562)
3061#define DAQmxErrorInvalidAODataWrite (-200561)
3062#define DAQmxErrorWaitUntilDoneDoesNotIndicateDone (-200560)
3063#define DAQmxErrorMultiChanTypesInTask (-200559)
3064#define DAQmxErrorMultiDevsInTask (-200558)
3065#define DAQmxErrorCannotSetPropertyWhenTaskRunning (-200557)
3066#define DAQmxErrorCannotGetPropertyWhenTaskNotCommittedOrRunning (-200556)
3067#define DAQmxErrorLeadingUnderscoreInString (-200555)
3068#define DAQmxErrorTrailingSpaceInString (-200554)
3069#define DAQmxErrorLeadingSpaceInString (-200553)
3070#define DAQmxErrorInvalidCharInString (-200552)
3071#define DAQmxErrorDLLBecameUnlocked (-200551)
3072#define DAQmxErrorDLLLock (-200550)
3073#define DAQmxErrorSelfCalConstsInvalid (-200549)
3074#define DAQmxErrorInvalidTrigCouplingExceptForExtTrigChan (-200548)
3075#define DAQmxErrorWriteFailsBufferSizeAutoConfigured (-200547)
3076#define DAQmxErrorExtCalAdjustExtRefVoltageFailed (-200546)
3077#define DAQmxErrorSelfCalFailedExtNoiseOrRefVoltageOutOfCal (-200545)
3078#define DAQmxErrorExtCalTemperatureNotDAQmx (-200544)
3079#define DAQmxErrorExtCalDateTimeNotDAQmx (-200543)
3080#define DAQmxErrorSelfCalTemperatureNotDAQmx (-200542)
3081#define DAQmxErrorSelfCalDateTimeNotDAQmx (-200541)
3082#define DAQmxErrorDACRefValNotSet (-200540)
3083#define DAQmxErrorAnalogMultiSampWriteNotSupported (-200539)
3084#define DAQmxErrorInvalidActionInControlTask (-200538)
3085#define DAQmxErrorPolyCoeffsInconsistent (-200537)
3086#define DAQmxErrorSensorValTooLow (-200536)
3087#define DAQmxErrorSensorValTooHigh (-200535)
3088#define DAQmxErrorWaveformNameTooLong (-200534)
3089#define DAQmxErrorIdentifierTooLongInScript (-200533)
3090#define DAQmxErrorUnexpectedIDFollowingSwitchChanName (-200532)
3091#define DAQmxErrorRelayNameNotSpecifiedInList (-200531)
3092#define DAQmxErrorUnexpectedIDFollowingRelayNameInList (-200530)
3093#define DAQmxErrorUnexpectedIDFollowingSwitchOpInList (-200529)
3094#define DAQmxErrorInvalidLineGrouping (-200528)
3095#define DAQmxErrorCtrMinMax (-200527)
3096#define DAQmxErrorWriteChanTypeMismatch (-200526)
3097#define DAQmxErrorReadChanTypeMismatch (-200525)
3098#define DAQmxErrorWriteNumChansMismatch (-200524)
3099#define DAQmxErrorOneChanReadForMultiChanTask (-200523)
3100#define DAQmxErrorCannotSelfCalDuringExtCal (-200522)
3101#define DAQmxErrorMeasCalAdjustOscillatorPhaseDAC (-200521)
3102#define DAQmxErrorInvalidCalConstCalADCAdjustment (-200520)
3103#define DAQmxErrorInvalidCalConstOscillatorFreqDACValue (-200519)
3104#define DAQmxErrorInvalidCalConstOscillatorPhaseDACValue (-200518)
3105#define DAQmxErrorInvalidCalConstOffsetDACValue (-200517)
3106#define DAQmxErrorInvalidCalConstGainDACValue (-200516)
3107#define DAQmxErrorInvalidNumCalADCReadsToAverage (-200515)
3108#define DAQmxErrorInvalidCfgCalAdjustDirectPathOutputImpedance (-200514)
3109#define DAQmxErrorInvalidCfgCalAdjustMainPathOutputImpedance (-200513)
3110#define DAQmxErrorInvalidCfgCalAdjustMainPathPostAmpGainAndOffset (-200512)
3111#define DAQmxErrorInvalidCfgCalAdjustMainPathPreAmpGain (-200511)
3112#define DAQmxErrorInvalidCfgCalAdjustMainPreAmpOffset (-200510)
3113#define DAQmxErrorMeasCalAdjustCalADC (-200509)
3114#define DAQmxErrorMeasCalAdjustOscillatorFrequency (-200508)
3115#define DAQmxErrorMeasCalAdjustDirectPathOutputImpedance (-200507)
3116#define DAQmxErrorMeasCalAdjustMainPathOutputImpedance (-200506)
3117#define DAQmxErrorMeasCalAdjustDirectPathGain (-200505)
3118#define DAQmxErrorMeasCalAdjustMainPathPostAmpGainAndOffset (-200504)
3119#define DAQmxErrorMeasCalAdjustMainPathPreAmpGain (-200503)
3120#define DAQmxErrorMeasCalAdjustMainPathPreAmpOffset (-200502)
3121#define DAQmxErrorInvalidDateTimeInEEPROM (-200501)
3122#define DAQmxErrorUnableToLocateErrorResources (-200500)
3123#define DAQmxErrorDotNetAPINotUnsigned32BitNumber (-200499)
3124#define DAQmxErrorInvalidRangeOfObjectsSyntaxInString (-200498)
3125#define DAQmxErrorAttemptToEnableLineNotPreviouslyDisabled (-200497)
3126#define DAQmxErrorInvalidCharInPattern (-200496)
3127#define DAQmxErrorIntermediateBufferFull (-200495)
3128#define DAQmxErrorLoadTaskFailsBecauseNoTimingOnDev (-200494)
3129#define DAQmxErrorCAPIReservedParamNotNULLNorEmpty (-200493)
3130#define DAQmxErrorCAPIReservedParamNotNULL (-200492)
3131#define DAQmxErrorCAPIReservedParamNotZero (-200491)
3132#define DAQmxErrorSampleValueOutOfRange (-200490)
3133#define DAQmxErrorChanAlreadyInTask (-200489)
3134#define DAQmxErrorVirtualChanDoesNotExist (-200488)
3135#define DAQmxErrorChanNotInTask (-200486)
3136#define DAQmxErrorTaskNotInDataNeighborhood (-200485)
3137#define DAQmxErrorCantSaveTaskWithoutReplace (-200484)
3138#define DAQmxErrorCantSaveChanWithoutReplace (-200483)
3139#define DAQmxErrorDevNotInTask (-200482)
3140#define DAQmxErrorDevAlreadyInTask (-200481)
3141#define DAQmxErrorCanNotPerformOpWhileTaskRunning (-200479)
3142#define DAQmxErrorCanNotPerformOpWhenNoChansInTask (-200478)
3143#define DAQmxErrorCanNotPerformOpWhenNoDevInTask (-200477)
3144#define DAQmxErrorCannotPerformOpWhenTaskNotRunning (-200475)
3145#define DAQmxErrorOperationTimedOut (-200474)
3146#define DAQmxErrorCannotReadWhenAutoStartFalseAndTaskNotRunningOrCommitted (-200473)
3147#define DAQmxErrorCannotWriteWhenAutoStartFalseAndTaskNotRunningOrCommitted (-200472)
3148#define DAQmxErrorTaskVersionNew (-200470)
3149#define DAQmxErrorChanVersionNew (-200469)
3150#define DAQmxErrorEmptyString (-200467)
3151#define DAQmxErrorChannelSizeTooBigForPortReadType (-200466)
3152#define DAQmxErrorChannelSizeTooBigForPortWriteType (-200465)
3153#define DAQmxErrorExpectedNumberOfChannelsVerificationFailed (-200464)
3154#define DAQmxErrorNumLinesMismatchInReadOrWrite (-200463)
3155#define DAQmxErrorOutputBufferEmpty (-200462)
3156#define DAQmxErrorInvalidChanName (-200461)
3157#define DAQmxErrorReadNoInputChansInTask (-200460)
3158#define DAQmxErrorWriteNoOutputChansInTask (-200459)
3159#define DAQmxErrorPropertyNotSupportedNotInputTask (-200457)
3160#define DAQmxErrorPropertyNotSupportedNotOutputTask (-200456)
3161#define DAQmxErrorGetPropertyNotInputBufferedTask (-200455)
3162#define DAQmxErrorGetPropertyNotOutputBufferedTask (-200454)
3163#define DAQmxErrorInvalidTimeoutVal (-200453)
3164#define DAQmxErrorAttributeNotSupportedInTaskContext (-200452)
3165#define DAQmxErrorAttributeNotQueryableUnlessTaskIsCommitted (-200451)
3166#define DAQmxErrorAttributeNotSettableWhenTaskIsRunning (-200450)
3167#define DAQmxErrorDACRngLowNotMinusRefValNorZero (-200449)
3168#define DAQmxErrorDACRngHighNotEqualRefVal (-200448)
3169#define DAQmxErrorUnitsNotFromCustomScale (-200447)
3170#define DAQmxErrorInvalidVoltageReadingDuringExtCal (-200446)
3171#define DAQmxErrorCalFunctionNotSupported (-200445)
3172#define DAQmxErrorInvalidPhysicalChanForCal (-200444)
3173#define DAQmxErrorExtCalNotComplete (-200443)
3174#define DAQmxErrorCantSyncToExtStimulusFreqDuringCal (-200442)
3175#define DAQmxErrorUnableToDetectExtStimulusFreqDuringCal (-200441)
3176#define DAQmxErrorInvalidCloseAction (-200440)
3177#define DAQmxErrorExtCalFunctionOutsideExtCalSession (-200439)
3178#define DAQmxErrorInvalidCalArea (-200438)
3179#define DAQmxErrorExtCalConstsInvalid (-200437)
3180#define DAQmxErrorStartTrigDelayWithExtSampClk (-200436)
3181#define DAQmxErrorDelayFromSampClkWithExtConv (-200435)
3182#define DAQmxErrorFewerThan2PreScaledVals (-200434)
3183#define DAQmxErrorFewerThan2ScaledValues (-200433)
3184#define DAQmxErrorPhysChanOutputType (-200432)
3185#define DAQmxErrorPhysChanMeasType (-200431)
3186#define DAQmxErrorInvalidPhysChanType (-200430)
3187#define DAQmxErrorLabVIEWEmptyTaskOrChans (-200429)
3188#define DAQmxErrorLabVIEWInvalidTaskOrChans (-200428)
3189#define DAQmxErrorInvalidRefClkRate (-200427)
3190#define DAQmxErrorInvalidExtTrigImpedance (-200426)
3191#define DAQmxErrorHystTrigLevelAIMax (-200425)
3192#define DAQmxErrorLineNumIncompatibleWithVideoSignalFormat (-200424)
3193#define DAQmxErrorTrigWindowAIMinAIMaxCombo (-200423)
3194#define DAQmxErrorTrigAIMinAIMax (-200422)
3195#define DAQmxErrorHystTrigLevelAIMin (-200421)
3196#define DAQmxErrorInvalidSampRateConsiderRIS (-200420)
3197#define DAQmxErrorInvalidReadPosDuringRIS (-200419)
3198#define DAQmxErrorImmedTrigDuringRISMode (-200418)
3199#define DAQmxErrorTDCNotEnabledDuringRISMode (-200417)
3200#define DAQmxErrorMultiRecWithRIS (-200416)
3201#define DAQmxErrorInvalidRefClkSrc (-200415)
3202#define DAQmxErrorInvalidSampClkSrc (-200414)
3203#define DAQmxErrorInsufficientOnBoardMemForNumRecsAndSamps (-200413)
3204#define DAQmxErrorInvalidAIAttenuation (-200412)
3205#define DAQmxErrorACCouplingNotAllowedWith50OhmImpedance (-200411)
3206#define DAQmxErrorInvalidRecordNum (-200410)
3207#define DAQmxErrorZeroSlopeLinearScale (-200409)
3208#define DAQmxErrorZeroReversePolyScaleCoeffs (-200408)
3209#define DAQmxErrorZeroForwardPolyScaleCoeffs (-200407)
3210#define DAQmxErrorNoReversePolyScaleCoeffs (-200406)
3211#define DAQmxErrorNoForwardPolyScaleCoeffs (-200405)
3212#define DAQmxErrorNoPolyScaleCoeffs (-200404)
3213#define DAQmxErrorReversePolyOrderLessThanNumPtsToCompute (-200403)
3214#define DAQmxErrorReversePolyOrderNotPositive (-200402)
3215#define DAQmxErrorNumPtsToComputeNotPositive (-200401)
3216#define DAQmxErrorWaveformLengthNotMultipleOfIncr (-200400)
3217#define DAQmxErrorCAPINoExtendedErrorInfoAvailable (-200399)
3218#define DAQmxErrorCVIFunctionNotFoundInDAQmxDLL (-200398)
3219#define DAQmxErrorCVIFailedToLoadDAQmxDLL (-200397)
3220#define DAQmxErrorNoCommonTrigLineForImmedRoute (-200396)
3221#define DAQmxErrorNoCommonTrigLineForTaskRoute (-200395)
3222#define DAQmxErrorF64PrptyValNotUnsignedInt (-200394)
3223#define DAQmxErrorRegisterNotWritable (-200393)
3224#define DAQmxErrorInvalidOutputVoltageAtSampClkRate (-200392)
3225#define DAQmxErrorStrobePhaseShiftDCMBecameUnlocked (-200391)
3226#define DAQmxErrorDrivePhaseShiftDCMBecameUnlocked (-200390)
3227#define DAQmxErrorClkOutPhaseShiftDCMBecameUnlocked (-200389)
3228#define DAQmxErrorOutputBoardClkDCMBecameUnlocked (-200388)
3229#define DAQmxErrorInputBoardClkDCMBecameUnlocked (-200387)
3230#define DAQmxErrorInternalClkDCMBecameUnlocked (-200386)
3231#define DAQmxErrorDCMLock (-200385)
3232#define DAQmxErrorDataLineReservedForDynamicOutput (-200384)
3233#define DAQmxErrorInvalidRefClkSrcGivenSampClkSrc (-200383)
3234#define DAQmxErrorNoPatternMatcherAvailable (-200382)
3235#define DAQmxErrorInvalidDelaySampRateBelowPhaseShiftDCMThresh (-200381)
3236#define DAQmxErrorStrainGageCalibration (-200380)
3237#define DAQmxErrorInvalidExtClockFreqAndDivCombo (-200379)
3238#define DAQmxErrorCustomScaleDoesNotExist (-200378)
3239#define DAQmxErrorOnlyFrontEndChanOpsDuringScan (-200377)
3240#define DAQmxErrorInvalidOptionForDigitalPortChannel (-200376)
3241#define DAQmxErrorUnsupportedSignalTypeExportSignal (-200375)
3242#define DAQmxErrorInvalidSignalTypeExportSignal (-200374)
3243#define DAQmxErrorUnsupportedTrigTypeSendsSWTrig (-200373)
3244#define DAQmxErrorInvalidTrigTypeSendsSWTrig (-200372)
3245#define DAQmxErrorRepeatedPhysicalChan (-200371)
3246#define DAQmxErrorResourcesInUseForRouteInTask (-200370)
3247#define DAQmxErrorResourcesInUseForRoute (-200369)
3248#define DAQmxErrorRouteNotSupportedByHW (-200368)
3249#define DAQmxErrorResourcesInUseForExportSignalPolarity (-200367)
3250#define DAQmxErrorResourcesInUseForInversionInTask (-200366)
3251#define DAQmxErrorResourcesInUseForInversion (-200365)
3252#define DAQmxErrorExportSignalPolarityNotSupportedByHW (-200364)
3253#define DAQmxErrorInversionNotSupportedByHW (-200363)
3254#define DAQmxErrorOverloadedChansExistNotRead (-200362)
3255#define DAQmxErrorInputFIFOOverflow2 (-200361)
3256#define DAQmxErrorCJCChanNotSpecd (-200360)
3257#define DAQmxErrorCtrExportSignalNotPossible (-200359)
3258#define DAQmxErrorRefTrigWhenContinuous (-200358)
3259#define DAQmxErrorIncompatibleSensorOutputAndDeviceInputRanges (-200357)
3260#define DAQmxErrorCustomScaleNameUsed (-200356)
3261#define DAQmxErrorPropertyValNotSupportedByHW (-200355)
3262#define DAQmxErrorPropertyValNotValidTermName (-200354)
3263#define DAQmxErrorResourcesInUseForProperty (-200353)
3264#define DAQmxErrorCJCChanAlreadyUsed (-200352)
3265#define DAQmxErrorForwardPolynomialCoefNotSpecd (-200351)
3266#define DAQmxErrorTableScaleNumPreScaledAndScaledValsNotEqual (-200350)
3267#define DAQmxErrorTableScalePreScaledValsNotSpecd (-200349)
3268#define DAQmxErrorTableScaleScaledValsNotSpecd (-200348)
3269#define DAQmxErrorIntermediateBufferSizeNotMultipleOfIncr (-200347)
3270#define DAQmxErrorEventPulseWidthOutOfRange (-200346)
3271#define DAQmxErrorEventDelayOutOfRange (-200345)
3272#define DAQmxErrorSampPerChanNotMultipleOfIncr (-200344)
3273#define DAQmxErrorCannotCalculateNumSampsTaskNotStarted (-200343)
3274#define DAQmxErrorScriptNotInMem (-200342)
3275#define DAQmxErrorOnboardMemTooSmall (-200341)
3276#define DAQmxErrorReadAllAvailableDataWithoutBuffer (-200340)
3277#define DAQmxErrorPulseActiveAtStart (-200339)
3278#define DAQmxErrorCalTempNotSupported (-200338)
3279#define DAQmxErrorDelayFromSampClkTooLong (-200337)
3280#define DAQmxErrorDelayFromSampClkTooShort (-200336)
3281#define DAQmxErrorAIConvRateTooHigh (-200335)
3282#define DAQmxErrorDelayFromStartTrigTooLong (-200334)
3283#define DAQmxErrorDelayFromStartTrigTooShort (-200333)
3284#define DAQmxErrorSampRateTooHigh (-200332)
3285#define DAQmxErrorSampRateTooLow (-200331)
3286#define DAQmxErrorPFI0UsedForAnalogAndDigitalSrc (-200330)
3287#define DAQmxErrorPrimingCfgFIFO (-200329)
3288#define DAQmxErrorCannotOpenTopologyCfgFile (-200328)
3289#define DAQmxErrorInvalidDTInsideWfmDataType (-200327)
3290#define DAQmxErrorRouteSrcAndDestSame (-200326)
3291#define DAQmxErrorReversePolynomialCoefNotSpecd (-200325)
3292#define DAQmxErrorDevAbsentOrUnavailable (-200324)
3293#define DAQmxErrorNoAdvTrigForMultiDevScan (-200323)
3294#define DAQmxErrorInterruptsInsufficientDataXferMech (-200322)
3295#define DAQmxErrorInvalidAttentuationBasedOnMinMax (-200321)
3296#define DAQmxErrorCabledModuleCannotRouteSSH (-200320)
3297#define DAQmxErrorCabledModuleCannotRouteConvClk (-200319)
3298#define DAQmxErrorInvalidExcitValForScaling (-200318)
3299#define DAQmxErrorNoDevMemForScript (-200317)
3300#define DAQmxErrorScriptDataUnderflow (-200316)
3301#define DAQmxErrorNoDevMemForWaveform (-200315)
3302#define DAQmxErrorStreamDCMBecameUnlocked (-200314)
3303#define DAQmxErrorStreamDCMLock (-200313)
3304#define DAQmxErrorWaveformNotInMem (-200312)
3305#define DAQmxErrorWaveformWriteOutOfBounds (-200311)
3306#define DAQmxErrorWaveformPreviouslyAllocated (-200310)
3307#define DAQmxErrorSampClkTbMasterTbDivNotAppropriateForSampTbSrc (-200309)
3308#define DAQmxErrorSampTbRateSampTbSrcMismatch (-200308)
3309#define DAQmxErrorMasterTbRateMasterTbSrcMismatch (-200307)
3310#define DAQmxErrorSampsPerChanTooBig (-200306)
3311#define DAQmxErrorFinitePulseTrainNotPossible (-200305)
3312#define DAQmxErrorExtMasterTimebaseRateNotSpecified (-200304)
3313#define DAQmxErrorExtSampClkSrcNotSpecified (-200303)
3314#define DAQmxErrorInputSignalSlowerThanMeasTime (-200302)
3315#define DAQmxErrorCannotUpdatePulseGenProperty (-200301)
3316#define DAQmxErrorInvalidTimingType (-200300)
3317#define DAQmxErrorPropertyUnavailWhenUsingOnboardMemory (-200297)
3318#define DAQmxErrorCannotWriteAfterStartWithOnboardMemory (-200295)
3319#define DAQmxErrorNotEnoughSampsWrittenForInitialXferRqstCondition (-200294)
3320#define DAQmxErrorNoMoreSpace (-200293)
3321#define DAQmxErrorSamplesCanNotYetBeWritten (-200292)
3322#define DAQmxErrorGenStoppedToPreventIntermediateBufferRegenOfOldSamples (-200291)
3323#define DAQmxErrorGenStoppedToPreventRegenOfOldSamples (-200290)
3324#define DAQmxErrorSamplesNoLongerWriteable (-200289)
3325#define DAQmxErrorSamplesWillNeverBeGenerated (-200288)
3326#define DAQmxErrorNegativeWriteSampleNumber (-200287)
3327#define DAQmxErrorNoAcqStarted (-200286)
3328#define DAQmxErrorSamplesNotYetAvailable (-200284)
3329#define DAQmxErrorAcqStoppedToPreventIntermediateBufferOverflow (-200283)
3330#define DAQmxErrorNoRefTrigConfigured (-200282)
3331#define DAQmxErrorCannotReadRelativeToRefTrigUntilDone (-200281)
3332#define DAQmxErrorSamplesNoLongerAvailable (-200279)
3333#define DAQmxErrorSamplesWillNeverBeAvailable (-200278)
3334#define DAQmxErrorNegativeReadSampleNumber (-200277)
3335#define DAQmxErrorExternalSampClkAndRefClkThruSameTerm (-200276)
3336#define DAQmxErrorExtSampClkRateTooLowForClkIn (-200275)
3337#define DAQmxErrorExtSampClkRateTooHighForBackplane (-200274)
3338#define DAQmxErrorSampClkRateAndDivCombo (-200273)
3339#define DAQmxErrorSampClkRateTooLowForDivDown (-200272)
3340#define DAQmxErrorProductOfAOMinAndGainTooSmall (-200271)
3341#define DAQmxErrorInterpolationRateNotPossible (-200270)
3342#define DAQmxErrorOffsetTooLarge (-200269)
3343#define DAQmxErrorOffsetTooSmall (-200268)
3344#define DAQmxErrorProductOfAOMaxAndGainTooLarge (-200267)
3345#define DAQmxErrorMinAndMaxNotSymmetric (-200266)
3346#define DAQmxErrorInvalidAnalogTrigSrc (-200265)
3347#define DAQmxErrorTooManyChansForAnalogRefTrig (-200264)
3348#define DAQmxErrorTooManyChansForAnalogPauseTrig (-200263)
3349#define DAQmxErrorTrigWhenOnDemandSampTiming (-200262)
3350#define DAQmxErrorInconsistentAnalogTrigSettings (-200261)
3351#define DAQmxErrorMemMapDataXferModeSampTimingCombo (-200260)
3352#define DAQmxErrorInvalidJumperedAttr (-200259)
3353#define DAQmxErrorInvalidGainBasedOnMinMax (-200258)
3354#define DAQmxErrorInconsistentExcit (-200257)
3355#define DAQmxErrorTopologyNotSupportedByCfgTermBlock (-200256)
3356#define DAQmxErrorBuiltInTempSensorNotSupported (-200255)
3357#define DAQmxErrorInvalidTerm (-200254)
3358#define DAQmxErrorCannotTristateTerm (-200253)
3359#define DAQmxErrorCannotTristateBusyTerm (-200252)
3360#define DAQmxErrorNoDMAChansAvailable (-200251)
3361#define DAQmxErrorInvalidWaveformLengthWithinLoopInScript (-200250)
3362#define DAQmxErrorInvalidSubsetLengthWithinLoopInScript (-200249)
3363#define DAQmxErrorMarkerPosInvalidForLoopInScript (-200248)
3364#define DAQmxErrorIntegerExpectedInScript (-200247)
3365#define DAQmxErrorPLLBecameUnlocked (-200246)
3366#define DAQmxErrorPLLLock (-200245)
3367#define DAQmxErrorDDCClkOutDCMBecameUnlocked (-200244)
3368#define DAQmxErrorDDCClkOutDCMLock (-200243)
3369#define DAQmxErrorClkDoublerDCMBecameUnlocked (-200242)
3370#define DAQmxErrorClkDoublerDCMLock (-200241)
3371#define DAQmxErrorSampClkDCMBecameUnlocked (-200240)
3372#define DAQmxErrorSampClkDCMLock (-200239)
3373#define DAQmxErrorSampClkTimebaseDCMBecameUnlocked (-200238)
3374#define DAQmxErrorSampClkTimebaseDCMLock (-200237)
3375#define DAQmxErrorAttrCannotBeReset (-200236)
3376#define DAQmxErrorExplanationNotFound (-200235)
3377#define DAQmxErrorWriteBufferTooSmall (-200234)
3378#define DAQmxErrorSpecifiedAttrNotValid (-200233)
3379#define DAQmxErrorAttrCannotBeRead (-200232)
3380#define DAQmxErrorAttrCannotBeSet (-200231)
3381#define DAQmxErrorNULLPtrForC_Api (-200230)
3382#define DAQmxErrorReadBufferTooSmall (-200229)
3383#define DAQmxErrorBufferTooSmallForString (-200228)
3384#define DAQmxErrorNoAvailTrigLinesOnDevice (-200227)
3385#define DAQmxErrorTrigBusLineNotAvail (-200226)
3386#define DAQmxErrorCouldNotReserveRequestedTrigLine (-200225)
3387#define DAQmxErrorTrigLineNotFound (-200224)
3388#define DAQmxErrorSCXI1126ThreshHystCombination (-200223)
3389#define DAQmxErrorAcqStoppedToPreventInputBufferOverwrite (-200222)
3390#define DAQmxErrorTimeoutExceeded (-200221)
3391#define DAQmxErrorInvalidDeviceID (-200220)
3392#define DAQmxErrorInvalidAOChanOrder (-200219)
3393#define DAQmxErrorSampleTimingTypeAndDataXferMode (-200218)
3394#define DAQmxErrorBufferWithOnDemandSampTiming (-200217)
3395#define DAQmxErrorBufferAndDataXferMode (-200216)
3396#define DAQmxErrorMemMapAndBuffer (-200215)
3397#define DAQmxErrorNoAnalogTrigHW (-200214)
3398#define DAQmxErrorTooManyPretrigPlusMinPostTrigSamps (-200213)
3399#define DAQmxErrorInconsistentUnitsSpecified (-200212)
3400#define DAQmxErrorMultipleRelaysForSingleRelayOp (-200211)
3401#define DAQmxErrorMultipleDevIDsPerChassisSpecifiedInList (-200210)
3402#define DAQmxErrorDuplicateDevIDInList (-200209)
3403#define DAQmxErrorInvalidRangeStatementCharInList (-200208)
3404#define DAQmxErrorInvalidDeviceIDInList (-200207)
3405#define DAQmxErrorTriggerPolarityConflict (-200206)
3406#define DAQmxErrorCannotScanWithCurrentTopology (-200205)
3407#define DAQmxErrorUnexpectedIdentifierInFullySpecifiedPathInList (-200204)
3408#define DAQmxErrorSwitchCannotDriveMultipleTrigLines (-200203)
3409#define DAQmxErrorInvalidRelayName (-200202)
3410#define DAQmxErrorSwitchScanlistTooBig (-200201)
3411#define DAQmxErrorSwitchChanInUse (-200200)
3412#define DAQmxErrorSwitchNotResetBeforeScan (-200199)
3413#define DAQmxErrorInvalidTopology (-200198)
3414#define DAQmxErrorAttrNotSupported (-200197)
3415#define DAQmxErrorUnexpectedEndOfActionsInList (-200196)
3416#define DAQmxErrorPowerBudgetExceeded (-200195)
3417#define DAQmxErrorHWUnexpectedlyPoweredOffAndOn (-200194)
3418#define DAQmxErrorSwitchOperationNotSupported (-200193)
3419#define DAQmxErrorOnlyContinuousScanSupported (-200192)
3420#define DAQmxErrorSwitchDifferentTopologyWhenScanning (-200191)
3421#define DAQmxErrorDisconnectPathNotSameAsExistingPath (-200190)
3422#define DAQmxErrorConnectionNotPermittedOnChanReservedForRouting (-200189)
3423#define DAQmxErrorCannotConnectSrcChans (-200188)
3424#define DAQmxErrorCannotConnectChannelToItself (-200187)
3425#define DAQmxErrorChannelNotReservedForRouting (-200186)
3426#define DAQmxErrorCannotConnectChansDirectly (-200185)
3427#define DAQmxErrorChansAlreadyConnected (-200184)
3428#define DAQmxErrorChanDuplicatedInPath (-200183)
3429#define DAQmxErrorNoPathToDisconnect (-200182)
3430#define DAQmxErrorInvalidSwitchChan (-200181)
3431#define DAQmxErrorNoPathAvailableBetween2SwitchChans (-200180)
3432#define DAQmxErrorExplicitConnectionExists (-200179)
3433#define DAQmxErrorSwitchDifferentSettlingTimeWhenScanning (-200178)
3434#define DAQmxErrorOperationOnlyPermittedWhileScanning (-200177)
3435#define DAQmxErrorOperationNotPermittedWhileScanning (-200176)
3436#define DAQmxErrorHardwareNotResponding (-200175)
3437#define DAQmxErrorInvalidSampAndMasterTimebaseRateCombo (-200173)
3438#define DAQmxErrorNonZeroBufferSizeInProgIOXfer (-200172)
3439#define DAQmxErrorVirtualChanNameUsed (-200171)
3440#define DAQmxErrorPhysicalChanDoesNotExist (-200170)
3441#define DAQmxErrorMemMapOnlyForProgIOXfer (-200169)
3442#define DAQmxErrorTooManyChans (-200168)
3443#define DAQmxErrorCannotHaveCJTempWithOtherChans (-200167)
3444#define DAQmxErrorOutputBufferUnderwrite (-200166)
3445#define DAQmxErrorSensorInvalidCompletionResistance (-200163)
3446#define DAQmxErrorVoltageExcitIncompatibleWith2WireCfg (-200162)
3447#define DAQmxErrorIntExcitSrcNotAvailable (-200161)
3448#define DAQmxErrorCannotCreateChannelAfterTaskVerified (-200160)
3449#define DAQmxErrorLinesReservedForSCXIControl (-200159)
3450#define DAQmxErrorCouldNotReserveLinesForSCXIControl (-200158)
3451#define DAQmxErrorCalibrationFailed (-200157)
3452#define DAQmxErrorReferenceFrequencyInvalid (-200156)
3453#define DAQmxErrorReferenceResistanceInvalid (-200155)
3454#define DAQmxErrorReferenceCurrentInvalid (-200154)
3455#define DAQmxErrorReferenceVoltageInvalid (-200153)
3456#define DAQmxErrorEEPROMDataInvalid (-200152)
3457#define DAQmxErrorCabledModuleNotCapableOfRoutingAI (-200151)
3458#define DAQmxErrorChannelNotAvailableInParallelMode (-200150)
3459#define DAQmxErrorExternalTimebaseRateNotKnownForDelay (-200149)
3460#define DAQmxErrorFREQOUTCannotProduceDesiredFrequency (-200148)
3461#define DAQmxErrorMultipleCounterInputTask (-200147)
3462#define DAQmxErrorCounterStartPauseTriggerConflict (-200146)
3463#define DAQmxErrorCounterInputPauseTriggerAndSampleClockInvalid (-200145)
3464#define DAQmxErrorCounterOutputPauseTriggerInvalid (-200144)
3465#define DAQmxErrorCounterTimebaseRateNotSpecified (-200143)
3466#define DAQmxErrorCounterTimebaseRateNotFound (-200142)
3467#define DAQmxErrorCounterOverflow (-200141)
3468#define DAQmxErrorCounterNoTimebaseEdgesBetweenGates (-200140)
3469#define DAQmxErrorCounterMaxMinRangeFreq (-200139)
3470#define DAQmxErrorCounterMaxMinRangeTime (-200138)
3471#define DAQmxErrorSuitableTimebaseNotFoundTimeCombo (-200137)
3472#define DAQmxErrorSuitableTimebaseNotFoundFrequencyCombo (-200136)
3473#define DAQmxErrorInternalTimebaseSourceDivisorCombo (-200135)
3474#define DAQmxErrorInternalTimebaseSourceRateCombo (-200134)
3475#define DAQmxErrorInternalTimebaseRateDivisorSourceCombo (-200133)
3476#define DAQmxErrorExternalTimebaseRateNotknownForRate (-200132)
3477#define DAQmxErrorAnalogTrigChanNotFirstInScanList (-200131)
3478#define DAQmxErrorNoDivisorForExternalSignal (-200130)
3479#define DAQmxErrorAttributeInconsistentAcrossRepeatedPhysicalChannels (-200128)
3480#define DAQmxErrorCannotHandshakeWithPort0 (-200127)
3481#define DAQmxErrorControlLineConflictOnPortC (-200126)
3482#define DAQmxErrorLines4To7ConfiguredForOutput (-200125)
3483#define DAQmxErrorLines4To7ConfiguredForInput (-200124)
3484#define DAQmxErrorLines0To3ConfiguredForOutput (-200123)
3485#define DAQmxErrorLines0To3ConfiguredForInput (-200122)
3486#define DAQmxErrorPortConfiguredForOutput (-200121)
3487#define DAQmxErrorPortConfiguredForInput (-200120)
3488#define DAQmxErrorPortConfiguredForStaticDigitalOps (-200119)
3489#define DAQmxErrorPortReservedForHandshaking (-200118)
3490#define DAQmxErrorPortDoesNotSupportHandshakingDataIO (-200117)
3491#define DAQmxErrorCannotTristate8255OutputLines (-200116)
3492#define DAQmxErrorTemperatureOutOfRangeForCalibration (-200113)
3493#define DAQmxErrorCalibrationHandleInvalid (-200112)
3494#define DAQmxErrorPasswordRequired (-200111)
3495#define DAQmxErrorIncorrectPassword (-200110)
3496#define DAQmxErrorPasswordTooLong (-200109)
3497#define DAQmxErrorCalibrationSessionAlreadyOpen (-200108)
3498#define DAQmxErrorSCXIModuleIncorrect (-200107)
3499#define DAQmxErrorAttributeInconsistentAcrossChannelsOnDevice (-200106)
3500#define DAQmxErrorSCXI1122ResistanceChanNotSupportedForCfg (-200105)
3501#define DAQmxErrorBracketPairingMismatchInList (-200104)
3502#define DAQmxErrorInconsistentNumSamplesToWrite (-200103)
3503#define DAQmxErrorIncorrectDigitalPattern (-200102)
3504#define DAQmxErrorIncorrectNumChannelsToWrite (-200101)
3505#define DAQmxErrorIncorrectReadFunction (-200100)
3506#define DAQmxErrorPhysicalChannelNotSpecified (-200099)
3507#define DAQmxErrorMoreThanOneTerminal (-200098)
3508#define DAQmxErrorMoreThanOneActiveChannelSpecified (-200097)
3509#define DAQmxErrorInvalidNumberSamplesToRead (-200096)
3510#define DAQmxErrorAnalogWaveformExpected (-200095)
3511#define DAQmxErrorDigitalWaveformExpected (-200094)
3512#define DAQmxErrorActiveChannelNotSpecified (-200093)
3513#define DAQmxErrorFunctionNotSupportedForDeviceTasks (-200092)
3514#define DAQmxErrorFunctionNotInLibrary (-200091)
3515#define DAQmxErrorLibraryNotPresent (-200090)
3516#define DAQmxErrorDuplicateTask (-200089)
3517#define DAQmxErrorInvalidTask (-200088)
3518#define DAQmxErrorInvalidChannel (-200087)
3519#define DAQmxErrorInvalidSyntaxForPhysicalChannelRange (-200086)
3520#define DAQmxErrorMinNotLessThanMax (-200082)
3521#define DAQmxErrorSampleRateNumChansConvertPeriodCombo (-200081)
3522#define DAQmxErrorAODuringCounter1DMAConflict (-200079)
3523#define DAQmxErrorAIDuringCounter0DMAConflict (-200078)
3524#define DAQmxErrorInvalidAttributeValue (-200077)
3525#define DAQmxErrorSuppliedCurrentDataOutsideSpecifiedRange (-200076)
3526#define DAQmxErrorSuppliedVoltageDataOutsideSpecifiedRange (-200075)
3527#define DAQmxErrorCannotStoreCalConst (-200074)
3528#define DAQmxErrorSCXIModuleNotFound (-200073)
3529#define DAQmxErrorDuplicatePhysicalChansNotSupported (-200072)
3530#define DAQmxErrorTooManyPhysicalChansInList (-200071)
3531#define DAQmxErrorInvalidAdvanceEventTriggerType (-200070)
3532#define DAQmxErrorDeviceIsNotAValidSwitch (-200069)
3533#define DAQmxErrorDeviceDoesNotSupportScanning (-200068)
3534#define DAQmxErrorScanListCannotBeTimed (-200067)
3535#define DAQmxErrorConnectOperatorInvalidAtPointInList (-200066)
3536#define DAQmxErrorUnexpectedSwitchActionInList (-200065)
3537#define DAQmxErrorUnexpectedSeparatorInList (-200064)
3538#define DAQmxErrorExpectedTerminatorInList (-200063)
3539#define DAQmxErrorExpectedConnectOperatorInList (-200062)
3540#define DAQmxErrorExpectedSeparatorInList (-200061)
3541#define DAQmxErrorFullySpecifiedPathInListContainsRange (-200060)
3542#define DAQmxErrorConnectionSeparatorAtEndOfList (-200059)
3543#define DAQmxErrorIdentifierInListTooLong (-200058)
3544#define DAQmxErrorDuplicateDeviceIDInListWhenSettling (-200057)
3545#define DAQmxErrorChannelNameNotSpecifiedInList (-200056)
3546#define DAQmxErrorDeviceIDNotSpecifiedInList (-200055)
3547#define DAQmxErrorSemicolonDoesNotFollowRangeInList (-200054)
3548#define DAQmxErrorSwitchActionInListSpansMultipleDevices (-200053)
3549#define DAQmxErrorRangeWithoutAConnectActionInList (-200052)
3550#define DAQmxErrorInvalidIdentifierFollowingSeparatorInList (-200051)
3551#define DAQmxErrorInvalidChannelNameInList (-200050)
3552#define DAQmxErrorInvalidNumberInRepeatStatementInList (-200049)
3553#define DAQmxErrorInvalidTriggerLineInList (-200048)
3554#define DAQmxErrorInvalidIdentifierInListFollowingDeviceID (-200047)
3555#define DAQmxErrorInvalidIdentifierInListAtEndOfSwitchAction (-200046)
3556#define DAQmxErrorDeviceRemoved (-200045)
3557#define DAQmxErrorRoutingPathNotAvailable (-200044)
3558#define DAQmxErrorRoutingHardwareBusy (-200043)
3559#define DAQmxErrorRequestedSignalInversionForRoutingNotPossible (-200042)
3560#define DAQmxErrorInvalidRoutingDestinationTerminalName (-200041)
3561#define DAQmxErrorInvalidRoutingSourceTerminalName (-200040)
3562#define DAQmxErrorRoutingNotSupportedForDevice (-200039)
3563#define DAQmxErrorWaitIsLastInstructionOfLoopInScript (-200038)
3564#define DAQmxErrorClearIsLastInstructionOfLoopInScript (-200037)
3565#define DAQmxErrorInvalidLoopIterationsInScript (-200036)
3566#define DAQmxErrorRepeatLoopNestingTooDeepInScript (-200035)
3567#define DAQmxErrorMarkerPositionOutsideSubsetInScript (-200034)
3568#define DAQmxErrorSubsetStartOffsetNotAlignedInScript (-200033)
3569#define DAQmxErrorInvalidSubsetLengthInScript (-200032)
3570#define DAQmxErrorMarkerPositionNotAlignedInScript (-200031)
3571#define DAQmxErrorSubsetOutsideWaveformInScript (-200030)
3572#define DAQmxErrorMarkerOutsideWaveformInScript (-200029)
3573#define DAQmxErrorWaveformInScriptNotInMem (-200028)
3574#define DAQmxErrorKeywordExpectedInScript (-200027)
3575#define DAQmxErrorBufferNameExpectedInScript (-200026)
3576#define DAQmxErrorProcedureNameExpectedInScript (-200025)
3577#define DAQmxErrorScriptHasInvalidIdentifier (-200024)
3578#define DAQmxErrorScriptHasInvalidCharacter (-200023)
3579#define DAQmxErrorResourceAlreadyReserved (-200022)
3580#define DAQmxErrorSelfTestFailed (-200020)
3581#define DAQmxErrorADCOverrun (-200019)
3582#define DAQmxErrorDACUnderflow (-200018)
3583#define DAQmxErrorInputFIFOUnderflow (-200017)
3584#define DAQmxErrorOutputFIFOUnderflow (-200016)
3585#define DAQmxErrorSCXISerialCommunication (-200015)
3586#define DAQmxErrorDigitalTerminalSpecifiedMoreThanOnce (-200014)
3587#define DAQmxErrorDigitalOutputNotSupported (-200012)
3588#define DAQmxErrorInconsistentChannelDirections (-200011)
3589#define DAQmxErrorInputFIFOOverflow (-200010)
3590#define DAQmxErrorTimeStampOverwritten (-200009)
3591#define DAQmxErrorStopTriggerHasNotOccurred (-200008)
3592#define DAQmxErrorRecordNotAvailable (-200007)
3593#define DAQmxErrorRecordOverwritten (-200006)
3594#define DAQmxErrorDataNotAvailable (-200005)
3595#define DAQmxErrorDataOverwrittenInDeviceMemory (-200004)
3596#define DAQmxErrorDuplicatedChannel (-200003)
3597#define DAQmxWarningTimestampCounterRolledOver (200003)
3598#define DAQmxWarningInputTerminationOverloaded (200004)
3599#define DAQmxWarningADCOverloaded (200005)
3600#define DAQmxWarningPLLUnlocked (200007)
3601#define DAQmxWarningCounter0DMADuringAIConflict (200008)
3602#define DAQmxWarningCounter1DMADuringAOConflict (200009)
3603#define DAQmxWarningStoppedBeforeDone (200010)
3604#define DAQmxWarningRateViolatesSettlingTime (200011)
3605#define DAQmxWarningRateViolatesMaxADCRate (200012)
3606#define DAQmxWarningUserDefInfoStringTooLong (200013)
3607#define DAQmxWarningTooManyInterruptsPerSecond (200014)
3608#define DAQmxWarningPotentialGlitchDuringWrite (200015)
3609#define DAQmxWarningDevNotSelfCalibratedWithDAQmx (200016)
3610#define DAQmxWarningAISampRateTooLow (200017)
3611#define DAQmxWarningAIConvRateTooLow (200018)
3612#define DAQmxWarningReadOffsetCoercion (200019)
3613#define DAQmxWarningPretrigCoercion (200020)
3614#define DAQmxWarningSampValCoercedToMax (200021)
3615#define DAQmxWarningSampValCoercedToMin (200022)
3616#define DAQmxWarningPropertyVersionNew (200024)
3617#define DAQmxWarningUserDefinedInfoTooLong (200025)
3618#define DAQmxWarningCAPIStringTruncatedToFitBuffer (200026)
3619#define DAQmxWarningSampClkRateTooLow (200027)
3620#define DAQmxWarningPossiblyInvalidCTRSampsInFiniteDMAAcq (200028)
3621#define DAQmxWarningRISAcqCompletedSomeBinsNotFilled (200029)
3622#define DAQmxWarningPXIDevTempExceedsMaxOpTemp (200030)
3623#define DAQmxWarningOutputGainTooLowForRFFreq (200031)
3624#define DAQmxWarningOutputGainTooHighForRFFreq (200032)
3625#define DAQmxWarningMultipleWritesBetweenSampClks (200033)
3626#define DAQmxWarningDeviceMayShutDownDueToHighTemp (200034)
3627#define DAQmxWarningReadNotCompleteBeforeSampClk (209800)
3628#define DAQmxWarningWriteNotCompleteBeforeSampClk (209801)
3629
3630
3631#ifdef __cplusplus
3632 }
3633#endif
3634
3635#endif // __nidaqmx_h__
void a()
Definition: check_aligned.C:59
const char * name
Definition: merge_Energy_SytematicSources_Electron.C:24
int32 DllExport __CFUNC DAQmxGetCICtrTimebaseSrc(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxResetExportedStartTrigOutputTerm(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxDeviceSupportsCal(const char deviceName[], bool32 *calSupported)
int32 DllExport __CFUNC DAQmxResetCIEncoderZIndexVal(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetChanDescr(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxGetCISemiPeriodUnits(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC_C DAQmxGetChanAttribute(TaskHandle taskHandle, const char channel[], int32 attribute, void *value,...)
int32 DllExport __CFUNC DAQmxGetAILeadWireResistance(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxCreateCOPulseChanFreq(TaskHandle taskHandle, const char counter[], const char nameToAssignToChannel[], int32 units, int32 idleState, float64 initialDelay, float64 freq, float64 dutyCycle)
int32 DllExport __CFUNC DAQmxSetCOCtrTimebaseActiveEdge(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxGetSwitchScanWaitingForAdv(TaskHandle taskHandle, bool32 *data)
int32 DllExport __CFUNC DAQmxGetErrorString(int32 errorCode, char errorString[], uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxCreateTableScale(const char name[], float64 prescaledVals[], uInt32 numPrescaledValsIn, float64 scaledVals[], uInt32 numScaledValsIn, int32 preScaledUnits, const char scaledUnits[])
int32 DllExport __CFUNC DAQmxResetStartTrigDelayUnits(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxResetReadRelativeTo(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxSetSampClkTimebaseActiveEdge(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxCreateCOPulseChanTime(TaskHandle taskHandle, const char counter[], const char nameToAssignToChannel[], int32 units, int32 idleState, float64 initialDelay, float64 lowTime, float64 highTime)
int32 DllExport __CFUNC DAQmxResetAIAtten(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetAIImpedance(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxResetAIFreqHyst(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetAIResistanceCfg(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetAIRVDTSensitivity(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxGetAITermCfg(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxGetDONumLines(TaskHandle taskHandle, const char channel[], uInt32 *data)
int32 DllExport __CFUNC_C DAQmxSetReadAttribute(TaskHandle taskHandle, int32 attribute,...)
int32 DllExport __CFUNC DAQmxResetAIRTDType(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetAnlgWinPauseTrigBtm(TaskHandle taskHandle, float64 *data)
int32 DllExport __CFUNC DAQmxGetExportedAdvCmpltEventPulseWidth(TaskHandle taskHandle, float64 *data)
int32 DllExport __CFUNC DAQmxGetCOPulseLowTicks(TaskHandle taskHandle, const char channel[], uInt32 *data)
int32 DllExport __CFUNC DAQmxResetTrigAttribute(TaskHandle taskHandle, int32 attribute)
int32 DllExport __CFUNC DAQmxResetCOPulseTerm(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetDIDigFltrEnable(TaskHandle taskHandle, const char channel[], bool32 *data)
int32 DllExport __CFUNC DAQmxSetReadOverWrite(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxGetAOCurrentUnits(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxCreateCITwoEdgeSepChan(TaskHandle taskHandle, const char counter[], const char nameToAssignToChannel[], float64 minVal, float64 maxVal, int32 units, int32 firstEdge, int32 secondEdge, const char customScaleName[])
int32 DllExport __CFUNC DAQmxGetScaleMapPreScaledMin(const char scaleName[], float64 *data)
int32 DllExport __CFUNC DAQmxGetStartTrigRetriggerable(TaskHandle taskHandle, bool32 *data)
int32 DllExport __CFUNC DAQmxSetAICurrentShuntLoc(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxGetScaleLinSlope(const char scaleName[], float64 *data)
int32 DllExport __CFUNC DAQmxGetExportedAIConvClkOutputTerm(TaskHandle taskHandle, char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxSetMasterTimebaseSrc(TaskHandle taskHandle, const char *data)
int32 DllExport __CFUNC DAQmxResetAIBridgeBalanceFinePot(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxCreateAOCurrentChan(TaskHandle taskHandle, const char physicalChannel[], const char nameToAssignToChannel[], float64 minVal, float64 maxVal, int32 units, const char customScaleName[])
int32 DllExport __CFUNC DAQmxCfgDigEdgeRefTrig(TaskHandle taskHandle, const char triggerSource[], int32 triggerEdge, uInt32 pretriggerSamples)
int32 DllExport __CFUNC DAQmxSetCOPulseLowTime(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxResetRefTrigType(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxResetAnlgWinPauseTrigBtm(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxGetScaleMapScaledMax(const char scaleName[], float64 *data)
int32 DllExport __CFUNC DAQmxReadCounterF64(TaskHandle taskHandle, int32 numSampsPerChan, float64 timeout, float64 readArray[], uInt32 arraySizeInSamps, int32 *sampsPerChanRead, bool32 *reserved)
int32 DllExport __CFUNC DAQmxSetAIConvTimebaseDiv(TaskHandle taskHandle, uInt32 data)
int32 DllExport __CFUNC DAQmxSetDigEdgeRefTrigEdge(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxGetAnlgEdgeStartTrigSlope(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxGetWriteNumChans(TaskHandle taskHandle, uInt32 *data)
int32 DllExport __CFUNC DAQmxGetCIEncoderZInputTerm(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxSetCIPeriodDiv(TaskHandle taskHandle, const char channel[], uInt32 data)
int32 DllExport __CFUNC DAQmxSetDigEdgeRefTrigSrc(TaskHandle taskHandle, const char *data)
int32 DllExport __CFUNC DAQmxCreateCIPeriodChan(TaskHandle taskHandle, const char counter[], const char nameToAssignToChannel[], float64 minVal, float64 maxVal, int32 units, int32 edge, int32 measMethod, float64 measTime, uInt32 divisor, const char customScaleName[])
int32 DllExport __CFUNC DAQmxGetAIAccelSensitivityUnits(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxGetWriteRelativeTo(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxResetCOPulseIdleState(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetAIRTDC(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetAnlgWinStartTrigWhen(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxSetCOCtrTimebaseRate(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxSetAODACRngLow(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxWriteRaw(TaskHandle taskHandle, int32 numSamps, bool32 autoStart, float64 timeout, void *writeArray, int32 *sampsPerChanWritten, bool32 *reserved)
int32 DllExport __CFUNC DAQmxGetCICountEdgesDir(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxResetAILowpassSwitchCapClkSrc(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxCfgInputBuffer(TaskHandle taskHandle, uInt32 numSampsPerChan)
int32 DllExport __CFUNC DAQmxGetAIRVDTSensitivityUnits(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxGetAnlgWinRefTrigBtm(TaskHandle taskHandle, float64 *data)
int32 DllExport __CFUNC DAQmxSetDigEdgeArmStartTrigEdge(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxResetSwitchScanBreakMode(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxCreateLinScale(const char name[], float64 slope, float64 yIntercept, int32 preScaledUnits, const char scaledUnits[])
int32 DllExport __CFUNC DAQmxSetAOUseOnlyOnBrdMem(TaskHandle taskHandle, const char channel[], bool32 data)
int32 DllExport __CFUNC DAQmxSetDigEdgeStartTrigSrc(TaskHandle taskHandle, const char *data)
int32 DllExport __CFUNC DAQmxResetAICustomScaleName(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC_C DAQmxSetCalInfoAttribute(const char deviceName[], int32 attribute,...)
int32 DllExport __CFUNC DAQmxResetCIPeriodMeasMeth(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetCIEncoderBInputTerm(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxGetAIBridgeCfg(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxGetAIBridgeNomResistance(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxSetDelayFromSampClkDelay(TaskHandle taskHandle, float64 data)
int32 DllExport __CFUNC DAQmxSetDigEdgeAdvTrigEdge(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxResetCOPulseHighTicks(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetAIBridgeNomResistance(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSCBaseboardCalAdjust(uInt32 calHandle, float64 referenceVoltage)
int32 DllExport __CFUNC DAQmxResetAIAccelSensitivity(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetCICtrTimebaseSrc(TaskHandle taskHandle, const char channel[], const char *data)
int32 DllExport __CFUNC DAQmxGetScalePolyForwardCoeff(const char scaleName[], float64 *data, uInt32 arraySizeInSamples)
int32 DllExport __CFUNC DAQmxGetAOMin(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxGetAnlgWinPauseTrigSrc(TaskHandle taskHandle, char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxGetAICustomScaleName(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxGetAIFreqHyst(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxSetCalUserDefinedInfo(const char deviceName[], const char *data)
int32 DllExport __CFUNC DAQmxSetCIPeriodUnits(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxResetChanAttribute(TaskHandle taskHandle, const char channel[], int32 attribute)
int32 DllExport __CFUNC DAQmxSetExportedAdvCmpltEventPulsePolarity(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxGetAnlgEdgeRefTrigSlope(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC_C DAQmxSetScaleAttribute(const char scaleName[], int32 attribute,...)
int32 DllExport __CFUNC DAQmxResetAIThrmcplType(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxReadCounterScalarF64(TaskHandle taskHandle, float64 timeout, float64 *value, bool32 *reserved)
int32 DllExport __CFUNC DAQmxGetAILowpassCutoffFreq(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxGetAnlgEdgeRefTrigSrc(TaskHandle taskHandle, char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxSetAdvTrigType(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxResetAICurrentUnits(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetAIDitherEnable(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetCIDupCountPrevent(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetAIBridgeShuntCalEnable(TaskHandle taskHandle, const char channel[], bool32 *data)
int32 DllExport __CFUNC_C DAQmxSetChanAttribute(TaskHandle taskHandle, const char channel[], int32 attribute,...)
int32 DllExport __CFUNC DAQmxGetCICountEdgesActiveEdge(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC_C DAQmxGetTaskAttribute(TaskHandle taskHandle, int32 attribute, void *value,...)
int32 DllExport __CFUNC DAQmxGetAIFreqThreshVoltage(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxGetAnlgEdgeRefTrigLvl(TaskHandle taskHandle, float64 *data)
int32 DllExport __CFUNC DAQmxSwitchDisconnect(const char switchChannel1[], const char switchChannel2[], bool32 waitForSettling)
int32 DllExport __CFUNC DAQmxResetDelayFromSampClkDelay(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxSetCIFreqStartingEdge(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxResetDOInvertLines(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetAIResolution(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxGetAIExcitActualVal(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxResetDigEdgeRefTrigEdge(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxSetSampClkTimebaseMasterTimebaseDiv(TaskHandle taskHandle, uInt32 data)
int32 DllExport __CFUNC DAQmxResetAIDataXferMech(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetSwitchChanMaxACSwitchPwr(const char switchChannelName[], float64 *data)
int32 DllExport __CFUNC DAQmxResetCOCtrTimebaseActiveEdge(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetExtCalLastDateAndTime(const char deviceName[], uInt32 *year, uInt32 *month, uInt32 *day, uInt32 *hour, uInt32 *minute)
int32 DllExport __CFUNC DAQmxGetAIACExcitFreq(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxSetDigLvlPauseTrigSrc(TaskHandle taskHandle, const char *data)
int32 DllExport __CFUNC DAQmxSetAIBridgeBalanceCoarsePot(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxGetCIFreqMeasMeth(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxResetAODACRefConnToGnd(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetWriteTotalSampPerChanGenerated(TaskHandle taskHandle, uInt64 *data)
int32 DllExport __CFUNC DAQmxGetAIMeasType(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxResetTimingAttribute(TaskHandle taskHandle, int32 attribute)
int32 DllExport __CFUNC_C DAQmxGetWatchdogAttribute(TaskHandle taskHandle, const char lines[], int32 attribute, void *value,...)
int32 DllExport __CFUNC DAQmxSwitchGetMultiRelayCount(const char relayList[], uInt32 count[], uInt32 countArraySize, uInt32 *numRelayCountsRead)
int32 DllExport __CFUNC DAQmxGetStartTrigDelayUnits(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxResetCOAutoIncrCnt(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetAIExcitVal(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetStartTrigRetriggerable(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxResetCILinEncoderUnits(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetSampClkTimebaseRate(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxResetAIBridgeShuntCalGainAdjust(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetCOPulseFreq(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxSetAOCustomScaleName(TaskHandle taskHandle, const char channel[], const char *data)
int32 DllExport __CFUNC DAQmxResetCICtrTimebaseSrc(TaskHandle taskHandle, const char channel[])
double float64
Definition: nidaqmx.h:63
int32 DllExport __CFUNC DAQmxSetCITwoEdgeSepUnits(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxGetCOPulseLowTime(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxResetAIExcitDCorAC(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetCIEncoderAInputTerm(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxResetAILowpassSwitchCapExtClkDiv(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetAIDataXferMech(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxGetScalePolyReverseCoeff(const char scaleName[], float64 *data, uInt32 arraySizeInSamples)
int32 DllExport __CFUNC DAQmxGetCIPeriodDiv(TaskHandle taskHandle, const char channel[], uInt32 *data)
int32 DllExport __CFUNC DAQmxSetAIThrmcplCJCVal(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxGetCIMin(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxResetAIConvTimebaseDiv(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxResetAIBridgeBalanceCoarsePot(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxCreateDIChan(TaskHandle taskHandle, const char lines[], const char nameToAssignToLines[], int32 lineGrouping)
int32 DllExport __CFUNC DAQmxGetAnlgEdgeStartTrigSrc(TaskHandle taskHandle, char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxResetCOCtrTimebaseRate(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetExportedChangeDetectEventOutputTerm(TaskHandle taskHandle, const char *data)
int32 DllExport __CFUNC DAQmxSetAIFreqThreshVoltage(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxSetAILVDTSensitivity(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxResetAICoupling(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetCIPeriodStartingEdge(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetAIExcitVal(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxSetCOAutoIncrCnt(TaskHandle taskHandle, const char channel[], uInt32 data)
int32 DllExport __CFUNC DAQmxSetAnlgEdgeRefTrigHyst(TaskHandle taskHandle, float64 data)
int32 DllExport __CFUNC DAQmxSetAIACExcitFreq(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxGetCICtrTimebaseMasterTimebaseDiv(TaskHandle taskHandle, const char channel[], uInt32 *data)
int32 DllExport __CFUNC DAQmxResetWriteRelativeTo(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxGetSampQuantSampMode(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxResetAIDataXferReqCond(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetAIExcitVoltageOrCurrent(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetExported20MHzTimebaseOutputTerm(TaskHandle taskHandle, char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxSetAIExcitActualVal(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxResetSwitchScanAttribute(TaskHandle taskHandle, int32 attribute)
uInt32 bool32
Definition: nidaqmx.h:74
int32 DllExport __CFUNC DAQmxCreateDOChan(TaskHandle taskHandle, const char lines[], const char nameToAssignToLines[], int32 lineGrouping)
int32 DllExport __CFUNC DAQmxGetAnlgEdgeStartTrigHyst(TaskHandle taskHandle, float64 *data)
int32 DllExport __CFUNC DAQmxResetWatchdogAttribute(TaskHandle taskHandle, const char lines[], int32 attribute)
int32 DllExport __CFUNC DAQmxResetAISampAndHoldEnable(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetSysNIDAQMinorVersion(uInt32 *data)
int32 DllExport __CFUNC DAQmxGetExportedAdvTrigPulsePolarity(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxGetAnlgLvlPauseTrigLvl(TaskHandle taskHandle, float64 *data)
int32 DllExport __CFUNC DAQmxWriteDigitalU32(TaskHandle taskHandle, int32 numSampsPerChan, bool32 autoStart, float64 timeout, bool32 dataLayout, uInt32 writeArray[], int32 *sampsPerChanWritten, bool32 *reserved)
int32 DllExport __CFUNC DAQmxGetStartTrigDelay(TaskHandle taskHandle, float64 *data)
int32 DllExport __CFUNC DAQmxResetAnlgLvlPauseTrigLvl(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxGetCOPulseTerm(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxSetAISampAndHoldEnable(TaskHandle taskHandle, const char channel[], bool32 data)
int32 DllExport __CFUNC DAQmxSetCIPeriodMeasTime(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxControlWatchdogTask(TaskHandle taskHandle, int32 action)
int32 DllExport __CFUNC DAQmxGetSwitchDevSettled(const char deviceName[], bool32 *data)
int32 DllExport __CFUNC DAQmxResetDigEdgeStartTrigSrc(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxResetCIFreqMeasMeth(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetCIEncoderZIndexVal(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxResetCOPulseTimeInitialDelay(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetAIAccelSensitivityUnits(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetAIThrmstrB(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxCfgDigEdgeStartTrig(TaskHandle taskHandle, const char triggerSource[], int32 triggerEdge)
int32 DllExport __CFUNC DAQmxSetAIResistanceUnits(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxSetCICountEdgesDirTerm(TaskHandle taskHandle, const char channel[], const char *data)
int32 DllExport __CFUNC DAQmxSetAILowpassSwitchCapOutClkDiv(TaskHandle taskHandle, const char channel[], uInt32 data)
int32 DllExport __CFUNC_C DAQmxCreateWatchdogTimerTask(const char deviceName[], const char taskName[], TaskHandle *taskHandle, float64 timeout, const char lines[], int32 expState,...)
int32 DllExport __CFUNC DAQmxResetExportedChangeDetectEventOutputTerm(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxGetExportedAIHoldCmpltEventOutputTerm(TaskHandle taskHandle, char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxGetExportedCtrOutEventPulsePolarity(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC_C DAQmxGetScaleAttribute(const char scaleName[], int32 attribute, void *value,...)
int32 DllExport __CFUNC DAQmxResetAIExcitActualVal(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetReadAutoStart(TaskHandle taskHandle, bool32 data)
int32 DllExport __CFUNC DAQmxResetCIPulseWidthStartingEdge(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetExportedAdvTrigPulseWidth(TaskHandle taskHandle, float64 data)
int32 DllExport __CFUNC DAQmxGetScaleTablePreScaledVals(const char scaleName[], float64 *data, uInt32 arraySizeInSamples)
int32 DllExport __CFUNC DAQmxResetCIDataXferMech(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetDigEdgeWatchdogExpirTrigEdge(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxGetAnlgWinRefTrigTop(TaskHandle taskHandle, float64 *data)
int32 DllExport __CFUNC DAQmxGetCIAngEncoderUnits(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxGetCOCount(TaskHandle taskHandle, const char channel[], uInt32 *data)
int32 DllExport __CFUNC DAQmxSetAnlgWinRefTrigWhen(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxGetSampClkRate(TaskHandle taskHandle, float64 *data)
int32 DllExport __CFUNC DAQmxSetCOCtrTimebaseSrc(TaskHandle taskHandle, const char channel[], const char *data)
int32 DllExport __CFUNC DAQmxGetTaskName(TaskHandle taskHandle, char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxResetAnlgWinPauseTrigWhen(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxSetAICurrentShuntResistance(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC_C DAQmxSetTrigAttribute(TaskHandle taskHandle, int32 attribute,...)
int32 DllExport __CFUNC DAQmxGetCOPulseTimeUnits(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxCreateCILinEncoderChan(TaskHandle taskHandle, const char counter[], const char nameToAssignToChannel[], int32 decodingType, bool32 ZidxEnable, float64 ZidxVal, int32 ZidxPhase, int32 units, float64 distPerPulse, float64 initialPos, const char customScaleName[])
int32 DllExport __CFUNC DAQmxResetExportedAdvCmpltEventPulseWidth(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxReadDigitalU8(TaskHandle taskHandle, int32 numSampsPerChan, float64 timeout, bool32 fillMode, uInt8 readArray[], uInt32 arraySizeInSamps, int32 *sampsPerChanRead, bool32 *reserved)
int32 DllExport __CFUNC DAQmxResetAIForceReadFromChan(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetSampClkTimebaseMasterTimebaseDiv(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxResetCICtrTimebaseRate(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSwitchOpenRelays(const char relayList[], bool32 waitForSettling)
int32 DllExport __CFUNC DAQmxResetDigEdgeRefTrigSrc(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxGetCOPulseHighTicks(TaskHandle taskHandle, const char channel[], uInt32 *data)
int32 DllExport __CFUNC DAQmxGetAIThrmstrC(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxGetDigLvlPauseTrigSrc(TaskHandle taskHandle, char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxGetChangeDetectDIRisingEdgePhysicalChans(TaskHandle taskHandle, char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxResetDIDigFltrMinPulseWidth(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetCOPulseDutyCyc(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxGetDOTristate(TaskHandle taskHandle, const char channel[], bool32 *data)
int32 DllExport __CFUNC DAQmxSetCIPulseWidthUnits(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxResetExportedCtrOutEventOutputTerm(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxSetAIDitherEnable(TaskHandle taskHandle, const char channel[], bool32 data)
int32 DllExport __CFUNC DAQmxGetExtCalLastTemp(const char deviceName[], float64 *data)
int32 DllExport __CFUNC DAQmxGetAnlgWinPauseTrigWhen(TaskHandle taskHandle, int32 *data)
unsigned short uInt16
Definition: nidaqmx.h:47
int32 DllExport __CFUNC DAQmxGetAIFreqUnits(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxResetAOMemMapEnable(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetSwitchDevAutoConnAnlgBus(const char deviceName[], bool32 *data)
int32 DllExport __CFUNC DAQmxGetExportedChangeDetectEventOutputTerm(TaskHandle taskHandle, char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxSetAIExcitDCorAC(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxGetAIExcitVoltageOrCurrent(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxSetCITwoEdgeSepFirstEdge(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxGetSwitchScanRepeatMode(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxSetWriteOffset(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxCfgOutputBuffer(TaskHandle taskHandle, uInt32 numSampsPerChan)
int32 DllExport __CFUNC DAQmxResetAITermCfg(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxReadDigitalU32(TaskHandle taskHandle, int32 numSampsPerChan, float64 timeout, bool32 fillMode, uInt32 readArray[], uInt32 arraySizeInSamps, int32 *sampsPerChanRead, bool32 *reserved)
int32 DllExport __CFUNC DAQmxSetCIAngEncoderInitialAngle(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxGetTaskChannels(TaskHandle taskHandle, char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxGetExportedCtrOutEventToggleIdleState(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxGetAIAccelSensitivity(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxSetCITwoEdgeSepSecondEdge(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxGetExportedSampClkOutputBehavior(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxSwitchGetMultiRelayPos(const char relayList[], uInt32 relayPos[], uInt32 relayPosArraySize, uInt32 *numRelayPossRead)
int32 DllExport __CFUNC DAQmxSetCOPulseIdleState(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxResetAIRVDTSensitivity(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetCOPulseTerm(TaskHandle taskHandle, const char channel[], const char *data)
int32 DllExport __CFUNC DAQmxGetAILowpassSwitchCapExtClkDiv(TaskHandle taskHandle, const char channel[], uInt32 *data)
int32 DllExport __CFUNC DAQmxResetWriteOffset(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxSetScaleMapScaledMin(const char scaleName[], float64 data)
int32 DllExport __CFUNC DAQmxSetAILowpassSwitchCapExtClkFreq(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxGetAOMax(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxGetCOPulseIdleState(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxGetCOCtrTimebaseSrc(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxSetDigEdgeAdvTrigSrc(TaskHandle taskHandle, const char *data)
int32 DllExport __CFUNC DAQmxGetAOMemMapEnable(TaskHandle taskHandle, const char channel[], bool32 *data)
int32 DllExport __CFUNC DAQmxGetCOPulseTicksInitialDelay(TaskHandle taskHandle, const char channel[], uInt32 *data)
int32 DllExport __CFUNC DAQmxSetCOPulseLowTicks(TaskHandle taskHandle, const char channel[], uInt32 data)
int32 DllExport __CFUNC DAQmxGetDigEdgeStartTrigSrc(TaskHandle taskHandle, char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxGetAICoupling(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxGetAnlgLvlPauseTrigHyst(TaskHandle taskHandle, float64 *data)
int32 DllExport __CFUNC DAQmxGetAIThrmcplCJCVal(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxGetCICountEdgesInitialCnt(TaskHandle taskHandle, const char channel[], uInt32 *data)
int32 DllExport __CFUNC DAQmxSetAnlgWinPauseTrigSrc(TaskHandle taskHandle, const char *data)
int32 DllExport __CFUNC DAQmxResetAILVDTSensitivity(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxCreateAIPosLVDTChan(TaskHandle taskHandle, const char physicalChannel[], const char nameToAssignToChannel[], float64 minVal, float64 maxVal, int32 units, float64 sensitivity, int32 sensitivityUnits, int32 voltageExcitSource, float64 voltageExcitVal, float64 voltageExcitFreq, int32 ACExcitWireMode, const char customScaleName[])
int32 DllExport __CFUNC DAQmxResetAIACExcitSyncEnable(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetAIMemMapEnable(TaskHandle taskHandle, const char channel[], bool32 *data)
int32 DllExport __CFUNC DAQmxSetAIConvRate(TaskHandle taskHandle, float64 data)
int32 DllExport __CFUNC DAQmxGetReadCurrReadPos(TaskHandle taskHandle, uInt64 *data)
int32 DllExport __CFUNC DAQmxResetCIFreqTerm(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetAnlgEdgeStartTrigSrc(TaskHandle taskHandle, const char *data)
int32 DllExport __CFUNC DAQmxSetSampTimingType(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxResetStartTrigType(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxResetCILinEncoderDistPerPulse(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetAODevScalingCoeff(TaskHandle taskHandle, const char channel[], float64 *data, uInt32 arraySizeInSamples)
int32 DllExport __CFUNC DAQmxResetWatchdogTimeout(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxResetCIPeriodUnits(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetAIStrainUnits(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxResetAILVDTUnits(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetAnlgEdgeRefTrigLvl(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxGetCICountEdgesDirTerm(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxCreateAIVoltageChan(TaskHandle taskHandle, const char physicalChannel[], const char nameToAssignToChannel[], int32 terminalConfig, float64 minVal, float64 maxVal, int32 units, const char customScaleName[])
int32 DllExport __CFUNC DAQmxSetCIFreqUnits(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxSetAIFreqUnits(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxGetSysTasks(char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxSetAnlgEdgeStartTrigLvl(TaskHandle taskHandle, float64 data)
int32 DllExport __CFUNC DAQmxGetAIThrmstrR1(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxResetDigEdgeWatchdogExpirTrigSrc(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxSetWriteRegenMode(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxResetAIStrainGageCfg(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetSwitchDevRelayList(const char deviceName[], char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxSetDigEdgeStartTrigEdge(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxSetScaleMapPreScaledMin(const char scaleName[], float64 data)
int32 DllExport __CFUNC DAQmxExportSignal(TaskHandle taskHandle, int32 signalID, const char outputTerminal[])
int32 DllExport __CFUNC DAQmxGetWriteDigitalLinesBytesPerChan(TaskHandle taskHandle, uInt32 *data)
int32 DllExport __CFUNC DAQmxSetStartTrigRetriggerable(TaskHandle taskHandle, bool32 data)
int32 DllExport __CFUNC DAQmxResetAIConvActiveEdge(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxSetAIAutoZeroMode(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxSetAODACRefVal(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxResetAIMin(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetSwitchDevSettlingTime(const char deviceName[], float64 data)
int32 DllExport __CFUNC DAQmxSetAnlgWinStartTrigTop(TaskHandle taskHandle, float64 data)
int32 DllExport __CFUNC DAQmxGetAIDevScalingCoeff(TaskHandle taskHandle, const char channel[], float64 *data, uInt32 arraySizeInSamples)
int32 DllExport __CFUNC DAQmxSetSwitchScanBreakMode(TaskHandle taskHandle, int32 data)
unsigned __int64 uInt64
Definition: nidaqmx.h:71
int32 DllExport __CFUNC DAQmxSetAOMax(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxSetAICustomScaleName(TaskHandle taskHandle, const char channel[], const char *data)
int32 DllExport __CFUNC DAQmxGetSampClkTimebaseRate(TaskHandle taskHandle, float64 *data)
int32 DllExport __CFUNC DAQmxResetAnlgEdgeStartTrigSrc(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxSetStartTrigDelay(TaskHandle taskHandle, float64 data)
int32 DllExport __CFUNC DAQmxGetCOAutoIncrCnt(TaskHandle taskHandle, const char channel[], uInt32 *data)
int32 DllExport __CFUNC DAQmxResetCIEncoderZInputTerm(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetMasterTimebaseRate(TaskHandle taskHandle, float64 *data)
int32 DllExport __CFUNC DAQmxSetRefTrigType(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxSetSwitchChanUsage(const char switchChannelName[], int32 data)
int32 DllExport __CFUNC DAQmxGetAnlgWinStartTrigTop(TaskHandle taskHandle, float64 *data)
int32 DllExport __CFUNC DAQmxSetExportedCtrOutEventOutputTerm(TaskHandle taskHandle, const char *data)
int32 DllExport __CFUNC DAQmxResetExportedAdvCmpltEventPulsePolarity(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxSetCIEncoderBInputTerm(TaskHandle taskHandle, const char channel[], const char *data)
int32 DllExport __CFUNC DAQmxGetDevSerialNum(const char device[], uInt32 *data)
int32 DllExport __CFUNC DAQmxSetScaleMapPreScaledMax(const char scaleName[], float64 data)
int32 DllExport __CFUNC DAQmxSetCICountEdgesInitialCnt(TaskHandle taskHandle, const char channel[], uInt32 data)
int32 DllExport __CFUNC DAQmxSetDelayFromSampClkDelayUnits(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxResetAIConvTimebaseSrc(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxGetScaleDescr(const char scaleName[], char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxResetChanDescr(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetExportedAdvTrigOutputTerm(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxGetCILinEncoderUnits(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxResetDigEdgeArmStartTrigEdge(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxSetDIDigFltrEnable(TaskHandle taskHandle, const char channel[], bool32 data)
int32 DllExport __CFUNC DAQmxSetCIDataXferMech(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxCreateCISemiPeriodChan(TaskHandle taskHandle, const char counter[], const char nameToAssignToChannel[], float64 minVal, float64 maxVal, int32 units, const char customScaleName[])
int32 DllExport __CFUNC DAQmxCfgChangeDetectionTiming(TaskHandle taskHandle, const char risingEdgeChan[], const char fallingEdgeChan[], int32 sampleMode, uInt64 sampsPerChan)
int32 DllExport __CFUNC_C DAQmxGetReadAttribute(TaskHandle taskHandle, int32 attribute, void *value,...)
int32 DllExport __CFUNC DAQmxResetAIMemMapEnable(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetExportedAdvCmpltEventPulsePolarity(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxSetAnlgLvlPauseTrigSrc(TaskHandle taskHandle, const char *data)
int32 DllExport __CFUNC DAQmxGetAICurrentShuntLoc(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxGetCalUserDefinedInfoMaxSize(const char deviceName[], uInt32 *data)
int32 DllExport __CFUNC DAQmxSetCIDupCountPrevent(TaskHandle taskHandle, const char channel[], bool32 data)
int32 DllExport __CFUNC DAQmxReadAnalogF64(TaskHandle taskHandle, int32 numSampsPerChan, float64 timeout, bool32 fillMode, float64 readArray[], uInt32 arraySizeInSamps, int32 *sampsPerChanRead, bool32 *reserved)
int32 DllExport __CFUNC DAQmxSetAILowpassSwitchCapClkSrc(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxGetSwitchDevNumRows(const char deviceName[], uInt32 *data)
int32 DllExport __CFUNC DAQmxSetAnlgLvlPauseTrigHyst(TaskHandle taskHandle, float64 data)
int32 DllExport __CFUNC DAQmxResetCIEncoderBInputTerm(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetCIPeriodStartingEdge(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxGetCOOutputType(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxSetCILinEncoderInitialPos(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxSetSwitchDevAutoConnAnlgBus(const char deviceName[], bool32 data)
int32 DllExport __CFUNC DAQmxChangeExtCalPassword(const char deviceName[], const char password[], const char newPassword[])
int32 DllExport __CFUNC DAQmxResetCOCtrTimebaseSrc(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetAIRTDB(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetAODACRefSrc(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxGetExportedStartTrigOutputTerm(TaskHandle taskHandle, char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxResetAIAccelUnits(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetAODataXferReqCond(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxSetAICurrentUnits(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxESeriesCalAdjust(uInt32 calHandle, float64 referenceVoltage)
int32 DllExport __CFUNC DAQmxResetAIBridgeInitialVoltage(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetExportedStartTrigOutputTerm(TaskHandle taskHandle, const char *data)
int32 DllExport __CFUNC DAQmxGetAnlgLvlPauseTrigWhen(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxGetCIFreqMeasTime(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxResetCITwoEdgeSepFirstEdge(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetAIImpedance(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxGetAIMax(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxCreateAIResistanceChan(TaskHandle taskHandle, const char physicalChannel[], const char nameToAssignToChannel[], float64 minVal, float64 maxVal, int32 units, int32 resistanceConfig, int32 currentExcitSource, float64 currentExcitVal, const char customScaleName[])
int32 DllExport __CFUNC DAQmxGetNthTaskReadChannel(TaskHandle taskHandle, uInt32 index, char buffer[], int32 bufferSize)
int32 DllExport __CFUNC DAQmxDisconnectTerms(const char sourceTerminal[], const char destinationTerminal[])
int32 DllExport __CFUNC DAQmxSetAIStrainGageGageFactor(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxResetAILowpassCutoffFreq(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetDigEdgeWatchdogExpirTrigEdge(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxSetAIAccelSensitivity(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxResetExportedCtrOutEventOutputBehavior(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxResetExportedAdvTrigPulseWidth(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxSetAITermCfg(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC_C DAQmxSetWriteAttribute(TaskHandle taskHandle, int32 attribute,...)
int32 DllExport __CFUNC DAQmxSetAnlgWinPauseTrigTop(TaskHandle taskHandle, float64 data)
int32 DllExport __CFUNC DAQmxResetCOPulseLowTime(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetCIAngEncoderPulsesPerRev(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC_C DAQmxSetSwitchDeviceAttribute(const char deviceName[], int32 attribute,...)
int32 DllExport __CFUNC DAQmxResetCIAngEncoderUnits(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetAIConvRate(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxResetAIFreqThreshVoltage(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetExportedRefTrigOutputTerm(TaskHandle taskHandle, const char *data)
int32 DllExport __CFUNC DAQmxResetSampTimingType(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxGetWatchdogTimeout(TaskHandle taskHandle, float64 *data)
int32 DllExport __CFUNC DAQmxWriteDigitalU8(TaskHandle taskHandle, int32 numSampsPerChan, bool32 autoStart, float64 timeout, bool32 dataLayout, uInt8 writeArray[], int32 *sampsPerChanWritten, bool32 *reserved)
int32 DllExport __CFUNC DAQmxCreateAIPosRVDTChan(TaskHandle taskHandle, const char physicalChannel[], const char nameToAssignToChannel[], float64 minVal, float64 maxVal, int32 units, float64 sensitivity, int32 sensitivityUnits, int32 voltageExcitSource, float64 voltageExcitVal, float64 voltageExcitFreq, int32 ACExcitWireMode, const char customScaleName[])
int32 DllExport __CFUNC DAQmxResetAIRVDTUnits(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetExportedWatchdogExpiredEventOutputTerm(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxResetCITwoEdgeSepUnits(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetWatchdogDOExpirState(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetSysNIDAQMajorVersion(uInt32 *data)
int32 DllExport __CFUNC DAQmxSetArmStartTrigType(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxSetPauseTrigType(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxGetAIRngLow(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxResetDigEdgeAdvTrigEdge(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxSetAIMax(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxGetSysDevNames(char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxSetAIAccelSensitivityUnits(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxGetAODataXferMech(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxGetAOUseOnlyOnBrdMem(TaskHandle taskHandle, const char channel[], bool32 *data)
int32 DllExport __CFUNC DAQmxGetAOReglitchEnable(TaskHandle taskHandle, const char channel[], bool32 *data)
int32 DllExport __CFUNC DAQmxGetReadTotalSampPerChanAcquired(TaskHandle taskHandle, uInt64 *data)
int32 DllExport __CFUNC DAQmxResetCICountEdgesTerm(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetDINumLines(TaskHandle taskHandle, const char channel[], uInt32 *data)
int32 DllExport __CFUNC DAQmxResetAODataXferReqCond(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetDIInvertLines(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetAIDataXferMech(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxSetReadChannelsToRead(TaskHandle taskHandle, const char *data)
int32 DllExport __CFUNC_C DAQmxGetSwitchChanAttribute(const char switchChannelName[], int32 attribute, void *value)
int32 DllExport __CFUNC DAQmxGetAIBridgeShuntCalGainAdjust(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxSetAIAccelUnits(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxResetDigEdgeWatchdogExpirTrigEdge(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxSetCOPulseTimeUnits(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxResetSampClkSrc(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxGetCICountEdgesTerm(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxGetCIPulseWidthUnits(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxGetSelfCalSupported(const char deviceName[], bool32 *data)
int32 DllExport __CFUNC DAQmxCreateAIRTDChan(TaskHandle taskHandle, const char physicalChannel[], const char nameToAssignToChannel[], float64 minVal, float64 maxVal, int32 units, int32 rtdType, int32 resistanceConfig, int32 currentExcitSource, float64 currentExcitVal, float64 r0)
int32 DllExport __CFUNC DAQmxResetExportedRefTrigOutputTerm(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxSetAnlgEdgeStartTrigSlope(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxGetAnlgWinPauseTrigTop(TaskHandle taskHandle, float64 *data)
int32 DllExport __CFUNC DAQmxResetAIRngHigh(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetAIStrainGageGageFactor(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetOnDemandSimultaneousAOEnable(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxResetExportedCtrOutEventPulsePolarity(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxGetAILowpassSwitchCapClkSrc(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxGetAIACExcitSyncEnable(TaskHandle taskHandle, const char channel[], bool32 *data)
int32 DllExport __CFUNC DAQmxSetAILeadWireResistance(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxSetAIStrainGageCfg(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxSetAIStrainGagePoissonRatio(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxGetSwitchChanWireMode(const char switchChannelName[], uInt32 *data)
int32 DllExport __CFUNC_C DAQmxSetExportedSignalAttribute(TaskHandle taskHandle, int32 attribute,...)
int32 DllExport __CFUNC DAQmxSetCIFreqDiv(TaskHandle taskHandle, const char channel[], uInt32 data)
int32 DllExport __CFUNC DAQmxSetCISemiPeriodUnits(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxResetAIACExcitFreq(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetSampTimingType(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxAOSeriesCalAdjust(uInt32 calHandle, float64 referenceVoltage)
int32 DllExport __CFUNC DAQmxSetExportedWatchdogExpiredEventOutputTerm(TaskHandle taskHandle, const char *data)
int32 DllExport __CFUNC DAQmxGetCICustomScaleName(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxCfgAnlgEdgeStartTrig(TaskHandle taskHandle, const char triggerSource[], int32 triggerSlope, float64 triggerLevel)
int32 DllExport __CFUNC DAQmxCreateCIAngEncoderChan(TaskHandle taskHandle, const char counter[], const char nameToAssignToChannel[], int32 decodingType, bool32 ZidxEnable, float64 ZidxVal, int32 ZidxPhase, int32 units, uInt32 pulsesPerRev, float64 initialAngle, const char customScaleName[])
int32 DllExport __CFUNC DAQmxCfgAnlgWindowRefTrig(TaskHandle taskHandle, const char triggerSource[], int32 triggerWhen, float64 windowTop, float64 windowBottom, uInt32 pretriggerSamples)
int32 DllExport __CFUNC DAQmxResetCOPulseLowTicks(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetCITwoEdgeSepSecondTerm(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxCreateAIFreqVoltageChan(TaskHandle taskHandle, const char physicalChannel[], const char nameToAssignToChannel[], float64 minVal, float64 maxVal, int32 units, float64 thresholdLevel, float64 hysteresis, const char customScaleName[])
int32 DllExport __CFUNC DAQmxGetDIInvertLines(TaskHandle taskHandle, const char channel[], bool32 *data)
int32 DllExport __CFUNC DAQmxSetAOMin(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxSetWriteRelativeTo(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxReadDigitalScalarU32(TaskHandle taskHandle, float64 timeout, uInt32 *value, bool32 *reserved)
int32 DllExport __CFUNC DAQmxDisableStartTrig(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxResetCICountEdgesDir(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetAnlgLvlPauseTrigWhen(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxSetChanDescr(TaskHandle taskHandle, const char channel[], const char *data)
int32 DllExport __CFUNC DAQmxGetSysScales(char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxGetAIResolutionUnits(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxResetAIThrmstrA(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetAIResistanceCfg(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxGetCICount(TaskHandle taskHandle, const char channel[], uInt32 *data)
int32 DllExport __CFUNC DAQmxSetAODACRefConnToGnd(TaskHandle taskHandle, const char channel[], bool32 data)
int32 DllExport __CFUNC DAQmxSetAIThrmcplType(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxSetAOCurrentUnits(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxResetCIEncoderZIndexPhase(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetAnlgWinStartTrigSrc(TaskHandle taskHandle, const char *data)
int32 DllExport __CFUNC DAQmxResetCIEncoderDecodingType(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC_C DAQmxSetSwitchScanAttribute(TaskHandle taskHandle, int32 attribute,...)
int32 DllExport __CFUNC DAQmxSetExportedAIHoldCmpltEventOutputTerm(TaskHandle taskHandle, const char *data)
int32 DllExport __CFUNC DAQmxGetCOOutputState(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxResetAILowpassEnable(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetCIEncoderZIndexPhase(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxCreateCICountEdgesChan(TaskHandle taskHandle, const char counter[], const char nameToAssignToChannel[], int32 edge, uInt32 initialCount, int32 countDirection)
int32 DllExport __CFUNC DAQmxGetSwitchDevTopology(const char deviceName[], char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxGetAIStrainGageGageFactor(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxSetScalePreScaledUnits(const char scaleName[], int32 data)
int32 DllExport __CFUNC DAQmxReadAnalogScalarF64(TaskHandle taskHandle, float64 timeout, float64 *value, bool32 *reserved)
__int64 int64
Definition: nidaqmx.h:67
int32 DllExport __CFUNC DAQmxCreateMapScale(const char name[], float64 prescaledMin, float64 prescaledMax, float64 scaledMin, float64 scaledMax, int32 preScaledUnits, const char scaledUnits[])
int32 DllExport __CFUNC DAQmxResetExportedAIConvClkOutputTerm(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxGetAIRTDB(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxSetExportedAdvCmpltEventOutputTerm(TaskHandle taskHandle, const char *data)
int32 DllExport __CFUNC DAQmxGetCIFreqStartingEdge(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxClearTask(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxSetCILinEncoderDistPerPulse(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxGetCIEncoderZIndexEnable(TaskHandle taskHandle, const char channel[], bool32 *data)
int32 DllExport __CFUNC DAQmxSetAIConvSrc(TaskHandle taskHandle, const char *data)
int32 DllExport __CFUNC DAQmxGetAILowpassSwitchCapExtClkFreq(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxGetCalUserDefinedInfo(const char deviceName[], char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxGetDelayFromSampClkDelayUnits(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxGetAnlgLvlPauseTrigSrc(TaskHandle taskHandle, char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxReadBinaryU16(TaskHandle taskHandle, int32 numSampsPerChan, float64 timeout, bool32 fillMode, uInt16 readArray[], uInt32 arraySizeInSamps, int32 *sampsPerChanRead, bool32 *reserved)
int32 DllExport __CFUNC DAQmxGetOnDemandSimultaneousAOEnable(TaskHandle taskHandle, bool32 *data)
int32 DllExport __CFUNC DAQmxResetCOPulseTicksInitialDelay(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetSampQuantSampMode(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxGetSelfCalLastTemp(const char deviceName[], float64 *data)
int32 DllExport __CFUNC DAQmxGetExportedAdvCmpltEventOutputTerm(TaskHandle taskHandle, char *data, uInt32 bufferSize)
int32 DllExport __CFUNC_C DAQmxGetSystemInfoAttribute(int32 attribute, void *value,...)
int32 DllExport __CFUNC DAQmxGetAIResistanceUnits(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxGetSampClkSrc(TaskHandle taskHandle, char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxStopTask(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxCfgAnlgEdgeRefTrig(TaskHandle taskHandle, const char triggerSource[], int32 triggerSlope, float64 triggerLevel, uInt32 pretriggerSamples)
int32 DllExport __CFUNC DAQmxResetWriteRegenMode(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxSetAIThrmstrR1(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxGetChangeDetectDIFallingEdgePhysicalChans(TaskHandle taskHandle, char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxGetCIMax(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxSetCICountEdgesActiveEdge(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxSetAnlgEdgeStartTrigHyst(TaskHandle taskHandle, float64 data)
int32 DllExport __CFUNC DAQmxGetCIDupCountPrevent(TaskHandle taskHandle, const char channel[], bool32 *data)
int32 DllExport __CFUNC DAQmxSetWatchdogExpirTrigType(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxDisableRefTrig(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxSetCIPeriodTerm(TaskHandle taskHandle, const char channel[], const char *data)
int32 DllExport __CFUNC DAQmxGetAICurrentShuntResistance(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxGetSwitchChanMaxDCSwitchCurrent(const char switchChannelName[], float64 *data)
int32 DllExport __CFUNC DAQmxStartTask(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxGetCICtrTimebaseActiveEdge(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxGetSwitchChanUsage(const char switchChannelName[], int32 *data)
int32 DllExport __CFUNC DAQmxSetScaleTablePreScaledVals(const char scaleName[], float64 *data, uInt32 arraySizeInSamples)
int32 DllExport __CFUNC DAQmxGetAIConvTimebaseSrc(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxResetAIFreqUnits(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetAIRTDR0(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetAIDitherEnable(TaskHandle taskHandle, const char channel[], bool32 *data)
int32 DllExport __CFUNC DAQmxSetAIRVDTSensitivity(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxSetAnlgWinRefTrigBtm(TaskHandle taskHandle, float64 data)
int32 DllExport __CFUNC DAQmxGetAIExcitSrc(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxSetAIGain(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxGetDigEdgeWatchdogExpirTrigSrc(TaskHandle taskHandle, char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxCreateAIThrmstrChanIex(TaskHandle taskHandle, const char physicalChannel[], const char nameToAssignToChannel[], float64 minVal, float64 maxVal, int32 units, int32 resistanceConfig, int32 currentExcitSource, float64 currentExcitVal, float64 a, float64 b, float64 c)
int32 DllExport __CFUNC DAQmxGetSwitchChanMaxACSwitchCurrent(const char switchChannelName[], float64 *data)
int32 DllExport __CFUNC DAQmxGetAIExcitUseMultiplexed(TaskHandle taskHandle, const char channel[], bool32 *data)
int32 DllExport __CFUNC DAQmxResetAnlgWinStartTrigBtm(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxSetCIPeriodMeasMeth(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxSetAIBridgeCfg(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC_C DAQmxGetTimingAttribute(TaskHandle taskHandle, int32 attribute, void *value,...)
int32 DllExport __CFUNC DAQmxGetSelfCalLastDateAndTime(const char deviceName[], uInt32 *year, uInt32 *month, uInt32 *day, uInt32 *hour, uInt32 *minute)
int32 DllExport __CFUNC DAQmxResetExportedAIHoldCmpltEventOutputTerm(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxGetSampClkTimebaseActiveEdge(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxSetCOPulseHighTime(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC_C DAQmxSetTimingAttribute(TaskHandle taskHandle, int32 attribute,...)
int32 DllExport __CFUNC DAQmxResetAIStrainUnits(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetCIEncoderZIndexVal(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxGetAILVDTUnits(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxGetRefTrigType(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxGetAIConvTimebaseDiv(TaskHandle taskHandle, uInt32 *data)
int32 DllExport __CFUNC DAQmxResetCIPeriodTerm(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetScaleTableScaledVals(const char scaleName[], float64 *data, uInt32 arraySizeInSamples)
int32 DllExport __CFUNC DAQmxGetCOPulseTimeInitialDelay(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxSetCIAngEncoderPulsesPerRev(TaskHandle taskHandle, const char channel[], uInt32 data)
int32 DllExport __CFUNC DAQmxReadRaw(TaskHandle taskHandle, int32 numSampsPerChan, float64 timeout, void *readArray, uInt32 arraySizeInBytes, int32 *sampsRead, int32 *numBytesPerSamp, bool32 *reserved)
int32 DllExport __CFUNC DAQmxResetExportedAdvCmpltEventOutputTerm(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxResetAnlgLvlPauseTrigHyst(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxSetAICoupling(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxAddGlobalChansToTask(TaskHandle taskHandle, const char channelNames[])
int32 DllExport __CFUNC DAQmxSetAIRTDType(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxCreateAIAccelChan(TaskHandle taskHandle, const char physicalChannel[], const char nameToAssignToChannel[], int32 terminalConfig, float64 minVal, float64 maxVal, int32 units, float64 sensitivity, int32 sensitivityUnits, int32 currentExcitSource, float64 currentExcitVal, const char customScaleName[])
int32 DllExport __CFUNC DAQmxSetMasterTimebaseRate(TaskHandle taskHandle, float64 data)
int32 DllExport __CFUNC DAQmxResetCIFreqUnits(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetAnlgLvlPauseTrigWhen(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxGetCILinEncoderDistPerPulse(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxResetExportedSampClkOutputBehavior(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxResetCOPulseTimeUnits(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetCINumPossiblyInvalidSamps(TaskHandle taskHandle, const char channel[], uInt32 *data)
int32 DllExport __CFUNC DAQmxResetAnlgLvlPauseTrigSrc(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxSetAIVoltageUnits(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxResetCIMin(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetReadChannelsToRead(TaskHandle taskHandle, char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxGetExportedAdvTrigOutputTerm(TaskHandle taskHandle, char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxResetCOPulseFreqInitialDelay(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetDigEdgeAdvTrigSrc(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxReadBinaryI16(TaskHandle taskHandle, int32 numSampsPerChan, float64 timeout, bool32 fillMode, int16 readArray[], uInt32 arraySizeInSamps, int32 *sampsPerChanRead, bool32 *reserved)
int32 DllExport __CFUNC DAQmxGetAnlgWinRefTrigSrc(TaskHandle taskHandle, char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxGetCITCReached(TaskHandle taskHandle, const char channel[], bool32 *data)
int32 DllExport __CFUNC DAQmxResetAIBridgeCfg(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetDOTristate(TaskHandle taskHandle, const char channel[], bool32 data)
int32 DllExport __CFUNC DAQmxSetRefTrigPretrigSamples(TaskHandle taskHandle, uInt32 data)
int32 DllExport __CFUNC DAQmxGetAIStrainGageCfg(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxGetDIDigFltrMinPulseWidth(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxResetAnlgEdgeRefTrigSrc(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxSetAnlgWinStartTrigWhen(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxSetAIExcitUseForScaling(TaskHandle taskHandle, const char channel[], bool32 data)
int32 DllExport __CFUNC DAQmxGetAIThrmstrB(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC_C DAQmxSetSwitchChanAttribute(const char switchChannelName[], int32 attribute,...)
int32 DllExport __CFUNC DAQmxSetAIResistanceCfg(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxGetWriteRawDataWidth(TaskHandle taskHandle, uInt32 *data)
int32 DllExport __CFUNC DAQmxSwitchSetTopologyAndReset(const char deviceName[], const char newTopology[])
int32 DllExport __CFUNC DAQmxSetAIBridgeNomResistance(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxGetReadAutoStart(TaskHandle taskHandle, bool32 *data)
int32 DllExport __CFUNC DAQmxGetAIExcitDCorAC(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxSetAIBridgeShuntCalGainAdjust(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxGetReadOverWrite(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxWriteBinaryI16(TaskHandle taskHandle, int32 numSampsPerChan, bool32 autoStart, float64 timeout, bool32 dataLayout, int16 writeArray[], int32 *sampsPerChanWritten, bool32 *reserved)
int32 DllExport __CFUNC DAQmxResetSampClkRate(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxGetCOPulseDone(TaskHandle taskHandle, const char channel[], bool32 *data)
int32 DllExport __CFUNC DAQmxGetAIThrmcplCJCChan(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxGetExtendedErrorInfo(char errorString[], uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxSetSampClkTimebaseSrc(TaskHandle taskHandle, const char *data)
int32 DllExport __CFUNC DAQmxLoadTask(const char taskName[], TaskHandle *taskHandle)
int32 DllExport __CFUNC DAQmxGetCOCtrTimebaseRate(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxResetAIThrmcplCJCVal(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxCreateCIFreqChan(TaskHandle taskHandle, const char counter[], const char nameToAssignToChannel[], float64 minVal, float64 maxVal, int32 units, int32 edge, int32 measMethod, float64 measTime, uInt32 divisor, const char customScaleName[])
int32 DllExport __CFUNC DAQmxResetAILVDTSensitivityUnits(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetAOMemMapEnable(TaskHandle taskHandle, const char channel[], bool32 data)
int32 DllExport __CFUNC DAQmxResetSwitchScanRepeatMode(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxResetReadAttribute(TaskHandle taskHandle, int32 attribute)
int32 DllExport __CFUNC DAQmxGetCIPulseWidthTerm(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxGetAISampAndHoldEnable(TaskHandle taskHandle, const char channel[], bool32 *data)
int32 DllExport __CFUNC DAQmxGetExportedAIConvClkPulsePolarity(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxGetAOLoadImpedance(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxResetAOMax(TaskHandle taskHandle, const char channel[])
uInt32 TaskHandle
Definition: nidaqmx.h:75
int32 DllExport __CFUNC DAQmxSetAnlgEdgeRefTrigLvl(TaskHandle taskHandle, float64 data)
int32 DllExport __CFUNC_C DAQmxSetWatchdogAttribute(TaskHandle taskHandle, const char lines[], int32 attribute,...)
int32 DllExport __CFUNC DAQmxGetCIPeriodTerm(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxGetScaleScaledUnits(const char scaleName[], char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxGetWriteRegenMode(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxResetCILinEncoderInitialPos(TaskHandle taskHandle, const char channel[])
signed short int16
Definition: nidaqmx.h:43
int32 DllExport __CFUNC DAQmxSetAIBridgeInitialVoltage(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxResetCOPulseFreq(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetSampClkTimebaseDiv(TaskHandle taskHandle, uInt32 data)
int32 DllExport __CFUNC DAQmxSetAIRTDA(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxResetAIThrmstrC(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetPhysicalChanName(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxWriteAnalogF64(TaskHandle taskHandle, int32 numSampsPerChan, bool32 autoStart, float64 timeout, bool32 dataLayout, float64 writeArray[], int32 *sampsPerChanWritten, bool32 *reserved)
int32 DllExport __CFUNC DAQmxSetAIConvActiveEdge(TaskHandle taskHandle, int32 data)
unsigned long uInt32
Definition: nidaqmx.h:55
int32 DllExport __CFUNC DAQmxSetAIRTDR0(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxResetExported20MHzTimebaseOutputTerm(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxSwitchGetSingleRelayCount(const char relayName[], uInt32 *count)
int32 DllExport __CFUNC DAQmxResetCOPulseFreqUnits(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetCOPulseFreq(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxGetExportedRefTrigOutputTerm(TaskHandle taskHandle, char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxGetCIDataXferMech(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxGetStartTrigType(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxSetCIPulseWidthStartingEdge(TaskHandle taskHandle, const char channel[], int32 data)
unsigned char uInt8
Definition: nidaqmx.h:39
int32 DllExport __CFUNC DAQmxSetCISemiPeriodTerm(TaskHandle taskHandle, const char channel[], const char *data)
int32 DllExport __CFUNC DAQmxResetCICountEdgesInitialCnt(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetAnlgWinStartTrigSrc(TaskHandle taskHandle, char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxSetAIFreqHyst(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxResetAIResistanceUnits(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxCreateCIPulseWidthChan(TaskHandle taskHandle, const char counter[], const char nameToAssignToChannel[], float64 minVal, float64 maxVal, int32 units, int32 startingEdge, const char customScaleName[])
int32 DllExport __CFUNC_C DAQmxGetTrigAttribute(TaskHandle taskHandle, int32 attribute, void *value,...)
int32 DllExport __CFUNC DAQmxGetSampQuantSampPerChan(TaskHandle taskHandle, uInt64 *data)
int32 DllExport __CFUNC DAQmxResetCICountEdgesActiveEdge(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetReadRelativeTo(TaskHandle taskHandle, int32 data)
signed char int8
Definition: nidaqmx.h:35
int32 DllExport __CFUNC DAQmxResetAIConvSrc(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxGetSwitchChanImpedance(const char switchChannelName[], float64 *data)
int32 DllExport __CFUNC DAQmxGetAODACRefAllowConnToGnd(TaskHandle taskHandle, const char channel[], bool32 *data)
int32 DllExport __CFUNC DAQmxSetDIDigFltrMinPulseWidth(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxGetCICtrTimebaseRate(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxResetAODACRefAllowConnToGnd(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxCreateAICurrentChan(TaskHandle taskHandle, const char physicalChannel[], const char nameToAssignToChannel[], int32 terminalConfig, float64 minVal, float64 maxVal, int32 units, int32 shuntResistorLoc, float64 extShuntResistorVal, const char customScaleName[])
int32 DllExport __CFUNC DAQmxGetAILowpassEnable(TaskHandle taskHandle, const char channel[], bool32 *data)
int32 DllExport __CFUNC DAQmxResetAOReglitchEnable(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetCOCtrTimebaseMasterTimebaseDiv(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetCIOutputState(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxSetAOLoadImpedance(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxGetCIPeriodMeasMeth(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxResetCICustomScaleName(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxCreateAIThrmstrChanVex(TaskHandle taskHandle, const char physicalChannel[], const char nameToAssignToChannel[], float64 minVal, float64 maxVal, int32 units, int32 resistanceConfig, int32 voltageExcitSource, float64 voltageExcitVal, float64 a, float64 b, float64 c, float64 r1)
int32 DllExport __CFUNC DAQmxResetDigLvlPauseTrigWhen(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxWriteAnalogScalarF64(TaskHandle taskHandle, bool32 autoStart, float64 timeout, float64 value, bool32 *reserved)
int32 DllExport __CFUNC DAQmxResetCOPulseDutyCyc(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetExportedAdvCmpltEventDelay(TaskHandle taskHandle, float64 data)
int32 DllExport __CFUNC DAQmxGetCOPulseFreqInitialDelay(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxGetReadNumChans(TaskHandle taskHandle, uInt32 *data)
int32 DllExport __CFUNC DAQmxResetAICurrentShuntResistance(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetAODACRngHigh(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxResetDigEdgeStartTrigEdge(TaskHandle taskHandle)
float float32
Definition: nidaqmx.h:59
int32 DllExport __CFUNC DAQmxDisableAdvTrig(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxSetScaleLinSlope(const char scaleName[], float64 data)
int32 DllExport __CFUNC DAQmxGetAnlgWinStartTrigBtm(TaskHandle taskHandle, float64 *data)
int32 DllExport __CFUNC DAQmxGetSwitchDevSettlingTime(const char deviceName[], float64 *data)
int32 DllExport __CFUNC DAQmxSwitchDisconnectAll(const char deviceName[], bool32 waitForSettling)
int32 DllExport __CFUNC DAQmxSwitchDisconnectMulti(const char connectionList[], bool32 waitForSettling)
int32 DllExport __CFUNC DAQmxSetExportedAIConvClkOutputTerm(TaskHandle taskHandle, const char *data)
int32 DllExport __CFUNC DAQmxSetExportedAdvTrigOutputTerm(TaskHandle taskHandle, const char *data)
int32 DllExport __CFUNC DAQmxSetCIMin(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxGetAIAccelUnits(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxSetSampClkActiveEdge(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxGetAOVoltageUnits(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxResetAODACRefVal(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC_C DAQmxGetSwitchScanAttribute(TaskHandle taskHandle, int32 attribute, void *value)
int32 DllExport __CFUNC DAQmxGetReadDigitalLinesBytesPerChan(TaskHandle taskHandle, uInt32 *data)
int32 DllExport __CFUNC DAQmxSwitchFindPath(const char switchChannel1[], const char switchChannel2[], char path[], uInt32 pathBufferSize, int32 *pathStatus)
int32 DllExport __CFUNC DAQmxGetAIDataXferReqCond(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxResetAIExcitSrc(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetDigEdgeRefTrigEdge(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxSetCIPeriodStartingEdge(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxResetDIDigFltrEnable(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetDIInvertLines(TaskHandle taskHandle, const char channel[], bool32 data)
int32 DllExport __CFUNC DAQmxSetStartTrigDelayUnits(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxResetAnlgWinRefTrigSrc(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxGetDigLvlPauseTrigWhen(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxGetAODACRefVal(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxGetCOCtrTimebaseMasterTimebaseDiv(TaskHandle taskHandle, const char channel[], uInt32 *data)
int32 DllExport __CFUNC DAQmxSetCITwoEdgeSepSecondTerm(TaskHandle taskHandle, const char channel[], const char *data)
int32 DllExport __CFUNC DAQmxResetReadOverWrite(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxSetCIEncoderAInputTerm(TaskHandle taskHandle, const char channel[], const char *data)
int32 DllExport __CFUNC DAQmxGetArmStartTrigType(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC_C DAQmxGetDeviceAttribute(const char deviceName[], int32 attribute, void *value,...)
int32 DllExport __CFUNC DAQmxGetSampClkTimebaseMasterTimebaseDiv(TaskHandle taskHandle, uInt32 *data)
int32 DllExport __CFUNC DAQmxReadCounterU32(TaskHandle taskHandle, int32 numSampsPerChan, float64 timeout, uInt32 readArray[], uInt32 arraySizeInSamps, int32 *sampsPerChanRead, bool32 *reserved)
int32 DllExport __CFUNC DAQmxGetCIFreqDiv(TaskHandle taskHandle, const char channel[], uInt32 *data)
int32 DllExport __CFUNC DAQmxSetAIBridgeShuntCalEnable(TaskHandle taskHandle, const char channel[], bool32 data)
int32 DllExport __CFUNC DAQmxGetAIConvSrc(TaskHandle taskHandle, char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxResetChangeDetectDIFallingEdgePhysicalChans(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxGetAILVDTSensitivityUnits(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxResetAIRTDA(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetExtCalRecommendedInterval(const char deviceName[], uInt32 *data)
int32 DllExport __CFUNC DAQmxSetScalePolyForwardCoeff(const char scaleName[], float64 *data, uInt32 arraySizeInSamples)
int32 DllExport __CFUNC DAQmxResetCISemiPeriodTerm(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetExportedSampClkOutputBehavior(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxResetAnlgWinRefTrigTop(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxSendSoftwareTrigger(TaskHandle taskHandle, int32 triggerID)
signed long int32
Definition: nidaqmx.h:51
int32 DllExport __CFUNC DAQmxGetAIGain(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxSetCIFreqMeasTime(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxGetScaleLinYIntercept(const char scaleName[], float64 *data)
int32 DllExport __CFUNC DAQmxGetWriteSpaceAvail(TaskHandle taskHandle, uInt32 *data)
int32 DllExport __CFUNC DAQmxGetDOInvertLines(TaskHandle taskHandle, const char channel[], bool32 *data)
int32 DllExport __CFUNC DAQmxResetAOUseOnlyOnBrdMem(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxCfgImplicitTiming(TaskHandle taskHandle, int32 sampleMode, uInt64 sampsPerChan)
int32 DllExport __CFUNC DAQmxResetAILowpassSwitchCapOutClkDiv(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetAIACExcitWireMode(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetReadOffset(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxSetDigEdgeArmStartTrigSrc(TaskHandle taskHandle, const char *data)
int32 DllExport __CFUNC DAQmxSetCOCtrTimebaseMasterTimebaseDiv(TaskHandle taskHandle, const char channel[], uInt32 data)
int32 DllExport __CFUNC DAQmxResetCIEncoderAInputTerm(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetWriteOffset(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxSetAIForceReadFromChan(TaskHandle taskHandle, const char channel[], bool32 data)
int32 DllExport __CFUNC DAQmxGetPauseTrigType(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxGetAIRngHigh(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxResetAITempUnits(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetCOPulseDutyCyc(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxSetExportedCtrOutEventToggleIdleState(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxSetScaleDescr(const char scaleName[], const char *data)
int32 DllExport __CFUNC DAQmxSelfCal(const char deviceName[])
int32 DllExport __CFUNC DAQmxSetAOResolutionUnits(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxResetArmStartTrigType(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxSetAILVDTUnits(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxGetAILVDTSensitivity(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxSetCIEncoderDecodingType(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxSetAnlgWinStartTrigBtm(TaskHandle taskHandle, float64 data)
int32 DllExport __CFUNC DAQmxSetCICustomScaleName(TaskHandle taskHandle, const char channel[], const char *data)
int32 DllExport __CFUNC DAQmxGetReadReadAllAvailSamp(TaskHandle taskHandle, bool32 *data)
int32 DllExport __CFUNC DAQmxSetAIBridgeShuntCalSelect(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxSetScalePolyReverseCoeff(const char scaleName[], float64 *data, uInt32 arraySizeInSamples)
int32 DllExport __CFUNC DAQmxSetAIMin(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxResetAOVoltageUnits(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxCreateAIDeviceTempChan(TaskHandle taskHandle, const char physicalChannel[], const char nameToAssignToChannel[], int32 units)
int32 DllExport __CFUNC DAQmxResetReadReadAllAvailSamp(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxSetAnlgWinPauseTrigWhen(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxGetAIBridgeInitialVoltage(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxGetAIACExcitWireMode(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxGetDigEdgeAdvTrigSrc(TaskHandle taskHandle, char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxResetAIVoltageUnits(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetSwitchChanBandwidth(const char switchChannelName[], float64 *data)
int32 DllExport __CFUNC DAQmxCreatePolynomialScale(const char name[], float64 forwardCoeffs[], uInt32 numForwardCoeffsIn, float64 reverseCoeffs[], uInt32 numReverseCoeffsIn, int32 preScaledUnits, const char scaledUnits[])
int32 DllExport __CFUNC DAQmxResetAnlgEdgeRefTrigHyst(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxGetAODACRefConnToGnd(TaskHandle taskHandle, const char channel[], bool32 *data)
int32 DllExport __CFUNC DAQmxSetAIThrmstrB(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxResetAICurrentShuntLoc(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetScaleMapScaledMin(const char scaleName[], float64 *data)
int32 DllExport __CFUNC DAQmxGetSwitchChanMaxDCCarryPwr(const char switchChannelName[], float64 *data)
int32 DllExport __CFUNC DAQmxGetAIRTDR0(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxResetAOOutputImpedance(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC_C DAQmxSetDigitalPowerUpStates(const char deviceName[], const char channelNames[], int32 state,...)
int32 DllExport __CFUNC DAQmxResetAIImpedance(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetDevice(const char deviceName[])
int32 DllExport __CFUNC DAQmxResetAnlgWinPauseTrigSrc(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxGetAODACRngLow(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxSwitchCloseRelays(const char relayList[], bool32 waitForSettling)
int32 DllExport __CFUNC DAQmxIsTaskDone(TaskHandle taskHandle, bool32 *isTaskDone)
int32 DllExport __CFUNC DAQmxGetDigEdgeArmStartTrigEdge(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxGetAIThrmcplType(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxGetCIFreqUnits(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxGetTaskComplete(TaskHandle taskHandle, bool32 *data)
int32 DllExport __CFUNC DAQmxResetCIPeriodMeasTime(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetAOOutputImpedance(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxResetCIFreqMeasTime(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetExportedAIHoldCmpltEventPulsePolarity(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxGetDigEdgeStartTrigEdge(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxGetCITwoEdgeSepSecondTerm(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxGetAITempUnits(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxResetSampClkTimebaseDiv(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxGetReadChangeDetectHasOverflowed(TaskHandle taskHandle, bool32 *data)
int32 DllExport __CFUNC DAQmxResetSampQuantSampPerChan(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxCfgHandshakingTiming(TaskHandle taskHandle, int32 sampleMode, uInt64 sampsPerChan)
int32 DllExport __CFUNC DAQmxGetDigEdgeRefTrigSrc(TaskHandle taskHandle, char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxGetSysGlobalChans(char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxGetSwitchChanMaxACCarryPwr(const char switchChannelName[], float64 *data)
int32 DllExport __CFUNC DAQmxSetScaleScaledUnits(const char scaleName[], const char *data)
int32 DllExport __CFUNC DAQmxResetSampClkActiveEdge(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxGetAOCustomScaleName(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxSetDOInvertLines(TaskHandle taskHandle, const char channel[], bool32 data)
int32 DllExport __CFUNC DAQmxGetCIMeasType(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxWriteBinaryU16(TaskHandle taskHandle, int32 numSampsPerChan, bool32 autoStart, float64 timeout, bool32 dataLayout, uInt16 writeArray[], int32 *sampsPerChanWritten, bool32 *reserved)
int32 DllExport __CFUNC DAQmxResetCIPulseWidthUnits(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxCreateAIThrmcplChan(TaskHandle taskHandle, const char physicalChannel[], const char nameToAssignToChannel[], float64 minVal, float64 maxVal, int32 units, int32 thermocoupleType, int32 cjcSource, float64 cjcVal, const char cjcChannel[])
int32 DllExport __CFUNC DAQmxResetDigLvlPauseTrigSrc(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxGetSwitchDevSwitchChanList(const char deviceName[], char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxSetExportedCtrOutEventPulsePolarity(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxWriteDigitalScalarU32(TaskHandle taskHandle, bool32 autoStart, float64 timeout, uInt32 value, bool32 *reserved)
int32 DllExport __CFUNC DAQmxGetCIPeriodUnits(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxSetAIExcitVal(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxCreateAIStrainGageChan(TaskHandle taskHandle, const char physicalChannel[], const char nameToAssignToChannel[], float64 minVal, float64 maxVal, int32 units, int32 strainConfig, int32 voltageExcitSource, float64 voltageExcitVal, float64 gageFactor, float64 initialBridgeVoltage, float64 nominalGageResistance, float64 poissonRatio, float64 leadWireResistance, const char customScaleName[])
int32 DllExport __CFUNC DAQmxResetCIFreqStartingEdge(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetSwitchScanRepeatMode(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxGetSwitchChanMaxACVoltage(const char switchChannelName[], float64 *data)
int32 DllExport __CFUNC DAQmxSwitchGetSingleRelayPos(const char relayName[], uInt32 *relayPos)
int32 DllExport __CFUNC DAQmxResetCOPulseHighTime(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetChangeDetectDIFallingEdgePhysicalChans(TaskHandle taskHandle, const char *data)
int32 DllExport __CFUNC DAQmxSetCOPulseTimeInitialDelay(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxSetCICtrTimebaseRate(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxGetAdvTrigType(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxSetAIThrmstrA(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxGetExportedAdvTrigPulseWidthUnits(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxGetScaleMapPreScaledMax(const char scaleName[], float64 *data)
int32 DllExport __CFUNC DAQmxSetAILowpassEnable(TaskHandle taskHandle, const char channel[], bool32 data)
int32 DllExport __CFUNC DAQmxGetWriteCurrWritePos(TaskHandle taskHandle, uInt64 *data)
int32 DllExport __CFUNC DAQmxResetAIStrainGagePoissonRatio(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetAILowpassSwitchCapOutClkDiv(TaskHandle taskHandle, const char channel[], uInt32 *data)
int32 DllExport __CFUNC DAQmxWaitUntilTaskDone(TaskHandle taskHandle, float64 timeToWait)
int32 DllExport __CFUNC DAQmxSetAIRVDTUnits(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxSetChangeDetectDIRisingEdgePhysicalChans(TaskHandle taskHandle, const char *data)
int32 DllExport __CFUNC DAQmxSetAODataXferMech(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxGetReadAvailSampPerChan(TaskHandle taskHandle, uInt32 *data)
int32 DllExport __CFUNC DAQmxResetMasterTimebaseSrc(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxGetCOPulseHighTime(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxSetAnlgLvlPauseTrigLvl(TaskHandle taskHandle, float64 data)
int32 DllExport __CFUNC DAQmxGetChanType(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxSetAIStrainUnits(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxSetReadReadAllAvailSamp(TaskHandle taskHandle, bool32 data)
int32 DllExport __CFUNC DAQmxSetSampQuantSampMode(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxResetAIBridgeShuntCalEnable(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetNthTaskChannel(TaskHandle taskHandle, uInt32 index, char buffer[], int32 bufferSize)
int32 DllExport __CFUNC DAQmxSetWatchdogTimeout(TaskHandle taskHandle, float64 data)
int32 DllExport __CFUNC DAQmxResetAODataXferMech(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetSwitchScanBreakMode(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxSetExportedSampClkOutputTerm(TaskHandle taskHandle, const char *data)
int32 DllExport __CFUNC DAQmxResetAIBridgeShuntCalSelect(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC_C DAQmxGetSwitchDeviceAttribute(const char deviceName[], int32 attribute, void *value,...)
int32 DllExport __CFUNC DAQmxSetCOPulseFreqUnits(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxSetOnDemandSimultaneousAOEnable(TaskHandle taskHandle, bool32 data)
int32 DllExport __CFUNC DAQmxSetAIACExcitWireMode(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxReadCounterScalarU32(TaskHandle taskHandle, float64 timeout, uInt32 *value, bool32 *reserved)
int32 DllExport __CFUNC DAQmxSetAIThrmstrC(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxGetTaskNumChans(TaskHandle taskHandle, uInt32 *data)
int32 DllExport __CFUNC DAQmxGetCISemiPeriodTerm(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxSetAILowpassCutoffFreq(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxGetCITwoEdgeSepUnits(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxGetSwitchChanMaxACCarryCurrent(const char switchChannelName[], float64 *data)
int32 DllExport __CFUNC DAQmxSetAIRTDB(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxTaskControl(TaskHandle taskHandle, int32 action)
int32 DllExport __CFUNC DAQmxGetExportedAIHoldCmpltEventPulsePolarity(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxSetSampClkSrc(TaskHandle taskHandle, const char *data)
int32 DllExport __CFUNC DAQmxSetAnlgWinRefTrigTop(TaskHandle taskHandle, float64 data)
int32 DllExport __CFUNC DAQmxGetDelayFromSampClkDelay(TaskHandle taskHandle, float64 *data)
int32 DllExport __CFUNC DAQmxGetSampClkTimebaseDiv(TaskHandle taskHandle, uInt32 *data)
int32 DllExport __CFUNC DAQmxResetAIAutoZeroMode(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetSwitchDevNumColumns(const char deviceName[], uInt32 *data)
int32 DllExport __CFUNC DAQmxGetRefTrigPretrigSamples(TaskHandle taskHandle, uInt32 *data)
int32 DllExport __CFUNC DAQmxGetAIConvRate(TaskHandle taskHandle, float64 *data)
int32 DllExport __CFUNC DAQmxGetWatchdogExpirTrigType(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxSetAIExcitUseMultiplexed(TaskHandle taskHandle, const char channel[], bool32 data)
int32 DllExport __CFUNC DAQmxSetCIFreqMeasMeth(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxSetScaleLinYIntercept(const char scaleName[], float64 data)
int32 DllExport __CFUNC DAQmxSetAILowpassSwitchCapExtClkDiv(TaskHandle taskHandle, const char channel[], uInt32 data)
int32 DllExport __CFUNC DAQmxResetAOResolutionUnits(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetReadOffset(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxSetAIRngHigh(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxGetMasterTimebaseSrc(TaskHandle taskHandle, char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxSetCIEncoderZIndexEnable(TaskHandle taskHandle, const char channel[], bool32 data)
int32 DllExport __CFUNC DAQmxGetWatchdogHasExpired(TaskHandle taskHandle, bool32 *data)
int32 DllExport __CFUNC DAQmxResetAODACRefSrc(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetAOOutputType(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxSetCITwoEdgeSepFirstTerm(TaskHandle taskHandle, const char channel[], const char *data)
int32 DllExport __CFUNC DAQmxSetAIConvTimebaseSrc(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxSetCIMax(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxGetCIAngEncoderPulsesPerRev(TaskHandle taskHandle, const char channel[], uInt32 *data)
int32 DllExport __CFUNC DAQmxResetExportedSampClkOutputTerm(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxSetAOVoltageUnits(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC_C DAQmxGetExportedSignalAttribute(TaskHandle taskHandle, int32 attribute, void *value,...)
int32 DllExport __CFUNC DAQmxResetAIExcitUseMultiplexed(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetExportedWatchdogExpiredEventOutputTerm(TaskHandle taskHandle, char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxGetAIBridgeBalanceCoarsePot(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxCreateAOVoltageChan(TaskHandle taskHandle, const char physicalChannel[], const char nameToAssignToChannel[], float64 minVal, float64 maxVal, int32 units, const char customScaleName[])
int32 DllExport __CFUNC DAQmxSetAILVDTSensitivityUnits(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxGetAIStrainGagePoissonRatio(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxSetScaleMapScaledMax(const char scaleName[], float64 data)
int32 DllExport __CFUNC DAQmxCfgSampClkTiming(TaskHandle taskHandle, const char source[], float64 rate, int32 activeEdge, int32 sampleMode, uInt64 sampsPerChan)
int32 DllExport __CFUNC DAQmxGetWatchdogDOExpirState(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxSetAIRTDC(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxGetCITwoEdgeSepFirstEdge(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxGetCOCtrTimebaseActiveEdge(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxGetSampClkTimebaseSrc(TaskHandle taskHandle, char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxSetCIPulseWidthTerm(TaskHandle taskHandle, const char channel[], const char *data)
int32 DllExport __CFUNC DAQmxGetSwitchChanMaxDCCarryCurrent(const char switchChannelName[], float64 *data)
int32 DllExport __CFUNC DAQmxResetDigEdgeArmStartTrigSrc(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxResetExportedAdvTrigPulseWidthUnits(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxGetCIEncoderDecodingType(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxResetAnlgWinRefTrigWhen(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxGetAIRTDC(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxGetCIPulseWidthStartingEdge(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxResetAOCurrentUnits(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetAILeadWireResistance(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetAODACRefSrc(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxGetAIMin(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxGetAIThrmcplCJCSrc(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxResetCIPeriodDiv(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetCIEncoderZIndexEnable(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetCICtrTimebaseActiveEdge(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxRestoreLastExtCalConst(const char deviceName[])
int32 DllExport __CFUNC DAQmxResetSampClkTimebaseSrc(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxSetAIBridgeBalanceFinePot(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxResetAnlgEdgeRefTrigSlope(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxGetAOOutputImpedance(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxGetAIRTDType(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxSwitchConnect(const char switchChannel1[], const char switchChannel2[], bool32 waitForSettling)
int32 DllExport __CFUNC DAQmxSetAIExcitVoltageOrCurrent(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxCreateAITempBuiltInSensorChan(TaskHandle taskHandle, const char physicalChannel[], const char nameToAssignToChannel[], int32 units)
int32 DllExport __CFUNC DAQmxSetExported20MHzTimebaseOutputTerm(TaskHandle taskHandle, const char *data)
int32 DllExport __CFUNC DAQmxResetAnlgWinStartTrigSrc(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxConnectTerms(const char sourceTerminal[], const char destinationTerminal[], int32 signalModifiers)
int32 DllExport __CFUNC DAQmxResetPauseTrigType(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxResetReadOffset(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxSetCOPulseHighTicks(TaskHandle taskHandle, const char channel[], uInt32 data)
int32 DllExport __CFUNC DAQmxGetAIAutoZeroMode(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxTristateOutputTerm(const char outputTerminal[])
int32 DllExport __CFUNC DAQmxResetExportedCtrOutEventToggleIdleState(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxResetDOTristate(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetCICountEdgesTerm(TaskHandle taskHandle, const char channel[], const char *data)
int32 DllExport __CFUNC DAQmxGetExportedCtrOutEventOutputTerm(TaskHandle taskHandle, char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxGetSwitchChanMaxDCSwitchPwr(const char switchChannelName[], float64 *data)
int32 DllExport __CFUNC DAQmxGetAIRVDTUnits(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxResetAnlgWinPauseTrigTop(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxCfgDigEdgeAdvTrig(TaskHandle taskHandle, const char triggerSource[], int32 triggerEdge)
int32 DllExport __CFUNC DAQmxSetAITempUnits(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxGetAIThrmstrA(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxResetAOMin(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetExportedCtrOutEventOutputBehavior(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxSwitchWaitForSettling(const char deviceName[])
int32 DllExport __CFUNC DAQmxSetStartTrigType(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxResetAnlgEdgeStartTrigHyst(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxResetExportedSignalAttribute(TaskHandle taskHandle, int32 attribute)
int32 DllExport __CFUNC DAQmxCreateAIVoltageChanWithExcit(TaskHandle taskHandle, const char physicalChannel[], const char nameToAssignToChannel[], int32 terminalConfig, float64 minVal, float64 maxVal, int32 units, int32 bridgeConfig, int32 voltageExcitSource, float64 voltageExcitVal, bool32 useExcitForScaling, const char customScaleName[])
int32 DllExport __CFUNC DAQmxGetCITwoEdgeSepFirstTerm(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxGetSwitchChanMaxDCVoltage(const char switchChannelName[], float64 *data)
int32 DllExport __CFUNC DAQmxGetDevProductType(const char device[], char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxGetExportedAdvCmpltEventDelay(TaskHandle taskHandle, float64 *data)
int32 DllExport __CFUNC DAQmxGetAIConvActiveEdge(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxGetAnlgEdgeRefTrigHyst(TaskHandle taskHandle, float64 *data)
int32 DllExport __CFUNC DAQmxResetAnlgEdgeStartTrigLvl(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxSetCIFreqTerm(TaskHandle taskHandle, const char channel[], const char *data)
int32 DllExport __CFUNC DAQmxSetSampClkRate(TaskHandle taskHandle, float64 data)
int32 DllExport __CFUNC DAQmxGetReadRelativeTo(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxResetAIRVDTSensitivityUnits(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetAnlgWinRefTrigSrc(TaskHandle taskHandle, const char *data)
int32 DllExport __CFUNC DAQmxSetCIEncoderZIndexPhase(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxResetAODACRngLow(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetAODACRefAllowConnToGnd(TaskHandle taskHandle, const char channel[], bool32 data)
int32 DllExport __CFUNC DAQmxSetSampClkTimebaseRate(TaskHandle taskHandle, float64 data)
int32 DllExport __CFUNC DAQmxGetReadRawDataWidth(TaskHandle taskHandle, uInt32 *data)
int32 DllExport __CFUNC DAQmxResetAnlgWinStartTrigWhen(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxGetCOPulseFreqUnits(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxResetDelayFromSampClkDelayUnits(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxSetCICountEdgesDir(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxGetScaleType(const char scaleName[], int32 *data)
int32 DllExport __CFUNC DAQmxSetCICtrTimebaseMasterTimebaseDiv(TaskHandle taskHandle, const char channel[], uInt32 data)
int32 DllExport __CFUNC DAQmxGetDigEdgeAdvTrigEdge(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC_C DAQmxGetWriteAttribute(TaskHandle taskHandle, int32 attribute, void *value)
int32 DllExport __CFUNC DAQmxSetSampQuantSampPerChan(TaskHandle taskHandle, uInt64 data)
int32 DllExport __CFUNC DAQmxSetWatchdogDOExpirState(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxSetCIEncoderZInputTerm(TaskHandle taskHandle, const char channel[], const char *data)
int32 DllExport __CFUNC DAQmxGetAIRTDA(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxResetAOLoadImpedance(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetAODataXferReqCond(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxSetAnlgEdgeRefTrigSrc(TaskHandle taskHandle, const char *data)
int32 DllExport __CFUNC DAQmxGetExportedAdvTrigPulseWidth(TaskHandle taskHandle, float64 *data)
int32 DllExport __CFUNC DAQmxSetCILinEncoderUnits(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxSetAIACExcitSyncEnable(TaskHandle taskHandle, const char channel[], bool32 data)
int32 DllExport __CFUNC DAQmxResetAnlgEdgeStartTrigSlope(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxGetExportedSampClkOutputTerm(TaskHandle taskHandle, char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxGetDigEdgeArmStartTrigSrc(TaskHandle taskHandle, char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxResetCITwoEdgeSepSecondEdge(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetCIPeriodMeasTime(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxSetAIAtten(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxResetCIMax(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetExportedAIHoldCmpltEventPulsePolarity(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxResetMasterTimebaseRate(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxSetAIRVDTSensitivityUnits(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxResetSampClkTimebaseActiveEdge(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxInitExtCal(const char deviceName[], const char password[], uInt32 *calHandle)
int32 DllExport __CFUNC DAQmxCfgAnlgWindowStartTrig(TaskHandle taskHandle, const char triggerSource[], int32 triggerWhen, float64 windowTop, float64 windowBottom)
int32 DllExport __CFUNC DAQmxGetAIBridgeBalanceFinePot(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxWriteDigitalLines(TaskHandle taskHandle, int32 numSampsPerChan, bool32 autoStart, float64 timeout, bool32 dataLayout, uInt8 writeArray[], int32 *sampsPerChanWritten, bool32 *reserved)
int32 DllExport __CFUNC DAQmxSetCOPulseFreqInitialDelay(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxResetAIThrmstrR1(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetCOPulseTicksInitialDelay(TaskHandle taskHandle, const char channel[], uInt32 data)
int32 DllExport __CFUNC DAQmxResetAIExcitUseForScaling(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetCIAngEncoderInitialAngle(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetWriteAttribute(TaskHandle taskHandle, int32 attribute)
int32 DllExport __CFUNC_C DAQmxGetCalInfoAttribute(const char deviceName[], int32 attribute, void *value,...)
int32 DllExport __CFUNC DAQmxSetExportedCtrOutEventOutputBehavior(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxResetAnlgWinStartTrigTop(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxGetAIExcitUseForScaling(TaskHandle taskHandle, const char channel[], bool32 *data)
int32 DllExport __CFUNC DAQmxResetCIFreqDiv(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetAOResolution(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxResetAODACRngHigh(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetAOCustomScaleName(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetAnlgEdgeStartTrigLvl(TaskHandle taskHandle, float64 *data)
int32 DllExport __CFUNC DAQmxGetSwitchDevNumRelays(const char deviceName[], uInt32 *data)
int32 DllExport __CFUNC DAQmxSetExportedAdvCmpltEventPulseWidth(TaskHandle taskHandle, float64 data)
int32 DllExport __CFUNC DAQmxSetDigEdgeWatchdogExpirTrigSrc(TaskHandle taskHandle, const char *data)
int32 DllExport __CFUNC DAQmxSwitchCreateScanList(const char scanList[], TaskHandle *taskHandle)
int32 DllExport __CFUNC DAQmxCreateTask(const char taskName[], TaskHandle *taskHandle)
int32 DllExport __CFUNC DAQmxResetAIMax(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetCICountEdgesDirTerm(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxGetScalePreScaledUnits(const char scaleName[], int32 *data)
int32 DllExport __CFUNC DAQmxResetCITwoEdgeSepFirstTerm(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetAIRngLow(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxCalculateReversePolyCoeff(float64 forwardCoeffs[], uInt32 numForwardCoeffsIn, float64 minValX, float64 maxValX, int32 numPointsToCompute, int32 reversePolyOrder, float64 reverseCoeffs[])
int32 DllExport __CFUNC DAQmxGetAIVoltageUnits(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxSetCIAngEncoderUnits(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxGetSwitchDevNumSwitchChans(const char deviceName[], uInt32 *data)
int32 DllExport __CFUNC DAQmxResetStartTrigDelay(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxReadDigitalLines(TaskHandle taskHandle, int32 numSampsPerChan, float64 timeout, bool32 fillMode, uInt8 readArray[], uInt32 arraySizeInBytes, int32 *sampsPerChanRead, int32 *numBytesPerSamp, bool32 *reserved)
int32 DllExport __CFUNC DAQmxGetCILinEncoderInitialPos(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxResetCIPulseWidthTerm(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetAIGain(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetAnlgEdgeRefTrigSlope(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxSetAIRngLow(TaskHandle taskHandle, const char channel[], float64 data)
#define __CFUNC
Definition: nidaqmx.h:19
int32 DllExport __CFUNC DAQmxSetAnlgWinPauseTrigBtm(TaskHandle taskHandle, float64 data)
int32 DllExport __CFUNC DAQmxGetAIAtten(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxResetAdvTrigType(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxResetCICtrTimebaseMasterTimebaseDiv(TaskHandle taskHandle, const char channel[])
#define DllExport
Definition: nidaqmx.h:23
int32 DllExport __CFUNC DAQmxResetReadAutoStart(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxResetReadChannelsToRead(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxResetCICtrTimebaseActiveEdge(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxSetAIMemMapEnable(TaskHandle taskHandle, const char channel[], bool32 data)
int32 DllExport __CFUNC DAQmxGetAICurrentUnits(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxGetCIAngEncoderInitialAngle(TaskHandle taskHandle, const char channel[], float64 *data)
int32 DllExport __CFUNC DAQmxSetAIExcitSrc(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxGetAOResolutionUnits(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxSetAIDataXferReqCond(TaskHandle taskHandle, const char channel[], int32 data)
int32 DllExport __CFUNC DAQmxSetAOReglitchEnable(TaskHandle taskHandle, const char channel[], bool32 data)
int32 DllExport __CFUNC DAQmxResetCISemiPeriodUnits(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetRefTrigPretrigSamples(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxSwitchConnectMulti(const char connectionList[], bool32 waitForSettling)
#define __CFUNC_C
Definition: nidaqmx.h:20
int32 DllExport __CFUNC DAQmxResetExportedAdvCmpltEventDelay(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxGetAIBridgeShuntCalSelect(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxGetCITwoEdgeSepSecondEdge(TaskHandle taskHandle, const char channel[], int32 *data)
int32 DllExport __CFUNC DAQmxCloseExtCal(uInt32 calHandle, int32 action)
int32 DllExport __CFUNC DAQmxCreateCOPulseChanTicks(TaskHandle taskHandle, const char counter[], const char nameToAssignToChannel[], const char sourceTerminal[], int32 idleState, int32 initialDelay, int32 lowTicks, int32 highTicks)
int32 DllExport __CFUNC DAQmxSetDigLvlPauseTrigWhen(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxSetAODACRngHigh(TaskHandle taskHandle, const char channel[], float64 data)
int32 DllExport __CFUNC DAQmxGetCIFreqTerm(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize)
int32 DllExport __CFUNC DAQmxResetChangeDetectDIRisingEdgePhysicalChans(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxGetSampClkActiveEdge(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxResetAnlgWinRefTrigBtm(TaskHandle taskHandle)
int32 DllExport __CFUNC DAQmxSetExportedAdvTrigPulseWidthUnits(TaskHandle taskHandle, int32 data)
int32 DllExport __CFUNC DAQmxGetAIForceReadFromChan(TaskHandle taskHandle, const char channel[], bool32 *data)
int32 DllExport __CFUNC DAQmxGetAnlgWinRefTrigWhen(TaskHandle taskHandle, int32 *data)
int32 DllExport __CFUNC DAQmxGetScaleTableScaledVals(const char scaleName[], float64 *data, uInt32 arraySizeInSamples)
int32 DllExport __CFUNC DAQmxResetAILowpassSwitchCapExtClkFreq(TaskHandle taskHandle, const char channel[])
int32 DllExport __CFUNC DAQmxResetWatchdogExpirTrigType(TaskHandle taskHandle)