AW00123402000 Physical Interface
Basler ace USB 3.0 83
1. Read the value of the LineStatusAll parameter to determine the current status of all I/O lines.
You can read the Line Status All parameter value from within your application software by using the
Basler pylon API. The following code snippet illustrates using the API to read the parameter value:
// Getting informed about the line status of all I/O lines
int64_t i = camera.LineStatusAll.GetValue();
You can also use the Basler pylon Viewer application to easily set the parameters.
For more information about the pylon API and the pylon Viewer, see Section 3.1 on page 37.
To check the status of all I/O lines with a single operation: