def SetExpMaxLatency(tagname, tagged_object_list, params):
    apd = AclPerformanceData()
    apd.set_exp_maxlatency(float(params))
    return ''