Download Common Profile
Quick Facts
| Property | Value |
|---|---|
| Class | DULPythonCommonProfile |
| Module | cenpydownload.DULPythonCommonProfile |
| Package | cenpydownload |
| Release | R2025.2.4 |
| Methods | 2 |
| Subclasses | Download Base Profile, Download Tool Profile |
Inheritance
Quick Start
# Boilerplate Example
downloadCommonProfile = ... # obtained from the runtime context
result = downloadCommonProfile.GetIndex()Method Index
| Method | Returns | Summary |
|---|---|---|
GetIndex | int | Gets profile index |
GetName | str | Gets profile name |
Query Methods
GetIndex
def GetIndex() -> intGets profile index
Returns: int — profile index
GetName
def GetName() -> strGets profile name
Returns: str — profile name
Version Notes
This class is documented as of release R2025.2.4.
Was this page helpful?