Download Event
Quick Facts
| Property | Value |
|---|---|
| Class | DULPythonEvent |
| Module | cenpydownload.DULPythonEvent |
| Package | cenpydownload |
| Release | R2025.2.4 |
| Methods | 1 |
| Inherits from | OlpCorePythonEvent |
| Subclasses | Upload Event |
Inheritance
Quick Start
# Boilerplate Example
downloadEvent = ... # obtained from the runtime context
result = downloadEvent.GetMotions()Method Index
| Method | Returns | Summary |
|---|---|---|
GetMotions | list | Gets the vector of the motions for this event |
Query Methods
GetMotions
def GetMotions() -> listGets the vector of the motions for this event
Returns: list — returns the vector of the event
Version Notes
This class is documented as of release R2025.2.4.
Was this page helpful?