Upload Event
Quick Facts
| Property | Value |
|---|---|
| Class | ULPythonEvent |
| Module | cenpyupload.ULPythonEvent |
| Package | cenpyupload |
| Release | R2025.2.4 |
| Methods | 6 |
| Inherits from | DULPythonEvent |
Inheritance
Method Index
| Method | Returns | Summary |
|---|---|---|
SetMotions | — | Set the motions for the event |
AddMotion | — | add a motion to the event |
SetAttributes | — | Set the attributes of the event |
SetName | — | Set the name for the program component |
SetInsertPosition | — | Sets the insert position for this event |
AddAttribute | — | Add an attribute to the attribute list |
Mutation Methods
SetMotions
def SetMotions(pyMotions: list)Set the motions for the event
Parameters:
| Name | Type | Description |
|---|---|---|
pyMotions | list | motions to be set |
AddMotion
def AddMotion(motion: ULPythonMotion)add a motion to the event
Parameters:
| Name | Type | Description |
|---|---|---|
motion | ULPythonMotion | motion to be added |
SetAttributes
def SetAttributes(attributes: list)Set the attributes of the event
Parameters:
| Name | Type | Description |
|---|---|---|
attributes | list | attributes to be set |
SetName
def SetName(name: str)Set the name for the program component
Parameters:
| Name | Type | Description |
|---|---|---|
name | str | name to be set |
SetInsertPosition
def SetInsertPosition(insertPosition: int)Sets the insert position for this event
Parameters:
| Name | Type | Description |
|---|---|---|
insertPosition | int | new insert position |
AddAttribute
def AddAttribute(attrib: OlpCorePythonAttribute)Add an attribute to the attribute list
Parameters:
| Name | Type | Description |
|---|---|---|
attrib | OlpCorePythonAttribute | attribute to be added |
Related Types
Version Notes
This class is documented as of release R2025.2.4.
Was this page helpful?