User`s manual
AW00104701000 I/O Control
Basler scout light GigE 75
8.2.3 Setting the Output Line for Invert
You can set the output line to invert or not to invert the outgoing signal. To set the invert function on
the output line:
Use the Line Selector to select output line 1.
Set the value of the Line Inverter parameter to true to enable inversion on the selected line and
to false to disable inversion.
You can set the Line Selector and the Line Inverter parameter value from within your application
software by using the pylon API. The following code snippet illustrates using the API to set the
selector and the parameter value:
// Enable the inverter on output line 1
Camera.LineSelector.SetValue( LineSelector_Out1 );
Camera.LineInverter.SetValue( true );
For detailed information about using the pylon API, refer to the Basler pylon Programmer’s Guide
and API Reference.
You can also use the Basler pylon Viewer application to easily set the parameters.For more
information about the pylon Viewer, see Section 3.1 on page 25.