LabWindows/CVI

TDMS_ChannelGroupPropertyExists

int TDMS_ChannelGroupPropertyExists (TDMSChannelGroupHandle channelGroup, const char *property, int *exists);

Purpose

Determines whether the specified channel group property exists.

Parameters

Input
Name Type Description
channelGroup TDMSChannelGroupHandle The channel group handle.
property const char * The name of the channel group property.
Output
Name Type Description
exists int A boolean value indicating whether the property exists.

0 = Does not exist
1 = Does exist

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.

Log in to get a better experience