stmSetIntegerLimitsSubLocalVar
Defines additional parameters for an integer Subroutine local variable: # of bits, min/max values, and default value. An error is issued if the data item is not of integer type.stmSetIntegerLimitsSubLocalVar (handle, chart_name, sub_name,
local_var_name, sub_implementation, min_val, max_val, num_of_bits,
default_val)
See Function Status Codes for the list of possible values.
Input/Output STM context descriptor that was returned by stmInitImport Enumeration stm_sb_select_
implementation Min value: either a numeric constant or a data item name Max value: either a numeric constant or a data item name Number of bits for the integer value (*)Optional - a numeric constant