Chronos-Q RFSOC Driver
Chronos-Q RFSOC Driver Documentation
Event Class Reference

Base class for pulse events. More...

Inheritance diagram for Event:
Inheritance graph
Collaboration diagram for Event:
Collaboration graph

Public Member Functions

def copy (self)
 Generate copy of object. More...
 
def end (self)
 End time of the event. More...
 

Detailed Description

Base class whereby all pulse generation and sequencing events are derived from.
Implements the common functionality and interfaces required on all events.

Member Function Documentation

◆ copy()

copy (   self)

Generates and returns a copy of the object.
Note: A deep copy of the object is performed before returning.

Returns
A copy of the object.

◆ end()

end (   self)

Retrieve the ending time of the event.

Returns
End time of the event (in nanoseconds).