TDMS_GetChannelPropertyType
- Updated2023-02-21
- 1 minute(s) read
int TDMS_GetChannelPropertyType (TDMSChannelHandle channel, const char *property, TDMSDataType *dataType);
Purpose
Obtains the data type of the specified property.
Parameters
Input | ||
Name | Type | Description |
channel | TDMSChannelHandle | The channel handle. |
property | const char * | The name of the channel property. |
Output | ||
Name | Type | Description |
dataType | TDMSDataType | The data type of the specified property. |
Return Value
Name | Type | Description |
status | int | Return value indicating whether the function was successful. Unless otherwise stated, zero represents successful execution and a negative number represents the error code. Error codes are defined in cvi\include\cvitdms.h. |
Additional Information
Library: TDM Streaming Library
Include file: cvitdms.h
LabWindows/CVI compatibility: LabWindows/CVI 8.1 and later
© 2016 National Instruments. All rights reserved.