def SetExpAvgLatency(tagname, tagged_object_list, params):
    apd = AclPerformanceData()
    apd.set_exp_avglatency(float(params))
    return ''