Lines Matching defs:Latency
461 # operations in a type-safe way. e.g., a Latency times an int returns
462 # a new Latency object.
1552 class Latency(TickParamValue):
1556 if isinstance(value, (Latency, Clock)):
1578 raise AttributeError("Latency object has no attribute '%s'" % attr)
1598 if isinstance(value, (Latency, Clock)):
1619 return Latency(self)
1636 # A generic Frequency and/or Latency value. Value is stored as a
1637 # latency, just like Latency and Frequency.
1640 if isinstance(value, (Latency, Clock)):
1658 return "%s" % Latency(self)
1664 return Latency(self)
2185 'Latency', 'Frequency', 'Clock', 'Voltage', 'Current', 'Energy',