Query Functions : Data-Items (di) : Input List Type: di

Input List Type: di
 
Query: Data-items by subtype
Purpose: Returns the data-items in the input list that are defined as array
Query: Array of data-items by subtype
Purpose: Returns the arrays of data-items in the input list for which no type is defined
Query: Basic data-items
Purpose: Returns the data-items in the input list that are basic (not defined using other data-items)
Query: Basic data-items
Purpose: Returns the data-items in the input list that are defined as Bit in the Structure/Type field of the data-item form
Query: Data-items by subtype
Purpose: Returns the data-items in the input list that are defined as queue of bits
Query: Data-items by subtype
Purpose: Returns the data-items in the input list that are defined as array of bit array
Query: Data-items by subtype
Purpose: Returns the data-items in the input list that are defined as bit-array in the Structure/Type field of the data-item form
Query: Data-items by subtype
Purpose: Returns the data-items in the input list that are defined as queue of bit array
Query: Data-items by attributes
Purpose: Returns the data-items in the input list that match the specified attribute name and value
Syntax: stm_r_di_by_attributes_di (stm_list in_list, char* attr_name, char* attr_value, int *status);
Query: None
Purpose: Returns the data-items in the input list that have a particular structure type (for example, single, array, or queue)
Syntax: stm_r_di_by_structure_type_di (stm_list in_list, char structure_type, int *status);
Query: Data-items with callback bindings
Purpose: Returns the data-items of the input list that have callback bindings
Query: Data-items explicitly defined
Purpose: Returns the data-items of the input list that were explicitly defined
Query: Integer subtype
Purpose: Returns the data-items in the input list that are defined as integer in the Structure/Type field of the data-item’s form
Query: Data-items by subtype
Purpose: Returns the data-items in the input list that are defined as array of integer
Query: Data-items by subtype
Purpose: Returns the data-items in the input list that are defined as queue of integer
Query: Data-item by subtype
Purpose: Returns the data-items in the input list for which no type is defined
Query: Data-items whose names match a given pattern
Purpose: Returns all the data-items whose names match the specified pattern
Query: Parent data-items of a given data-item
Purpose: Returns the data-items containing the data-items from the input list (as defined in the Consists of field of the data-item’s form)
Query: Data-items by subtype
Purpose: Returns the data-items in the input list that are defined as queue
Query: Queues of data-items by subtype
Purpose: Returns the queues of data-items in the input list for which no type is defined
Query: Real subtype
Purpose: Returns the data-items from the input list that are defined as Real (Float) in the Structure/Type field of the data-item’s form
Query: Data-items by subtype
Purpose: Returns the data-items in the input list that are defined as real
Query: Data-items by subtype
Purpose: Returns the data-items in the input list that are defined as queue of real
Query: Data-items by subtype
Purpose: Returns the data-items in the input list that are defined as array of record
Query: Record subtype
Purpose: Returns the data-items from the input list that are defined as Record in the Structure/Type field of the data-item’s form
Query: Data-items by subtype
Purpose: Returns the data-items in the input list that are defined as single
Query: Data-items by subtype
Purpose: Returns the data-items in the input list that are defined as array of string
Query: String subtype
Purpose: Returns the data-items from the input list that are defined as String in the Structure/Type field of the data-item’s form
Query: Data-items by subtype
Purpose: Returns the data-items in the input list that are defined as queue of string
Query: Subdata-item of a given data-item
Purpose: Returns the data-items that are components of data-items in the input list (as defined in the Consists of field of the data-item’s form)
Query: Data-items whose synonyms match a given pattern
Purpose: Returns all the data-items whose synonyms match the specified pattern
Query: Data-items by subtype
Purpose: Returns the data-items in the input list that are defined as array
Query: Data-items by subtype
Purpose: Returns the data-items in the input list that are defined as union
Query: Unresolved data-items
Purpose: Returns the unresolved data-items in the input list
Query: Data-items by subtype
Purpose: Returns the data-items in the input list that are defined as user-defined type
Query: Data-items by subtype
Purpose: Returns the data-items in the input list that are defined as array of user-defined type
Query: Data-items by subtype
Purpose: Returns the data-items in the input list that are defined as queue of user-defined type