|
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
|
|
Purpose: Returns the data-items in the input list that are basic (not defined using other 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
stm_r_di_by_attributes_di (IN di_list: LIST OF DATA_ITEM, IN attr_name : STRING, IN attr_value : STRING, OUT status: INTEGER)
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|