Base class for pulse events. More...


Public Member Functions | |
| def | copy (self) |
| Generate copy of object. More... | |
| def | end (self) |
| End time of the event. More... | |
Base class whereby all pulse generation and sequencing events are derived from.
Implements the common functionality and interfaces required on all events.
| copy | ( | self | ) |
Generates and returns a copy of the object.
Note: A deep copy of the object is performed before returning.
| end | ( | self | ) |
Retrieve the ending time of the event.