Gocator_LoadJob
Loads new job.
Syntax
C++
Python
def Gocator_LoadJob( state: Gocator_State, inJobName: str, /, *, inAddress: str | None = None ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | Gocator_State | ||
![]() |
inAddress | str | None | None | Gocator Device identifying IP address (e.g. "127.0.0.1") or serial number (e.g. "SN:17335") |
![]() |
inJobName | str | Job name. The name must end with: ".job" |


