Skip to Content
FASTSUITE E2API ReferencePython APIAPI DomainsDownloadDownload Common Profile

Download Common Profile

Quick Facts

PropertyValue
ClassDULPythonCommonProfile
Modulecenpydownload.DULPythonCommonProfile
Packagecenpydownload
ReleaseR2025.2.4
Methods2
SubclassesDownload Base Profile, Download Tool Profile

Inheritance

Quick Start

# Boilerplate Example downloadCommonProfile = ... # obtained from the runtime context result = downloadCommonProfile.GetIndex()

Method Index

MethodReturnsSummary
GetIndexintGets profile index
GetNamestrGets profile name

Query Methods

GetIndex

def GetIndex() -> int

Gets profile index

Returns: int — profile index

GetName

def GetName() -> str

Gets profile name

Returns: str — profile name

Version Notes

This class is documented as of release R2025.2.4.

Was this page helpful?