def SetExpMaxLatePacket(tagname, tagged_object_list, params):
    apd = AclPerformanceData()
    apd.set_exp_maxlatepkt(int(params))
    return ''