Query Functions : List of 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
stm_r_di_bit_queue_di (IN el_list: LIST OF DATA_ITEM, OUT status: INTEGER)
Query: Data-items by subtype
Purpose: Returns the data-items in the input list that are defined as array of bit array
stm_r_di_bits_array_di (IN di_list: LIST OF DATA_ITEM, OUT status: INTEGER)
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
stm_r_di_bits_queue_di (IN el_list: LIST OF DATA_ITEM, OUT status: INTEGER)
Query: Data-items by attributes
Purpose: Returns the data-items in the input list that match the specified attribute name and value
stm_r_di_by_attributes_di (IN di_list: LIST OF DATA_ITEM, IN attr_name : STRING, IN attr_value : STRING, OUT status: INTEGER)
Query: None
Purpose: Returns the data-items in the input list that have a particular structure type (for example, single, array, or queue)
stm_r_di_by_structure_type_di (IN di_list: LIST OF DATA_ITEM, IN dtype: INTEGER, OUT status: INTEGER)
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)
stm_r_di_parent_of_di (IN di_list: LIST OF DATA_ITEM, OUT status: INTEGER)
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
stm_r_di_real_array_di (IN di_list: LIST OF DATA_ITEM, OUT status: INTEGER)
Query: Data-items by subtype
Purpose: Returns the data-items in the input list that are defined as queue of real
stm_r_di_real_queue_di (IN el_list: LIST OF DATA_ITEM, OUT status: INTEGER)
Query: Data-items by subtype
Purpose: Returns the data-items in the input list that are defined as array of record
stm_r_di_record_array_di (IN el_list: LIST OF DATA_ITEM, OUT status: INTEGER)
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
stm_r_di_string_array_di (IN di_list: LIST OF DATA_ITEM, OUT status: INTEGER)
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
stm_r_di_string_queue_di (IN el_list: LIST OF DATA_ITEM, OUT status: INTEGER)
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
stm_r_di_union_array_di (IN el_list: LIST OF DATA_ITEM, OUT status: INTEGER)
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
stm_r_di_unresolved_di (IN di_list: LIST OF DATA_ITEM, OUT status: INTEGER)
Query: Data-items by subtype
Purpose: Returns the data-items in the input list that are defined as user-defined type
stm_r_di_user_type_di (IN el_list: LIST OF DATA_ITEM, OUT status: INTEGER)
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