Skip to Content
FASTSUITE E2API ReferencePython APIWorkflowsDownloading Data

Downloading Data

Note: This workflow is generated from API structure analysis. Steps are inferred, not runtime-tested.

Participating Classes

ClassDomainMethods
Download OperatorDownload2
Download ProgramDownload5
Download OperationDownload3
Download ControllerDownload8

Workflow Steps

Step 1: Use Download Operator

Class: DULPythonDownloadOperator

Key methods:

  • GetController()
  • AddOutputFilePath()

Step 2: Use Download Program

Class: DULPythonProgram

Key methods:

  • GetUsedBaseProfile()
  • GetUsedToolProfile()
  • GetOperationGroups()

Step 3: Use Download Operation

Class: DULPythonOperation

Key methods:

  • GetMotions()
  • GetUsedBaseProfile()
  • GetUsedToolProfile()

Step 4: Use Download Controller

Class: DULPythonController

Key methods:

  • GetActiveProgram()
  • GetOutputDirectory()
  • GetTemporaryOutputDirectory()

Inference Evidence

  • 4 classes identified from domain-map hints
  • Type co-occurrence: DULPythonController, DULPythonProgram appear as both class and parameter/return type

Confidence: 90%

Was this page helpful?