def __init__(self, handle, path): """ Args: _handle [integer] : vpi/vhpi handle to the simulator object """ NonHierarchyIndexableObject.__init__(self, handle, path) self._r_edge = _RisingEdge(self) self._f_edge = _FallingEdge(self) self._e_edge = _Edge(self)