Downloader — Utilities
Back to Downloader.
HandleSubprogramInLoop
def HandleSubprogramInLoop()OutputSubprogramInSeparateFiles
def OutputSubprogramInSeparateFiles()ProgramStart
def ProgramStart(operator: DULPythonDownloadOperator, program: DULPythonProgram)Parameters:
| Name | Type | Description |
|---|---|---|
operator | DULPythonDownloadOperator | — |
program | DULPythonProgram | — |
ProgramEnd
def ProgramEnd(operator: DULPythonDownloadOperator, program: DULPythonProgram)Parameters:
| Name | Type | Description |
|---|---|---|
operator | DULPythonDownloadOperator | — |
program | DULPythonProgram | — |
SubprogramStart
def SubprogramStart(operator: DULPythonDownloadOperator, subprogram: DULPythonSubprogram)Parameters:
| Name | Type | Description |
|---|---|---|
operator | DULPythonDownloadOperator | — |
subprogram | DULPythonSubprogram | — |
SubprogramEnd
def SubprogramEnd(operator: DULPythonDownloadOperator, subprogram: DULPythonSubprogram)Parameters:
| Name | Type | Description |
|---|---|---|
operator | DULPythonDownloadOperator | — |
subprogram | DULPythonSubprogram | — |
OperationGroupStart
def OperationGroupStart(operator: DULPythonDownloadOperator, operationGroup: DULPythonOperationGroup)Parameters:
| Name | Type | Description |
|---|---|---|
operator | DULPythonDownloadOperator | — |
operationGroup | DULPythonOperationGroup | — |
OperationGroupEnd
def OperationGroupEnd(operator: DULPythonDownloadOperator, operationGroup: DULPythonOperationGroup)Parameters:
| Name | Type | Description |
|---|---|---|
operator | DULPythonDownloadOperator | — |
operationGroup | DULPythonOperationGroup | — |
OperationStart
def OperationStart(operator: DULPythonDownloadOperator, operation: DULPythonOperation)Parameters:
| Name | Type | Description |
|---|---|---|
operator | DULPythonDownloadOperator | — |
operation | DULPythonOperation | — |
OperationEnd
def OperationEnd(operator: DULPythonDownloadOperator, operation: DULPythonOperation)Parameters:
| Name | Type | Description |
|---|---|---|
operator | DULPythonDownloadOperator | — |
operation | DULPythonOperation | — |
HandleEvent
def HandleEvent(operator: DULPythonDownloadOperator, event: DULPythonEvent)Parameters:
| Name | Type | Description |
|---|---|---|
operator | DULPythonDownloadOperator | — |
event | DULPythonEvent | — |
HandleMotion
def HandleMotion(operator: DULPythonDownloadOperator, motion: DULPythonMotion)Parameters:
| Name | Type | Description |
|---|---|---|
operator | DULPythonDownloadOperator | — |
motion | DULPythonMotion | — |
OutputPtp
def OutputPtp(operator: DULPythonDownloadOperator, position: DULPythonPosition)Parameters:
| Name | Type | Description |
|---|---|---|
operator | DULPythonDownloadOperator | — |
position | DULPythonPosition | — |
OutputLin
def OutputLin(operator: DULPythonDownloadOperator, position: DULPythonPosition)Parameters:
| Name | Type | Description |
|---|---|---|
operator | DULPythonDownloadOperator | — |
position | DULPythonPosition | — |
OutputCirc
def OutputCirc(operator: DULPythonDownloadOperator, viaPoint: DULPythonPosition, endPoint: DULPythonPosition)Parameters:
| Name | Type | Description |
|---|---|---|
operator | DULPythonDownloadOperator | — |
viaPoint | DULPythonPosition | — |
endPoint | DULPythonPosition | — |
OutputEvent
def OutputEvent(operator: DULPythonDownloadOperator, event: DULPythonEvent)Parameters:
| Name | Type | Description |
|---|---|---|
operator | DULPythonDownloadOperator | — |
event | DULPythonEvent | — |
OutputHeader
def OutputHeader(operator: DULPythonDownloadOperator, controller: DULPythonController)Parameters:
| Name | Type | Description |
|---|---|---|
operator | DULPythonDownloadOperator | — |
controller | DULPythonController | — |
WriteOutputFile
def WriteOutputFile(operator: DULPythonDownloadOperator)Parameters:
| Name | Type | Description |
|---|---|---|
operator | DULPythonDownloadOperator | — |
Was this page helpful?