示例#1
0
 def set_iterator_current_value(iterator_handle, iterator_param, current_value, iterator_id):
     """
     call this function when iterator start loop with new value.
     Framework will intialize/update results for iterator.
     iterator_handle : stc handle of iterator command to identify iterator.
     iterator_param  : stc property updated by iterator. e.g. Framesize
     current_value   : current value that will be set for property
     iteration_id    : iteration count.
     """
     utils.set_iterator_current_value(iterator_handle, iterator_param, current_value, iterator_id)