User`s manual
Image Acquisition Control AW00089316000
110 Basler ace GigE
The Exposure Time Abs parameter sets the exposure time in µs. The parameter can be set in
increments of 1 µs.
You can use the Basler pylon API to set the Exposure Time Abs parameter value from within your
application software. The following code snippet illustrates using the API to set the parameter value:
// Set the exposure time to 3000 µs
Camera.ExposureTimeAbs.SetValue( 3000 );
You can also use the Basler pylon Viewer application to easily set the parameter.
For more information about the pylon API and pylon Viewer, see Section 3.1.1 on page 40.
acA2500gm/gc Only
You must specify an exposure time by setting the camera’s Exposure Time Abs parameter: The
Exposure Time Abs parameter can be set in a range from 35 µs to 999985 µs and can be set in
increments of 35 µs.
You can use the Basler pylon API to set the Exposure Time Abs parameter value from within your
application software. The following code snippet illustrates using the API to set the parameter value:
// Set the exposure time to 3500 µs
Camera.ExposureTimeAbs.SetValue( 3500 );
You can also use the Basler pylon Viewer application to easily set the parameter.
For more information about the pylon API and pylon Viewer, see Section 3.1.1 on page 40.










