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


