GoPxL_GetTriggerSource
Gets the current trigger source.
Syntax
C++
Python
def GoPxL_GetTriggerSource( state: GoPxL_State, /, *, inAddress: str | None = None ) -> outTriggerSource: GoPxLTriggerSource
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") |
![]() |
outTriggerSource | GoPxLTriggerSource | Current trigger source |



