Files
XplorePlane/ExternalLibraries/Basler.Pylon.xml
T
2026-04-20 09:58:35 +08:00

78804 lines
4.4 MiB
Plaintext

<?xml version="1.0"?>
<doc>
<assembly>
"PylonNET"
</assembly>
<members>
<member name="P:Basler.Pylon.ActionCommandTrigger.GroupMask">
<summary>Provides read access to the action group mask.</summary>
<returns>Returns action group mask.</returns>
<remarks>
The default value of the group mask is 0x7fffffff but it can be customized with Configure(ICamera(), Int32, Int32, Int32, Int32).
<para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Does not throw exceptions.</para></remarks>
</member>
<member name="P:Basler.Pylon.ActionCommandTrigger.GroupKey">
<summary>Provides read access to the action group key.</summary>
<returns>Returns action group key.</returns>
<remarks>
The default value of the group key is random but also customizable with Configure(ICamera(), Int32, Int32, Int32, Int32).
<para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Does not throw exceptions.</para></remarks>
</member>
<member name="P:Basler.Pylon.ActionCommandTrigger.DeviceKey">
<summary>Provides read access to the action device key.</summary>
<returns>Returns action device key.</returns>
<remarks>
The default value of the device key is random but also customizable with Configure(ICamera(), Int32, Int32, Int32, Int32).
<para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Does not throw exceptions.</para></remarks>
</member>
<member name="P:Basler.Pylon.ActionCommandTrigger.ActionId">
<summary>Provides read access to the action ID.</summary>
<returns>Returns action name.</returns>
<remarks>
The default value of the action ID is 1 but it can be customized with Configure(ICamera(), Int32, Int32, Int32, Int32).
<para><b>Thread Safety: </b> This method is thread-safe.</para><para><b>Error Safety:</b> Does not throw exceptions.</para></remarks>
</member>
<member name="P:Basler.Pylon.ActionCommandTrigger.BroadcastAddress">
<summary>Provides read access to the broadcast address.</summary>
<returns>Returns the broadcast address.</returns>
<remarks>
The broadcast address is set during the camera configuration and is determined automatically.
<para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Does not throw exceptions.</para></remarks>
</member>
<member name="M:Basler.Pylon.ActionCommandTrigger.Configure(Basler.Pylon.ICamera[],System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>This configuration is only for advanced use cases and
changes the configuration of the cameras so that the cameras can be triggered by the given action command ID.
Compared to Configure(ICamera()), the configuration of the trigger is up to the camera user.</summary>
<param name="cameras">The array with cameras to be configured.</param>
<param name="deviceKey">
The device key addresses the cameras managed by an application. The device key is only known to the application controlling the camera devices and ensures that only this application can trigger the camera devices. Therefore, the device key cannot be read from a camera. An exact match of the deviceKey sent and the device key stored in a camera is required for executing an action.
</param>
<param name="actionId">
The ID of the action command to configure.
</param>
<param name="groupKey">
The group key is used to create groups of cameras or actions. An exact match of the groupKey sent and the group key stored in a camera for an action is required for executing an action.
</param>
<param name="groupMask">
The group mask is a bit mask that allows sending an action to a subgroup of the cameras addressed by the deviceKeygroupKey pair. The result of a bitwise AND operation of groupMask and the group mask stored in a camera for an action must be non-zero for executing an action.
</param>
<remarks>
<para>
<b>Preconditions for updating the camera setting:</b>
<br />
<list type="bullet">
<item>All cameras must be GigE cameras.</item>
<item>The array with cameras must not be empty.</item>
<item>All cameras must be open.</item>
<item>All cameras must support action commands.</item>
<item>The actionId parameter must exist for all cameras.</item>
<item>The action ID must be connected to a properly configured trigger.</item>
<item>All cameras must support the FrameStart trigger.</item>
<item>The following features must be writeable: ActionDeviceKey, ActionGroupMask, ActionGroupKey, and ActionSelector.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the lock of the camera object.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the preconditions are not met.</para>
In addition, the best matching subnet limited broadcast address will be set and is readable with the BroadcastAddress parameter. If no match is found, the broadcast address 255.255.255.255 will be used.
</remarks>
</member>
<member name="M:Basler.Pylon.ActionCommandTrigger.Configure(Basler.Pylon.ICamera[])">
<summary> Changes the configuration of the cameras so that it is triggered by the first
available action command, for instance "Action 1". For more information, see PLGigECamera.ActionSelector.
This configuration enables the frame start trigger and disables all other trigger
types. The first available action command is selected as the trigger source, i.e., the
camera will be triggered by action commands issued by the application.</summary>
<param name="cameras">The array with cameras to be configured.</param>
<remarks>
<para>
<b>Preconditions for updating the camera setting:</b>
<br />
<list type="bullet">
<item>The array with cameras must not be empty.</item>
<item>All cameras must be open.</item>
<item>All cameras must support action commands.</item>
<item>All cameras must support the FrameStart trigger.</item>
<item>All cameras must be GigE cameras.</item>
<item>The following features must be writeable: ActionDeviceKey, ActionGroupMask, ActionGroupKey, ActionSelector, TriggerSelector, TriggerMode, TriggerSource, and AcquisitionMode.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the lock of the camera object.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the preconditions are not met.</para>
The configuration uses a randomly generated device and group key for each call. The group mask is fixed to 0x7fffffff.
In addition, the best matching subnet limited broadcast address will be set and is readable with the BroadcastAddress parameter. If no match is found, the broadcast address 255.255.255.255 will be used.
</remarks>
</member>
<member name="M:Basler.Pylon.ActionCommandTrigger.Schedule(System.Int32,System.Int32,System.Int32,System.Int64,System.String,System.Int32,Basler.Pylon.ActionCommandResult[])">
<summary>
Issues a scheduled action command via broadcast with acknowledgment.
</summary>
<param name="deviceKey">
The device key addresses the cameras managed by an application. The device key is only known to the application controlling the camera devices and ensures that only this application can trigger the camera devices. Therefore, the device key cannot be read from a camera. An exact match of the deviceKey sent and the device key stored in a camera is required for executing an action.
</param>
<param name="groupKey">
The group key is used to create groups of cameras or actions. An exact match of the groupKey sent and the group key stored in a camera for an action is required for executing an action.
</param>
<param name="groupMask">
The group mask is a bit mask that allows sending an action to a subgroup of the cameras addressed by the deviceKeygroupKey pair. The result of a bitwise AND operation of groupMask and the group mask stored in a camera for an action must be non-zero for executing an action.
</param>
<param name="actiontimeNs">
Time in nanoseconds when the action is to be executed. The actual value depends on the used master clock. A master clock value for a set of synchronized camera devices can be obtained, for instance, by reading the (GevTimestampValue) timestamp value after latching the (GevTimestampControlLatch) timestamp value from one camera device of the set or by calling <see cref="M:Basler.Pylon.ActionCommandTrigger.GetNow(Basler.Pylon.ICamera)" />. The actionTimeNs must be smaller than or equal to INT64_MAX.
</param>
<param name="broadcastAddress">
The broadcast address in dot notation where the command will be broadcast to, e.g., 255.255.255.255 (all adapters, default), 192.168.1.255 (all cameras in a single subnet 192.168.1.xxx), 192.168.1.38 (single camera). See the note below.
</param>
<param name="timeoutMs">
Time in milliseconds that the call is waiting for acknowledges of the cameras addressed. Waiting for acknowledges is stopped if NumResults have been received.
</param>
<param name="results">
Returns the <see cref="T:Basler.Pylon.ActionCommandResult" /> action command result status. The initialization of the result items can be done by this method, i.e., all zero items will be initialized.
</param>
The function is thread-safe.
<returns>
Returns true if all results are <see cref="F:Basler.Pylon.ActionCommandStatus.Ok" />.
Returns true if no results have been requested.
</returns><remarks><para><b>Preconditions for scheduling action commands:</b><br /><list type="bullet"><item>The GigE transport layer must be available.</item><item>The actionTimeNs must be smaller than or equal to INT64_MAX.</item><item>The length of results array given must not be zero.</item></list></para><para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Can throw exceptions if the preconditions are not met.</para>
The request is sent via all existing network adapters. If a network adapter has more than one IP address, the request is sent separately for each address.
This is not executed simultaneously but consecutively, IP address by IP address. That's why additional latency is added to the execution time.
Directed broadcasts (192.168.1.255) or unicasts (192.168.1.38) are only sent if the request subnet matches the subnet of the IP address, i.e., if no gateway or routing are required.</remarks></member>
<member name="M:Basler.Pylon.ActionCommandTrigger.Schedule(System.Int32,System.Int32,System.Int32,System.Int64,System.String)">
<summary>
Issues a scheduled action command via broadcast without acknowledgment of success/failure.
</summary>
<param name="deviceKey">
The device key addresses the cameras managed by an application. The device key is only known to the application controlling the camera devices and ensures that only this application can trigger the camera devices. Therefore, the device key cannot be read from a camera. An exact match of the deviceKey sent and the device key stored in a camera is required for executing an action.
</param>
<param name="groupKey">
The group key is used to create groups of cameras or actions. An exact match of the groupKey sent and the group key stored in a camera for an action is required for executing an action.
</param>
<param name="groupMask">
The group mask is a bit mask that allows sending an action to a subgroup of the cameras addressed by the deviceKeygroupKey pair. The result of a bitwise AND operation of groupMask and the group mask stored in a camera for an action must be non-zero for executing an action.
</param>
<param name="actiontimeNs">
Time in nanoseconds when the action is to be executed. The actual value depends on the master clock used. A master clock value for a set of synchronized camera devices can be obtained, for instance, by reading the (GevTimestampValue) timestamp value after latching the (GevTimestampControlLatch) timestamp value from one camera device of the set or by calling <see cref="M:Basler.Pylon.ActionCommandTrigger.GetNow(Basler.Pylon.ICamera)" />. The actionTimeNs must be smaller than or equal to INT64_MAX.
</param>
<param name="broadcastAddress">
The broadcast address in dot notation where the command will be broadcast to, e.g., 255.255.255.255 (all adapters, default), 192.168.1.255 (all cameras in a single subnet 192.168.1.xxx), 192.168.1.38 (single camera). See the note below.
</param>
The action command feature lets you trigger actions in multiple cameras at roughly the same time or at a defined point in time (scheduled action command) by using a single broadcast protocol message (without extra cabling). Action commands are used in cameras in the same way as for example the digital input lines.
<remarks><para><b>Preconditions for scheduling action commands:</b><br /><list type="bullet"><item>The GigE transport layer must be available.</item><item>The actionTimeNs must be smaller than or equal to INT64_MAX.</item></list></para><para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Can throw exceptions if the preconditions are not met.</para>
The request is sent via all existing network adapters. If a network adapter has more than one IP address, the request is sent separately for each address.
This is not executed simultaneously but consecutively, IP address by IP address. That's why additional latency is added to the execution time.
Directed broadcasts (192.168.1.255) or unicasts (192.168.1.38) are only sent if the request subnet matches the subnet of the IP address, i.e., if no gateway or routing are required.</remarks></member>
<member name="M:Basler.Pylon.ActionCommandTrigger.Schedule(System.Int64)">
<summary>
Issues a scheduled action command via broadcast without acknowledgment of success/failure and and has to be used in combination with Configure(ICamera()). In addition, it's possible to create more customizable action command configurations with Configure(ICamera(), Int32, Int32, Int32, Int32).
</summary>
<param name="actiontimeNs">
Time in nanoseconds when the action is to be executed. The actual value depends on the master clock used. A master clock value for a set of synchronized camera devices can be obtained, for instance, by reading the (GevTimestampValue) timestamp value after latching the (GevTimestampControlLatch) timestamp value of one camera device of the set or by calling <see cref="M:Basler.Pylon.ActionCommandTrigger.GetNow(Basler.Pylon.ICamera)" />.
</param>
The action command feature lets you trigger actions in multiple cameras at roughly the same time or at a defined point in time (scheduled action command) by using a single broadcast protocol message (without extra cabling). Action commands are used in cameras in the same way as, for example, the digital input lines.
<remarks><para><b>Preconditions:</b><br /><list type="bullet"><item>The GigE transport layer must be available.</item><item>The Configure(ICamera()) configuration method must have been called and executed successfully.</item><item>The actionTimeNs must be smaller than or equal to INT64_MAX.</item></list></para><para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Can throw exceptions if the preconditions are not met.</para>
The request is sent via all existing network adapters. If a network adapter has more than one IP address, the request is sent separately for each address.
This is not executed simultaneously but consecutively, IP address by IP address. That's why additional latency is added to the execution time. </remarks></member>
<member name="M:Basler.Pylon.ActionCommandTrigger.Issue(System.Int32,System.Int32,System.Int32,System.String,System.Int32,Basler.Pylon.ActionCommandResult[])">
<summary>
Issues an action command via broadcast with acknowledgment.
</summary>
<param name="deviceKey">
The device key addresses the cameras managed by an application. The device key is only known to the application controlling the camera devices and ensures that only this application can trigger the camera devices. Therefore, the device key cannot be read from a camera. An exact match of the deviceKey sent and the device key stored in a camera is required for executing an action.
</param>
<param name="groupKey">
The group key is used to create groups of cameras or actions. An exact match of the groupKey sent and the group key stored in a camera for an action is required for executing an action.
</param>
<param name="groupMask">
The group mask is a bit mask that allows sending an action to a subgroup of the cameras addressed by the device and group key. The result of a bitwise AND operation of groupMask and the group mask stored in a camera for an action must be non-zero for executing an action.
</param>
<param name="broadcastAddress">
The broadcast address in dot notation where the command will be broadcast to, e.g., 255.255.255.255 (all adapters, default), 192.168.1.255 (all cameras in a single subnet 192.168.1.xxx), 192.168.1.38 (single camera). See the note below.
</param>
<param name="timeoutMs">
Time in milliseconds that the call is waiting for acknowledges of the cameras addressed. Waiting for acknowledges is stopped if NumResults have been received.
</param>
<param name="results">
Returns the <see cref="T:Basler.Pylon.ActionCommandResult" /> action command result status. The initialization of the result items can be done by this method, i.e., all zero items will be initialized.
</param>
<returns>
Returns true if all results are <see cref="F:Basler.Pylon.ActionCommandStatus.Ok" />.
Returns true if no results have been requested.
</returns>
<remarks>
<para>
<b>Preconditions for issuing action commands:</b>
<br />
<list type="bullet">
<item>The GigE transport layer must be available.</item>
<item>The length of results array given must not be zero.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the preconditions are not met.</para>
The request is sent via all existing network adapters. If a network adapter has more than one IP address, the request is sent separately for each address.
This is not executed simultaneously but consecutively, IP address by IP address. That's why additional latency is added to the execution time.
Directed broadcasts (192.168.1.255) or unicasts (192.168.1.38) are only sent if the request subnet matches the subnet of the IP address, i.e., if no gateway or routing are required.</remarks>
</member>
<member name="M:Basler.Pylon.ActionCommandTrigger.Issue(System.Int32,System.Int32,System.Int32,System.String)">
<summary>
Issues an action command via broadcast without acknowledgment of success/failure.
</summary>
<param name="deviceKey">
The device key addresses the cameras managed by an application. The device key is only known to the application controlling the camera devices and ensures that only this application can trigger the camera devices. Therefore, the device key cannot be read from a camera. An exact match of the deviceKey sent and the device key stored in a camera is required for executing an action.
</param>
<param name="groupKey">
The group key is used to create groups of cameras or actions. An exact match of the groupKey sent and the group key stored in a camera for an action is required for executing an action.
</param>
<param name="groupMask">
The group mask is a bit mask that allows sending an action to a subgroup of the cameras addressed by the device and group key. The result of a bitwise AND operation of groupMask and the group mask stored in a camera for an action must be non-zero for executing an action.
</param>
<param name="broadcastAddress">
The broadcast address in dot notation where the command will be broadcast to, e.g., 255.255.255.255 (all adapters, default), 192.168.1.255 (all cameras in a single subnet 192.168.1.xxx), 192.168.1.38 (single camera). See the note below.
</param>
The action command feature lets you trigger actions in multiple cameras at roughly the same time or at a defined point in time (scheduled action command) by using a single broadcast protocol message (without extra cabling). Action commands are used in cameras in the same way as, for example, the digital input lines.
<remarks><para><b>Preconditions for issuing action commands:</b><br /><list type="bullet"><item>The GigE transport layer must be available.</item></list></para><para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Can throw exceptions if the preconditions are not met.</para>
The request is sent via all existing network adapters. If a network adapter has more than one IP address, the request is sent separately for each address.
This is not executed simultaneously but consecutively, IP address by IP address. That's why additional latency is added to the execution time.
Directed broadcasts (192.168.1.255) or unicasts (192.168.1.38) are only sent if the request subnet matches the subnet of the IP address, i.e., if no gateway or routing are required.</remarks></member>
<member name="M:Basler.Pylon.ActionCommandTrigger.Issue">
<summary>
Issues an action command via broadcast without acknowledgment of success/failure and has to be used in combination with Configure(ICamera()).
In addition, it's possible to create more customizable action command configurations with Configure(ICamera(), Int32, Int32, Int32, Int32).
</summary>
The action command feature lets you trigger actions on multiple cameras at roughly the same time or at a defined point in time (scheduled action command) by using a single broadcast protocol message (without extra cabling). Action commands are used in cameras in the same way as, for example, the digital input lines.
<remarks><para><b>Preconditions:</b><br /><list type="bullet"><item>The GigE transport layer must be available.</item><item>The Configure(ICamera()) configuration method must have been called and executed successfully.</item></list></para><para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Can throw exceptions if the preconditions are not met.</para>
The request is sent via all existing network adapters. If a network adapter has more than one IP address, the request is sent separately for each address.
This is not executed simultaneously but consecutively, IP address by IP address. That's why additional latency is added to the execution time.</remarks></member>
<member name="M:Basler.Pylon.ActionCommandTrigger.GetNow(Basler.Pylon.ICamera)">
<summary>
Determines the timestamp value of the given camera.
</summary>
<param name="camera">
The camera object used for the time enquiry.
</param>
<returns>
Returns the timestamp value of the given camera.
</returns>
<remarks>
<para>
<b>Preconditions for determining the timestamp:</b>
<br />
<list type="bullet">
<item>The camera is a GigE camera.</item>
<item>The camera is open.</item>
<item>The camera supports the "GevTimestampValue" feature.</item>
</list>
</para>
The timestamp is determined by reading the "GevTimestampValue" timestamp value after latching the "GevTimestampControlLatch" timestamp value.
<para><b>Thread Safety:</b> This method is synchronized with the lock of the camera object.</para><para><b>Error Safety:</b> Can throw exceptions if the preconditions are not met.</para></remarks>
</member>
<member name="T:Basler.Pylon.ActionCommandTrigger">
<summary>
Provides simplified access to GigE action commands.
It can be used to automatically or manually configure the DeviceKey, GroupKey, and GroupMask features for cameras. It can also
configure the camera's trigger and set the trigger source to action command.
In addition, there are some static methods for issuing and scheduling an action command.
</summary>
</member>
<member name="F:Basler.Pylon.ActionCommandResult.ActionCommandStatus">
<summary>
GigE Vision status code returned by the camera. See Basler.Pylon.ActionCommandStatus for more information.
</summary>
</member>
<member name="F:Basler.Pylon.ActionCommandResult.CameraAddress">
<summary>
IP address of the camera.
</summary>
</member>
<member name="T:Basler.Pylon.ActionCommandResult">
<summary>
Contains detailed results of calling Issue or Schedule methods.
</summary>
</member>
<member name="T:Basler.Pylon.ActionCommandStatus">
<summary>
Lists possible status codes returned by Basler.Pylon.ActionCommandTrigger.Issue or Basler.Pylon.ActionCommandTrigger.Schedule.
</summary>
</member>
<member name="F:Basler.Pylon.ActionCommandStatus.NoAcknowledgeReceived">
<summary>
No acknowledge received for action command.
</summary>
</member>
<member name="F:Basler.Pylon.ActionCommandStatus.ActionLate">
<summary>
The requested scheduled action command was requested at a point in time that is in the past.
</summary>
</member>
<member name="F:Basler.Pylon.ActionCommandStatus.Overflow">
<summary>
Returned when the scheduled action commands queue is full and the camera cannot accept the additional request. The action command has been discarded by the camera.
</summary>
</member>
<member name="F:Basler.Pylon.ActionCommandStatus.NoReferenceTime">
<summary>
The camera is not synchronized to a master clock to be used as time reference. Typically used when scheduled action commands cannot be scheduled for a future time since the reference time coming from IEEE 1588 is not locked. The action command has been ignored by the camera.
</summary>
</member>
<member name="F:Basler.Pylon.ActionCommandStatus.Ok">
<summary>
The camera acknowledged the command.
</summary>
</member>
<member name="M:Basler.Pylon.IpConfigurator.IsAutoIpActive(Basler.Pylon.ICameraInfo)">
<summary>Checks if camera device is working in automatic IP configuration, also known as link-local address.</summary>
AutoIP, also known as Link Local Address (LLA), means that the camera uses automatic IP address assignment and assigns itself an IP address.
<para><b>Error Safety:</b> Can throw exceptions if the parameter is invalid.</para><param name="cameraInfo">An <see cref="T:Basler.Pylon.ICameraInfo" /> object specifying the camera device.</param><returns>Returns true if active, false otherwise.</returns></member>
<member name="M:Basler.Pylon.IpConfigurator.IsDhcpActive(Basler.Pylon.ICameraInfo)">
<summary>Checks if camera device is working in DHCP configuration.</summary>
DHCP means that a DHCP server assigns an IP address to the camera.
<para><b>Error Safety:</b> Can throw exceptions if the parameter is invalid.</para><param name="cameraInfo">An <see cref="T:Basler.Pylon.ICameraInfo" /> object specifying the camera device.</param><returns>Returns true if active, false otherwise.</returns></member>
<member name="M:Basler.Pylon.IpConfigurator.IsPersistentIpActive(Basler.Pylon.ICameraInfo)">
<summary>Checks if camera device is working in persistent IP configuration, also known as static IP configuration.</summary>
Static IP means that you assign an IP address to the camera that will stay in place even when the camera is powered off and back on again.
You may also have to specify a subnet mask and a gateway. Make sure that the camera is in the same subnet as the adapter and that the camera
has a unique IP address.
<para><b>Error Safety:</b> Can throw exceptions if the parameter is invalid.</para><param name="cameraInfo">An <see cref="T:Basler.Pylon.ICameraInfo" /> object specifying the camera device.</param><returns>Returns true if active, false otherwise.</returns></member>
<member name="M:Basler.Pylon.IpConfigurator.IsAutoIpSupported(Basler.Pylon.ICameraInfo)">
<summary>Checks if camera device supports automatic IP configuration, also known as link-local address.</summary>
AutoIP, also known as Link Local Address (LLA), means that the camera uses automatic IP address assignment and assigns itself an IP address.
<para><b>Error Safety:</b> Can throw exceptions if the parameter is invalid.</para><param name="cameraInfo">An <see cref="T:Basler.Pylon.ICameraInfo" /> object specifying the camera device.</param><returns>Returns true if supported, false otherwise.</returns></member>
<member name="M:Basler.Pylon.IpConfigurator.IsDhcpSupported(Basler.Pylon.ICameraInfo)">
<summary>Checks if camera device supports DHCP configuration.</summary>
DHCP means that a DHCP server assigns an IP address to the camera.
<para><b>Error Safety:</b> Can throw exceptions if the parameter is invalid.</para><param name="cameraInfo">An <see cref="T:Basler.Pylon.ICameraInfo" /> object specifying the camera device.</param><returns>Returns true if supported, false otherwise.</returns></member>
<member name="M:Basler.Pylon.IpConfigurator.IsPersistentIpSupported(Basler.Pylon.ICameraInfo)">
<summary>Checks if camera device supports persistent IP configuration, also known as static IP configuration.</summary>
Static IP means that you assign an IP address to the camera that will stay in place even when the camera is powered off and back on again.
You may also have to specify a subnet mask and a gateway. Make sure that the camera is in the same subnet as the adapter and that the camera
has a unique IP address.
<para><b>Error Safety:</b> Can throw exceptions if the parameter is invalid.</para><param name="cameraInfo">An <see cref="T:Basler.Pylon.ICameraInfo" /> object specifying the camera device.</param><returns>Returns true if supported, false otherwise.</returns></member>
<member name="M:Basler.Pylon.IpConfigurator.EnumerateAllDevices">
<summary>Enumerates all available GigE Vision devices.</summary>
In contrast to the CameraFinder::Enumerate method, devices having a subnet configured that is different from the subnet of the application will be listed.
<returns>Returns a list of <see cref="T:Basler.Pylon.ICameraInfo" /> objects, one per camera found.</returns></member>
<member name="M:Basler.Pylon.IpConfigurator.ChangeIpConfiguration(System.String,Basler.Pylon.IpConfigurationMethod,System.String,System.String,System.String)">
<summary>Change the IP configuration of a camera device.</summary>
<param name="macAddress">The MAC address of the camera device.</param>
<param name="method">The <see cref="T:Basler.Pylon.IpConfigurationMethod" /> to be used.</param>
<param name="ipAddress">The target IP address of the camera device.</param>
<param name="subnetMask">The target subnet mask of the camera device.</param>
<param name="defaultGateway">The target default gateway of the camera device.</param>
<returns>Returns true if successful, false otherwise.</returns>
<remarks>This overloaded method is for a static IP address. To configure AutoIP or DHCP, use the other overload.</remarks>
</member>
<member name="M:Basler.Pylon.IpConfigurator.ChangeIpConfiguration(System.String,Basler.Pylon.IpConfigurationMethod)">
<summary>Change the IP configuration of a camera device.</summary>
<param name="macAddress">The MAC address of the camera device.</param>
<param name="method">The <see cref="T:Basler.Pylon.IpConfigurationMethod" /> to be used.</param>
<returns>Returns true if successful, false otherwise.</returns>
<remarks>This overloaded method is for AutoIP or DHCP. To configure a static IP address, use the other overload.</remarks>
</member>
<member name="M:Basler.Pylon.IpConfigurator.RenounceRemoteDevice(System.String)">
<summary>Stop using remote device.</summary>
<param name="ipAddress">Address of device in "dot notation".</param>
<returns>Returns true if successful, false otherwise.</returns>
</member>
<member name="M:Basler.Pylon.IpConfigurator.AnnounceRemoteDevice(System.String)">
<summary>Announce that a remote device is going to be used.</summary>
<param name="ipAddress">Address of device in "dot notation".</param>
<returns>Returns <see cref="T:Basler.Pylon.ICameraInfo" /> if the camera device is found.</returns>
<remarks>
<para>This is necessary when working with IP-based camera devices that are
behind a router.In order to succeed, that camera device must be reachable and
a route configured.Most system setups will not need this.If all your camera devices
are found using the CameraFinder, you will not need this.The announcement can be reverted
using RenounceRemoteDevice().</para>
<para>Please note that devices announced using this function are only remembered temporarily.
If you annouce a device and then stop using pylon in your program, the underlying pylon
might get disposed and the information about announced devices is lost.
It is recommended to hold at least one pylon object from the time this function is called
to the time the device is opened.</para>
</remarks>
</member>
<member name="T:Basler.Pylon.IpConfigurator">
<summary>This class provides helper functions to work with IP based camera devices.</summary>
</member>
<member name="T:Basler.Pylon.IpConfigurationMethod">
<summary>Lists the possible IP address configuration methods.</summary>
</member>
<member name="F:Basler.Pylon.IpConfigurationMethod.StaticIP">
<summary>Static IP means that you assign an IP address to the camera that will stay in place even when the camera is powered off and back on again.
You may also have to specify a subnet mask and a gateway. Make sure that the camera is in the same subnet as the adapter and that the camera
has a unique IP address.</summary>
</member>
<member name="F:Basler.Pylon.IpConfigurationMethod.DHCP">
<summary>DHCP means that a DHCP server assigns an IP address to the camera.</summary>
</member>
<member name="F:Basler.Pylon.IpConfigurationMethod.AutoIP">
<summary>AutoIP, also known as Link Local Address (LLA), means that the camera uses automatic IP address assignment and assigns itself an IP address.</summary>
</member>
<member name="M:Basler.Pylon.Configuration.RaiseUnsupportedFeatureException(System.String)">
<summary>Raise an exception stating that a feature is not supported.</summary>
<param name="msg">The exception msg.</param>
</member>
<member name="T:Basler.Pylon.PylonNETException">
<summary>Baseclass for exceptions thrown by the Pylon library.</summary>
<inheritdoc />
</member>
<member name="M:Basler.Pylon.ImageDecompressor.Equals(System.Object)">
<summary>Compares this instance with another decompressor.</summary>
<param name="object">The decompressor on the right hand side of the comparison.</param>
<returns>True if both decompressors are equal or false otherwise.</returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageDecompressor.DecompressImage``1(``0[],Basler.Pylon.IGrabResult)">
<summary>Decompresses the image of the grab result provided.</summary>
<typeparam name="T">The element type of the array for the decompressed image.</typeparam>
<param name="outputBuffer">The array (one-dimensional) that will receive the decompressed image.
The size of the array (in bytes) must be larger or equal to the value in the <see cref="F:Basler.Pylon.CompressionInfo.DecompressedImageSize" />
field in the <see cref="T:Basler.Pylon.CompressionInfo" /> struct received via the GetCompressionInfo methods. Alternatively, the
<see cref="M:Basler.Pylon.ImageDecompressor.GetImageSizeForDecompression(Basler.Pylon.ICamera)" /> method can be used to get the image size required for decompression.
Keep in mind that the size of the array (in bytes) is calculated by multiplying the length of the array with the
size of the array's elements.
This parameter must not be null.
</param>
<param name="grabResult">Grab result that holds the compressed data. This parameter must not be null.</param>
<returns>Returns the struct with the compression information of the compressed image.</returns>
<remarks>
<para>
This method requires that a compression descriptor has been set previously via the constructor or
the SetCompressionDescriptor methods. You can determine this via the <see cref="P:Basler.Pylon.ImageDecompressor.HasCompressionDescriptor" /> property.
</para>
<para>
The grab result provided must contain a compressed image that has been received without errors.
</para>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b>
Throws an exception if the grab result does not contain compressed data, the data is corrupt, the image cannot
be decompressed, or the input parameters are invalid (e.g., if the size provided is not sufficient to hold the
decompressed image).
</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageDecompressor.DecompressImage``1(``0[],System.IntPtr,System.Int32)">
<summary>Decompresses the image of the grab buffer provided.</summary>
<typeparam name="T">The element type of the array for the decompressed image.</typeparam>
<param name="outputBuffer">The array (one-dimensional) that will receive the decompressed image.
The size of the array (in bytes) must be larger or equal to the value in the <see cref="F:Basler.Pylon.CompressionInfo.DecompressedImageSize" />
field in the <see cref="T:Basler.Pylon.CompressionInfo" /> struct received via the GetCompressionInfo methods. Alternatively, the
<see cref="M:Basler.Pylon.ImageDecompressor.GetImageSizeForDecompression(Basler.Pylon.ICamera)" /> method can be used to get the image size required for decompression.
Keep in mind that the size of the array (in bytes) is calculated by multiplying the length of the array with the
size of the array's elements.
This parameter must not be null.
</param>
<param name="pGrabBuffer">Pointer to the grab buffer that holds the compressed data. This parameter must not be null.</param>
<param name="payloadSize">Payload size (in bytes) of the data received (must be less or equal to the size of the grab buffer).</param>
<returns>Returns the struct with the compression information of the compressed image.</returns>
<remarks>
<para>
This method requires that a compression descriptor has been set previously via the constructor or
the SetCompressionDescriptor methods. You can determine this via the <see cref="P:Basler.Pylon.ImageDecompressor.HasCompressionDescriptor" /> property.
</para>
<para>
The grab buffer provided must contain a compressed image that has been received without errors.
</para>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b>
Throws an exception if the grab buffer does not contain compressed data, the data is corrupt, the image cannot
be decompressed, or the input parameters are invalid (e.g., if the size provided is not sufficient to hold the
decompressed image).
</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageDecompressor.DecompressImage(System.IntPtr,System.Int32@,Basler.Pylon.IGrabResult)">
<summary>Decompresses the image of the grab result provided.</summary>
<param name="pOutputBuffer">Pointer to the buffer that will receive the decompressed image. This parameter must not be null.</param>
<param name="sizeOutputBuffer">
On input, the variable specifies the size of the buffer (in bytes)
for the decompressed image (must be larger or equal to the value in the <see cref="F:Basler.Pylon.CompressionInfo.DecompressedImageSize" />
field in the <see cref="T:Basler.Pylon.CompressionInfo" /> struct received via the GetCompressionInfo methods;
alternatively, the <see cref="M:Basler.Pylon.ImageDecompressor.GetImageSizeForDecompression(Basler.Pylon.ICamera)" /> method can be used to get the image
size required for decompression).
On output, the variable will receive the actual buffer size required for the decompressed image.
</param>
<param name="grabResult">Grab result that holds the compressed data. This parameter must not be null.</param>
<returns>Returns the struct with the compression information of the compressed image.</returns>
<remarks>
<para>
This method requires that a compression descriptor has been set previously via the constructor or
the SetCompressionDescriptor methods. You can determine this via the <see cref="P:Basler.Pylon.ImageDecompressor.HasCompressionDescriptor" /> property.
</para>
<para>
The grab result provided must contain a compressed image that has been received without errors.
</para>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b>
Throws an exception if the grab result does not contain compressed data, the data is corrupt, the image cannot
be decompressed, or the input parameters are invalid (e.g., if the size provided is not sufficient to hold the
decompressed image).
</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageDecompressor.DecompressImage(System.IntPtr,System.Int32@,System.IntPtr,System.Int32)">
<summary>Decompresses the image of the grab buffer provided.</summary>
<param name="pOutputBuffer">Pointer to the buffer that will receive the decompressed image. This parameter must not be null.</param>
<param name="sizeOutputBuffer">
On input, the variable specifies the size of the buffer (in bytes)
for the decompressed image (must be larger or equal to the value in the <see cref="F:Basler.Pylon.CompressionInfo.DecompressedImageSize" />
field in the <see cref="T:Basler.Pylon.CompressionInfo" /> struct received via the GetCompressionInfo methods;
alternatively, the <see cref="M:Basler.Pylon.ImageDecompressor.GetImageSizeForDecompression(Basler.Pylon.ICamera)" /> method can be used to get the image
size required for decompression).
On output, the variable will receive the actual buffer size required for the decompressed image.
</param>
<param name="pGrabBuffer">Pointer to the grab buffer that holds the compressed data. This parameter must not be null.</param>
<param name="payloadSize">Payload size (in bytes) of the data received (must be less or equal to the size of the grab buffer).</param>
<returns>Returns the struct with the compression information of the compressed image.</returns>
<remarks>
<para>
This method requires that a compression descriptor has been set previously via the constructor or
the SetCompressionDescriptor methods. You can determine this via the <see cref="P:Basler.Pylon.ImageDecompressor.HasCompressionDescriptor" /> property.
</para>
<para>
The grab buffer provided must contain a compressed image that has been received without errors.
</para>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b>
Throws an exception if the grab buffer does not contain compressed data, the data is corrupt, the image cannot
be decompressed, or the input parameters are invalid (e.g., if the size provided is not sufficient to hold the
decompressed image).
</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageDecompressor.GetImageSizeForDecompression(Basler.Pylon.ICamera)">
<summary>Gets size (in bytes) required for allocating buffers for decompressing the images during streaming.</summary>
<param name="camera">Camera to be used for retrieving the image size required for decompression. This parameter must not be null.</param>
<returns>Returns the buffer size (in bytes) required for image decompression.</returns>
<remarks>
<para>
This method requires image compression to be enabled in the camera. You can determine this via the
<see cref="M:Basler.Pylon.ImageDecompressor.GetCompressionMode(Basler.Pylon.ICamera)" /> method.
</para>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b>
Throws an exception if an error is encountered while determining the image size required for decompression.
</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageDecompressor.GetCompressionDescriptorHash(System.IntPtr,System.Int32@,Basler.Pylon.IGrabResult,Basler.Pylon.Endianness)">
<summary>Gets the hash of the compression descriptor that is required for decompressing the grab result provided.</summary>
<param name="pHash">Pointer to the buffer that will receive the compression descriptor hash or null if you only want to get the size of the buffer for buffer allocation.</param>
<param name="sizeHash">
On input, the variable specifies the size of the buffer (in bytes) for the compression descriptor hash (if <paramref name="pHash" /> is not null).
On output, the variable will receive the actual buffer size required for the current compression descriptor hash.
</param>
<param name="grabResult">Grab result that holds the compressed data. This parameter must not be null.</param>
<param name="endianness">Endianness of the grab result's content. If not known, auto detection can be used.</param>
<remarks>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b>
Throws an exception if the grab result does not contain compressed data, the data is corrupt, or the input
parameters are invalid (e.g., if the size provided is not sufficient to hold the compression descriptor hash).
</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageDecompressor.GetCompressionDescriptorHash(System.IntPtr,System.Int32@,Basler.Pylon.IGrabResult)">
<summary>Gets the hash of the compression descriptor that is required for decompressing the grab result provided.</summary>
<param name="pHash">Pointer to the buffer that will receive the compression descriptor hash or null if you only want to get the size of the buffer for buffer allocation.</param>
<param name="sizeHash">
On input, the variable specifies the size of the buffer (in bytes) for the compression descriptor hash (if <paramref name="pHash" /> is not null).
On output, the variable will receive the actual buffer size required for the current compression descriptor hash.
</param>
<param name="grabResult">Grab result that holds the compressed data. This parameter must not be null.</param>
<remarks>
<para>This method will try to auto detect the endianness of the grab result's content.</para>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b>
Throws an exception if the grab result does not contain compressed data, the data is corrupt, or the input
parameters are invalid (e.g., if the size provided is not sufficient to hold the compression descriptor hash).
</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageDecompressor.GetCompressionDescriptorHash(Basler.Pylon.IGrabResult,Basler.Pylon.Endianness)">
<summary>Gets the hash of the compression descriptor that is required for decompressing the grab result provided.</summary>
<param name="grabResult">Grab result that holds the compressed data. This parameter must not be null.</param>
<param name="endianness">Endianness of the grab result's content. If not known, auto detection can be used.</param>
<returns>Returns the array (one-dimensional) with the compression descriptor hash.</returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b>
Throws an exception if the grab result does not contain compressed data or the data is corrupt.
</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageDecompressor.GetCompressionDescriptorHash(Basler.Pylon.IGrabResult)">
<summary>Gets the hash of the compression descriptor that is required for decompressing the grab result provided.</summary>
<param name="grabResult">Grab result that holds the compressed data. This parameter must not be null.</param>
<returns>Returns the array (one-dimensional) with the compression descriptor hash.</returns>
<remarks>
<para>This method will try to auto detect the endianness of the grab result's content.</para>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b>
Throws an exception if the grab result does not contain compressed data or the data is corrupt.
</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageDecompressor.GetCompressionDescriptorHash(System.IntPtr,System.Int32@,System.IntPtr,System.Int32,Basler.Pylon.Endianness)">
<summary>Gets the hash of the compression descriptor that is required for decompressing the grab buffer provided.</summary>
<param name="pHash">Pointer to the buffer that will receive the compression descriptor hash or null if you only want to get the size of the buffer for buffer allocation.</param>
<param name="sizeHash">
On input, the variable specifies the size of the buffer (in bytes) for the compression descriptor hash (if <paramref name="pHash" /> is not null).
On output, the variable will receive the actual buffer size required for the current compression descriptor hash.
</param>
<param name="pGrabBuffer">Pointer to the grab buffer that holds the compressed data. This parameter must not be null.</param>
<param name="payloadSize">Payload size (in bytes) of the data received (must be less or equal to the size of the grab buffer).</param>
<param name="endianness">Endianness of the grab buffer's content. If not known, auto detection can be used.</param>
<remarks>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b>
Throws an exception if the grab buffer does not contain compressed data, the data is corrupt, or the input
parameters are invalid (e.g., if the size provided is not sufficient to hold the compression descriptor hash).
</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageDecompressor.GetCompressionDescriptorHash(System.IntPtr,System.Int32@,System.IntPtr,System.Int32)">
<summary>Gets the hash of the compression descriptor that is required for decompressing the grab buffer provided.</summary>
<param name="pHash">Pointer to the buffer that will receive the compression descriptor hash or null if you only want to get the size of the buffer for buffer allocation.</param>
<param name="sizeHash">
On input, the variable specifies the size of the buffer (in bytes) for the compression descriptor hash (if <paramref name="pHash" /> is not null).
On output, the variable will receive the actual buffer size required for the current compression descriptor hash.
</param>
<param name="pGrabBuffer">Pointer to the grab buffer that holds the compressed data. This parameter must not be null.</param>
<param name="payloadSize">Payload size (in bytes) of the data received (must be less or equal to the size of the grab buffer).</param>
<remarks>
<para>This method will try to auto detect the endianness of the grab buffer's content.</para>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b>
Throws an exception if the grab buffer does not contain compressed data, the data is corrupt, or the input
parameters are invalid (e.g., if the size provided is not sufficient to hold the compression descriptor hash).
</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageDecompressor.GetCompressionDescriptorHash(System.IntPtr,System.Int32,Basler.Pylon.Endianness)">
<summary>Gets the hash of the compression descriptor that is required for decompressing the grab buffer provided.</summary>
<param name="pGrabBuffer">Pointer to the grab buffer that holds the compressed data. This parameter must not be null.</param>
<param name="payloadSize">Payload size (in bytes) of the data received (must be less or equal to the size of the grab buffer).</param>
<param name="endianness">Endianness of the grab buffer's content. If not known, auto detection can be used.</param>
<returns>Returns the array (one-dimensional) with the compression descriptor hash.</returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b>
Throws an exception if the grab buffer does not contain compressed data or the data is corrupt.
</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageDecompressor.GetCompressionDescriptorHash(System.IntPtr,System.Int32)">
<summary>Gets the hash of the compression descriptor that is required for decompressing the grab buffer provided.</summary>
<param name="pGrabBuffer">Pointer to the grab buffer that holds the compressed data. This parameter must not be null.</param>
<param name="payloadSize">Payload size (in bytes) of the data received (must be less or equal to the size of the grab buffer).</param>
<returns>Returns the array (one-dimensional) with the compression descriptor hash.</returns>
<remarks>
<para>This method will try to auto detect the endianness of the grab buffer's content.</para>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b>
Throws an exception if the grab buffer does not contain compressed data or the data is corrupt.
</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageDecompressor.GetCompressionDescriptorHash(System.IntPtr,System.Int32@,Basler.Pylon.ICamera)">
<summary>Gets the current compression descriptor hash from the camera.</summary>
<param name="pHash">Pointer to the buffer that will receive the compression descriptor hash or null if you only want to get the size of the buffer for buffer allocation.</param>
<param name="sizeHash">
On input, the variable specifies the size of the buffer (in bytes) for the compression descriptor hash (if <paramref name="pHash" /> is not null).
On output, the variable will receive the actual buffer size required for the current compression descriptor hash.
</param>
<param name="camera">Camera to be used for retrieving the compression descriptor hash. This parameter must not be null.</param>
<remarks>
<para>
This method requires image compression to be enabled in the camera. You can determine this via the
<see cref="M:Basler.Pylon.ImageDecompressor.GetCompressionMode(Basler.Pylon.ICamera)" /> method.
</para>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b>
Throws an exception if compression is not enabled in the camera (or unavailable) or the input parameters are
invalid (e.g., if the size provided is not sufficient to hold the compression descriptor hash).
</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageDecompressor.GetCompressionDescriptorHash(Basler.Pylon.ICamera)">
<summary>Gets the hash of the current compression descriptor from the camera.</summary>
<param name="camera">Camera to be used for retrieving the compression descriptor hash. This parameter must not be null.</param>
<returns>Returns the array (one-dimensional) with the compression descriptor hash.</returns>
<remarks>
<para>
This method requires image compression to be enabled in the camera. You can determine this via the
<see cref="M:Basler.Pylon.ImageDecompressor.GetCompressionMode(Basler.Pylon.ICamera)" /> method.
</para>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b>
Throws an exception if compression is not enabled in the camera (or unavailable) or an error is encountered while determining the compression descriptor hash.
</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageDecompressor.GetCompressionDescriptorHash(System.IntPtr,System.Int32@)">
<summary>Gets the hash of the currently set compression descriptor.</summary>
<param name="pHash">Pointer to the buffer that will receive the compression descriptor hash or null if you only want to get the size of the buffer for buffer allocation.</param>
<param name="sizeHash">
On input, the variable specifies the size of the buffer (in bytes)
for the compression descriptor hash (if <paramref name="pHash" /> is not null).
On output, the variable will receive the actual buffer size required for the current
compression descriptor hash.
</param>
<remarks>
<para>
This method requires that a compression descriptor has been set previously via the constructor or
the SetCompressionDescriptor methods. You can determine this via the <see cref="P:Basler.Pylon.ImageDecompressor.HasCompressionDescriptor" /> property.
</para>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b>
Throws an exception if the decompressor has no compression descriptor set or the input parameters are
invalid (e.g., if the size provided is not sufficient to hold the compression descriptor hash).
</para>
</remarks>
</member>
<member name="P:Basler.Pylon.ImageDecompressor.CompressionDescriptorHash">
<summary>Gets the hash of the currently set compression descriptor.</summary>
<value>The array (one-dimensional) with the hash of the currently set compression descriptor.</value>
<remarks>
<para>
<b>Thread Safety:</b> This property is thread-safe.</para>
<para>
<b>Error Safety:</b>
Throws an exception if the decompressor has no compression descriptor set.
</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageDecompressor.ComputeCompressionDescriptorHash(System.IntPtr,System.Int32@,System.IntPtr,System.Int32)">
<summary>Computes the hash for a given compression descriptor.</summary>
<param name="pHash">
Pointer to the buffer that will receive the compression descriptor hash or
null if you only want to get the size of the buffer for buffer allocation.
</param>
<param name="sizeHash">
On input, the variable specifies the size of the buffer (in bytes)
for the compression descriptor hash (if <paramref name="pHash" /> is not null).
On output, the variable will receive the actual buffer size required for the current
compression descriptor hash.
</param>
<param name="pCompressionDescriptor"> Pointer to the compression descriptor. This parameter must not be null.</param>
<param name="sizeCompressionDescriptor">Size of the data (in bytes) of the compression descriptor.</param>
<remarks>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b>
Throws an exception if the input parameters are invalid (e.g., if the size provided is not sufficient to hold
the compression descriptor hash).
</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageDecompressor.ComputeCompressionDescriptorHash(System.IntPtr,System.Int32)">
<summary>Computes the hash for a given compression descriptor.</summary>
<param name="pCompressionDescriptor"> Pointer to the compression descriptor. This parameter must not be null.</param>
<param name="sizeCompressionDescriptor">Size of the data (in bytes) of the compression descriptor.</param>
<returns>Returns an array (one-dimensional) with the hash of the given compression descriptor.</returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b>
Throws an exception if the input parameters are invalid.
</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageDecompressor.ComputeCompressionDescriptorHash(System.Byte[])">
<summary>Computes the hash for a given compression descriptor.</summary>
<param name="compressionDescriptor">Array (one-dimensional) with the compression descriptor. This parameter must not be null.</param>
<returns>Returns an array (one-dimensional) with the hash of the given compression descriptor.</returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b>
Throws an exception if no valid array with the compression descriptor is passed.
</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageDecompressor.GetCompressionInfo(Basler.Pylon.CompressionInfo@,Basler.Pylon.IGrabResult,Basler.Pylon.Endianness)">
<summary>Gets compression information about a grab result.</summary>
<param name="compressionInfo">Reference to the struct that will receive the compression information if the grab result contains such information.</param>
<param name="grabResult">Grab result that holds the compressed data. This parameter must not be null.</param>
<param name="endianness">Endianness of the grab result's content. If not known, auto detection can be used.</param>
<returns>Returns true if compression information could be extracted from the the grab result or false otherwise.</returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b>
Throws an exception if the input parameters are invalid.
</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageDecompressor.GetCompressionInfo(Basler.Pylon.CompressionInfo@,Basler.Pylon.IGrabResult)">
<summary>Gets compression information about a grab result.</summary>
<param name="compressionInfo">Reference to the struct that will receive the compression information if the grab result contains such information.</param>
<param name="grabResult">Grab result that holds the compressed data. This parameter must not be null.</param>
<returns>Returns true if compression information could be extracted from the the grab result or false otherwise.</returns>
<remarks>
<para>This method will try to auto detect the endianness of the grab result's content.</para>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b>
Throws an exception if the input parameters are invalid.
</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageDecompressor.GetCompressionInfo(Basler.Pylon.CompressionInfo@,System.IntPtr,System.Int32,Basler.Pylon.Endianness)">
<summary>Gets compression information about a grab buffer.</summary>
<param name="compressionInfo">Reference to the struct that will receive the compression information if the grab buffer contains such information.</param>
<param name="pGrabBuffer">Pointer to the grab buffer that holds the compressed data. This parameter must not be null.</param>
<param name="payloadSize">Payload size (in bytes) of the data received (must be less or equal to the size of the grab buffer).</param>
<param name="endianness">Endianness of the grab buffer's content. If not known, auto detection can be used.</param>
<returns>Returns true if compression information could be extracted from the the grab buffer or false otherwise.</returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b>
Throws an exception if the input parameters are invalid.
</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageDecompressor.GetCompressionInfo(Basler.Pylon.CompressionInfo@,System.IntPtr,System.Int32)">
<summary>Gets compression information about a grab buffer.</summary>
<param name="compressionInfo">Reference to the struct that will receive the compression information if the grab buffer contains such information.</param>
<param name="pGrabBuffer">Pointer to the grab buffer that holds the compressed data. This parameter must not be null.</param>
<param name="payloadSize">Payload size (in bytes) of the data received (must be less or equal to the size of the grab buffer).</param>
<returns>Returns true if compression information could be extracted from the the grab buffer or false otherwise.</returns>
<remarks>
<para>This method will try to auto detect the endianness of the grab buffer's content.</para>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b>
Throws an exception if the input parameters are invalid.
are invalid.
</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageDecompressor.GetCompressionDescriptor(System.IntPtr,System.Int32@,Basler.Pylon.ICamera)">
<summary>Gets the current compression descriptor from the camera.</summary>
<param name="pCompressionDescriptor">Pointer to the buffer that will receive the compression descriptor or null if you only want to get the size of the buffer for buffer allocation.</param>
<param name="sizeCompressionDescriptor">
On input, the variable specifies the size of the buffer (in bytes) for the compression descriptor (if <paramref name="pCompressionDescriptor" /> is not null).
On output, the variable will receive the actual buffer size required for the current compression descriptor.
</param>
<param name="camera">Camera to be used for retrieving the compression descriptor. This parameter must not be null.</param>
<remarks>
<para>
This method requires image compression to be enabled in the camera. You can determine this via the
<see cref="M:Basler.Pylon.ImageDecompressor.GetCompressionMode(Basler.Pylon.ICamera)" /> method.
</para>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b>
Throws an exception if compression is not enabled in the camera (or unavailable) or the input parameters are
invalid (e.g., if the size provided is not sufficient to hold the compression descriptor).
</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageDecompressor.GetCompressionDescriptor(Basler.Pylon.ICamera)">
<summary>Gets the current compression descriptor from the camera.</summary>
<param name="camera">Camera to be used for retrieving the compression descriptor. This parameter must not be null.</param>
<returns>Returns the array (one-dimensional) with the compression descriptor.</returns>
<remarks>
<para>
This method requires image compression to be enabled in the camera. You can determine this via the
<see cref="M:Basler.Pylon.ImageDecompressor.GetCompressionMode(Basler.Pylon.ICamera)" /> method.
</para>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b>
Throws an exception if compression is not enabled in the camera (or unavailable) or an error is encountered while determining the compression descriptor.
</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageDecompressor.GetCompressionDescriptor(System.IntPtr,System.Int32@)">
<summary>Gets the currently set compression descriptor.</summary>
<param name="pCompressionDescriptor">Pointer to the buffer that will receive the compression descriptor or null if you only want to get the size of the buffer for buffer allocation.</param>
<param name="sizeCompressionDescriptor">
On input, the variable specifies the size of the buffer (in bytes) for the compression descriptor (if <paramref name="pCompressionDescriptor" /> is not null).
On output, the variable will receive the actual buffer size required for the current compression descriptor.
</param>
<remarks>
<para>
This method requires that a compression descriptor has been set previously via the constructor or
the SetCompressionDescriptor methods. You can determine this via the <see cref="P:Basler.Pylon.ImageDecompressor.HasCompressionDescriptor" /> property.
</para>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b>
Throws an exception if the decompressor has no compression descriptor set or the input parameters are
invalid (e.g., if the size provided is not sufficient to hold the compression descriptor).
</para>
</remarks>
</member>
<member name="P:Basler.Pylon.ImageDecompressor.CompressionDescriptor">
<summary>Initializes or gets the currently set compression descriptor.</summary>
<value>The array (one-dimensional) with the compression descriptor. This value must not be null.</value>
<remarks>
<para>
<b>Thread Safety:</b> This property is thread-safe.</para>
<para>
<b>Error Safety:</b>
When setting the property, throws an exception if no memory can be allocated or the compression descriptor provided is invalid
(e.g., because it is corrupt) or incompatible (e.g., because a compression descriptor of a newer compression implementation is passed).
When getting the property, throws an exception if the decompressor has no compression descriptor set.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageDecompressor.GetCompressionMode(Basler.Pylon.ICamera)">
<summary>Retrieves the current compression mode from the camera's node map.</summary>
<param name="camera">Camera to be used for retrieving the compression mode. This parameter must not be null.</param>
<returns>Returns the current compression mode of the camera.</returns>
<remarks>
<para>This indicates which kind of compression is active or whether compression is not enabled (or unavailable).</para>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b> Throws an exception if an error is encountered while determining the compression mode.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageDecompressor.SetCompressionDescriptor(Basler.Pylon.ICamera)">
<summary>Initializes a decompressor with a compression descriptor that is retrieved from the camera.</summary>
<param name="camera">Camera to be used for retrieving the compression descriptor. This parameter must not be null.</param>
<remarks>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b> Throws an exception if no memory can be allocated or no proper compression descriptor can be retrieved from the camera.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageDecompressor.SetCompressionDescriptor(System.IntPtr,System.Int32)">
<summary>Initializes a decompressor with the compression descriptor provided.</summary>
<param name="pCompressionDescriptor">Pointer to the compression descriptor. This parameter must not be null.</param>
<param name="sizeCompressionDescriptor">Size of the data (in bytes) of the compression descriptor.</param>
<remarks>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b>
Throws an exception if no memory can be allocated or the compression descriptor provided is invalid (e.g., because it is corrupt)
or incompatible (e.g., because a compression descriptor of a newer compression implementation is passed).
</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageDecompressor.ResetCompressionDescriptor">
<summary>Resets the compression descriptor in the decompressor.</summary>
<remarks>
<para>
After calling this method, no images can be decompressed by the decompressor because it is
back in uninitialized state.
</para>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.ImageDecompressor.HasCompressionDescriptor">
<summary>Determines whether the decompressor already has a compression descriptor.</summary>
<returns>Returns true if the decompressor is already initialized with a compression descriptor or false otherwise.</returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageDecompressor.#ctor(Basler.Pylon.ICamera)">
<summary>Creates a decompressor and initializes it with a compression descriptor that is retrieved from the camera.</summary>
<param name="camera">Camera to be used for retrieving the compression descriptor. This parameter must not be null.</param>
<remarks>
<para>
<b>Error Safety:</b> Throws an exception if no memory can be allocated or no proper compression descriptor can be retrieved from the camera.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageDecompressor.#ctor(System.IntPtr,System.Int32)">
<summary>Creates a decompressor and initializes it with the compression descriptor provided.</summary>
<param name="pCompressionDescriptor">Pointer to the compression descriptor. This parameter must not be null.</param>
<param name="sizeCompressionDescriptor">Size of the data (in bytes) of the compression descriptor.</param>
<remarks>
<para>
<b>Error Safety:</b>
Throws an exception if no memory can be allocated or the compression descriptor provided is invalid (e.g., because it is corrupt)
or incompatible (e.g., because a compression descriptor of a newer compression implementation is passed).
</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageDecompressor.#ctor(System.Byte[])">
<summary>Creates a decompressor and initializes it with the compression descriptor provided.</summary>
<param name="compressionDescriptor">The array (one-dimensional) with the compression descriptor. This parameter must not be null.</param>
<remarks>
<para>
<b>Error Safety:</b>
Throws an exception if no memory can be allocated or the compression descriptor provided is invalid (e.g., because it is corrupt)
or incompatible (e.g., because a compression descriptor of a newer compression implementation is passed).
</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageDecompressor.#ctor(Basler.Pylon.ImageDecompressor)">
<summary>Creates a decompressor by copying from another decompressor.</summary>
<param name="imageDecompressor">Decompressor to copy from during initialization.</param>
<remarks>
<para>
<b>Error Safety:</b> Throws an exception if no memory can be allocated.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageDecompressor.#ctor">
<summary>Creates an empty decompressor without compression descriptor.</summary>
<remarks>
<para>
This constructor does not initialize the decompressor with a compression descriptor. You will have to
initialize the decompressor first by using one of the SetCompressionDescriptor methods in order to be
able to decompress images. You will get an exception if you access methods that require the decompressor
to be initialized (see method descriptions for which methods are affected by that precondition).
</para>
<para>
<b>Error Safety:</b> Throws an exception if no memory can be allocated.</para>
</remarks>
</member>
<member name="T:Basler.Pylon.ImageDecompressor">
<summary>Provides convenient access to cameras that support image compression and helps with decompressing these images.</summary>
<remarks>
<para>
A decompressor requires a compression descriptor in order to be able to decompress images. You can set
a compression descriptor via the constructor or the SetCompressionDescriptor methods (in both cases,
either using the node map or manually).
</para>
<para>
A compression descriptor can be identified via a hash. This hash can be used to identify the matching
compression descriptor for a particular compressed image. It can be computed using one of the
ComputeCompressionDescriptorHash methods or retrieved from the camera, decompressor, or a grab buffer/result
using one of the GetCompressionDescriptorHash methods.
</para>
<para>
Grab buffers/results may contain different kinds of data. You can use the
decompressor's GetCompressionInfo methods to distinguish between them. For that to work, a
grab buffer/result must have been received successfully and it must contain the
payload type chunk (for grab results you can get the payload type using the
GetPayloadType method).
</para>
<para>
If compression info for the grab buffer/result provided is available,
GetCompressionInfo returns true and you will receive the compression info
via the CompressionInfo struct.
If the field <see cref="F:Basler.Pylon.CompressionInfo.HasCompressedImage" /> in the struct is true, the grab buffer/result
contains a compressed image. In this case, you should check the <see cref="F:Basler.Pylon.CompressionInfo.CompressionStatus" />
field in the struct to check whether the camera was able to compress
the image properly. The camera can't compress an image if the amount of
data required for compressing the image exceeds the desired compression rate.
The image can be decompressed if <see cref="F:Basler.Pylon.CompressionInfo.CompressionStatus" /> is <see cref="F:Basler.Pylon.CompressionStatus.Ok" />.
If the field <see cref="F:Basler.Pylon.CompressionInfo.HasCompressedImage" /> in the struct is false, the grab buffer/result
contains an already decompressed image. In this case, the <see cref="F:Basler.Pylon.CompressionInfo.DecompressedImageSize" />
and <see cref="F:Basler.Pylon.CompressionInfo.DecompressedPayloadSize" /> fields will not be used. All other fields contain
information about the decompressed data.
</para>
</remarks>
</member>
<member name="T:Basler.Pylon.CompressionMode">
<summary>Mode used for transferring images.</summary>
<remarks>
The compression mode can have three states. Either compression is disabled in the camera (<see cref="F:Basler.Pylon.CompressionMode.Off" />)
or the camera compresses the images in one of two ways (<see cref="F:Basler.Pylon.CompressionMode.BaslerLossless" /> or <see cref="F:Basler.Pylon.CompressionMode.BaslerFixRatio" />).
</remarks>
</member>
<member name="F:Basler.Pylon.CompressionMode.BaslerFixRatio">
<summary>Images are transferred with Basler fixed ratio compression (which may lead to lossily compressed images).</summary>
</member>
<member name="F:Basler.Pylon.CompressionMode.BaslerLossless">
<summary>Images are transferred with Basler lossless compression.</summary>
</member>
<member name="F:Basler.Pylon.CompressionMode.Off">
<summary>Images are transferred uncompressed.</summary>
</member>
<member name="F:Basler.Pylon.CompressionInfo.DecompressedPayloadSize">
<summary>Size (in bytes; including chunk data) required for decompressed payload (only valid if <see cref="F:Basler.Pylon.CompressionInfo.HasCompressedImage" /> is true).</summary>
</member>
<member name="F:Basler.Pylon.CompressionInfo.DecompressedImageSize">
<summary>Size (in bytes) required for decompressed image (only valid if <see cref="F:Basler.Pylon.CompressionInfo.HasCompressedImage" /> is true).</summary>
</member>
<member name="F:Basler.Pylon.CompressionInfo.PaddingY">
<summary>Y padding (image padding; in bytes) of compressed image.</summary>
</member>
<member name="F:Basler.Pylon.CompressionInfo.PaddingX">
<summary>X padding (line padding; in bytes) of compressed image.</summary>
</member>
<member name="F:Basler.Pylon.CompressionInfo.OffsetY">
<summary>Y offset (in pixels) of compressed image.</summary>
</member>
<member name="F:Basler.Pylon.CompressionInfo.OffsetX">
<summary>X offset (in pixels) of compressed image.</summary>
</member>
<member name="F:Basler.Pylon.CompressionInfo.Height">
<summary>Height (in pixels) of compressed image.</summary>
</member>
<member name="F:Basler.Pylon.CompressionInfo.Width">
<summary>Width (in pixels) of compressed image.</summary>
</member>
<member name="F:Basler.Pylon.CompressionInfo.PixelType">
<summary>Pixel type of compressed image.</summary>
</member>
<member name="F:Basler.Pylon.CompressionInfo.Lossy">
<summary>True if image was compressed lossily (otherwise false if it was compressed losslessly).</summary>
</member>
<member name="F:Basler.Pylon.CompressionInfo.CompressionStatus">
<summary>Status of compression (see <see cref="F:Basler.Pylon.CompressionInfo.CompressionStatus" />).</summary>
</member>
<member name="F:Basler.Pylon.CompressionInfo.HasCompressedImage">
<summary>True if grab buffer/result provided contains a compressed image (otherwise false if buffer/result is already decompressed).</summary>
</member>
<member name="T:Basler.Pylon.CompressionInfo">
<summary>The struct containing information about a grab buffer/result.</summary>
<remarks>You can find more information about the usage of this struct in the description of the <see cref="T:Basler.Pylon.ImageDecompressor" /> class.</remarks>
</member>
<member name="T:Basler.Pylon.Endianness">
<summary>Endianness for parsing the grab buffer/result as defined for the camera technology used.</summary>
<remarks>If not known, <see cref="F:Basler.Pylon.Endianness.Auto" /> can be used to detect the endianness automatically. However, this may take longer.</remarks>
</member>
<member name="F:Basler.Pylon.Endianness.Auto">
<summary>Try to detect endianness automatically.</summary>
</member>
<member name="F:Basler.Pylon.Endianness.Big">
<summary>Big endian (e.g., as used in GigE Vision).</summary>
</member>
<member name="F:Basler.Pylon.Endianness.Little">
<summary>Little endian (e.g., as used in USB3 Vision).</summary>
</member>
<member name="T:Basler.Pylon.CompressionStatus">
<summary>Status of a grab buffer/result with compressed data. </summary>
<remarks>
It is possible that images could not be compressed properly by the camera (if the amount of data required for
compressing an image exceeds the desired compression rate). If an image was compressed successfully, it will
have the compression status <see cref="F:Basler.Pylon.CompressionStatus.Ok" />.
</remarks>
</member>
<member name="F:Basler.Pylon.CompressionStatus.Error">
<summary>Generic error.</summary>
</member>
<member name="F:Basler.Pylon.CompressionStatus.BufferOverflow">
<summary>Size of compressed image exceeded desired compression rate.</summary>
</member>
<member name="F:Basler.Pylon.CompressionStatus.Ok">
<summary>Buffer was compressed properly.</summary>
</member>
<member name="M:Basler.Pylon.PLInterface.InterfaceTypeEnum.ToString">
<summary>The full name of InterfaceType</summary>
<returns>Returns the full name of InterfaceType</returns>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceTypeEnum.Name">
<summary>The full name of InterfaceType</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceTypeEnum.USB3Vision">
<summary>
<para>USB3 Vision.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceTypeEnum.U3V">
<summary>
<para>The interface uses the USB3 Vision transport layer.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceTypeEnum.Mixed">
<summary>
<para>Different interface modules of the GenTL Producer are of different types.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceTypeEnum.GigEVision">
<summary>
<para>GigE Vision</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceTypeEnum.GEV">
<summary>
<para>The interface uses the GigE Vision transport layer.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceTypeEnum.Custom">
<summary>
<para>The interface uses a custom transport layer.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceTypeEnum.CoaXPress">
<summary>
<para>CoaXPress.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceTypeEnum.CameraLinkHS">
<summary>
<para>Camera Link High Speed.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceTypeEnum.CameraLink">
<summary>
<para>Camera Link</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceTypeEnum.CXP">
<summary>
<para>The interface uses the CoaXPress transport layer.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceTypeEnum.CLHS">
<summary>
<para>The interface uses the Camera Link HS transport layer.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceTypeEnum.CL">
<summary>
<para>The interface uses the Camera Link transport layer.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLInterface.InterfaceTypeEnum">
<tocexclude />
<summary>
<para>Sets the transport layer of the interface.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=InterfaceType" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLInterface.InterfaceAppletStatusEnum.ToString">
<summary>The full name of InterfaceAppletStatus</summary>
<returns>Returns the full name of InterfaceAppletStatus</returns>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceAppletStatusEnum.Name">
<summary>The full name of InterfaceAppletStatus</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceAppletStatusEnum.NotLoaded">
<summary>
<para>The status of the applet is NotLoaded.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceAppletStatusEnum.Loading">
<summary>
<para>The status of the applet is Loading.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceAppletStatusEnum.FrameGrabberTest">
<summary>
<para />
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceAppletStatusEnum.Acq_TripleCXP12Line">
<summary>
<para />
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceAppletStatusEnum.Acq_TripleCXP12Area">
<summary>
<para>The status of the Acq_TripleCXP12Area applet is returned.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceAppletStatusEnum.Acq_SingleCXP12Line">
<summary>
<para />
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceAppletStatusEnum.Acq_SingleCXP12Area">
<summary>
<para>The status of the Acq_SingleCXP12Area applet is returned.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceAppletStatusEnum.Acq_QuadCXP12Line">
<summary>
<para />
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceAppletStatusEnum.Acq_QuadCXP12Area">
<summary>
<para>The status of the Acq_QuadCXP12Area applet is returned.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceAppletStatusEnum.Acq_DualCXP12Line">
<summary>
<para />
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceAppletStatusEnum.Acq_DualCXP12Area">
<summary>
<para>The status of the Acq_DualCXP12Area applet is returned.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLInterface.InterfaceAppletStatusEnum">
<tocexclude />
<summary>
<para>Returns the status of the applet currently being loaded. While the applet is loading, the status is Loading. When the loading is complete, this parameter displays the name of the applet loaded.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=InterfaceAppletStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLInterface.InterfaceAppletEnum.ToString">
<summary>The full name of InterfaceApplet</summary>
<returns>Returns the full name of InterfaceApplet</returns>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceAppletEnum.Name">
<summary>The full name of InterfaceApplet</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceAppletEnum.FrameGrabberTest">
<summary>
<para />
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceAppletEnum.Acq_TripleCXP12Line">
<summary>
<para />
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceAppletEnum.Acq_TripleCXP12Area">
<summary>
<para>The Acq_TripleCXP12Area applet is used to initialize the interface.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceAppletEnum.Acq_SingleCXP12x1Area_02">
<summary>
<para>The Acq_SingleCXP12x1Area_02 applet is used to initialize the interface.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceAppletEnum.Acq_SingleCXP12x1Area_01">
<summary>
<para>The Acq_SingleCXP12x1Area_01 applet is used to initialize the interface.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceAppletEnum.Acq_SingleCXP12x1Area">
<summary>
<para>The Acq_SingleCXP12x1Area applet is used to initialize the interface.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceAppletEnum.Acq_SingleCXP12Line">
<summary>
<para />
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceAppletEnum.Acq_SingleCXP12Area">
<summary>
<para>The Acq_SingleCXP12Area applet is used to initialize the interface.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceAppletEnum.Acq_QuadCXP12Line">
<summary>
<para />
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceAppletEnum.Acq_QuadCXP12Area">
<summary>
<para>The Acq_QuadCXP12Area applet is used to initialize the interface.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceAppletEnum.Acq_DualCXP12Line">
<summary>
<para />
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceAppletEnum.Acq_DualCXP12Area">
<summary>
<para>The Acq_DualCXP12Area applet is used to initialize the interface.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLInterface.InterfaceAppletEnum">
<tocexclude />
<summary>
<para>Sets the applet with which to initialize the interface. Applets are specific DLLs used to initialize the frame grabber. Each applet has different characteristics and functionalities.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=InterfaceApplet" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLInterface.EventSelectorEnum.ToString">
<summary>The full name of EventSelector</summary>
<returns>Returns the full name of EventSelector</returns>
</member>
<member name="P:Basler.Pylon.PLInterface.EventSelectorEnum.Name">
<summary>The full name of EventSelector</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventSelectorEnum.LineFront3RisingEdge">
<summary>
<para>Entry for the event LineFront3RisingEdge</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventSelectorEnum.LineFront3FallingEdge">
<summary>
<para>Entry for the event LineFront3FallingEdge</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventSelectorEnum.LineFront2RisingEdge">
<summary>
<para>Entry for the event LineFront2RisingEdge</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventSelectorEnum.LineFront2FallingEdge">
<summary>
<para>Entry for the event LineFront2FallingEdge</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventSelectorEnum.LineFront1RisingEdge">
<summary>
<para>Entry for the event LineFront1RisingEdge</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventSelectorEnum.LineFront1FallingEdge">
<summary>
<para>Entry for the event LineFront1FallingEdge</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventSelectorEnum.LineFront0RisingEdge">
<summary>
<para>Entry for the event LineFront0RisingEdge</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventSelectorEnum.LineFront0FallingEdge">
<summary>
<para>Entry for the event LineFront0FallingEdge</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventSelectorEnum.Line7RisingEdge">
<summary>
<para>Entry for the event Line7RisingEdge</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventSelectorEnum.Line7FallingEdge">
<summary>
<para>Entry for the event Line7FallingEdge</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventSelectorEnum.Line6RisingEdge">
<summary>
<para>Entry for the event Line6RisingEdge</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventSelectorEnum.Line6FallingEdge">
<summary>
<para>Entry for the event Line6FallingEdge</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventSelectorEnum.Line5RisingEdge">
<summary>
<para>Entry for the event Line5RisingEdge</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventSelectorEnum.Line5FallingEdge">
<summary>
<para>Entry for the event Line5FallingEdge</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventSelectorEnum.Line4RisingEdge">
<summary>
<para>Entry for the event Line4RisingEdge</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventSelectorEnum.Line4FallingEdge">
<summary>
<para>Entry for the event Line4FallingEdge</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventSelectorEnum.Line3RisingEdge">
<summary>
<para>Entry for the event Line3RisingEdge</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventSelectorEnum.Line3FallingEdge">
<summary>
<para>Entry for the event Line3FallingEdge</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventSelectorEnum.Line2RisingEdge">
<summary>
<para>Entry for the event Line2RisingEdge</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventSelectorEnum.Line2FallingEdge">
<summary>
<para>Entry for the event Line2FallingEdge</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventSelectorEnum.Line1RisingEdge">
<summary>
<para>Entry for the event Line1RisingEdge</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventSelectorEnum.Line1FallingEdge">
<summary>
<para>Entry for the event Line1FallingEdge</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventSelectorEnum.Line0RisingEdge">
<summary>
<para>Entry for the event Line0RisingEdge</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventSelectorEnum.Line0FallingEdge">
<summary>
<para>Entry for the event Line0FallingEdge</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventSelectorEnum.InterfaceLost">
<summary>
<para>The Interface Lost event is selected.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventSelectorEnum.DeviceListChanged">
<summary>
<para>The DeviceListChanged event is selected.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLInterface.EventSelectorEnum">
<tocexclude />
<summary>
<para>Sets which event to signal to the host application.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLInterface.EventNotificationEnum.ToString">
<summary>The full name of EventNotification</summary>
<returns>Returns the full name of EventNotification</returns>
</member>
<member name="P:Basler.Pylon.PLInterface.EventNotificationEnum.Name">
<summary>The full name of EventNotification</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventNotificationEnum.Once">
<summary>
<para>The selected event notification is enabled for one event and then returned to Off state.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventNotificationEnum.On">
<summary>
<para>The selected event notification is enabled.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventNotificationEnum.Off">
<summary>
<para>The selected event notification is disabled.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLInterface.EventNotificationEnum">
<tocexclude />
<summary>
<para>Sets whether the host application is notified of the selected event.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventNotification" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLInterface.DiscoveryMethodEnum.ToString">
<summary>The full name of DiscoveryMethod</summary>
<returns>Returns the full name of DiscoveryMethod</returns>
</member>
<member name="P:Basler.Pylon.PLInterface.DiscoveryMethodEnum.Name">
<summary>The full name of DiscoveryMethod</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.DiscoveryMethodEnum.MixedDiscovery">
<summary>
<para>Discover real cameras and also emulated cameras as remote devices when no real cameras are present. The number of total devices (and remote devices) is equal to the number of acquisition channels.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.DiscoveryMethodEnum.EmulationDiscovery">
<summary>
<para>Discover only emulated cameras as remote devices. The number of emulated cameras is equal to the number of acquisition channels.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.DiscoveryMethodEnum.CameraDiscovery">
<summary>
<para>Discover only real cameras as remote devices.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLInterface.DiscoveryMethodEnum">
<tocexclude />
<summary>
<para>Discovery Method to look for remote devices. One can switch it to discover only real cameras, emulated cameras or both. The maximum number of emulated cameras is the maximum number of acquisition channels, which is applet dependent.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DiscoveryMethod" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLInterface.DeviceAccessStatusEnum.ToString">
<summary>The full name of DeviceAccessStatus</summary>
<returns>Returns the full name of DeviceAccessStatus</returns>
</member>
<member name="P:Basler.Pylon.PLInterface.DeviceAccessStatusEnum.Name">
<summary>The full name of DeviceAccessStatus</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.DeviceAccessStatusEnum.Unknown">
<summary>
<para>The status is unknown.</para>
<para>Applies to: CoaXPress and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.DeviceAccessStatusEnum.ReadWrite">
<summary>
<para>The device offers read/write access.</para>
<para>Applies to: CoaXPress and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.DeviceAccessStatusEnum.ReadOnly">
<summary>
<para>The device offers read-only access.</para>
<para>Applies to: CoaXPress and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.DeviceAccessStatusEnum.OpenReadWrite">
<summary>
<para>The device is opened in Read/Write mode by this GenTL host.</para>
<para>Applies to: CoaXPress and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.DeviceAccessStatusEnum.OpenReadOnly">
<summary>
<para>The device is opened in Read-only mode by this GenTL host.</para>
<para>Applies to: CoaXPress and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.DeviceAccessStatusEnum.NoAccess">
<summary>
<para>You can't connect to the device.</para>
<para>Applies to: CoaXPress and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.DeviceAccessStatusEnum.Busy">
<summary>
<para>The device is already opened by another entity.</para>
<para>Applies to: CoaXPress and blaze</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLInterface.DeviceAccessStatusEnum">
<tocexclude />
<summary>
<para>Returns the device's access status at the moment when the Device Update List command was last executed. This value only changes when the Device Update List command is executed.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLInterface.DeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceAccessStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLInterface.CxpPort3PowerStateEnum.ToString">
<summary>The full name of CxpPort3PowerState</summary>
<returns>Returns the full name of CxpPort3PowerState</returns>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort3PowerStateEnum.Name">
<summary>The full name of CxpPort3PowerState</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort3PowerStateEnum.On">
<summary>
<para>PoCXP is active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort3PowerStateEnum.LowVoltage">
<summary>
<para>PoCXP is off because the voltage is too low.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort3PowerStateEnum.InvalidValue">
<summary>
<para>The PoCXP state can't be determined.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort3PowerStateEnum.Initializing">
<summary>
<para>The PoCXP state machine is looking for devices.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort3PowerStateEnum.HighVoltage">
<summary>
<para>PoCXP is off because the voltage is too high.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort3PowerStateEnum.HighCurrent">
<summary>
<para>PoCXP is off because of an over current trip.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort3PowerStateEnum.Disabled">
<summary>
<para>PoCXP is disabled.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort3PowerStateEnum.AdcFault">
<summary>
<para>The PoCXP state can't be determined because of an A/D converter fault.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLInterface.CxpPort3PowerStateEnum">
<tocexclude />
<summary>
<para>Returns the Power over CXP (PoCXP) state of CXP port 3.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpPort3PowerState" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLInterface.CxpPort2PowerStateEnum.ToString">
<summary>The full name of CxpPort2PowerState</summary>
<returns>Returns the full name of CxpPort2PowerState</returns>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort2PowerStateEnum.Name">
<summary>The full name of CxpPort2PowerState</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort2PowerStateEnum.On">
<summary>
<para>PoCXP is active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort2PowerStateEnum.LowVoltage">
<summary>
<para>PoCXP is off because the voltage is too low.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort2PowerStateEnum.InvalidValue">
<summary>
<para>The PoCXP state can't be determined.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort2PowerStateEnum.Initializing">
<summary>
<para>The PoCXP state machine is looking for devices.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort2PowerStateEnum.HighVoltage">
<summary>
<para>PoCXP is off because the voltage is too high.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort2PowerStateEnum.HighCurrent">
<summary>
<para>PoCXP is off because of an over current trip.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort2PowerStateEnum.Disabled">
<summary>
<para>PoCXP is disabled.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort2PowerStateEnum.AdcFault">
<summary>
<para>The PoCXP state can't be determined because of an A/D converter fault.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLInterface.CxpPort2PowerStateEnum">
<tocexclude />
<summary>
<para>Returns the Power over CXP (PoCXP) state of CXP port 2.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpPort2PowerState" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLInterface.CxpPort1PowerStateEnum.ToString">
<summary>The full name of CxpPort1PowerState</summary>
<returns>Returns the full name of CxpPort1PowerState</returns>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort1PowerStateEnum.Name">
<summary>The full name of CxpPort1PowerState</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort1PowerStateEnum.On">
<summary>
<para>PoCXP is active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort1PowerStateEnum.LowVoltage">
<summary>
<para>PoCXP is off because the voltage is too low.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort1PowerStateEnum.InvalidValue">
<summary>
<para>The PoCXP state can't be determined.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort1PowerStateEnum.Initializing">
<summary>
<para>The PoCXP state machine is looking for devices.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort1PowerStateEnum.HighVoltage">
<summary>
<para>PoCXP is off because the voltage is too high.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort1PowerStateEnum.HighCurrent">
<summary>
<para>PoCXP is off because of an over current trip.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort1PowerStateEnum.Disabled">
<summary>
<para>PoCXP is disabled.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort1PowerStateEnum.AdcFault">
<summary>
<para>The PoCXP state can't be determined because of an A/D converter fault.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLInterface.CxpPort1PowerStateEnum">
<tocexclude />
<summary>
<para>Returns the Power over CXP (PoCXP) state of CXP port 1.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpPort1PowerState" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLInterface.CxpPort0PowerStateEnum.ToString">
<summary>The full name of CxpPort0PowerState</summary>
<returns>Returns the full name of CxpPort0PowerState</returns>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort0PowerStateEnum.Name">
<summary>The full name of CxpPort0PowerState</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort0PowerStateEnum.On">
<summary>
<para>PoCXP is active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort0PowerStateEnum.LowVoltage">
<summary>
<para>PoCXP is off because the voltage is too low.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort0PowerStateEnum.InvalidValue">
<summary>
<para>The PoCXP state can't be determined.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort0PowerStateEnum.Initializing">
<summary>
<para>The PoCXP state machine is looking for devices.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort0PowerStateEnum.HighVoltage">
<summary>
<para>PoCXP is off because the voltage is too high.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort0PowerStateEnum.HighCurrent">
<summary>
<para>PoCXP is off because of an over current trip.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort0PowerStateEnum.Disabled">
<summary>
<para>PoCXP is disabled.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort0PowerStateEnum.AdcFault">
<summary>
<para>The PoCXP state can't be determined because of an A/D converter fault.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLInterface.CxpPort0PowerStateEnum">
<tocexclude />
<summary>
<para>Returns the Power over CXP (PoCXP) state of CXP port 0.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpPort0PowerState" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLInterface.CxpPoCxpStatusEnum.ToString">
<summary>The full name of CxpPoCxpStatus</summary>
<returns>Returns the full name of CxpPoCxpStatus</returns>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPoCxpStatusEnum.Name">
<summary>The full name of CxpPoCxpStatus</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPoCxpStatusEnum.Tripped">
<summary>
<para>The link has shut down because of an over-current trip.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPoCxpStatusEnum.Off">
<summary>
<para>PoCXP is forced off.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPoCxpStatusEnum.Auto">
<summary>
<para>PoCXP operation is set to automatic.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLInterface.CxpPoCxpStatusEnum">
<tocexclude />
<summary>
<para>Returns the Power over CoaXPress (PoCXP) status of the device.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLInterface.CxpConnectionSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpPoCxpStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLInterface.CxpLinkConfigurationEnum.ToString">
<summary>The full name of CxpLinkConfiguration</summary>
<returns>Returns the full name of CxpLinkConfiguration</returns>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpLinkConfigurationEnum.Name">
<summary>The full name of CxpLinkConfiguration</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpLinkConfigurationEnum.CXP6_X1">
<summary>
<para>1 connection is operating at CXP-6 speed (6.25 Gbps).</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpLinkConfigurationEnum.CXP5_X1">
<summary>
<para>1 connection is operating at CXP-5 speed (5.00 Gbps).</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpLinkConfigurationEnum.CXP3_X1">
<summary>
<para>1 connection is operating at CXP-3 speed (3.125 Gbps).</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpLinkConfigurationEnum.CXP2_X1">
<summary>
<para>1 connection is operating at CXP-2 speed (2.50 Gbps).</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpLinkConfigurationEnum.CXP1_X1">
<summary>
<para>1 connection is operating at CXP-1 speed (1.25 Gbps).</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpLinkConfigurationEnum.CXP12_X1">
<summary>
<para>1 connection is operating at CXP-12 speed (12.50 Gbps).</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpLinkConfigurationEnum.CXP10_X1">
<summary>
<para>1 connection is operating at CXP-10 speed (10.0 Gbps).</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpLinkConfigurationEnum.Auto">
<summary>
<para>Link speed is controlled automatically.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLInterface.CxpLinkConfigurationEnum">
<tocexclude />
<summary>
<para>Sets the link configuration for the communication between the receiver and transmitter device.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpLinkConfiguration" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.UserSetSave">
<summary>
<para>Save the User Set specified by UserSetSelector to the non - volatile memory of the device.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=UserSetSave" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.UserSetLoad">
<summary>
<para>Loads the User Set specified by UserSetSelector to the device and makes it active.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=UserSetLoad" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.UserSetFile">
<summary>
<para>Specify path and file name for saving or loading configuration file. File extension must be mcf</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=UserSetFile" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.PowerSupplyTemperature">
<summary>
<para>Temperature of the board power supply.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PowerSupplyTemperature" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceType">
<summary>
<para>Sets the transport layer of the interface.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=InterfaceType" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceTLVersionMinor">
<summary>
<para>Minor version number of the transport layer specification that the GenTL Producer interface complies with. The transport layer version of the interface should match the transport layer version of the device to assure compatibility.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=InterfaceTLVersionMinor" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceTLVersionMajor">
<summary>
<para>Major version number of the transport layer specification that the GenTL Producer interface complies with. The transport layer version of the interface should match the transport layer version of the device to assure compatibility.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=InterfaceTLVersionMajor" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceID">
<summary>
<para>GenTL Producer-wide unique ID of the selected interface.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=InterfaceID" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceFirmwareVersion">
<summary>
<para>Firmware version of the interface.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=InterfaceFirmwareVersion" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceDisplayName">
<summary>
<para>User-friendly name of the interface.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=InterfaceDisplayName" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceAppletVersion">
<summary>
<para>Returns the version of the applet currently being loaded.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=InterfaceAppletVersion" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceAppletStatus">
<summary>
<para>Returns the status of the applet currently being loaded. While the applet is loading, the status is Loading. When the loading is complete, this parameter displays the name of the applet loaded.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=InterfaceAppletStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceAppletPath">
<summary>
<para>Returns the path of the applet currently being loaded.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=InterfaceAppletPath" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceAppletNumOfDMAs">
<summary>
<para>Returns the number of DMAs of the applet currently being loaded.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=InterfaceAppletNumOfDMAs" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceAppletNumOfCameras">
<summary>
<para>Returns the number of cameras currently available.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=InterfaceAppletNumOfCameras" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceAppletDescription">
<summary>
<para>Returns the description of the applet currently being loaded.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=InterfaceAppletDescription" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceAppletCategory">
<summary>
<para>Returns the category of the applet currently being loaded.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=InterfaceAppletCategory" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceAppletBitStreamUID">
<summary>
<para>Returns the bitstreamUID of the applet currently being loaded.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=InterfaceAppletBitStreamUID" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.InterfaceApplet">
<summary>
<para>Sets the applet with which to initialize the interface. Applets are specific DLLs used to initialize the frame grabber. Each applet has different characteristics and functionalities.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=InterfaceApplet" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.GevDeviceSubnetMask">
<summary>
<para>Current subnet mask of the GVCP interface of the selected remote device. This value only changes on execution of the DeviceUpdateList command. This value only changes when the DeviceUpdateList command is executed.</para>
<para>Applies to: blaze</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLInterface.DeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevDeviceSubnetMask" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.GevDeviceMACAddress">
<summary>
<para>48-bit MAC address of the GVCP interface of the selected remote device. This value only changes when the DeviceUpdateList command is executed.</para>
<para>Applies to: blaze</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLInterface.DeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevDeviceMACAddress" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.GevDeviceIPAddress">
<summary>
<para>Current IP address of the GVCP interface of the selected remote device. This value only changes on execution of the DeviceUpdateList command.</para>
<para>Applies to: blaze</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLInterface.DeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevDeviceIPAddress" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.FpgaCoreVoltage">
<summary>
<para>FPGA core voltage.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FpgaCoreVoltage" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.FpgaCoreTemperature">
<summary>
<para>FPGA core temperature.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FpgaCoreTemperature" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.FpgaBRamVoltage">
<summary>
<para>FPGA BRAM voltage.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FpgaBRamVoltage" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.FpgaAuxVoltage">
<summary>
<para>FPGA aux voltage.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FpgaAuxVoltage" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.ExternalPowerPresent">
<summary>
<para>Indicates whether an external power source has been detected.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExternalPowerPresent" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventSelector">
<summary>
<para>Sets which event to signal to the host application.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventNotification">
<summary>
<para>Sets whether the host application is notified of the selected event.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventNotification" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLineFront3RisingEdgeTimestamp">
<summary>
<para>Timestamp of event 'LineFront3RisingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLineFront3RisingEdgeTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLineFront3RisingEdgeSoftCounter">
<summary>
<para>Software counter for event 'LineFront3RisingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLineFront3RisingEdgeSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLineFront3RisingEdge">
<summary>
<para>LineFront3RisingEdge</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLineFront3RisingEdge" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLineFront3FallingEdgeTimestamp">
<summary>
<para>Timestamp of event 'LineFront3FallingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLineFront3FallingEdgeTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLineFront3FallingEdgeSoftCounter">
<summary>
<para>Software counter for event 'LineFront3FallingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLineFront3FallingEdgeSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLineFront3FallingEdge">
<summary>
<para>LineFront3FallingEdge</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLineFront3FallingEdge" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLineFront2RisingEdgeTimestamp">
<summary>
<para>Timestamp of event 'LineFront2RisingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLineFront2RisingEdgeTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLineFront2RisingEdgeSoftCounter">
<summary>
<para>Software counter for event 'LineFront2RisingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLineFront2RisingEdgeSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLineFront2RisingEdge">
<summary>
<para>LineFront2RisingEdge</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLineFront2RisingEdge" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLineFront2FallingEdgeTimestamp">
<summary>
<para>Timestamp of event 'LineFront2FallingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLineFront2FallingEdgeTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLineFront2FallingEdgeSoftCounter">
<summary>
<para>Software counter for event 'LineFront2FallingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLineFront2FallingEdgeSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLineFront2FallingEdge">
<summary>
<para>LineFront2FallingEdge</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLineFront2FallingEdge" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLineFront1RisingEdgeTimestamp">
<summary>
<para>Timestamp of event 'LineFront1RisingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLineFront1RisingEdgeTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLineFront1RisingEdgeSoftCounter">
<summary>
<para>Software counter for event 'LineFront1RisingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLineFront1RisingEdgeSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLineFront1RisingEdge">
<summary>
<para>LineFront1RisingEdge</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLineFront1RisingEdge" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLineFront1FallingEdgeTimestamp">
<summary>
<para>Timestamp of event 'LineFront1FallingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLineFront1FallingEdgeTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLineFront1FallingEdgeSoftCounter">
<summary>
<para>Software counter for event 'LineFront1FallingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLineFront1FallingEdgeSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLineFront1FallingEdge">
<summary>
<para>LineFront1FallingEdge</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLineFront1FallingEdge" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLineFront0RisingEdgeTimestamp">
<summary>
<para>Timestamp of event 'LineFront0RisingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLineFront0RisingEdgeTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLineFront0RisingEdgeSoftCounter">
<summary>
<para>Software counter for event 'LineFront0RisingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLineFront0RisingEdgeSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLineFront0RisingEdge">
<summary>
<para>LineFront0RisingEdge</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLineFront0RisingEdge" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLineFront0FallingEdgeTimestamp">
<summary>
<para>Timestamp of event 'LineFront0FallingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLineFront0FallingEdgeTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLineFront0FallingEdgeSoftCounter">
<summary>
<para>Software counter for event 'LineFront0FallingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLineFront0FallingEdgeSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLineFront0FallingEdge">
<summary>
<para>LineFront0FallingEdge</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLineFront0FallingEdge" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine7RisingEdgeTimestamp">
<summary>
<para>Timestamp of event 'Line7RisingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine7RisingEdgeTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine7RisingEdgeSoftCounter">
<summary>
<para>Software counter for event 'Line7RisingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine7RisingEdgeSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine7RisingEdge">
<summary>
<para>Line7RisingEdge</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine7RisingEdge" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine7FallingEdgeTimestamp">
<summary>
<para>Timestamp of event 'Line7FallingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine7FallingEdgeTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine7FallingEdgeSoftCounter">
<summary>
<para>Software counter for event 'Line7FallingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine7FallingEdgeSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine7FallingEdge">
<summary>
<para>Line7FallingEdge</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine7FallingEdge" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine6RisingEdgeTimestamp">
<summary>
<para>Timestamp of event 'Line6RisingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine6RisingEdgeTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine6RisingEdgeSoftCounter">
<summary>
<para>Software counter for event 'Line6RisingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine6RisingEdgeSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine6RisingEdge">
<summary>
<para>Line6RisingEdge</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine6RisingEdge" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine6FallingEdgeTimestamp">
<summary>
<para>Timestamp of event 'Line6FallingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine6FallingEdgeTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine6FallingEdgeSoftCounter">
<summary>
<para>Software counter for event 'Line6FallingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine6FallingEdgeSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine6FallingEdge">
<summary>
<para>Line6FallingEdge</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine6FallingEdge" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine5RisingEdgeTimestamp">
<summary>
<para>Timestamp of event 'Line5RisingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine5RisingEdgeTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine5RisingEdgeSoftCounter">
<summary>
<para>Software counter for event 'Line5RisingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine5RisingEdgeSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine5RisingEdge">
<summary>
<para>Line5RisingEdge</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine5RisingEdge" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine5FallingEdgeTimestamp">
<summary>
<para>Timestamp of event 'Line5FallingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine5FallingEdgeTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine5FallingEdgeSoftCounter">
<summary>
<para>Software counter for event 'Line5FallingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine5FallingEdgeSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine5FallingEdge">
<summary>
<para>Line5FallingEdge</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine5FallingEdge" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine4RisingEdgeTimestamp">
<summary>
<para>Timestamp of event 'Line4RisingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine4RisingEdgeTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine4RisingEdgeSoftCounter">
<summary>
<para>Software counter for event 'Line4RisingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine4RisingEdgeSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine4RisingEdge">
<summary>
<para>Line4RisingEdge</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine4RisingEdge" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine4FallingEdgeTimestamp">
<summary>
<para>Timestamp of event 'Line4FallingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine4FallingEdgeTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine4FallingEdgeSoftCounter">
<summary>
<para>Software counter for event 'Line4FallingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine4FallingEdgeSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine4FallingEdge">
<summary>
<para>Line4FallingEdge</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine4FallingEdge" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine3RisingEdgeTimestamp">
<summary>
<para>Timestamp of event 'Line3RisingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine3RisingEdgeTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine3RisingEdgeSoftCounter">
<summary>
<para>Software counter for event 'Line3RisingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine3RisingEdgeSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine3RisingEdge">
<summary>
<para>Line3RisingEdge</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine3RisingEdge" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine3FallingEdgeTimestamp">
<summary>
<para>Timestamp of event 'Line3FallingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine3FallingEdgeTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine3FallingEdgeSoftCounter">
<summary>
<para>Software counter for event 'Line3FallingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine3FallingEdgeSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine3FallingEdge">
<summary>
<para>Line3FallingEdge</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine3FallingEdge" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine2RisingEdgeTimestamp">
<summary>
<para>Timestamp of event 'Line2RisingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine2RisingEdgeTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine2RisingEdgeSoftCounter">
<summary>
<para>Software counter for event 'Line2RisingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine2RisingEdgeSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine2RisingEdge">
<summary>
<para>Line2RisingEdge</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine2RisingEdge" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine2FallingEdgeTimestamp">
<summary>
<para>Timestamp of event 'Line2FallingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine2FallingEdgeTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine2FallingEdgeSoftCounter">
<summary>
<para>Software counter for event 'Line2FallingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine2FallingEdgeSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine2FallingEdge">
<summary>
<para>Line2FallingEdge</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine2FallingEdge" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine1RisingEdgeTimestamp">
<summary>
<para>Timestamp of event 'Line1RisingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine1RisingEdgeTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine1RisingEdgeSoftCounter">
<summary>
<para>Software counter for event 'Line1RisingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine1RisingEdgeSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine1RisingEdge">
<summary>
<para>Line1RisingEdge</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine1RisingEdge" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine1FallingEdgeTimestamp">
<summary>
<para>Timestamp of event 'Line1FallingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine1FallingEdgeTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine1FallingEdgeSoftCounter">
<summary>
<para>Software counter for event 'Line1FallingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine1FallingEdgeSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine1FallingEdge">
<summary>
<para>Line1FallingEdge</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine1FallingEdge" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine0RisingEdgeTimestamp">
<summary>
<para>Timestamp of event 'Line0RisingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine0RisingEdgeTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine0RisingEdgeSoftCounter">
<summary>
<para>Software counter for event 'Line0RisingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine0RisingEdgeSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine0RisingEdge">
<summary>
<para>Line0RisingEdge</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine0RisingEdge" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine0FallingEdgeTimestamp">
<summary>
<para>Timestamp of event 'Line0FallingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine0FallingEdgeTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine0FallingEdgeSoftCounter">
<summary>
<para>Software counter for event 'Line0FallingEdge'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine0FallingEdgeSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventLine0FallingEdge">
<summary>
<para>Line0FallingEdge</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLine0FallingEdge" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventInterfaceLostSoftCounter">
<summary>
<para>Software counter for event 'InterfaceLost'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventInterfaceLostSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventInterfaceLost">
<summary>
<para>Returns the unique identifier for the Interface Lost event.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventInterfaceLost" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventDeviceListChangedSoftCounter">
<summary>
<para>Software counter for event 'DeviceListChanged'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventDeviceListChangedSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.EventDeviceListChanged">
<summary>
<para>Returns the unique identifier of the Device List Changed event.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventDeviceListChanged" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.DiscoveryMethod">
<summary>
<para>Discovery Method to look for remote devices. One can switch it to discover only real cameras, emulated cameras or both. The maximum number of emulated cameras is the maximum number of acquisition channels, which is applet dependent.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DiscoveryMethod" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.DeviceVendorName">
<summary>
<para>Name of the device vendor. This value only changes when the Device Update List command is executed.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLInterface.DeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceVendorName" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.DeviceUserID">
<summary>
<para>User-settable ID of the remote device. This value only changes when the Device Update List command is executed.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceUserID" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.DeviceUpdateTimeout">
<summary>
<para>Timeout for the Device Update List command.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceUpdateTimeout" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.DeviceUpdateList">
<summary>
<para>Updates the internal device list.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceUpdateList" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.DeviceTLVersionMinor">
<summary>
<para>Minor version number of the transport layer specification that the remote device complies with.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLInterface.DeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceTLVersionMinor" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.DeviceTLVersionMajor">
<summary>
<para>Major version number of the transport layer specification that the remote device complies with.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLInterface.DeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceTLVersionMajor" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.DeviceSerialNumber">
<summary>
<para>Serial number of the remote device. This value only changes when the Device Update List command is executed.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLInterface.DeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceSerialNumber" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.DeviceSelector">
<summary>
<para>Device selected in this interface. This value only changes when the Device Update List command is executed. The parameter is 0-based in order to match the index of the C interface.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLInterface.DeviceAccessStatus" />, <see cref="P:Basler.Pylon.PLInterface.DeviceID" />, <see cref="P:Basler.Pylon.PLInterface.DeviceModelName" />, <see cref="P:Basler.Pylon.PLInterface.DeviceSerialNumber" />, <see cref="P:Basler.Pylon.PLInterface.DeviceTLVersionMajor" />, <see cref="P:Basler.Pylon.PLInterface.DeviceTLVersionMinor" />, <see cref="P:Basler.Pylon.PLInterface.DeviceVendorName" />, <see cref="P:Basler.Pylon.PLInterface.GevDeviceIPAddress" />, <see cref="P:Basler.Pylon.PLInterface.GevDeviceMACAddress" />, <see cref="P:Basler.Pylon.PLInterface.GevDeviceSubnetMask" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.DeviceModelName">
<summary>
<para>Name of the device model. This value only changes when the Device Update List command is executed.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLInterface.DeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceModelName" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.DeviceID">
<summary>
<para>Interface-wide unique ID of the selected device. This value only changes when the Device Update List command is executed.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLInterface.DeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceID" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.DeviceAccessStatus">
<summary>
<para>Returns the device's access status at the moment when the Device Update List command was last executed. This value only changes when the Device Update List command is executed.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLInterface.DeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceAccessStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort3Voltage">
<summary>
<para>CXP port 3 voltage.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpPort3Voltage" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort3PowerState">
<summary>
<para>Returns the Power over CXP (PoCXP) state of CXP port 3.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpPort3PowerState" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort3Power">
<summary>
<para>CXP port 3 power.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpPort3Power" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort3NotInTableErrorCount">
<summary>
<para>Number of CXP port 3 not-in-table errors.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpPort3NotInTableErrorCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort3LinkSpeed">
<summary>
<para>Link speed of CXP port 3.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpPort3LinkSpeed" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort3DisparityErrorCount">
<summary>
<para>Number of CXP port 3 disparity errors.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpPort3DisparityErrorCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort3Current">
<summary>
<para>CXP port 3 current.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpPort3Current" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort2Voltage">
<summary>
<para>CXP port 2 voltage.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpPort2Voltage" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort2PowerState">
<summary>
<para>Returns the Power over CXP (PoCXP) state of CXP port 2.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpPort2PowerState" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort2Power">
<summary>
<para>CXP port 2 power.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpPort2Power" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort2NotInTableErrorCount">
<summary>
<para>Number of CXP port 2 not-in-table errors.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpPort2NotInTableErrorCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort2LinkSpeed">
<summary>
<para>Link speed of CXP port 2.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpPort2LinkSpeed" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort2DisparityErrorCount">
<summary>
<para>Number of CXP port 2 disparity errors.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpPort2DisparityErrorCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort2Current">
<summary>
<para>CXP port 2 current.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpPort2Current" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort1Voltage">
<summary>
<para>CXP port 1 voltage.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpPort1Voltage" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort1PowerState">
<summary>
<para>Returns the Power over CXP (PoCXP) state of CXP port 1.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpPort1PowerState" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort1Power">
<summary>
<para>CXP port 1 power.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpPort1Power" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort1NotInTableErrorCount">
<summary>
<para>Number of CXP port 1 not-in-table errors.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpPort1NotInTableErrorCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort1LinkSpeed">
<summary>
<para>Link speed of CXP port 1.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpPort1LinkSpeed" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort1DisparityErrorCount">
<summary>
<para>Number of CXP port 1 disparity errors.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpPort1DisparityErrorCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort1Current">
<summary>
<para>CXP port 1 current.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpPort1Current" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort0Voltage">
<summary>
<para>CXP port 0 voltage.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpPort0Voltage" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort0PowerState">
<summary>
<para>Returns the Power over CXP (PoCXP) state of CXP port 0.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpPort0PowerState" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort0Power">
<summary>
<para>CXP port 0 power.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpPort0Power" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort0NotInTableErrorCount">
<summary>
<para>Number of CXP port 0 not-in-table errors.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpPort0NotInTableErrorCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort0LinkSpeed">
<summary>
<para>Link speed of CXP port 0.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpPort0LinkSpeed" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort0DisparityErrorCount">
<summary>
<para>Number of CXP port 0 disparity errors.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpPort0DisparityErrorCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPort0Current">
<summary>
<para>CXP port 0 current.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpPort0Current" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPoCxpTurnOff">
<summary>
<para>Disables Power over CoaXPress (PoCXP) for the port.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLInterface.CxpConnectionSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpPoCxpTurnOff" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPoCxpTripReset">
<summary>
<para>Resets Power over CoaXPress (PoCXP) link after an over-current trip on the device connection(s).</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLInterface.CxpConnectionSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpPoCxpTripReset" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPoCxpStatus">
<summary>
<para>Returns the Power over CoaXPress (PoCXP) status of the device.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLInterface.CxpConnectionSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpPoCxpStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpPoCxpAuto">
<summary>
<para>Enables automatic control of Power over CoaXPress (PoCXP) for the port.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLInterface.CxpConnectionSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpPoCxpAuto" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpLinkConfiguration">
<summary>
<para>Sets the link configuration for the communication between the receiver and transmitter device.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpLinkConfiguration" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.CxpConnectionSelector">
<summary>
<para>Sets the physical CoaXPress connection to control.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLInterface.CxpPoCxpAuto" />, <see cref="P:Basler.Pylon.PLInterface.CxpPoCxpStatus" />, <see cref="P:Basler.Pylon.PLInterface.CxpPoCxpTripReset" />, <see cref="P:Basler.Pylon.PLInterface.CxpPoCxpTurnOff" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpConnectionSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLInterface.AmbientTemperature">
<summary>
<para>Ambient temperature at the board.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AmbientTemperature" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLInterface">
<summary>List of all parameter names available for pylon interfaces</summary>
</member>
<member name="M:Basler.Pylon.PLCamEmuCamera.UserOutputSelectorEnum.ToString">
<summary>The full name of UserOutputSelector</summary>
<returns>Returns the full name of UserOutputSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.UserOutputSelectorEnum.Name">
<summary>The full name of UserOutputSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.UserOutputSelectorEnum.UserOutput3">
<summary>
<para>The user-settable output signal 3 can be configured.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.UserOutputSelectorEnum.UserOutput2">
<summary>
<para>The user-settable output signal 2 can be configured.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.UserOutputSelectorEnum.UserOutput1">
<summary>
<para>The user-settable output signal 1 can be configured.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamEmuCamera.UserOutputSelectorEnum">
<tocexclude />
<summary>
<para>Sets the user-settable output signal to be configured. All changes to the user-settable output signal settings will be applied to the selected user-settable output signal.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamEmuCamera.UserOutputValue" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=UserOutputSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamEmuCamera.TriggerSourceEnum.ToString">
<summary>The full name of TriggerSource</summary>
<returns>Returns the full name of TriggerSource</returns>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerSourceEnum.Name">
<summary>The full name of TriggerSource</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerSourceEnum.Timer2End">
<summary>
<para>The Timer 2 End trigger can be configured.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerSourceEnum.Timer2Active">
<summary>
<para>The Timer 2 Active trigger can be configured.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerSourceEnum.Timer1End">
<summary>
<para>The Timer 1 End trigger can be configured.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerSourceEnum.Timer1Active">
<summary>
<para>The Timer 1 Active trigger can be configured.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerSourceEnum.SoftwareSignal3">
<summary>
<para>The source signal for the selected trigger is set to software signal 3.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerSourceEnum.SoftwareSignal2">
<summary>
<para>The source signal for the selected trigger is set to software signal 2.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerSourceEnum.SoftwareSignal1">
<summary>
<para>The source signal for the selected trigger is set to software signal 1.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerSourceEnum.Software">
<summary>
<para>The source signal for the selected trigger is set to software triggering.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerSourceEnum.PeriodicSignal1">
<summary>
<para>The source signal for the selected trigger is set to Periodic Signal 1.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerSourceEnum.Line3">
<summary>
<para>The source signal for the selected trigger is set to Line 3.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerSourceEnum.Line2">
<summary>
<para>The source signal for the selected trigger is set to Line 2.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerSourceEnum.Line1">
<summary>
<para>The source signal for the selected trigger is set to Line 1.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerSourceEnum.Counter2Start">
<summary>
<para>The Counter 2 Start trigger can be configured.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerSourceEnum.Counter2End">
<summary>
<para>The Counter 2 End trigger can be configured.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerSourceEnum.Counter2Active">
<summary>
<para>The Counter 2 Active trigger can be configured.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerSourceEnum.Counter1Start">
<summary>
<para>The Counter 1 Start trigger can be configured.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerSourceEnum.Counter1End">
<summary>
<para>The Counter 1 End trigger can be configured.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerSourceEnum.Counter1Active">
<summary>
<para>The Counter 1 Active trigger can be configured.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerSourceEnum.Action1">
<summary>
<para>The source signal for the selected trigger is set to action command signal 1.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamEmuCamera.TriggerSourceEnum">
<tocexclude />
<summary>
<para>Sets the source signal for the selected trigger.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamEmuCamera.TriggerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamEmuCamera.TriggerSelectorEnum.ToString">
<summary>The full name of TriggerSelector</summary>
<returns>Returns the full name of TriggerSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerSelectorEnum.Name">
<summary>The full name of TriggerSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerSelectorEnum.FrameStart">
<summary>
<para>The Frame Start trigger can be configured.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerSelectorEnum.FrameEnd">
<summary>
<para>The Frame End trigger can be configured.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerSelectorEnum.FrameBurstStart">
<summary>
<para>The Frame Burst Start trigger can be configured.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerSelectorEnum.FrameBurstEnd">
<summary>
<para>The Frame Burst End trigger can be configured.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerSelectorEnum.FrameBurstActive">
<summary>
<para>The Frame Burst Active trigger can be configured.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerSelectorEnum.FrameActive">
<summary>
<para>The Frame Active trigger can be configured.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerSelectorEnum.ExposureStart">
<summary>
<para>The Exposure Start trigger can be configured.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerSelectorEnum.ExposureEnd">
<summary>
<para>The Exposure End trigger can be configured.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerSelectorEnum.ExposureActive">
<summary>
<para>The Exposure Active trigger can be configured.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamEmuCamera.TriggerSelectorEnum">
<tocexclude />
<summary>
<para>Sets the trigger type to be configured. All changes to the trigger settings will be applied to the selected trigger.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamEmuCamera.TriggerActivation" />, <see cref="P:Basler.Pylon.PLCamEmuCamera.TriggerDelay" />, <see cref="P:Basler.Pylon.PLCamEmuCamera.TriggerMode" />, <see cref="P:Basler.Pylon.PLCamEmuCamera.TriggerSoftware" />, <see cref="P:Basler.Pylon.PLCamEmuCamera.TriggerSource" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamEmuCamera.TriggerModeEnum.ToString">
<summary>The full name of TriggerMode</summary>
<returns>Returns the full name of TriggerMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerModeEnum.Name">
<summary>The full name of TriggerMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerModeEnum.On">
<summary>
<para>The currently selected trigger is turned on.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerModeEnum.Off">
<summary>
<para>The currently selected trigger is turned off.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamEmuCamera.TriggerModeEnum">
<tocexclude />
<summary>
<para>Sets the mode for the currently selected trigger.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamEmuCamera.TriggerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamEmuCamera.TriggerActivationEnum.ToString">
<summary>The full name of TriggerActivation</summary>
<returns>Returns the full name of TriggerActivation</returns>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerActivationEnum.Name">
<summary>The full name of TriggerActivation</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerActivationEnum.RisingEdge">
<summary>
<para>Trigger on the rising edge of the selected source.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerActivationEnum.LevelLow">
<summary>
<para>Trigger is active as long as the selected source signal is on a logic low level.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerActivationEnum.LevelHigh">
<summary>
<para>Trigger is active as long as the selected source signal is on a logic high level.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerActivationEnum.FallingEdge">
<summary>
<para>Trigger on the falling edge of the selected source.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerActivationEnum.AnyEdge">
<summary>
<para>Trigger on the rising or falling edge of the selected source.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamEmuCamera.TriggerActivationEnum">
<tocexclude />
<summary>
<para>Sets the type of signal transition that will activate the selected trigger.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamEmuCamera.TriggerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerActivation" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamEmuCamera.TestImageSelectorEnum.ToString">
<summary>The full name of TestImageSelector</summary>
<returns>Returns the full name of TestImageSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TestImageSelectorEnum.Name">
<summary>The full name of TestImageSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TestImageSelectorEnum.Testimage2">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a test image 2 pattern.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TestImageSelectorEnum.Testimage1">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a test image 1 pattern.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TestImageSelectorEnum.Off">
<summary>
<para>This enumeration value sets the camera's test image generation capability to disabled.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamEmuCamera.TestImageSelectorEnum">
<tocexclude />
<summary>
<para>This enumeration provides a list of the available test images. Selecting a test image from the list will enable the test image.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TestImageSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamEmuCamera.PixelSizeEnum.ToString">
<summary>The full name of PixelSize</summary>
<returns>Returns the full name of PixelSize</returns>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.PixelSizeEnum.Name">
<summary>The full name of PixelSize</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.PixelSizeEnum.Bpp8">
<summary>
<para>This enumeration value indicates that the depth of the pixel values in the acquired images is 8 bits per pixel.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.PixelSizeEnum.Bpp48">
<summary>
<para>This enumeration value indicates that the depth of the pixel values in the acquired images is 48 bits per pixel.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.PixelSizeEnum.Bpp32">
<summary>
<para>This enumeration value indicates that the depth of the pixel values in the acquired images is 32 bits per pixel.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.PixelSizeEnum.Bpp24">
<summary>
<para>This enumeration value indicates that the depth of the pixel values in the acquired images is 24 bits per pixel.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.PixelSizeEnum.Bpp16">
<summary>
<para>This enumeration value indicates that the depth of the pixel values in the acquired images is 16 bits per pixel.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamEmuCamera.PixelSizeEnum">
<tocexclude />
<summary>
<para>This is a read only feature. This enumeration provides a list of values that indicate the depth of the pixel values in the acquired images in bits per pixel. This value will always be coherent with the pixel format setting.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PixelSize" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamEmuCamera.PixelFormatEnum.ToString">
<summary>The full name of PixelFormat</summary>
<returns>Returns the full name of PixelFormat</returns>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.PixelFormatEnum.Name">
<summary>The full name of PixelFormat</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.PixelFormatEnum.RGB8Packed">
<summary>
<para>This enumeration value sets the pixel format to Mono RGB8.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.PixelFormatEnum.RGB16Packed">
<summary>
<para>This enumeration value sets the pixel format to RGB 16 Packed.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.PixelFormatEnum.Mono8">
<summary>
<para>This enumeration value sets the pixel format to Mono 8.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.PixelFormatEnum.Mono16">
<summary>
<para>This enumeration value sets the pixel format to Mono 16.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.PixelFormatEnum.Mono12">
<summary>
<para>This enumeration value sets the pixel format to Mono 12.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.PixelFormatEnum.Mono10">
<summary>
<para>This enumeration value sets the pixel format to Mono 10.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.PixelFormatEnum.BayerRG8">
<summary>
<para>This enumeration value sets the pixel format to Bayer RG 8.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.PixelFormatEnum.BayerRG16">
<summary>
<para>This enumeration value sets the pixel format to Bayer RG 16.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.PixelFormatEnum.BayerRG12">
<summary>
<para>This enumeration value sets the pixel format to Bayer RG 12.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.PixelFormatEnum.BayerRG10">
<summary>
<para>This enumeration value sets the pixel format to Bayer RG 10.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.PixelFormatEnum.BayerGR8">
<summary>
<para>This enumeration value sets the pixel format to Bayer GR 8.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.PixelFormatEnum.BayerGR16">
<summary>
<para>This enumeration value sets the pixel format to Bayer GR 16.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.PixelFormatEnum.BayerGR12">
<summary>
<para>This enumeration value sets the pixel format to Bayer GR 12.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.PixelFormatEnum.BayerGR10">
<summary>
<para>This enumeration value sets the pixel format to Bayer GR 10.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.PixelFormatEnum.BayerGB8">
<summary>
<para>This enumeration value sets the pixel format to Bayer GB 8.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.PixelFormatEnum.BayerGB16">
<summary>
<para>This enumeration value sets the pixel format to Bayer GB 16.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.PixelFormatEnum.BayerGB12">
<summary>
<para>This enumeration value sets the pixel format to Bayer GB 12.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.PixelFormatEnum.BayerGB10">
<summary>
<para>This enumeration value sets the pixel format to Bayer GB 10.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.PixelFormatEnum.BayerBG8">
<summary>
<para>This enumeration value sets the pixel format to Bayer BG 8.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.PixelFormatEnum.BayerBG16">
<summary>
<para>This enumeration value sets the pixel format to Bayer BG 16.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.PixelFormatEnum.BayerBG12">
<summary>
<para>This enumeration value sets the pixel format to Bayer BG 12.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.PixelFormatEnum.BayerBG10">
<summary>
<para>This enumeration value sets the pixel format to Bayer BG 10.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.PixelFormatEnum.BGRA8Packed">
<summary>
<para>This enumeration value sets the pixel format to BGRA 8 Packed.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.PixelFormatEnum.BGR8Packed">
<summary>
<para>This enumeration value sets the pixel format to BGR 8 Packed.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamEmuCamera.PixelFormatEnum">
<tocexclude />
<summary>
<para>This enumeration sets the format of the pixel data transmitted for acquired images. </para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PixelFormat" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamEmuCamera.LineSourceEnum.ToString">
<summary>The full name of LineSource</summary>
<returns>Returns the full name of LineSource</returns>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.LineSourceEnum.Name">
<summary>The full name of LineSource</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.LineSourceEnum.UserOutput3">
<summary>
<para>The source signal for the currently selected line is set to User Output 3.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.LineSourceEnum.UserOutput2">
<summary>
<para>The source signal for the currently selected line is set to User Output 2.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.LineSourceEnum.UserOutput1">
<summary>
<para>The source signal for the currently selected line is set to User Output 1.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.LineSourceEnum.Timer2Active">
<summary>
<para>The source signal for the currently selected line is set to Timer 2 Active. You can use this signal to monitor the camera's Timer feature. The signal goes high after the delay specified. The signal goes low after the duration specified.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.LineSourceEnum.Timer1Active">
<summary>
<para>The source signal for the currently selected line is set to Timer 1 Active. You can use this signal to monitor the camera's Timer feature. The signal goes high after the delay specified. The signal goes low after the duration specified.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.LineSourceEnum.Off">
<summary>
<para>No source signal is set for the currently selected line.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.LineSourceEnum.FrameTriggerWait">
<summary>
<para>The source signal for the currently selected line is set to Frame Trigger Wait.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.LineSourceEnum.FrameBurstTriggerWait">
<summary>
<para>The source signal for the currently selected line is set to Frame Burst Trigger Wait.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.LineSourceEnum.FrameBurstActive">
<summary>
<para>The source signal for the currently selected line is set to Frame Burst Active. You can use this signal to monitor if the camera is currently acquiring a series of images (a "burst" of images). The signal goes high when the acquisition of a series of images has started. The signal goes low when the acquisition of a series of images has finished.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.LineSourceEnum.ExposureTriggerWait">
<summary>
<para>The source signal for the currently selected line is set to Exposure Trigger Wait. The signal goes high when the camera is ready to receive exposure trigger signals. When you apply an exposure trigger signal, the signal goes low.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.LineSourceEnum.ExposureActive">
<summary>
<para>The source signal for the currently selected line is set to Exposure Active.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.LineSourceEnum.Counter2Active">
<summary>
<para>The source signal for the currently selected line is set to Counter 2 Active. The signal goes high when the counter is started. The signal goes low when the counter is stopped, reset, or when it has reached its maximum value.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.LineSourceEnum.Counter1Active">
<summary>
<para>The source signal for the currently selected line is set to Counter 1 Active. The signal goes high when the counter is started. The signal goes low when the counter is stopped, reset, or when it has reached its maximum value.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.LineSourceEnum.AcquisitionActive">
<summary>
<para>The source signal for the currently selected line is set to Acquisition Active.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamEmuCamera.LineSourceEnum">
<tocexclude />
<summary>
<para>Sets the source signal for the currently selected line. The currently selected line must be an output line.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamEmuCamera.LineSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamEmuCamera.LineSelectorEnum.ToString">
<summary>The full name of LineSelector</summary>
<returns>Returns the full name of LineSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.LineSelectorEnum.Name">
<summary>The full name of LineSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.LineSelectorEnum.Line3">
<summary>
<para>Line 3 can be configured.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.LineSelectorEnum.Line2">
<summary>
<para>Line 2 can be configured.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.LineSelectorEnum.Line1">
<summary>
<para>Line 1 can be configured.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamEmuCamera.LineSelectorEnum">
<tocexclude />
<summary>
<para>Sets the I/O line to be configured. All changes to the line settings will be applied to the selected line.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamEmuCamera.LineInverter" />, <see cref="P:Basler.Pylon.PLCamEmuCamera.LineMode" />, <see cref="P:Basler.Pylon.PLCamEmuCamera.LineSource" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamEmuCamera.LineModeEnum.ToString">
<summary>The full name of LineMode</summary>
<returns>Returns the full name of LineMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.LineModeEnum.Name">
<summary>The full name of LineMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.LineModeEnum.Output">
<summary>
<para>The selected physical line can be used to output an electrical signal.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.LineModeEnum.Input">
<summary>
<para>The selected physical line can be used to input an electrical signal.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.LineModeEnum.InOut">
<summary>
<para>The selected physical line can be used to input and output an electrical signal.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamEmuCamera.LineModeEnum">
<tocexclude />
<summary>
<para>Sets the mode for the selected line. This controls whether the physical line is used to input or output a signal.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamEmuCamera.LineSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamEmuCamera.ImageFileModeEnum.ToString">
<summary>The full name of ImageFileMode</summary>
<returns>Returns the full name of ImageFileMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.ImageFileModeEnum.Name">
<summary>The full name of ImageFileMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.ImageFileModeEnum.On">
<summary>
<para>Sets the mode to on.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.ImageFileModeEnum.Off">
<summary>
<para>Sets the mode to off.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamEmuCamera.ImageFileModeEnum">
<tocexclude />
<summary>
<para>Enables loading files from disk for image acquisition.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ImageFileMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamEmuCamera.GainAutoEnum.ToString">
<summary>The full name of GainAuto</summary>
<returns>Returns the full name of GainAuto</returns>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.GainAutoEnum.Name">
<summary>The full name of GainAuto</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.GainAutoEnum.Once">
<summary>
<para>The gain is adjusted automatically to reach the specifed target value. When the target value has been reached, the auto function will automatically be set to Off and the new parameter value will be applied to the following images.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.GainAutoEnum.Off">
<summary>
<para>Automatic gain adjustment is disabled.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.GainAutoEnum.Continuous">
<summary>
<para>The gain is adjusted continuously while images are being acquired. The adjustment process will continue until the parameter is set to Once or Off.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamEmuCamera.GainAutoEnum">
<tocexclude />
<summary>
<para>Sets the operation mode of the Gain Auto auto function. The Gain Auto auto function automatically adjusts the gain within set limits until a target brightness value has been reached.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GainAuto" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamEmuCamera.ExposureModeEnum.ToString">
<summary>The full name of ExposureMode</summary>
<returns>Returns the full name of ExposureMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.ExposureModeEnum.Name">
<summary>The full name of ExposureMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.ExposureModeEnum.TriggerWidth">
<summary>
<para>The exposure mode is set to Trigger Width. In this mode, the exposure time for each frame acquisition will be directly controlled by the ExFSTrig signal.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.ExposureModeEnum.TriggerControlled">
<summary>
<para>The exposure mode is set to Trigger Controlled.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.ExposureModeEnum.Timed">
<summary>
<para>The exposure mode is set to Timed. In this mode, the exposure time for each frame acquisition is determined by the value of the camera's Exposure Time (Abs) parameter.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamEmuCamera.ExposureModeEnum">
<tocexclude />
<summary>
<para>Sets the exposure mode.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExposureMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamEmuCamera.ExposureAutoEnum.ToString">
<summary>The full name of ExposureAuto</summary>
<returns>Returns the full name of ExposureAuto</returns>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.ExposureAutoEnum.Name">
<summary>The full name of ExposureAuto</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.ExposureAutoEnum.Once">
<summary>
<para>The exposure time is adjusted automatically to reach the specified target value. When the target value has been reached, the auto function will automatically be set to Off and the new parameter value will be applied to the following images.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.ExposureAutoEnum.Off">
<summary>
<para>Automatic exposure time adjustment is disabled.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.ExposureAutoEnum.Continuous">
<summary>
<para>The exposure time is adjusted continuously while images are being acquired. The adjustment process will continue until the parameter is set to Once or Off.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamEmuCamera.ExposureAutoEnum">
<tocexclude />
<summary>
<para>Sets the operation mode of the Exposure Auto auto function. The Exposure Auto auto function automatically adjusts the exposure time within set limits until a target brightness value has been reached.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExposureAuto" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamEmuCamera.DeviceTemperatureSelectorEnum.ToString">
<summary>The full name of DeviceTemperatureSelector</summary>
<returns>Returns the full name of DeviceTemperatureSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.DeviceTemperatureSelectorEnum.Name">
<summary>The full name of DeviceTemperatureSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.DeviceTemperatureSelectorEnum.Sensor">
<summary>
<para>The temperature is measured on the image sensor.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.DeviceTemperatureSelectorEnum.Coreboard">
<summary>
<para>The temperature is measured on the core board.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamEmuCamera.DeviceTemperatureSelectorEnum">
<tocexclude />
<summary>
<para>Sets the location in the camera where the temperature will be measured. The temperature can be retrieved using the Device Temperature parameter.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceTemperatureSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamEmuCamera.DeviceLinkThroughputLimitModeEnum.ToString">
<summary>The full name of DeviceLinkThroughputLimitMode</summary>
<returns>Returns the full name of DeviceLinkThroughputLimitMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.DeviceLinkThroughputLimitModeEnum.Name">
<summary>The full name of DeviceLinkThroughputLimitMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.DeviceLinkThroughputLimitModeEnum.On">
<summary>
<para>The Device Link Throughput Limit parameter is enabled.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.DeviceLinkThroughputLimitModeEnum.Off">
<summary>
<para>The Device Link Throughput Limit parameter is disabled.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamEmuCamera.DeviceLinkThroughputLimitModeEnum">
<tocexclude />
<summary>
<para>Enables/disables the device link throughput limit. If disabled, the bandwidth used is determined by the settings of various other parameters, e.g., exposure time or frame rate.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceLinkThroughputLimitMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamEmuCamera.BinningVerticalModeEnum.ToString">
<summary>The full name of BinningVerticalMode</summary>
<returns>Returns the full name of BinningVerticalMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.BinningVerticalModeEnum.Name">
<summary>The full name of BinningVerticalMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.BinningVerticalModeEnum.Sum">
<summary>
<para>The values of the binned pixels are summed. This increases the camera's response to light and the signal-to-noise ratio.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.BinningVerticalModeEnum.Average">
<summary>
<para>The values of the binned pixels are averaged. This increases the signal-to-noise ratio without affecting the camera's response to light.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamEmuCamera.BinningVerticalModeEnum">
<tocexclude />
<summary>
<para>Sets the binning mode for vertical binning.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BinningVerticalMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamEmuCamera.BinningHorizontalModeEnum.ToString">
<summary>The full name of BinningHorizontalMode</summary>
<returns>Returns the full name of BinningHorizontalMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.BinningHorizontalModeEnum.Name">
<summary>The full name of BinningHorizontalMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.BinningHorizontalModeEnum.Sum">
<summary>
<para>The values of the binned pixels are summed. This increases the camera's response to light and the signal-to-noise ratio.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.BinningHorizontalModeEnum.Average">
<summary>
<para>The values of the binned pixels are averaged. This increases the signal-to-noise ratio without affecting the camera's response to light.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamEmuCamera.BinningHorizontalModeEnum">
<tocexclude />
<summary>
<para>Sets the binning mode for horizontal binning.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BinningHorizontalMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamEmuCamera.AcquisitionStatusSelectorEnum.ToString">
<summary>The full name of AcquisitionStatusSelector</summary>
<returns>Returns the full name of AcquisitionStatusSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.AcquisitionStatusSelectorEnum.Name">
<summary>The full name of AcquisitionStatusSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.AcquisitionStatusSelectorEnum.FrameTriggerWait">
<summary>
<para>Device is currently waiting for a Frame trigger.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamEmuCamera.AcquisitionStatusSelectorEnum">
<tocexclude />
<summary>
<para>This enumeration is used to select which internal acquisition signal to read using AcquisitionStatus.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamEmuCamera.AcquisitionStatus" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionStatusSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamEmuCamera.AcquisitionModeEnum.ToString">
<summary>The full name of AcquisitionMode</summary>
<returns>Returns the full name of AcquisitionMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.AcquisitionModeEnum.Name">
<summary>The full name of AcquisitionMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.AcquisitionModeEnum.SingleFrame">
<summary>
<para>This enumeration value sets the camera's acquisition mode to single frame.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.AcquisitionModeEnum.Continuous">
<summary>
<para>This enumeration value sets the camera's acquisition mode to continuous.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamEmuCamera.AcquisitionModeEnum">
<tocexclude />
<summary>
<para>This enumeration sets the image acquisition mode.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.WidthMax">
<summary>
<para>This is a read only element. It is an integer that indicates maximum allowed width of the image in pixels taking into account any function that may limit the allowed width.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=WidthMax" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.Width">
<summary>
<para>This value sets the width of the area of interest in pixels.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Width" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.UserOutputValue">
<summary>
<para>Enables the selected user-settable output line.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamEmuCamera.UserOutputSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=UserOutputValue" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.UserOutputSelector">
<summary>
<para>Sets the user-settable output signal to be configured. All changes to the user-settable output signal settings will be applied to the selected user-settable output signal.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamEmuCamera.UserOutputValue" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=UserOutputSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerSource">
<summary>
<para>Sets the source signal for the selected trigger.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamEmuCamera.TriggerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerSoftware">
<summary>
<para>This command generates a software trigger signal. The software trigger signal will be used if the trigger source is set to 'Software'.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamEmuCamera.TriggerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerSoftware" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerSelector">
<summary>
<para>Sets the trigger type to be configured. All changes to the trigger settings will be applied to the selected trigger.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamEmuCamera.TriggerActivation" />, <see cref="P:Basler.Pylon.PLCamEmuCamera.TriggerDelay" />, <see cref="P:Basler.Pylon.PLCamEmuCamera.TriggerMode" />, <see cref="P:Basler.Pylon.PLCamEmuCamera.TriggerSoftware" />, <see cref="P:Basler.Pylon.PLCamEmuCamera.TriggerSource" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerMode">
<summary>
<para>Sets the mode for the currently selected trigger.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamEmuCamera.TriggerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerDelay">
<summary>
<para>Trigger delay time in microseconds. The delay is applied after the trigger has been received and before effectively activating the trigger.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamEmuCamera.TriggerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerDelay" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TriggerActivation">
<summary>
<para>Sets the type of signal transition that will activate the selected trigger.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamEmuCamera.TriggerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerActivation" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.TestImageSelector">
<summary>
<para>This enumeration provides a list of the available test images. Selecting a test image from the list will enable the test image.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TestImageSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.SensorWidth">
<summary>
<para>This is a read only element. It is an integer that indicates the actual width of the camera's sensor in pixels.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SensorWidth" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.SensorHeight">
<summary>
<para>This is a read only element. It is an integer that indicates the actual height of the camera's sensor in pixels.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SensorHeight" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.ReverseY">
<summary>
<para>Enables vertical mirroring of the image. The pixel values of every column in a captured image will be swapped along the column's center. You can use the ROI feature when using the Reverse Y feature. The position of the ROI relative to the sensor remains the same.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ReverseY" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.ReverseX">
<summary>
<para>Enables horizontal mirroring of the image. The pixel values of every line in a captured image will be swapped along the line's center. You can use the ROI feature when using the Reverse X feature. The position of the ROI relative to the sensor remains the same.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ReverseX" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.ResultingFrameRateAbs">
<summary>
<para>Dummy framerate feature. Does not correspond to the real transferred frame rate.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ResultingFrameRateAbs" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.PixelSize">
<summary>
<para>This is a read only feature. This enumeration provides a list of values that indicate the depth of the pixel values in the acquired images in bits per pixel. This value will always be coherent with the pixel format setting.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PixelSize" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.PixelFormat">
<summary>
<para>This enumeration sets the format of the pixel data transmitted for acquired images. </para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PixelFormat" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.PixelDynamicRangeMin">
<summary>
<para>This is a read only feature. It indicates the minimum possible pixel value that could be transferred from the camera.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PixelDynamicRangeMin" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.PixelDynamicRangeMax">
<summary>
<para>This is a read only feature. It indicates the maximum possible pixel value that could be transferred from the camera.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PixelDynamicRangeMax" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.PayloadSize">
<summary>
<para>Size of the payload in bytes. This is the total number of bytes sent in the payload. Image data + chunk data if present. No packet headers.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PayloadSize" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.OffsetY">
<summary>
<para>This value sets the Y offset (top offset) for the area of interest, i.e., the distance in pixels between the top of the sensor and the top of the image area.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=OffsetY" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.OffsetX">
<summary>
<para>This value sets the X offset (left offset) for the area of interest in pixels, i.e., the distance in pixels between the left side of the sensor and the left side of the image area.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=OffsetX" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.LineSource">
<summary>
<para>Sets the source signal for the currently selected line. The currently selected line must be an output line.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamEmuCamera.LineSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.LineSelector">
<summary>
<para>Sets the I/O line to be configured. All changes to the line settings will be applied to the selected line.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamEmuCamera.LineInverter" />, <see cref="P:Basler.Pylon.PLCamEmuCamera.LineMode" />, <see cref="P:Basler.Pylon.PLCamEmuCamera.LineSource" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.LineMode">
<summary>
<para>Sets the mode for the selected line. This controls whether the physical line is used to input or output a signal.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamEmuCamera.LineSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.LineInverter">
<summary>
<para>Enables the signal inverter function for the currently selected input or output line.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamEmuCamera.LineSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineInverter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.ImageFilename">
<summary>
<para>Enter the name of an image filename in a format supported by pylon or the path to a directory containing image files.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ImageFilename" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.ImageFileMode">
<summary>
<para>Enables loading files from disk for image acquisition.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ImageFileMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.HeightMax">
<summary>
<para>This is a read only element. It is an integer that indicates maximum allowed height of the image in pixels taking into account any function that may limit the allowed height.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=HeightMax" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.Height">
<summary>
<para>This value sets the height of the area of interest in pixels.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Height" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.GevSCPSPacketSize">
<summary>
<para>Packet size in bytes on the selected stream channel. Excludes data leader and data trailer. (The last packet may be smaller because the packet size is not necessarily a multiple of the block size of the stream channel.)</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevSCPSPacketSize" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.GevSCPD">
<summary>
<para>Delay between the transmission of each packet on the selected stream channel. The delay is measured in ticks.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevSCPD" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.GevSCFTD">
<summary>
<para>Frame transmission delay on the selected stream channel (in ticks). This value sets a delay before transmitting the acquired image.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevSCFTD" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.GevSCBWRA">
<summary>
<para>Multiplier for the Bandwidth Reserve parameter. The multiplier is used to establish an extra pool of reserved bandwidth that can be used if an unusually large burst of packet resends is needed.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevSCBWRA" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.GevSCBWR">
<summary>
<para>Percentage of the Ethernet bandwidth assigned to the camera to be held in reserve for packet resends and for the transmission of control data between the camera and the host computer. The setting is expressed as a percentage of the Bandwidth Assigned parameter. For example, if the Bandwidth Assigned parameter indicates that 30 MBytes/s have been assigned to the camera and the Bandwidth Reserve parameter is set to 5 %, the bandwidth reserve will be 1.5 MBytes/s.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevSCBWR" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.Gamma">
<summary>
<para>Gamma correction to be applied. Gamma correction allows you to optimize the brightness of acquired images for display on a monitor.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Gamma" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.GainRaw">
<summary>
<para>Sets the 'raw' value of the selected gain control. The 'raw' value is an integer value that sets the selected gain control in units specific to the camera.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GainRaw" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.GainAuto">
<summary>
<para>Sets the operation mode of the Gain Auto auto function. The Gain Auto auto function automatically adjusts the gain within set limits until a target brightness value has been reached.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GainAuto" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.Gain">
<summary>
<para>Value of the currently selected gain in dB.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Gain" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.ForceFailedBufferCount">
<summary>
<para>Number of failed buffers to generate.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ForceFailedBufferCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.ForceFailedBuffer">
<summary>
<para>Marks the next buffer as a failed buffer.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ForceFailedBuffer" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.ExposureTimeRaw">
<summary>
<para>Dummy: This value sets an integer that will be used as a multiplier for the exposure timebase. The actual exposure time equals the current exposure time raw setting times the current exposure time base abs setting.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExposureTimeRaw" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.ExposureTimeBaseAbs">
<summary>
<para>Dummy: This float value sets the time base (in microseconds) that is used when the exposure time is set with the 'raw' setting.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExposureTimeBaseAbs" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.ExposureTimeAbs">
<summary>
<para>Controls the emulated absolute exposure time in microseconds (us).</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExposureTimeAbs" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.ExposureTime">
<summary>
<para>Exposure time of the camera in microseconds.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExposureTime" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.ExposureMode">
<summary>
<para>Sets the exposure mode.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExposureMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.ExposureAuto">
<summary>
<para>Sets the operation mode of the Exposure Auto auto function. The Exposure Auto auto function automatically adjusts the exposure time within set limits until a target brightness value has been reached.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExposureAuto" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.DigitalShift">
<summary>
<para>Digital shift allows you to multiply the pixel values in an image. This increases the brightness of the image. If the parameter is set to zero, digital shift is disabled.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DigitalShift" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.DeviceVersion">
<summary>
<para>This is a read only element. It is a string that indicates the version of the device.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceVersion" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.DeviceVendorName">
<summary>
<para>This is a read only element. It is a text description that indicates the name of the device's vendor.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceVendorName" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.DeviceUserID">
<summary>
<para>This is a read/write element. It is a user programmable string.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceUserID" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.DeviceTemperatureSelector">
<summary>
<para>Sets the location in the camera where the temperature will be measured. The temperature can be retrieved using the Device Temperature parameter.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceTemperatureSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.DeviceModelName">
<summary>
<para>This is a read only element. It is a text description that indicates the model name of the device.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceModelName" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.DeviceManufacturerInfo">
<summary>
<para>This is a read only element. It is a string that provides additional information from the vendor about the camera.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceManufacturerInfo" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.DeviceLinkThroughputLimitMode">
<summary>
<para>Enables/disables the device link throughput limit. If disabled, the bandwidth used is determined by the settings of various other parameters, e.g., exposure time or frame rate.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceLinkThroughputLimitMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.DeviceLinkThroughputLimit">
<summary>
<para>Bandwidth limit for data transmission (in bytes per second).</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceLinkThroughputLimit" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.DeviceFirmwareVersion">
<summary>
<para>This is a read only element. It is a string that indicates the version of the device's firmware and software.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceFirmwareVersion" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.BslCenterY">
<summary>
<para>Centers the image vertically.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslCenterY" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.BslCenterX">
<summary>
<para>Centers the image horizontally.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslCenterX" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.BlackLevel">
<summary>
<para>Black level value to be applied to the currently selected sensor tap.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BlackLevel" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.BinningVerticalMode">
<summary>
<para>Sets the binning mode for vertical binning.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BinningVerticalMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.BinningVertical">
<summary>
<para>Number of adjacent vertical pixels to be summed. Their charges will be summed and reported out of the camera as a single pixel.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BinningVertical" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.BinningHorizontalMode">
<summary>
<para>Sets the binning mode for horizontal binning.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BinningHorizontalMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.BinningHorizontal">
<summary>
<para>Number of adjacent horizontal pixels to be summed. Their charges will be summed and reported out of the camera as a single pixel.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BinningHorizontal" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.AcquisitionStop">
<summary>
<para>If the camera is set for continuous image acquisition and acquisition has been started, this command stops the acquisition of images.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionStop" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.AcquisitionStatusSelector">
<summary>
<para>This enumeration is used to select which internal acquisition signal to read using AcquisitionStatus.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamEmuCamera.AcquisitionStatus" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionStatusSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.AcquisitionStatus">
<summary>
<para>This feature is used to read the state (True or False) of the internal acquisition signal selected using AcquisitionStatusSelector.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamEmuCamera.AcquisitionStatusSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.AcquisitionStart">
<summary>
<para>This command starts the acquisition of images. If the camera is set for single frame acquisition, it will start acquisition of one frame. If the camera is set for continuous frame acquisition, it will start continuous acquisition of frames.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionStart" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.AcquisitionMode">
<summary>
<para>This enumeration sets the image acquisition mode.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.AcquisitionFrameRateEnable">
<summary>
<para>This boolean value enables setting the camera's acquisition frame rate to a specified value.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionFrameRateEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamEmuCamera.AcquisitionFrameRate">
<summary>
<para>Acquisition frame rate of the camera in frames per second.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionFrameRate" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamEmuCamera">
<summary>List of all parameter names available for CamEmu devices</summary>
</member>
<member name="M:Basler.Pylon.PLPixelDataConverter.OutputOrientationEnum.ToString">
<summary>The full name of OutputOrientation</summary>
<returns>Returns the full name of OutputOrientation</returns>
</member>
<member name="P:Basler.Pylon.PLPixelDataConverter.OutputOrientationEnum.Name">
<summary>The full name of OutputOrientation</summary>
</member>
<member name="P:Basler.Pylon.PLPixelDataConverter.OutputOrientationEnum.Unchanged">
<summary>
<para>The orientation of the image remains the same. The orientation is taken from the source image.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLPixelDataConverter.OutputOrientationEnum.TopDown">
<summary>
<para>The first row of the image is located at the start of the image buffer.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLPixelDataConverter.OutputOrientationEnum.BottomUp">
<summary>
<para>The last row of the image is located at the start of the image buffer.</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLPixelDataConverter.OutputOrientationEnum">
<tocexclude />
<summary>
<para>Sets the vertical orientation of the output image in the buffer.</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLPixelDataConverter.OutputBitAlignmentEnum.ToString">
<summary>The full name of OutputBitAlignment</summary>
<returns>Returns the full name of OutputBitAlignment</returns>
</member>
<member name="P:Basler.Pylon.PLPixelDataConverter.OutputBitAlignmentEnum.Name">
<summary>The full name of OutputBitAlignment</summary>
</member>
<member name="P:Basler.Pylon.PLPixelDataConverter.OutputBitAlignmentEnum.MsbAligned">
<summary>
<para>Image data is aligned with the most significant bit.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLPixelDataConverter.OutputBitAlignmentEnum.LsbAligned">
<summary>
<para>Image data is aligned with the least significant bit.</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLPixelDataConverter.OutputBitAlignmentEnum">
<tocexclude />
<summary>
<para>Sets the alignment of the bits in the target pixel type if the target bit depth is greater than the source bit depth, e.g., if you are converting from a 10-bit to a 16-bit format.</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLPixelDataConverter.MonoConversionMethodEnum.ToString">
<summary>The full name of MonoConversionMethod</summary>
<returns>Returns the full name of MonoConversionMethod</returns>
</member>
<member name="P:Basler.Pylon.PLPixelDataConverter.MonoConversionMethodEnum.Name">
<summary>The full name of MonoConversionMethod</summary>
</member>
<member name="P:Basler.Pylon.PLPixelDataConverter.MonoConversionMethodEnum.Truncate">
<summary>
<para>When converting images, image data is shifted. If the target bit depth is lower than the source bit depth, the least significant bits of the input pixel values are truncated. If the target bit depth is greater than the source bit depth, you can control the data alignment with the Output Bit Alignment parameter. You can use the Additional Left Shift parameter to additionally shift the input value further to the left or to the right.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLPixelDataConverter.MonoConversionMethodEnum.Gamma">
<summary>
<para>When converting images, Gamma conversion is used.</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLPixelDataConverter.MonoConversionMethodEnum">
<tocexclude />
<summary>
<para>Sets the conversion method for monochrome images.</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLPixelDataConverter.InconvertibleEdgeHandlingEnum.ToString">
<summary>The full name of InconvertibleEdgeHandling</summary>
<returns>Returns the full name of InconvertibleEdgeHandling</returns>
</member>
<member name="P:Basler.Pylon.PLPixelDataConverter.InconvertibleEdgeHandlingEnum.Name">
<summary>The full name of InconvertibleEdgeHandling</summary>
</member>
<member name="P:Basler.Pylon.PLPixelDataConverter.InconvertibleEdgeHandlingEnum.SetZero">
<summary>
<para>Rows and columns that can't be converted are set to zero.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLPixelDataConverter.InconvertibleEdgeHandlingEnum.Extend">
<summary>
<para>Rows and columns that can't be converted are filled by extrapolating image data from neighboring rows and columns.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLPixelDataConverter.InconvertibleEdgeHandlingEnum.Clip">
<summary>
<para>Rows and columns that can't be converted are removed from the output image.</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLPixelDataConverter.InconvertibleEdgeHandlingEnum">
<tocexclude />
<summary>
<para>Sets how to handle rows and columns that can't be converted.</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLPixelDataConverter.OutputPaddingX">
<summary>
<para>Number of additional data bytes at the end of each line. These bytes are set to zero during the conversion.</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLPixelDataConverter.OutputOrientation">
<summary>
<para>Sets the vertical orientation of the output image in the buffer.</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLPixelDataConverter.OutputBitAlignment">
<summary>
<para>Sets the alignment of the bits in the target pixel type if the target bit depth is greater than the source bit depth, e.g., if you are converting from a 10-bit to a 16-bit format.</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLPixelDataConverter.MonoConversionMethod">
<summary>
<para>Sets the conversion method for monochrome images.</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLPixelDataConverter.MaxNumThreads">
<summary>
<para>Maximum number of threads used for format conversion. Depending on the image size fewer than the specified number of threads will be used.</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLPixelDataConverter.InconvertibleEdgeHandling">
<summary>
<para>Sets how to handle rows and columns that can't be converted.</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLPixelDataConverter.Gamma">
<summary>
<para>Gamma value for converting monochrome images. The image data is converted using a lookup table.</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLPixelDataConverter.AdditionalLeftShift">
<summary>
<para>Additional shifting value used for converting monochrome images. Only effective if the Mono Conversion Method parameter is set to Truncate. If the parameter value isn't zero, the image data is converted using a lookup table. Shifted values exceeding the maximum output value boundary are set to the maximum allowed value. Negative values are treated as right-shifted values.</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLPixelDataConverter">
<summary>List of all parameter names available for the Pixel Data Converter</summary>
</member>
<member name="P:Basler.Pylon.PLGigETransportLayer.StatisticReadWriteTimeoutCount">
<summary>
<para>Number of timeouts during read and write operations when waiting for a response from the device.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigETransportLayer.CommandDuplicationEnable">
<summary>
<para>Enables sending all commands and receiving all acknowledges twice. This option should only be enabled in case of network problems.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigETransportLayer.HeartbeatTimeout">
<summary>
<para>Heartbeat timeout value on the host side in milliseconds.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigETransportLayer.MaxRetryCountWrite">
<summary>
<para>Maximum number of retries for write operations after a write operation has timed out.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigETransportLayer.MaxRetryCountRead">
<summary>
<para>Maximum number of retries for read operations after a read operation has timed out.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigETransportLayer.WriteTimeout">
<summary>
<para>Write access timeout in milliseconds.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigETransportLayer.ReadTimeout">
<summary>
<para>Read access timeout value in milliseconds.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigETransportLayer">
<summary>List of all parameter names available for the GigE device transport layer.</summary>
</member>
<member name="P:Basler.Pylon.PLUsbTransportLayer.Statistic_Last_Error_Status_Text">
<summary>
<para>Last error status of a read or write operation.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbTransportLayer.Statistic_Last_Error_Status">
<summary>
<para>Last error status of a read or write operation.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbTransportLayer.Statistic_Write_Operations_Failed_Count">
<summary>
<para>Number of failed write operations.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbTransportLayer.Statistic_Read_Operations_Failed_Count">
<summary>
<para>Number of failed read operations.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbTransportLayer.Statistic_Write_Pipe_Reset_Count">
<summary>
<para>Number of write pipe resets.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbTransportLayer.Statistic_Read_Pipe_Reset_Count">
<summary>
<para>Number of read pipe resets.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbTransportLayer.MigrationModeEnable">
<summary>
<para>Enables mapping of certain SFNC 1.x node names to SFNC 2.x node names.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbTransportLayer">
<summary>List of all parameter names available for the USB device transport layer.</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.VantagePointEnum.ToString">
<summary>The full name of VantagePoint</summary>
<returns>Returns the full name of VantagePoint</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.VantagePointEnum.Name">
<summary>The full name of VantagePoint</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.VantagePointEnum.TopRight">
<summary>
<para>The starting point of the image is the top right corner.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.VantagePointEnum.TopLeft">
<summary>
<para>The starting point of the image is the top left corner.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.VantagePointEnum.BottomRight">
<summary>
<para>The starting point of the image is the bottom right corner.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.VantagePointEnum.BottomLeft">
<summary>
<para>The starting point of the image is the bottom left corner.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.VantagePointEnum">
<tocexclude />
<summary>
<para>Vantage point. Use for mirroring. If VantagePoint is set to TopRight or BottomRight Width + XOffset must be smaller than SensorWidth. If VantagePoint is set to BottomLeft or BottomRight, the Height + YOffset must be smaller than SensorHeight.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=VantagePoint" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerStateEnum.ToString">
<summary>The full name of TriggerState</summary>
<returns>Returns the full name of TriggerState</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerStateEnum.Name">
<summary>The full name of TriggerState</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerStateEnum.SyncStop">
<summary>
<para>The trigger state is set to SyncStop. In this state, the trigger system ignores further input pulses or stops the generation of pulses. Pulses currently in the system will still be processed, however.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerStateEnum.AsyncStop">
<summary>
<para>The trigger state is set to AsyncStop. This state asynchronously and immediately stops the trigger system. Note that this may result in output signals of undefined signal length as a current signal generation might be interrupted. Restarting a previously stopped trigger, i.e., switching to the 'Active' state, will clear the queue and the sequencer.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerStateEnum.Active">
<summary>
<para>The trigger state is set to Active. In this state, the trigger system is fully enabled.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerStateEnum">
<tocexclude />
<summary>
<para>Sets the state of the trigger system. The state of the trigger system is related to the trigger mode. This parameter enables or disables the trigger processing.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerState" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerQueueModeEnum.ToString">
<summary>The full name of TriggerQueueMode</summary>
<returns>Returns the full name of TriggerQueueMode</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerQueueModeEnum.Name">
<summary>The full name of TriggerQueueMode</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerQueueModeEnum.On">
<summary>
<para>The trigger queue mode is enabled.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerQueueModeEnum.Off">
<summary>
<para>The trigger queue mode is disabled.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerQueueModeEnum">
<tocexclude />
<summary>
<para>Enables/disable the trigger queue mode. The maximum output frequency is specified by the Trigger Output Frequency parameter.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerQueueMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerOutputEventSelectEnum.ToString">
<summary>The full name of TriggerOutputEventSelect</summary>
<returns>Returns the full name of TriggerOutputEventSelect</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutputEventSelectEnum.Name">
<summary>The full name of TriggerOutputEventSelect</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutputEventSelectEnum.PulseGenerator3">
<summary>
<para>The source for the output statistics is set to pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutputEventSelectEnum.PulseGenerator2">
<summary>
<para>The source for the output statistics is set to pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutputEventSelectEnum.PulseGenerator1">
<summary>
<para>The source for the output statistics is set to pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutputEventSelectEnum.PulseGenerator0">
<summary>
<para>The source for the output statistics is set to pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerOutputEventSelectEnum">
<tocexclude />
<summary>
<para>Select the pulse form generator for event monitoring.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutputEventSelect" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerOutStatisticsSourceEnum.ToString">
<summary>The full name of TriggerOutStatisticsSource</summary>
<returns>Returns the full name of TriggerOutStatisticsSource</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutStatisticsSourceEnum.Name">
<summary>The full name of TriggerOutStatisticsSource</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutStatisticsSourceEnum.PulseGenerator3">
<summary>
<para>The source for the output statistics is set to Pulse Generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutStatisticsSourceEnum.PulseGenerator2">
<summary>
<para>The source for the output statistics is set to Pulse Generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutStatisticsSourceEnum.PulseGenerator1">
<summary>
<para>The source for the output statistics is set to Pulse Generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutStatisticsSourceEnum.PulseGenerator0">
<summary>
<para>The source for the output statistics is set to Pulse Generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerOutStatisticsSourceEnum">
<tocexclude />
<summary>
<para>Sets the output source for statistics.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutStatisticsSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.ToString">
<summary>The full name of TriggerOutSelectGPO7</summary>
<returns>Returns the full name of TriggerOutSelectGPO7</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.Name">
<summary>The full name of TriggerOutSelectGPO7</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.VCC">
<summary>
<para>The signal is a static one.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.PulseGenerator3">
<summary>
<para>The source for the output statistics is set to pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.PulseGenerator2">
<summary>
<para>The source for the output statistics is set to pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.PulseGenerator1">
<summary>
<para>The source for the output statistics is set to pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.PulseGenerator0">
<summary>
<para>The source for the output statistics is set to pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.NotPulseGenerator3">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.NotPulseGenerator2">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.NotPulseGenerator1">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.NotPulseGenerator0">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.NotCamEPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.NotCamEPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.NotCamEPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.NotCamEPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.NotCamDPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.NotCamDPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.NotCamDPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.NotCamDPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.NotCamCPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.NotCamCPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.NotCamCPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.NotCamCPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.NotCamBPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.NotCamBPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.NotCamBPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.NotCamBPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.NotCamAPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 3. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.NotCamAPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 2. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.NotCamAPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 1. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.NotCamAPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 0. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.NotBypassGPI7">
<summary>
<para>Bypasses the inverted GPI 7 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.NotBypassGPI6">
<summary>
<para>Bypasses the inverted GPI 6 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.NotBypassGPI5">
<summary>
<para>Bypasses the inverted GPI 5 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.NotBypassGPI4">
<summary>
<para>Bypasses the inverted GPI 4 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.NotBypassGPI3">
<summary>
<para>Bypasses the inverted GPI 3 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.NotBypassGPI2">
<summary>
<para>Bypasses the inverted GPI 2 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.NotBypassGPI1">
<summary>
<para>Bypasses the inverted GPI 1 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.NotBypassGPI0">
<summary>
<para>Bypasses the inverted GPI 0 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.NotBypassFrontGPI3">
<summary>
<para>Bypasses the inverted Front GPI 3 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.NotBypassFrontGPI2">
<summary>
<para>Bypasses the inverted Front GPI 2 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.NotBypassFrontGPI1">
<summary>
<para>Bypasses the inverted Front GPI 1 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.NotBypassFrontGPI0">
<summary>
<para>Bypasses the inverted Front GPI 0 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.GND">
<summary>
<para>The signal is a static zero.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.CamEPulseGenerator3">
<summary>
<para>The output source is set to camera port E pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.CamEPulseGenerator2">
<summary>
<para>The output source is set to camera port E pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.CamEPulseGenerator1">
<summary>
<para>The output source is set to camera port E pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.CamEPulseGenerator0">
<summary>
<para>The output source is set to camera port E pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.CamDPulseGenerator3">
<summary>
<para>The output source is set to camera port D pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.CamDPulseGenerator2">
<summary>
<para>The output source is set to camera port D pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.CamDPulseGenerator1">
<summary>
<para>The output source is set to camera port D pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.CamDPulseGenerator0">
<summary>
<para>The output source is set to camera port D pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.CamCPulseGenerator3">
<summary>
<para>The output source is set to camera port C pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.CamCPulseGenerator2">
<summary>
<para>The output source is set to camera port C pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.CamCPulseGenerator1">
<summary>
<para>The output source is set to camera port C pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.CamCPulseGenerator0">
<summary>
<para>The output source is set to camera port C pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.CamBPulseGenerator3">
<summary>
<para>The output source is set to camera port B pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.CamBPulseGenerator2">
<summary>
<para>The output source is set to camera port B pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.CamBPulseGenerator1">
<summary>
<para>The output source is set to camera port B pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.CamBPulseGenerator0">
<summary>
<para>The output source is set to camera port B pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.CamAPulseGenerator3">
<summary>
<para>The output source is set to camera port A pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.CamAPulseGenerator2">
<summary>
<para>The output source is set to camera port A pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.CamAPulseGenerator1">
<summary>
<para>The output source is set to camera port A pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.CamAPulseGenerator0">
<summary>
<para>The output source is set to camera port A pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.BypassGPI7">
<summary>
<para>Bypasses the GPI 7 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.BypassGPI6">
<summary>
<para>Bypasses the GPI 6 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.BypassGPI5">
<summary>
<para>Bypasses the GPI 5 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.BypassGPI4">
<summary>
<para>Bypasses the GPI 4 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.BypassGPI3">
<summary>
<para>Bypasses the GPI 3 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.BypassGPI2">
<summary>
<para>Bypasses the GPI 2 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.BypassGPI1">
<summary>
<para>Bypasses the GPI 1 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.BypassGPI0">
<summary>
<para>Bypasses the GPI 0 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.BypassFrontGPI3">
<summary>
<para>Bypasses the Front GPI 3 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.BypassFrontGPI2">
<summary>
<para>Bypasses the Front GPI 2 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.BypassFrontGPI1">
<summary>
<para>Bypasses the Front GPI 1 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum.BypassFrontGPI0">
<summary>
<para>Bypasses the Front GPI 0 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7Enum">
<tocexclude />
<summary>
<para>Sets the output source of GPO 7. This parameter is not available on Light Bridge.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutSelectGPO7" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.ToString">
<summary>The full name of TriggerOutSelectGPO6</summary>
<returns>Returns the full name of TriggerOutSelectGPO6</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.Name">
<summary>The full name of TriggerOutSelectGPO6</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.VCC">
<summary>
<para>The signal is a static one.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.PulseGenerator3">
<summary>
<para>The source for the output statistics is set to pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.PulseGenerator2">
<summary>
<para>The source for the output statistics is set to pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.PulseGenerator1">
<summary>
<para>The source for the output statistics is set to pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.PulseGenerator0">
<summary>
<para>The source for the output statistics is set to pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.NotPulseGenerator3">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.NotPulseGenerator2">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.NotPulseGenerator1">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.NotPulseGenerator0">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.NotCamEPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.NotCamEPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.NotCamEPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.NotCamEPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.NotCamDPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.NotCamDPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.NotCamDPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.NotCamDPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.NotCamCPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.NotCamCPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.NotCamCPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.NotCamCPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.NotCamBPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.NotCamBPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.NotCamBPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.NotCamBPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.NotCamAPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 3. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.NotCamAPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 2. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.NotCamAPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 1. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.NotCamAPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 0. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.NotBypassGPI7">
<summary>
<para>Bypasses the inverted GPI 7 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.NotBypassGPI6">
<summary>
<para>Bypasses the inverted GPI 6 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.NotBypassGPI5">
<summary>
<para>Bypasses the inverted GPI 5 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.NotBypassGPI4">
<summary>
<para>Bypasses the inverted GPI 4 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.NotBypassGPI3">
<summary>
<para>Bypasses the inverted GPI 3 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.NotBypassGPI2">
<summary>
<para>Bypasses the inverted GPI 2 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.NotBypassGPI1">
<summary>
<para>Bypasses the inverted GPI 1 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.NotBypassGPI0">
<summary>
<para>Bypasses the inverted GPI 0 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.NotBypassFrontGPI3">
<summary>
<para>Bypasses the inverted Front GPI 3 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.NotBypassFrontGPI2">
<summary>
<para>Bypasses the inverted Front GPI 2 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.NotBypassFrontGPI1">
<summary>
<para>Bypasses the inverted Front GPI 1 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.NotBypassFrontGPI0">
<summary>
<para>Bypasses the inverted Front GPI 0 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.GND">
<summary>
<para>The signal is a static zero.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.CamEPulseGenerator3">
<summary>
<para>The output source is set to camera port E pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.CamEPulseGenerator2">
<summary>
<para>The output source is set to camera port E pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.CamEPulseGenerator1">
<summary>
<para>The output source is set to camera port E pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.CamEPulseGenerator0">
<summary>
<para>The output source is set to camera port E pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.CamDPulseGenerator3">
<summary>
<para>The output source is set to camera port D pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.CamDPulseGenerator2">
<summary>
<para>The output source is set to camera port D pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.CamDPulseGenerator1">
<summary>
<para>The output source is set to camera port D pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.CamDPulseGenerator0">
<summary>
<para>The output source is set to camera port D pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.CamCPulseGenerator3">
<summary>
<para>The output source is set to camera port C pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.CamCPulseGenerator2">
<summary>
<para>The output source is set to camera port C pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.CamCPulseGenerator1">
<summary>
<para>The output source is set to camera port C pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.CamCPulseGenerator0">
<summary>
<para>The output source is set to camera port C pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.CamBPulseGenerator3">
<summary>
<para>The output source is set to camera port B pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.CamBPulseGenerator2">
<summary>
<para>The output source is set to camera port B pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.CamBPulseGenerator1">
<summary>
<para>The output source is set to camera port B pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.CamBPulseGenerator0">
<summary>
<para>The output source is set to camera port B pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.CamAPulseGenerator3">
<summary>
<para>The output source is set to camera port A pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.CamAPulseGenerator2">
<summary>
<para>The output source is set to camera port A pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.CamAPulseGenerator1">
<summary>
<para>The output source is set to camera port A pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.CamAPulseGenerator0">
<summary>
<para>The output source is set to camera port A pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.BypassGPI7">
<summary>
<para>Bypasses the GPI 7 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.BypassGPI6">
<summary>
<para>Bypasses the GPI 6 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.BypassGPI5">
<summary>
<para>Bypasses the GPI 5 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.BypassGPI4">
<summary>
<para>Bypasses the GPI 4 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.BypassGPI3">
<summary>
<para>Bypasses the GPI 3 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.BypassGPI2">
<summary>
<para>Bypasses the GPI 2 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.BypassGPI1">
<summary>
<para>Bypasses the GPI 1 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.BypassGPI0">
<summary>
<para>Bypasses the GPI 0 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.BypassFrontGPI3">
<summary>
<para>Bypasses the Front GPI 3 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.BypassFrontGPI2">
<summary>
<para>Bypasses the Front GPI 2 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.BypassFrontGPI1">
<summary>
<para>Bypasses the Front GPI 1 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum.BypassFrontGPI0">
<summary>
<para>Bypasses the Front GPI 0 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6Enum">
<tocexclude />
<summary>
<para>Sets the output source of GPO 6. This parameter is not available on Light Bridge.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutSelectGPO6" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.ToString">
<summary>The full name of TriggerOutSelectGPO5</summary>
<returns>Returns the full name of TriggerOutSelectGPO5</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.Name">
<summary>The full name of TriggerOutSelectGPO5</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.VCC">
<summary>
<para>The signal is a static one.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.PulseGenerator3">
<summary>
<para>The source for the output statistics is set to pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.PulseGenerator2">
<summary>
<para>The source for the output statistics is set to pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.PulseGenerator1">
<summary>
<para>The source for the output statistics is set to pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.PulseGenerator0">
<summary>
<para>The source for the output statistics is set to pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.NotPulseGenerator3">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.NotPulseGenerator2">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.NotPulseGenerator1">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.NotPulseGenerator0">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.NotCamEPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.NotCamEPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.NotCamEPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.NotCamEPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.NotCamDPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.NotCamDPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.NotCamDPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.NotCamDPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.NotCamCPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.NotCamCPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.NotCamCPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.NotCamCPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.NotCamBPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.NotCamBPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.NotCamBPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.NotCamBPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.NotCamAPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 3. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.NotCamAPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 2. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.NotCamAPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 1. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.NotCamAPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 0. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.NotBypassGPI7">
<summary>
<para>Bypasses the inverted GPI 7 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.NotBypassGPI6">
<summary>
<para>Bypasses the inverted GPI 6 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.NotBypassGPI5">
<summary>
<para>Bypasses the inverted GPI 5 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.NotBypassGPI4">
<summary>
<para>Bypasses the inverted GPI 4 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.NotBypassGPI3">
<summary>
<para>Bypasses the inverted GPI 3 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.NotBypassGPI2">
<summary>
<para>Bypasses the inverted GPI 2 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.NotBypassGPI1">
<summary>
<para>Bypasses the inverted GPI 1 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.NotBypassGPI0">
<summary>
<para>Bypasses the inverted GPI 0 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.NotBypassFrontGPI3">
<summary>
<para>Bypasses the inverted Front GPI 3 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.NotBypassFrontGPI2">
<summary>
<para>Bypasses the inverted Front GPI 2 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.NotBypassFrontGPI1">
<summary>
<para>Bypasses the inverted Front GPI 1 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.NotBypassFrontGPI0">
<summary>
<para>Bypasses the inverted Front GPI 0 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.GND">
<summary>
<para>The signal is a static zero.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.CamEPulseGenerator3">
<summary>
<para>The output source is set to camera port E pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.CamEPulseGenerator2">
<summary>
<para>The output source is set to camera port E pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.CamEPulseGenerator1">
<summary>
<para>The output source is set to camera port E pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.CamEPulseGenerator0">
<summary>
<para>The output source is set to camera port E pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.CamDPulseGenerator3">
<summary>
<para>The output source is set to camera port D pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.CamDPulseGenerator2">
<summary>
<para>The output source is set to camera port D pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.CamDPulseGenerator1">
<summary>
<para>The output source is set to camera port D pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.CamDPulseGenerator0">
<summary>
<para>The output source is set to camera port D pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.CamCPulseGenerator3">
<summary>
<para>The output source is set to camera port C pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.CamCPulseGenerator2">
<summary>
<para>The output source is set to camera port C pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.CamCPulseGenerator1">
<summary>
<para>The output source is set to camera port C pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.CamCPulseGenerator0">
<summary>
<para>The output source is set to camera port C pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.CamBPulseGenerator3">
<summary>
<para>The output source is set to camera port B pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.CamBPulseGenerator2">
<summary>
<para>The output source is set to camera port B pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.CamBPulseGenerator1">
<summary>
<para>The output source is set to camera port B pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.CamBPulseGenerator0">
<summary>
<para>The output source is set to camera port B pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.CamAPulseGenerator3">
<summary>
<para>The output source is set to camera port A pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.CamAPulseGenerator2">
<summary>
<para>The output source is set to camera port A pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.CamAPulseGenerator1">
<summary>
<para>The output source is set to camera port A pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.CamAPulseGenerator0">
<summary>
<para>The output source is set to camera port A pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.BypassGPI7">
<summary>
<para>Bypasses the GPI 7 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.BypassGPI6">
<summary>
<para>Bypasses the GPI 6 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.BypassGPI5">
<summary>
<para>Bypasses the GPI 5 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.BypassGPI4">
<summary>
<para>Bypasses the GPI 4 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.BypassGPI3">
<summary>
<para>Bypasses the GPI 3 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.BypassGPI2">
<summary>
<para>Bypasses the GPI 2 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.BypassGPI1">
<summary>
<para>Bypasses the GPI 1 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.BypassGPI0">
<summary>
<para>Bypasses the GPI 0 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.BypassFrontGPI3">
<summary>
<para>Bypasses the Front GPI 3 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.BypassFrontGPI2">
<summary>
<para>Bypasses the Front GPI 2 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.BypassFrontGPI1">
<summary>
<para>Bypasses the Front GPI 1 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum.BypassFrontGPI0">
<summary>
<para>Bypasses the Front GPI 0 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5Enum">
<tocexclude />
<summary>
<para>Sets the output source of GPO 5. This parameter is not available on Light Bridge.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutSelectGPO5" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.ToString">
<summary>The full name of TriggerOutSelectGPO4</summary>
<returns>Returns the full name of TriggerOutSelectGPO4</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.Name">
<summary>The full name of TriggerOutSelectGPO4</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.VCC">
<summary>
<para>The signal is a static one.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.PulseGenerator3">
<summary>
<para>The source for the output statistics is set to pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.PulseGenerator2">
<summary>
<para>The source for the output statistics is set to pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.PulseGenerator1">
<summary>
<para>The source for the output statistics is set to pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.PulseGenerator0">
<summary>
<para>The source for the output statistics is set to pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.NotPulseGenerator3">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.NotPulseGenerator2">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.NotPulseGenerator1">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.NotPulseGenerator0">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.NotCamEPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.NotCamEPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.NotCamEPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.NotCamEPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.NotCamDPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.NotCamDPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.NotCamDPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.NotCamDPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.NotCamCPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.NotCamCPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.NotCamCPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.NotCamCPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.NotCamBPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.NotCamBPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.NotCamBPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.NotCamBPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.NotCamAPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 3. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.NotCamAPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 2. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.NotCamAPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 1. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.NotCamAPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 0. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.NotBypassGPI7">
<summary>
<para>Bypasses the inverted GPI 7 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.NotBypassGPI6">
<summary>
<para>Bypasses the inverted GPI 6 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.NotBypassGPI5">
<summary>
<para>Bypasses the inverted GPI 5 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.NotBypassGPI4">
<summary>
<para>Bypasses the inverted GPI 4 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.NotBypassGPI3">
<summary>
<para>Bypasses the inverted GPI 3 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.NotBypassGPI2">
<summary>
<para>Bypasses the inverted GPI 2 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.NotBypassGPI1">
<summary>
<para>Bypasses the inverted GPI 1 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.NotBypassGPI0">
<summary>
<para>Bypasses the inverted GPI 0 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.NotBypassFrontGPI3">
<summary>
<para>Bypasses the inverted Front GPI 3 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.NotBypassFrontGPI2">
<summary>
<para>Bypasses the inverted Front GPI 2 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.NotBypassFrontGPI1">
<summary>
<para>Bypasses the inverted Front GPI 1 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.NotBypassFrontGPI0">
<summary>
<para>Bypasses the inverted Front GPI 0 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.GND">
<summary>
<para>The signal is a static zero.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.CamEPulseGenerator3">
<summary>
<para>The output source is set to camera port E pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.CamEPulseGenerator2">
<summary>
<para>The output source is set to camera port E pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.CamEPulseGenerator1">
<summary>
<para>The output source is set to camera port E pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.CamEPulseGenerator0">
<summary>
<para>The output source is set to camera port E pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.CamDPulseGenerator3">
<summary>
<para>The output source is set to camera port D pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.CamDPulseGenerator2">
<summary>
<para>The output source is set to camera port D pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.CamDPulseGenerator1">
<summary>
<para>The output source is set to camera port D pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.CamDPulseGenerator0">
<summary>
<para>The output source is set to camera port D pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.CamCPulseGenerator3">
<summary>
<para>The output source is set to camera port C pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.CamCPulseGenerator2">
<summary>
<para>The output source is set to camera port C pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.CamCPulseGenerator1">
<summary>
<para>The output source is set to camera port C pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.CamCPulseGenerator0">
<summary>
<para>The output source is set to camera port C pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.CamBPulseGenerator3">
<summary>
<para>The output source is set to camera port B pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.CamBPulseGenerator2">
<summary>
<para>The output source is set to camera port B pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.CamBPulseGenerator1">
<summary>
<para>The output source is set to camera port B pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.CamBPulseGenerator0">
<summary>
<para>The output source is set to camera port B pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.CamAPulseGenerator3">
<summary>
<para>The output source is set to camera port A pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.CamAPulseGenerator2">
<summary>
<para>The output source is set to camera port A pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.CamAPulseGenerator1">
<summary>
<para>The output source is set to camera port A pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.CamAPulseGenerator0">
<summary>
<para>The output source is set to camera port A pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.BypassGPI7">
<summary>
<para>Bypasses the GPI 7 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.BypassGPI6">
<summary>
<para>Bypasses the GPI 6 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.BypassGPI5">
<summary>
<para>Bypasses the GPI 5 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.BypassGPI4">
<summary>
<para>Bypasses the GPI 4 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.BypassGPI3">
<summary>
<para>Bypasses the GPI 3 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.BypassGPI2">
<summary>
<para>Bypasses the GPI 2 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.BypassGPI1">
<summary>
<para>Bypasses the GPI 1 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.BypassGPI0">
<summary>
<para>Bypasses the GPI 0 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.BypassFrontGPI3">
<summary>
<para>Bypasses the Front GPI 3 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.BypassFrontGPI2">
<summary>
<para>Bypasses the Front GPI 2 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.BypassFrontGPI1">
<summary>
<para>Bypasses the Front GPI 1 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum.BypassFrontGPI0">
<summary>
<para>Bypasses the Front GPI 0 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4Enum">
<tocexclude />
<summary>
<para>Sets the output source of GPO 4. This parameter is not available on Light Bridge.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutSelectGPO4" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.ToString">
<summary>The full name of TriggerOutSelectGPO3</summary>
<returns>Returns the full name of TriggerOutSelectGPO3</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.Name">
<summary>The full name of TriggerOutSelectGPO3</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.VCC">
<summary>
<para>The signal is a static one.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.PulseGenerator3">
<summary>
<para>The source for the output statistics is set to pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.PulseGenerator2">
<summary>
<para>The source for the output statistics is set to pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.PulseGenerator1">
<summary>
<para>The source for the output statistics is set to pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.PulseGenerator0">
<summary>
<para>The source for the output statistics is set to pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.NotPulseGenerator3">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.NotPulseGenerator2">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.NotPulseGenerator1">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.NotPulseGenerator0">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.NotCamEPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.NotCamEPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.NotCamEPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.NotCamEPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.NotCamDPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.NotCamDPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.NotCamDPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.NotCamDPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.NotCamCPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.NotCamCPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.NotCamCPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.NotCamCPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.NotCamBPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.NotCamBPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.NotCamBPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.NotCamBPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.NotCamAPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 3. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.NotCamAPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 2. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.NotCamAPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 1. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.NotCamAPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 0. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.NotBypassGPI7">
<summary>
<para>Bypasses the inverted GPI 7 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.NotBypassGPI6">
<summary>
<para>Bypasses the inverted GPI 6 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.NotBypassGPI5">
<summary>
<para>Bypasses the inverted GPI 5 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.NotBypassGPI4">
<summary>
<para>Bypasses the inverted GPI 4 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.NotBypassGPI3">
<summary>
<para>Bypasses the inverted GPI 3 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.NotBypassGPI2">
<summary>
<para>Bypasses the inverted GPI 2 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.NotBypassGPI1">
<summary>
<para>Bypasses the inverted GPI 1 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.NotBypassGPI0">
<summary>
<para>Bypasses the inverted GPI 0 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.NotBypassFrontGPI3">
<summary>
<para>Bypasses the inverted Front GPI 3 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.NotBypassFrontGPI2">
<summary>
<para>Bypasses the inverted Front GPI 2 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.NotBypassFrontGPI1">
<summary>
<para>Bypasses the inverted Front GPI 1 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.NotBypassFrontGPI0">
<summary>
<para>Bypasses the inverted Front GPI 0 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.GND">
<summary>
<para>The signal is a static zero.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.CamEPulseGenerator3">
<summary>
<para>The output source is set to camera port E pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.CamEPulseGenerator2">
<summary>
<para>The output source is set to camera port E pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.CamEPulseGenerator1">
<summary>
<para>The output source is set to camera port E pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.CamEPulseGenerator0">
<summary>
<para>The output source is set to camera port E pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.CamDPulseGenerator3">
<summary>
<para>The output source is set to camera port D pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.CamDPulseGenerator2">
<summary>
<para>The output source is set to camera port D pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.CamDPulseGenerator1">
<summary>
<para>The output source is set to camera port D pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.CamDPulseGenerator0">
<summary>
<para>The output source is set to camera port D pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.CamCPulseGenerator3">
<summary>
<para>The output source is set to camera port C pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.CamCPulseGenerator2">
<summary>
<para>The output source is set to camera port C pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.CamCPulseGenerator1">
<summary>
<para>The output source is set to camera port C pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.CamCPulseGenerator0">
<summary>
<para>The output source is set to camera port C pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.CamBPulseGenerator3">
<summary>
<para>The output source is set to camera port B pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.CamBPulseGenerator2">
<summary>
<para>The output source is set to camera port B pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.CamBPulseGenerator1">
<summary>
<para>The output source is set to camera port B pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.CamBPulseGenerator0">
<summary>
<para>The output source is set to camera port B pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.CamAPulseGenerator3">
<summary>
<para>The output source is set to camera port A pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.CamAPulseGenerator2">
<summary>
<para>The output source is set to camera port A pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.CamAPulseGenerator1">
<summary>
<para>The output source is set to camera port A pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.CamAPulseGenerator0">
<summary>
<para>The output source is set to camera port A pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.BypassGPI7">
<summary>
<para>Bypasses the GPI 7 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.BypassGPI6">
<summary>
<para>Bypasses the GPI 6 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.BypassGPI5">
<summary>
<para>Bypasses the GPI 5 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.BypassGPI4">
<summary>
<para>Bypasses the GPI 4 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.BypassGPI3">
<summary>
<para>Bypasses the GPI 3 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.BypassGPI2">
<summary>
<para>Bypasses the GPI 2 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.BypassGPI1">
<summary>
<para>Bypasses the GPI 1 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.BypassGPI0">
<summary>
<para>Bypasses the GPI 0 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.BypassFrontGPI3">
<summary>
<para>Bypasses the Front GPI 3 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.BypassFrontGPI2">
<summary>
<para>Bypasses the Front GPI 2 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.BypassFrontGPI1">
<summary>
<para>Bypasses the Front GPI 1 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum.BypassFrontGPI0">
<summary>
<para>Bypasses the Front GPI 0 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3Enum">
<tocexclude />
<summary>
<para>Sets the output source of GPO 3.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutSelectGPO3" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.ToString">
<summary>The full name of TriggerOutSelectGPO2</summary>
<returns>Returns the full name of TriggerOutSelectGPO2</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.Name">
<summary>The full name of TriggerOutSelectGPO2</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.VCC">
<summary>
<para>The signal is a static one.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.PulseGenerator3">
<summary>
<para>The source for the output statistics is set to pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.PulseGenerator2">
<summary>
<para>The source for the output statistics is set to pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.PulseGenerator1">
<summary>
<para>The source for the output statistics is set to pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.PulseGenerator0">
<summary>
<para>The source for the output statistics is set to pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.NotPulseGenerator3">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.NotPulseGenerator2">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.NotPulseGenerator1">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.NotPulseGenerator0">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.NotCamEPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.NotCamEPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.NotCamEPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.NotCamEPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.NotCamDPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.NotCamDPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.NotCamDPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.NotCamDPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.NotCamCPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.NotCamCPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.NotCamCPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.NotCamCPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.NotCamBPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.NotCamBPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.NotCamBPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.NotCamBPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.NotCamAPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 3. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.NotCamAPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 2. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.NotCamAPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 1. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.NotCamAPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 0. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.NotBypassGPI7">
<summary>
<para>Bypasses the inverted GPI 7 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.NotBypassGPI6">
<summary>
<para>Bypasses the inverted GPI 6 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.NotBypassGPI5">
<summary>
<para>Bypasses the inverted GPI 5 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.NotBypassGPI4">
<summary>
<para>Bypasses the inverted GPI 4 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.NotBypassGPI3">
<summary>
<para>Bypasses the inverted GPI 3 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.NotBypassGPI2">
<summary>
<para>Bypasses the inverted GPI 2 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.NotBypassGPI1">
<summary>
<para>Bypasses the inverted GPI 1 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.NotBypassGPI0">
<summary>
<para>Bypasses the inverted GPI 0 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.NotBypassFrontGPI3">
<summary>
<para>Bypasses the inverted Front GPI 3 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.NotBypassFrontGPI2">
<summary>
<para>Bypasses the inverted Front GPI 2 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.NotBypassFrontGPI1">
<summary>
<para>Bypasses the inverted Front GPI 1 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.NotBypassFrontGPI0">
<summary>
<para>Bypasses the inverted Front GPI 0 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.GND">
<summary>
<para>The signal is a static zero.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.CamEPulseGenerator3">
<summary>
<para>The output source is set to camera port E pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.CamEPulseGenerator2">
<summary>
<para>The output source is set to camera port E pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.CamEPulseGenerator1">
<summary>
<para>The output source is set to camera port E pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.CamEPulseGenerator0">
<summary>
<para>The output source is set to camera port E pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.CamDPulseGenerator3">
<summary>
<para>The output source is set to camera port D pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.CamDPulseGenerator2">
<summary>
<para>The output source is set to camera port D pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.CamDPulseGenerator1">
<summary>
<para>The output source is set to camera port D pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.CamDPulseGenerator0">
<summary>
<para>The output source is set to camera port D pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.CamCPulseGenerator3">
<summary>
<para>The output source is set to camera port C pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.CamCPulseGenerator2">
<summary>
<para>The output source is set to camera port C pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.CamCPulseGenerator1">
<summary>
<para>The output source is set to camera port C pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.CamCPulseGenerator0">
<summary>
<para>The output source is set to camera port C pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.CamBPulseGenerator3">
<summary>
<para>The output source is set to camera port B pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.CamBPulseGenerator2">
<summary>
<para>The output source is set to camera port B pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.CamBPulseGenerator1">
<summary>
<para>The output source is set to camera port B pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.CamBPulseGenerator0">
<summary>
<para>The output source is set to camera port B pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.CamAPulseGenerator3">
<summary>
<para>The output source is set to camera port A pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.CamAPulseGenerator2">
<summary>
<para>The output source is set to camera port A pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.CamAPulseGenerator1">
<summary>
<para>The output source is set to camera port A pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.CamAPulseGenerator0">
<summary>
<para>The output source is set to camera port A pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.BypassGPI7">
<summary>
<para>Bypasses the GPI 7 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.BypassGPI6">
<summary>
<para>Bypasses the GPI 6 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.BypassGPI5">
<summary>
<para>Bypasses the GPI 5 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.BypassGPI4">
<summary>
<para>Bypasses the GPI 4 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.BypassGPI3">
<summary>
<para>Bypasses the GPI 3 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.BypassGPI2">
<summary>
<para>Bypasses the GPI 2 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.BypassGPI1">
<summary>
<para>Bypasses the GPI 1 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.BypassGPI0">
<summary>
<para>Bypasses the GPI 0 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.BypassFrontGPI3">
<summary>
<para>Bypasses the Front GPI 3 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.BypassFrontGPI2">
<summary>
<para>Bypasses the Front GPI 2 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.BypassFrontGPI1">
<summary>
<para>Bypasses the Front GPI 1 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum.BypassFrontGPI0">
<summary>
<para>Bypasses the Front GPI 0 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2Enum">
<tocexclude />
<summary>
<para>Sets the output source of GPO 2.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutSelectGPO2" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.ToString">
<summary>The full name of TriggerOutSelectGPO1</summary>
<returns>Returns the full name of TriggerOutSelectGPO1</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.Name">
<summary>The full name of TriggerOutSelectGPO1</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.VCC">
<summary>
<para>The signal is a static one.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.PulseGenerator3">
<summary>
<para>The source for the output statistics is set to pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.PulseGenerator2">
<summary>
<para>The source for the output statistics is set to pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.PulseGenerator1">
<summary>
<para>The source for the output statistics is set to pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.PulseGenerator0">
<summary>
<para>The source for the output statistics is set to pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.NotPulseGenerator3">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.NotPulseGenerator2">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.NotPulseGenerator1">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.NotPulseGenerator0">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.NotCamEPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.NotCamEPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.NotCamEPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.NotCamEPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.NotCamDPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.NotCamDPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.NotCamDPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.NotCamDPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.NotCamCPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.NotCamCPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.NotCamCPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.NotCamCPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.NotCamBPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.NotCamBPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.NotCamBPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.NotCamBPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.NotCamAPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 3. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.NotCamAPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 2. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.NotCamAPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 1. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.NotCamAPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 0. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.NotBypassGPI7">
<summary>
<para>Bypasses the inverted GPI 7 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.NotBypassGPI6">
<summary>
<para>Bypasses the inverted GPI 6 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.NotBypassGPI5">
<summary>
<para>Bypasses the inverted GPI 5 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.NotBypassGPI4">
<summary>
<para>Bypasses the inverted GPI 4 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.NotBypassGPI3">
<summary>
<para>Bypasses the inverted GPI 3 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.NotBypassGPI2">
<summary>
<para>Bypasses the inverted GPI 2 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.NotBypassGPI1">
<summary>
<para>Bypasses the inverted GPI 1 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.NotBypassGPI0">
<summary>
<para>Bypasses the inverted GPI 0 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.NotBypassFrontGPI3">
<summary>
<para>Bypasses the inverted Front GPI 3 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.NotBypassFrontGPI2">
<summary>
<para>Bypasses the inverted Front GPI 2 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.NotBypassFrontGPI1">
<summary>
<para>Bypasses the inverted Front GPI 1 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.NotBypassFrontGPI0">
<summary>
<para>Bypasses the inverted Front GPI 0 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.GND">
<summary>
<para>The signal is a static zero.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.CamEPulseGenerator3">
<summary>
<para>The output source is set to camera port E pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.CamEPulseGenerator2">
<summary>
<para>The output source is set to camera port E pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.CamEPulseGenerator1">
<summary>
<para>The output source is set to camera port E pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.CamEPulseGenerator0">
<summary>
<para>The output source is set to camera port E pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.CamDPulseGenerator3">
<summary>
<para>The output source is set to camera port D pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.CamDPulseGenerator2">
<summary>
<para>The output source is set to camera port D pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.CamDPulseGenerator1">
<summary>
<para>The output source is set to camera port D pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.CamDPulseGenerator0">
<summary>
<para>The output source is set to camera port D pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.CamCPulseGenerator3">
<summary>
<para>The output source is set to camera port C pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.CamCPulseGenerator2">
<summary>
<para>The output source is set to camera port C pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.CamCPulseGenerator1">
<summary>
<para>The output source is set to camera port C pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.CamCPulseGenerator0">
<summary>
<para>The output source is set to camera port C pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.CamBPulseGenerator3">
<summary>
<para>The output source is set to camera port B pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.CamBPulseGenerator2">
<summary>
<para>The output source is set to camera port B pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.CamBPulseGenerator1">
<summary>
<para>The output source is set to camera port B pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.CamBPulseGenerator0">
<summary>
<para>The output source is set to camera port B pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.CamAPulseGenerator3">
<summary>
<para>The output source is set to camera port A pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.CamAPulseGenerator2">
<summary>
<para>The output source is set to camera port A pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.CamAPulseGenerator1">
<summary>
<para>The output source is set to camera port A pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.CamAPulseGenerator0">
<summary>
<para>The output source is set to camera port A pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.BypassGPI7">
<summary>
<para>Bypasses the GPI 7 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.BypassGPI6">
<summary>
<para>Bypasses the GPI 6 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.BypassGPI5">
<summary>
<para>Bypasses the GPI 5 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.BypassGPI4">
<summary>
<para>Bypasses the GPI 4 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.BypassGPI3">
<summary>
<para>Bypasses the GPI 3 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.BypassGPI2">
<summary>
<para>Bypasses the GPI 2 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.BypassGPI1">
<summary>
<para>Bypasses the GPI 1 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.BypassGPI0">
<summary>
<para>Bypasses the GPI 0 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.BypassFrontGPI3">
<summary>
<para>Bypasses the Front GPI 3 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.BypassFrontGPI2">
<summary>
<para>Bypasses the Front GPI 2 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.BypassFrontGPI1">
<summary>
<para>Bypasses the Front GPI 1 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum.BypassFrontGPI0">
<summary>
<para>Bypasses the Front GPI 0 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1Enum">
<tocexclude />
<summary>
<para>Sets the output source of GPO 1.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutSelectGPO1" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.ToString">
<summary>The full name of TriggerOutSelectGPO0</summary>
<returns>Returns the full name of TriggerOutSelectGPO0</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.Name">
<summary>The full name of TriggerOutSelectGPO0</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.VCC">
<summary>
<para>The signal is a static one.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.PulseGenerator3">
<summary>
<para>The source for the output statistics is set to pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.PulseGenerator2">
<summary>
<para>The source for the output statistics is set to pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.PulseGenerator1">
<summary>
<para>The source for the output statistics is set to pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.PulseGenerator0">
<summary>
<para>The source for the output statistics is set to pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.NotPulseGenerator3">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.NotPulseGenerator2">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.NotPulseGenerator1">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.NotPulseGenerator0">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.NotCamEPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.NotCamEPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.NotCamEPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.NotCamEPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.NotCamDPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.NotCamDPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.NotCamDPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.NotCamDPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.NotCamCPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.NotCamCPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.NotCamCPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.NotCamCPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.NotCamBPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.NotCamBPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.NotCamBPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.NotCamBPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.NotCamAPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 3. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.NotCamAPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 2. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.NotCamAPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 1. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.NotCamAPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 0. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.NotBypassGPI7">
<summary>
<para>Bypasses the inverted GPI 7 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.NotBypassGPI6">
<summary>
<para>Bypasses the inverted GPI 6 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.NotBypassGPI5">
<summary>
<para>Bypasses the inverted GPI 5 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.NotBypassGPI4">
<summary>
<para>Bypasses the inverted GPI 4 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.NotBypassGPI3">
<summary>
<para>Bypasses the inverted GPI 3 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.NotBypassGPI2">
<summary>
<para>Bypasses the inverted GPI 2 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.NotBypassGPI1">
<summary>
<para>Bypasses the inverted GPI 1 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.NotBypassGPI0">
<summary>
<para>Bypasses the inverted GPI 0 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.NotBypassFrontGPI3">
<summary>
<para>Bypasses the inverted Front GPI 3 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.NotBypassFrontGPI2">
<summary>
<para>Bypasses the inverted Front GPI 2 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.NotBypassFrontGPI1">
<summary>
<para>Bypasses the inverted Front GPI 1 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.NotBypassFrontGPI0">
<summary>
<para>Bypasses the inverted Front GPI 0 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.GND">
<summary>
<para>The signal is a static zero.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.CamEPulseGenerator3">
<summary>
<para>The output source is set to camera port E pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.CamEPulseGenerator2">
<summary>
<para>The output source is set to camera port E pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.CamEPulseGenerator1">
<summary>
<para>The output source is set to camera port E pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.CamEPulseGenerator0">
<summary>
<para>The output source is set to camera port E pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.CamDPulseGenerator3">
<summary>
<para>The output source is set to camera port D pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.CamDPulseGenerator2">
<summary>
<para>The output source is set to camera port D pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.CamDPulseGenerator1">
<summary>
<para>The output source is set to camera port D pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.CamDPulseGenerator0">
<summary>
<para>The output source is set to camera port D pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.CamCPulseGenerator3">
<summary>
<para>The output source is set to camera port C pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.CamCPulseGenerator2">
<summary>
<para>The output source is set to camera port C pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.CamCPulseGenerator1">
<summary>
<para>The output source is set to camera port C pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.CamCPulseGenerator0">
<summary>
<para>The output source is set to camera port C pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.CamBPulseGenerator3">
<summary>
<para>The output source is set to camera port B pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.CamBPulseGenerator2">
<summary>
<para>The output source is set to camera port B pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.CamBPulseGenerator1">
<summary>
<para>The output source is set to camera port B pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.CamBPulseGenerator0">
<summary>
<para>The output source is set to camera port B pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.CamAPulseGenerator3">
<summary>
<para>The output source is set to camera port A pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.CamAPulseGenerator2">
<summary>
<para>The output source is set to camera port A pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.CamAPulseGenerator1">
<summary>
<para>The output source is set to camera port A pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.CamAPulseGenerator0">
<summary>
<para>The output source is set to camera port A pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.BypassGPI7">
<summary>
<para>Bypasses the GPI 7 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.BypassGPI6">
<summary>
<para>Bypasses the GPI 6 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.BypassGPI5">
<summary>
<para>Bypasses the GPI 5 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.BypassGPI4">
<summary>
<para>Bypasses the GPI 4 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.BypassGPI3">
<summary>
<para>Bypasses the GPI 3 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.BypassGPI2">
<summary>
<para>Bypasses the GPI 2 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.BypassGPI1">
<summary>
<para>Bypasses the GPI 1 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.BypassGPI0">
<summary>
<para>Bypasses the GPI 0 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.BypassFrontGPI3">
<summary>
<para>Bypasses the Front GPI 3 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.BypassFrontGPI2">
<summary>
<para>Bypasses the Front GPI 2 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.BypassFrontGPI1">
<summary>
<para>Bypasses the Front GPI 1 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum.BypassFrontGPI0">
<summary>
<para>Bypasses the Front GPI 0 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0Enum">
<tocexclude />
<summary>
<para>Sets the output source of GPO 0.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutSelectGPO0" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.ToString">
<summary>The full name of TriggerOutSelectFrontGPO3</summary>
<returns>Returns the full name of TriggerOutSelectFrontGPO3</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.Name">
<summary>The full name of TriggerOutSelectFrontGPO3</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.VCC">
<summary>
<para>The signal is a static one.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.PulseGenerator3">
<summary>
<para>The source for the output statistics is set to pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.PulseGenerator2">
<summary>
<para>The source for the output statistics is set to pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.PulseGenerator1">
<summary>
<para>The source for the output statistics is set to pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.PulseGenerator0">
<summary>
<para>The source for the output statistics is set to pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.NotPulseGenerator3">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.NotPulseGenerator2">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.NotPulseGenerator1">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.NotPulseGenerator0">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.NotCamEPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.NotCamEPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.NotCamEPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.NotCamEPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.NotCamDPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.NotCamDPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.NotCamDPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.NotCamDPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.NotCamCPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.NotCamCPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.NotCamCPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.NotCamCPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.NotCamBPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.NotCamBPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.NotCamBPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.NotCamBPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.NotCamAPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 3. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.NotCamAPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 2. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.NotCamAPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 1. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.NotCamAPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 0. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.NotBypassGPI7">
<summary>
<para>Bypasses the inverted GPI 7 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.NotBypassGPI6">
<summary>
<para>Bypasses the inverted GPI 6 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.NotBypassGPI5">
<summary>
<para>Bypasses the inverted GPI 5 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.NotBypassGPI4">
<summary>
<para>Bypasses the inverted GPI 4 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.NotBypassGPI3">
<summary>
<para>Bypasses the inverted GPI 3 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.NotBypassGPI2">
<summary>
<para>Bypasses the inverted GPI 2 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.NotBypassGPI1">
<summary>
<para>Bypasses the inverted GPI 1 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.NotBypassGPI0">
<summary>
<para>Bypasses the inverted GPI 0 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.NotBypassFrontGPI3">
<summary>
<para>Bypasses the inverted Front GPI 3 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.NotBypassFrontGPI2">
<summary>
<para>Bypasses the inverted Front GPI 2 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.NotBypassFrontGPI1">
<summary>
<para>Bypasses the inverted Front GPI 1 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.NotBypassFrontGPI0">
<summary>
<para>Bypasses the inverted Front GPI 0 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.GND">
<summary>
<para>The signal is a static zero.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.CamEPulseGenerator3">
<summary>
<para>The output source is set to camera port E pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.CamEPulseGenerator2">
<summary>
<para>The output source is set to camera port E pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.CamEPulseGenerator1">
<summary>
<para>The output source is set to camera port E pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.CamEPulseGenerator0">
<summary>
<para>The output source is set to camera port E pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.CamDPulseGenerator3">
<summary>
<para>The output source is set to camera port D pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.CamDPulseGenerator2">
<summary>
<para>The output source is set to camera port D pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.CamDPulseGenerator1">
<summary>
<para>The output source is set to camera port D pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.CamDPulseGenerator0">
<summary>
<para>The output source is set to camera port D pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.CamCPulseGenerator3">
<summary>
<para>The output source is set to camera port C pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.CamCPulseGenerator2">
<summary>
<para>The output source is set to camera port C pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.CamCPulseGenerator1">
<summary>
<para>The output source is set to camera port C pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.CamCPulseGenerator0">
<summary>
<para>The output source is set to camera port C pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.CamBPulseGenerator3">
<summary>
<para>The output source is set to camera port B pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.CamBPulseGenerator2">
<summary>
<para>The output source is set to camera port B pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.CamBPulseGenerator1">
<summary>
<para>The output source is set to camera port B pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.CamBPulseGenerator0">
<summary>
<para>The output source is set to camera port B pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.CamAPulseGenerator3">
<summary>
<para>The output source is set to camera port A pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.CamAPulseGenerator2">
<summary>
<para>The output source is set to camera port A pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.CamAPulseGenerator1">
<summary>
<para>The output source is set to camera port A pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.CamAPulseGenerator0">
<summary>
<para>The output source is set to camera port A pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.BypassGPI7">
<summary>
<para>Bypasses the GPI 7 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.BypassGPI6">
<summary>
<para>Bypasses the GPI 6 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.BypassGPI5">
<summary>
<para>Bypasses the GPI 5 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.BypassGPI4">
<summary>
<para>Bypasses the GPI 4 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.BypassGPI3">
<summary>
<para>Bypasses the GPI 3 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.BypassGPI2">
<summary>
<para>Bypasses the GPI 2 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.BypassGPI1">
<summary>
<para>Bypasses the GPI 1 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.BypassGPI0">
<summary>
<para>Bypasses the GPI 0 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.BypassFrontGPI3">
<summary>
<para>Bypasses the Front GPI 3 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.BypassFrontGPI2">
<summary>
<para>Bypasses the Front GPI 2 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.BypassFrontGPI1">
<summary>
<para>Bypasses the Front GPI 1 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum.BypassFrontGPI0">
<summary>
<para>Bypasses the Front GPI 0 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3Enum">
<tocexclude />
<summary>
<para>Sets the output source of Front GPO 3.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutSelectFrontGPO3" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.ToString">
<summary>The full name of TriggerOutSelectFrontGPO2</summary>
<returns>Returns the full name of TriggerOutSelectFrontGPO2</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.Name">
<summary>The full name of TriggerOutSelectFrontGPO2</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.VCC">
<summary>
<para>The signal is a static one.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.PulseGenerator3">
<summary>
<para>The source for the output statistics is set to pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.PulseGenerator2">
<summary>
<para>The source for the output statistics is set to pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.PulseGenerator1">
<summary>
<para>The source for the output statistics is set to pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.PulseGenerator0">
<summary>
<para>The source for the output statistics is set to pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.NotPulseGenerator3">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.NotPulseGenerator2">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.NotPulseGenerator1">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.NotPulseGenerator0">
<summary>
<para>The source for the output statistics is set to the inverted signal of pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.NotCamEPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.NotCamEPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.NotCamEPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.NotCamEPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.NotCamDPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.NotCamDPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.NotCamDPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.NotCamDPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port D pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.NotCamCPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.NotCamCPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.NotCamCPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.NotCamCPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port C pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.NotCamBPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.NotCamBPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.NotCamBPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.NotCamBPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port B pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.NotCamAPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 3. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.NotCamAPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 2. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.NotCamAPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 1. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.NotCamAPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port A pulse generator 0. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.NotBypassGPI7">
<summary>
<para>Bypasses the inverted GPI 7 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.NotBypassGPI6">
<summary>
<para>Bypasses the inverted GPI 6 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.NotBypassGPI5">
<summary>
<para>Bypasses the inverted GPI 5 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.NotBypassGPI4">
<summary>
<para>Bypasses the inverted GPI 4 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.NotBypassGPI3">
<summary>
<para>Bypasses the inverted GPI 3 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.NotBypassGPI2">
<summary>
<para>Bypasses the inverted GPI 2 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.NotBypassGPI1">
<summary>
<para>Bypasses the inverted GPI 1 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.NotBypassGPI0">
<summary>
<para>Bypasses the inverted GPI 0 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.NotBypassFrontGPI3">
<summary>
<para>Bypasses the inverted Front GPI 3 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.NotBypassFrontGPI2">
<summary>
<para>Bypasses the inverted Front GPI 2 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.NotBypassFrontGPI1">
<summary>
<para>Bypasses the inverted Front GPI 1 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.NotBypassFrontGPI0">
<summary>
<para>Bypasses the inverted Front GPI 0 signal directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.GND">
<summary>
<para>The signal is a static zero.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.CamEPulseGenerator3">
<summary>
<para>The output source is set to camera port E pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.CamEPulseGenerator2">
<summary>
<para>The output source is set to camera port E pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.CamEPulseGenerator1">
<summary>
<para>The output source is set to camera port E pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.CamEPulseGenerator0">
<summary>
<para>The output source is set to camera port E pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.CamDPulseGenerator3">
<summary>
<para>The output source is set to camera port D pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.CamDPulseGenerator2">
<summary>
<para>The output source is set to camera port D pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.CamDPulseGenerator1">
<summary>
<para>The output source is set to camera port D pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.CamDPulseGenerator0">
<summary>
<para>The output source is set to camera port D pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.CamCPulseGenerator3">
<summary>
<para>The output source is set to camera port C pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.CamCPulseGenerator2">
<summary>
<para>The output source is set to camera port C pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.CamCPulseGenerator1">
<summary>
<para>The output source is set to camera port C pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.CamCPulseGenerator0">
<summary>
<para>The output source is set to camera port C pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.CamBPulseGenerator3">
<summary>
<para>The output source is set to camera port B pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.CamBPulseGenerator2">
<summary>
<para>The output source is set to camera port B pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.CamBPulseGenerator1">
<summary>
<para>The output source is set to camera port B pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.CamBPulseGenerator0">
<summary>
<para>The output source is set to camera port B pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.CamAPulseGenerator3">
<summary>
<para>The output source is set to camera port A pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.CamAPulseGenerator2">
<summary>
<para>The output source is set to camera port A pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.CamAPulseGenerator1">
<summary>
<para>The output source is set to camera port A pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.CamAPulseGenerator0">
<summary>
<para>The output source is set to camera port A pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.BypassGPI7">
<summary>
<para>Bypasses the GPI 7 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.BypassGPI6">
<summary>
<para>Bypasses the GPI 6 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.BypassGPI5">
<summary>
<para>Bypasses the GPI 5 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.BypassGPI4">
<summary>
<para>Bypasses the GPI 4 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.BypassGPI3">
<summary>
<para>Bypasses the GPI 3 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.BypassGPI2">
<summary>
<para>Bypasses the GPI 2 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.BypassGPI1">
<summary>
<para>Bypasses the GPI 1 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.BypassGPI0">
<summary>
<para>Bypasses the GPI 0 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.BypassFrontGPI3">
<summary>
<para>Bypasses the Front GPI 3 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.BypassFrontGPI2">
<summary>
<para>Bypasses the Front GPI 2 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.BypassFrontGPI1">
<summary>
<para>Bypasses the Front GPI 1 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum.BypassFrontGPI0">
<summary>
<para>Bypasses the Front GPI 0 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2Enum">
<tocexclude />
<summary>
<para>Sets the output source of Front GPO 2.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutSelectFrontGPO2" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.ToString">
<summary>The full name of TriggerOutSelectFrontGPO1</summary>
<returns>Returns the full name of TriggerOutSelectFrontGPO1</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.Name">
<summary>The full name of TriggerOutSelectFrontGPO1</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.VCC">
<summary>
<para>The output source is set to VCC.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.PulseGenerator3">
<summary>
<para>The output source is set to PulseGenerator3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.PulseGenerator2">
<summary>
<para>The output source is set to PulseGenerator2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.PulseGenerator1">
<summary>
<para>The output source is set to PulseGenerator1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.PulseGenerator0">
<summary>
<para>The output source is set to PulseGenerator0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotPulseGenerator3">
<summary>
<para>The output source is set to NotPulseGenerator3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotPulseGenerator2">
<summary>
<para>The output source is set to NotPulseGenerator2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotPulseGenerator1">
<summary>
<para>The output source is set to NotPulseGenerator1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotPulseGenerator0">
<summary>
<para>The output source is set to NotPulseGenerator0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotCamEPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotCamEPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotCamEPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotCamEPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotCamDPulseGenerator3">
<summary>
<para>The output source is set to Not Cam D Pulse Generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotCamDPulseGenerator2">
<summary>
<para>The output source is set to Not Cam D Pulse Generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotCamDPulseGenerator1">
<summary>
<para>The output source is set to Not Cam D Pulse Generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotCamDPulseGenerator0">
<summary>
<para>The output source is set to Not Cam D Pulse Generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotCamCPulseGenerator3">
<summary>
<para>The output source is set to Not Cam C Pulse Generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotCamCPulseGenerator2">
<summary>
<para>The output source is set to Not Cam C Pulse Generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotCamCPulseGenerator1">
<summary>
<para>The output source is set to Not Cam C Pulse Generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotCamCPulseGenerator0">
<summary>
<para>The output source is set to Not Cam C Pulse Generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotCamBPulseGenerator3">
<summary>
<para>The output source is set to Not Cam B Pulse Generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotCamBPulseGenerator2">
<summary>
<para>The output source is set to Not Cam B Pulse Generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotCamBPulseGenerator1">
<summary>
<para>The output source is set to Not Cam B Pulse Generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotCamBPulseGenerator0">
<summary>
<para>The output source is set to Not Cam B Pulse Generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotCamAPulseGenerator3">
<summary>
<para>The output source is set to NotCamAPulseGenerator3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotCamAPulseGenerator2">
<summary>
<para>The output source is set to NotCamAPulseGenerator2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotCamAPulseGenerator1">
<summary>
<para>The output source is set to NotCamAPulseGenerator1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotCamAPulseGenerator0">
<summary>
<para>The output source is set to NotCamAPulseGenerator0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotBypassGPI7">
<summary>
<para>Bypasses the inverted GPI 7 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotBypassGPI6">
<summary>
<para>Bypasses the inverted GPI 6 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotBypassGPI5">
<summary>
<para>Bypasses the inverted GPI 5 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotBypassGPI4">
<summary>
<para>Bypasses the inverted GPI 4 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotBypassGPI3">
<summary>
<para>Bypasses the inverted GPI 3 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotBypassGPI2">
<summary>
<para>Bypasses the inverted GPI 2 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotBypassGPI1">
<summary>
<para>Bypasses the inverted GPI 1 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotBypassGPI0">
<summary>
<para>Bypasses the inverted GPI 0 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotBypassFrontGPI3">
<summary>
<para>The output source is set to Not Bypass Front-GPI 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotBypassFrontGPI2">
<summary>
<para>The output source is set to Not Bypass Front-GPI 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotBypassFrontGPI1">
<summary>
<para>The output source is set to Not Bypass Front-GPI 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotBypassFrontGPI0">
<summary>
<para>The output source is set to Not Bypass Front-GPI 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotBypassFronGPI3">
<summary>
<para>The output source is set to NotBypassFrontGPI3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotBypassFronGPI2">
<summary>
<para>The output source is set to NotBypassFrontGPI2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotBypassFronGPI1">
<summary>
<para>The output source is set to NotBypassFrontGPI1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.NotBypassFronGPI0">
<summary>
<para>The output source is set to NotBypassFrontGPI0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.GND">
<summary>
<para>The output source is set to GND.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.CamEPulseGenerator3">
<summary>
<para>The output source is set to camera port E pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.CamEPulseGenerator2">
<summary>
<para>The output source is set to camera port E pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.CamEPulseGenerator1">
<summary>
<para>The output source is set to camera port E pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.CamEPulseGenerator0">
<summary>
<para>The output source is set to camera port E pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.CamDPulseGenerator3">
<summary>
<para>The output source is set to Cam D Pulse Generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.CamDPulseGenerator2">
<summary>
<para>The output source is set to Cam D Pulse Generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.CamDPulseGenerator1">
<summary>
<para>The output source is set to Cam D Pulse Generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.CamDPulseGenerator0">
<summary>
<para>The output source is set to Cam D Pulse Generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.CamCPulseGenerator3">
<summary>
<para>The output source is set to Cam C Pulse Generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.CamCPulseGenerator2">
<summary>
<para>The output source is set to Cam C Pulse Generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.CamCPulseGenerator1">
<summary>
<para>The output source is set to Cam C Pulse Generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.CamCPulseGenerator0">
<summary>
<para>The output source is set to Cam C Pulse Generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.CamBPulseGenerator3">
<summary>
<para>The output source is set to Cam B Pulse Generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.CamBPulseGenerator2">
<summary>
<para>The output source is set to Cam B Pulse Generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.CamBPulseGenerator1">
<summary>
<para>The output source is set to Cam B Pulse Generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.CamBPulseGenerator0">
<summary>
<para>The output source is set to Cam B Pulse Generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.CamAPulseGenerator3">
<summary>
<para>The output source is set to CamAPulseGenerator3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.CamAPulseGenerator2">
<summary>
<para>The output source is set to CamAPulseGenerator2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.CamAPulseGenerator1">
<summary>
<para>The output source is set to CamAPulseGenerator1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.CamAPulseGenerator0">
<summary>
<para>The output source is set to CamAPulseGenerator0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.BypassGPI7">
<summary>
<para>Bypasses the GPI 7 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.BypassGPI6">
<summary>
<para>Bypasses the GPI 6 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.BypassGPI5">
<summary>
<para>Bypasses the GPI 5 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.BypassGPI4">
<summary>
<para>Bypasses the GPI 4 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.BypassGPI3">
<summary>
<para>Bypasses the GPI 3 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.BypassGPI2">
<summary>
<para>Bypasses the GPI 2 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.BypassGPI1">
<summary>
<para>Bypasses the GPI 1 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.BypassGPI0">
<summary>
<para>Bypasses the GPI 0 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.BypassFrontGPI3">
<summary>
<para>The output source is set to BypassFrontGPI3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.BypassFrontGPI2">
<summary>
<para>The output source is set to BypassFrontGPI2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.BypassFrontGPI1">
<summary>
<para>The output source is set to BypassFrontGPI1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum.BypassFrontGPI0">
<summary>
<para>The output source is set to BypassFrontGPI0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1Enum">
<tocexclude />
<summary>
<para>Sets the output source of Front GPO 1.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutSelectFrontGPO1" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.ToString">
<summary>The full name of TriggerOutSelectFrontGPO0</summary>
<returns>Returns the full name of TriggerOutSelectFrontGPO0</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.Name">
<summary>The full name of TriggerOutSelectFrontGPO0</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.VCC">
<summary>
<para>The output source is set to VCC.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.PulseGenerator3">
<summary>
<para>The output source is set to PulseGenerator3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.PulseGenerator2">
<summary>
<para>The output source is set to PulseGenerator2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.PulseGenerator1">
<summary>
<para>The output source is set to PulseGenerator1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.PulseGenerator0">
<summary>
<para>The output source is set to PulseGenerator0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotPulseGenerator3">
<summary>
<para>The output source is set to NotPulseGenerator3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotPulseGenerator2">
<summary>
<para>The output source is set to NotPulseGenerator2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotPulseGenerator1">
<summary>
<para>The output source is set to NotPulseGenerator1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotPulseGenerator0">
<summary>
<para>The output source is set to NotPulseGenerator0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotCamEPulseGenerator3">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotCamEPulseGenerator2">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotCamEPulseGenerator1">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotCamEPulseGenerator0">
<summary>
<para>The output source is set to the inverted signal of camera port E pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotCamDPulseGenerator3">
<summary>
<para>The output source is set to Not Cam D Pulse Generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotCamDPulseGenerator2">
<summary>
<para>The output source is set to Not Cam D Pulse Generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotCamDPulseGenerator1">
<summary>
<para>The output source is set to Not Cam D Pulse Generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotCamDPulseGenerator0">
<summary>
<para>The output source is set to Not Cam D Pulse Generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotCamCPulseGenerator3">
<summary>
<para>The output source is set to Not Cam C Pulse Generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotCamCPulseGenerator2">
<summary>
<para>The output source is set to Not Cam C Pulse Generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotCamCPulseGenerator1">
<summary>
<para>The output source is set to Not Cam C Pulse Generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotCamCPulseGenerator0">
<summary>
<para>The output source is set to Not Cam C Pulse Generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotCamBPulseGenerator3">
<summary>
<para>The output source is set to Not Cam B Pulse Generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotCamBPulseGenerator2">
<summary>
<para>The output source is set to Not Cam B Pulse Generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotCamBPulseGenerator1">
<summary>
<para>The output source is set to Not Cam B Pulse Generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotCamBPulseGenerator0">
<summary>
<para>The output source is set to Not Cam B Pulse Generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotCamAPulseGenerator3">
<summary>
<para>The output source is set to NotCamAPulseGenerator3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotCamAPulseGenerator2">
<summary>
<para>The output source is set to NotCamAPulseGenerator2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotCamAPulseGenerator1">
<summary>
<para>The output source is set to NotCamAPulseGenerator1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotCamAPulseGenerator0">
<summary>
<para>The output source is set to NotCamAPulseGenerator0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotBypassGPI7">
<summary>
<para>Bypasses the inverted GPI 7 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotBypassGPI6">
<summary>
<para>Bypasses the inverted GPI 6 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotBypassGPI5">
<summary>
<para>Bypasses the inverted GPI 5 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotBypassGPI4">
<summary>
<para>Bypasses the inverted GPI 4 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotBypassGPI3">
<summary>
<para>Bypasses the inverted GPI 3 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotBypassGPI2">
<summary>
<para>Bypasses the inverted GPI 2 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotBypassGPI1">
<summary>
<para>Bypasses the inverted GPI 1 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotBypassGPI0">
<summary>
<para>Bypasses the inverted GPI 0 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotBypassFrontGPI3">
<summary>
<para>The output source is set to Not Bypass Front-GPI 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotBypassFrontGPI2">
<summary>
<para>The output source is set to Not Bypass Front-GPI 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotBypassFrontGPI1">
<summary>
<para>The output source is set to Not Bypass Front-GPI 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotBypassFrontGPI0">
<summary>
<para>The output source is set to Not Bypass Front-GPI 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotBypassFronGPI3">
<summary>
<para>The output source is set to NotBypassFrontGPI3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotBypassFronGPI2">
<summary>
<para>The output source is set to NotBypassFrontGPI2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotBypassFronGPI1">
<summary>
<para>The output source is set to NotBypassFrontGPI1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.NotBypassFronGPI0">
<summary>
<para>The output source is set to NotBypassFrontGPI0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.GND">
<summary>
<para>The output source is set to GND.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.CamEPulseGenerator3">
<summary>
<para>The output source is set to camera port E pulse generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.CamEPulseGenerator2">
<summary>
<para>The output source is set to camera port E pulse generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.CamEPulseGenerator1">
<summary>
<para>The output source is set to camera port E pulse generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.CamEPulseGenerator0">
<summary>
<para>The output source is set to camera port E pulse generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.CamDPulseGenerator3">
<summary>
<para>The output source is set to Cam D Pulse Generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.CamDPulseGenerator2">
<summary>
<para>The output source is set to Cam D Pulse Generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.CamDPulseGenerator1">
<summary>
<para>The output source is set to Cam D Pulse Generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.CamDPulseGenerator0">
<summary>
<para>The output source is set to Cam D Pulse Generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.CamCPulseGenerator3">
<summary>
<para>The output source is set to Cam C Pulse Generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.CamCPulseGenerator2">
<summary>
<para>The output source is set to Cam C Pulse Generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.CamCPulseGenerator1">
<summary>
<para>The output source is set to Cam C Pulse Generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.CamCPulseGenerator0">
<summary>
<para>The output source is set to Cam C Pulse Generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.CamBPulseGenerator3">
<summary>
<para>The output source is set to Cam B Pulse Generator 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.CamBPulseGenerator2">
<summary>
<para>The output source is set to Cam B Pulse Generator 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.CamBPulseGenerator1">
<summary>
<para>The output source is set to Cam B Pulse Generator 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.CamBPulseGenerator0">
<summary>
<para>The output source is set to Cam B Pulse Generator 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.CamAPulseGenerator3">
<summary>
<para>The output source is set to CamAPulseGenerator3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.CamAPulseGenerator2">
<summary>
<para>The output source is set to CamAPulseGenerator2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.CamAPulseGenerator1">
<summary>
<para>The output source is set to CamAPulseGenerator1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.CamAPulseGenerator0">
<summary>
<para>The output source is set to CamAPulseGenerator0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.BypassGPI7">
<summary>
<para>Bypasses the GPI 7 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.BypassGPI6">
<summary>
<para>Bypasses the GPI 6 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.BypassGPI5">
<summary>
<para>Bypasses the GPI 5 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.BypassGPI4">
<summary>
<para>Bypasses the GPI 4 signal directly to the output. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.BypassGPI3">
<summary>
<para>Bypasses the GPI 3 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.BypassGPI2">
<summary>
<para>Bypasses the GPI 2 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.BypassGPI1">
<summary>
<para>Bypasses the GPI 1 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.BypassGPI0">
<summary>
<para>Bypasses the GPI 0 signal directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.BypassFrontGPI3">
<summary>
<para>The output source is set to BypassFrontGPI3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.BypassFrontGPI2">
<summary>
<para>The output source is set to BypassFrontGPI2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.BypassFrontGPI1">
<summary>
<para>The output source is set to BypassFrontGPI1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum.BypassFrontGPI0">
<summary>
<para>The output source is set to BypassFrontGPI0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0Enum">
<tocexclude />
<summary>
<para>Sets the output source of Front GPO 0.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutSelectFrontGPO0" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.ToString">
<summary>The full name of TriggerOutGPO7Source</summary>
<returns>Returns the full name of TriggerOutGPO7Source</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.Name">
<summary>The full name of TriggerOutGPO7Source</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.VCC">
<summary>
<para>The signal is a static one.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.SignalLineValid">
<summary>
<para>The line valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.SignalGPI7">
<summary>
<para>The GPI 7 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.SignalGPI6">
<summary>
<para>The GPI 6 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.SignalGPI5">
<summary>
<para>The GPI 5 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.SignalGPI4">
<summary>
<para>The GPI 4 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.SignalGPI3">
<summary>
<para>The GPI 3 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.SignalGPI2">
<summary>
<para>The GPI 2 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.SignalGPI1">
<summary>
<para>The GPI 1 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.SignalGPI0">
<summary>
<para>The GPI 0 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.SignalFrontGPI3">
<summary>
<para>The front GPI 3 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.SignalFrontGPI2">
<summary>
<para>The front GPI 2 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.SignalFrontGPI1">
<summary>
<para>The front GPI 1 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.SignalFrontGPI0">
<summary>
<para>The front GPI 0 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.SignalFrameValid">
<summary>
<para>The frame valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.SignalFlash">
<summary>
<para>The flash signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.SignalExsync2">
<summary>
<para>The Exsync2 signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.SignalExsync">
<summary>
<para>The Exsync signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.SignalCam4LineValid">
<summary>
<para>The line valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.SignalCam4FrameValid">
<summary>
<para>The frame valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.SignalCam4Flash">
<summary>
<para>The flash signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.SignalCam4Exsync2">
<summary>
<para>The Exsync2 signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.SignalCam4Exsync">
<summary>
<para>The Exsync signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.SignalCam3LineValid">
<summary>
<para>The line valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.SignalCam3FrameValid">
<summary>
<para>The frame valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.SignalCam3Flash">
<summary>
<para>The flash signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.SignalCam3Exsync2">
<summary>
<para>The Exsync2 signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.SignalCam3Exsync">
<summary>
<para>The Exsync signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.SignalCam2LineValid">
<summary>
<para>The line valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.SignalCam2FrameValid">
<summary>
<para>The frame valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.SignalCam2Flash">
<summary>
<para>The flash signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.SignalCam2Exsync2">
<summary>
<para>The Exsync2 signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.SignalCam2Exsync">
<summary>
<para>The Exsync signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.SignalCam1LineValid">
<summary>
<para>The line valid signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.SignalCam1FrameValid">
<summary>
<para>The frame valid signal of cam 1 is set as input. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.SignalCam1Flash">
<summary>
<para>The flash signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.SignalCam1Exsync2">
<summary>
<para>The Exsync2 signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.SignalCam1Exsync">
<summary>
<para>The Exsync signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum.GND">
<summary>
<para>The signal is a static zero.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerOutGPO7SourceEnum">
<tocexclude />
<summary>
<para>Sets the signal source for GPO 7 output.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutGPO7Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerOutGPO7PolarityEnum.ToString">
<summary>The full name of TriggerOutGPO7Polarity</summary>
<returns>Returns the full name of TriggerOutGPO7Polarity</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7PolarityEnum.Name">
<summary>The full name of TriggerOutGPO7Polarity</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7PolarityEnum.LowActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to Low Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7PolarityEnum.HighActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to High Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerOutGPO7PolarityEnum">
<tocexclude />
<summary>
<para>Sets the GPO 7 signal polarity. This parameter is ignored if the source is VCC or GND.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutGPO7Polarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.ToString">
<summary>The full name of TriggerOutGPO6Source</summary>
<returns>Returns the full name of TriggerOutGPO6Source</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.Name">
<summary>The full name of TriggerOutGPO6Source</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.VCC">
<summary>
<para>The signal is a static one.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.SignalLineValid">
<summary>
<para>The line valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.SignalGPI7">
<summary>
<para>The GPI 7 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.SignalGPI6">
<summary>
<para>The GPI 6 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.SignalGPI5">
<summary>
<para>The GPI 5 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.SignalGPI4">
<summary>
<para>The GPI 4 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.SignalGPI3">
<summary>
<para>The GPI 3 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.SignalGPI2">
<summary>
<para>The GPI 2 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.SignalGPI1">
<summary>
<para>The GPI 1 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.SignalGPI0">
<summary>
<para>The GPI 0 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.SignalFrontGPI3">
<summary>
<para>The front GPI 3 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.SignalFrontGPI2">
<summary>
<para>The front GPI 2 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.SignalFrontGPI1">
<summary>
<para>The front GPI 1 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.SignalFrontGPI0">
<summary>
<para>The front GPI 0 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.SignalFrameValid">
<summary>
<para>The frame valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.SignalFlash">
<summary>
<para>The flash signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.SignalExsync2">
<summary>
<para>The Exsync2 signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.SignalExsync">
<summary>
<para>The Exsync signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.SignalCam4LineValid">
<summary>
<para>The line valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.SignalCam4FrameValid">
<summary>
<para>The frame valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.SignalCam4Flash">
<summary>
<para>The flash signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.SignalCam4Exsync2">
<summary>
<para>The Exsync2 signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.SignalCam4Exsync">
<summary>
<para>The Exsync signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.SignalCam3LineValid">
<summary>
<para>The line valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.SignalCam3FrameValid">
<summary>
<para>The frame valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.SignalCam3Flash">
<summary>
<para>The flash signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.SignalCam3Exsync2">
<summary>
<para>The Exsync2 signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.SignalCam3Exsync">
<summary>
<para>The Exsync signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.SignalCam2LineValid">
<summary>
<para>The line valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.SignalCam2FrameValid">
<summary>
<para>The frame valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.SignalCam2Flash">
<summary>
<para>The flash signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.SignalCam2Exsync2">
<summary>
<para>The Exsync2 signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.SignalCam2Exsync">
<summary>
<para>The Exsync signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.SignalCam1LineValid">
<summary>
<para>The line valid signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.SignalCam1FrameValid">
<summary>
<para>The frame valid signal of cam 1 is set as input. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.SignalCam1Flash">
<summary>
<para>The flash signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.SignalCam1Exsync2">
<summary>
<para>The Exsync2 signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.SignalCam1Exsync">
<summary>
<para>The Exsync signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum.GND">
<summary>
<para>The signal is a static zero.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerOutGPO6SourceEnum">
<tocexclude />
<summary>
<para>Sets the signal source for GPO 6 output.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutGPO6Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerOutGPO6PolarityEnum.ToString">
<summary>The full name of TriggerOutGPO6Polarity</summary>
<returns>Returns the full name of TriggerOutGPO6Polarity</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6PolarityEnum.Name">
<summary>The full name of TriggerOutGPO6Polarity</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6PolarityEnum.LowActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to Low Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6PolarityEnum.HighActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to High Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerOutGPO6PolarityEnum">
<tocexclude />
<summary>
<para>Sets the GPO 6 signal polarity. This parameter is ignored if the source is VCC or GND.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutGPO6Polarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.ToString">
<summary>The full name of TriggerOutGPO5Source</summary>
<returns>Returns the full name of TriggerOutGPO5Source</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.Name">
<summary>The full name of TriggerOutGPO5Source</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.VCC">
<summary>
<para>The signal is a static one.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.SignalLineValid">
<summary>
<para>The line valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.SignalGPI7">
<summary>
<para>The GPI 7 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.SignalGPI6">
<summary>
<para>The GPI 6 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.SignalGPI5">
<summary>
<para>The GPI 5 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.SignalGPI4">
<summary>
<para>The GPI 4 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.SignalGPI3">
<summary>
<para>The GPI 3 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.SignalGPI2">
<summary>
<para>The GPI 2 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.SignalGPI1">
<summary>
<para>The GPI 1 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.SignalGPI0">
<summary>
<para>The GPI 0 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.SignalFrontGPI3">
<summary>
<para>The front GPI 3 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.SignalFrontGPI2">
<summary>
<para>The front GPI 2 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.SignalFrontGPI1">
<summary>
<para>The front GPI 1 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.SignalFrontGPI0">
<summary>
<para>The front GPI 0 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.SignalFrameValid">
<summary>
<para>The frame valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.SignalFlash">
<summary>
<para>The flash signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.SignalExsync2">
<summary>
<para>The Exsync2 signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.SignalExsync">
<summary>
<para>The Exsync signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.SignalCam4LineValid">
<summary>
<para>The line valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.SignalCam4FrameValid">
<summary>
<para>The frame valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.SignalCam4Flash">
<summary>
<para>The flash signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.SignalCam4Exsync2">
<summary>
<para>The Exsync2 signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.SignalCam4Exsync">
<summary>
<para>The Exsync signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.SignalCam3LineValid">
<summary>
<para>The line valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.SignalCam3FrameValid">
<summary>
<para>The frame valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.SignalCam3Flash">
<summary>
<para>The flash signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.SignalCam3Exsync2">
<summary>
<para>The Exsync2 signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.SignalCam3Exsync">
<summary>
<para>The Exsync signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.SignalCam2LineValid">
<summary>
<para>The line valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.SignalCam2FrameValid">
<summary>
<para>The frame valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.SignalCam2Flash">
<summary>
<para>The flash signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.SignalCam2Exsync2">
<summary>
<para>The Exsync2 signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.SignalCam2Exsync">
<summary>
<para>The Exsync signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.SignalCam1LineValid">
<summary>
<para>The line valid signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.SignalCam1FrameValid">
<summary>
<para>The frame valid signal of cam 1 is set as input. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.SignalCam1Flash">
<summary>
<para>The flash signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.SignalCam1Exsync2">
<summary>
<para>The Exsync2 signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.SignalCam1Exsync">
<summary>
<para>The Exsync signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum.GND">
<summary>
<para>The signal is a static zero.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerOutGPO5SourceEnum">
<tocexclude />
<summary>
<para>Sets the signal source for GPO 5 output.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutGPO5Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerOutGPO5PolarityEnum.ToString">
<summary>The full name of TriggerOutGPO5Polarity</summary>
<returns>Returns the full name of TriggerOutGPO5Polarity</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5PolarityEnum.Name">
<summary>The full name of TriggerOutGPO5Polarity</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5PolarityEnum.LowActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to Low Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5PolarityEnum.HighActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to High Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerOutGPO5PolarityEnum">
<tocexclude />
<summary>
<para>Sets the GPO 5 signal polarity. This parameter is ignored if the source is VCC or GND.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutGPO5Polarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.ToString">
<summary>The full name of TriggerOutGPO4Source</summary>
<returns>Returns the full name of TriggerOutGPO4Source</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.Name">
<summary>The full name of TriggerOutGPO4Source</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.VCC">
<summary>
<para>The signal is a static one.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.SignalLineValid">
<summary>
<para>The line valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.SignalGPI7">
<summary>
<para>The GPI 7 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.SignalGPI6">
<summary>
<para>The GPI 6 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.SignalGPI5">
<summary>
<para>The GPI 5 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.SignalGPI4">
<summary>
<para>The GPI 4 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.SignalGPI3">
<summary>
<para>The GPI 3 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.SignalGPI2">
<summary>
<para>The GPI 2 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.SignalGPI1">
<summary>
<para>The GPI 1 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.SignalGPI0">
<summary>
<para>The GPI 0 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.SignalFrontGPI3">
<summary>
<para>The front GPI 3 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.SignalFrontGPI2">
<summary>
<para>The front GPI 2 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.SignalFrontGPI1">
<summary>
<para>The front GPI 1 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.SignalFrontGPI0">
<summary>
<para>The front GPI 0 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.SignalFrameValid">
<summary>
<para>The frame valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.SignalFlash">
<summary>
<para>The flash signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.SignalExsync2">
<summary>
<para>The Exsync2 signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.SignalExsync">
<summary>
<para>The Exsync signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.SignalCam4LineValid">
<summary>
<para>The line valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.SignalCam4FrameValid">
<summary>
<para>The frame valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.SignalCam4Flash">
<summary>
<para>The flash signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.SignalCam4Exsync2">
<summary>
<para>The Exsync2 signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.SignalCam4Exsync">
<summary>
<para>The Exsync signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.SignalCam3LineValid">
<summary>
<para>The line valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.SignalCam3FrameValid">
<summary>
<para>The frame valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.SignalCam3Flash">
<summary>
<para>The flash signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.SignalCam3Exsync2">
<summary>
<para>The Exsync2 signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.SignalCam3Exsync">
<summary>
<para>The Exsync signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.SignalCam2LineValid">
<summary>
<para>The line valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.SignalCam2FrameValid">
<summary>
<para>The frame valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.SignalCam2Flash">
<summary>
<para>The flash signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.SignalCam2Exsync2">
<summary>
<para>The Exsync2 signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.SignalCam2Exsync">
<summary>
<para>The Exsync signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.SignalCam1LineValid">
<summary>
<para>The line valid signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.SignalCam1FrameValid">
<summary>
<para>The frame valid signal of cam 1 is set as input. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.SignalCam1Flash">
<summary>
<para>The flash signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.SignalCam1Exsync2">
<summary>
<para>The Exsync2 signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.SignalCam1Exsync">
<summary>
<para>The Exsync signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum.GND">
<summary>
<para>The signal is a static zero.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerOutGPO4SourceEnum">
<tocexclude />
<summary>
<para>Sets the signal source for GPO 4 output.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutGPO4Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerOutGPO4PolarityEnum.ToString">
<summary>The full name of TriggerOutGPO4Polarity</summary>
<returns>Returns the full name of TriggerOutGPO4Polarity</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4PolarityEnum.Name">
<summary>The full name of TriggerOutGPO4Polarity</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4PolarityEnum.LowActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to Low Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4PolarityEnum.HighActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to High Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerOutGPO4PolarityEnum">
<tocexclude />
<summary>
<para>Sets the GPO 4 signal polarity. This parameter is ignored if the source is VCC or GND.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutGPO4Polarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.ToString">
<summary>The full name of TriggerOutGPO3Source</summary>
<returns>Returns the full name of TriggerOutGPO3Source</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.Name">
<summary>The full name of TriggerOutGPO3Source</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.VCC">
<summary>
<para>The signal is a static one.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.SignalLineValid">
<summary>
<para>The line valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.SignalGPI7">
<summary>
<para>The GPI 7 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.SignalGPI6">
<summary>
<para>The GPI 6 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.SignalGPI5">
<summary>
<para>The GPI 5 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.SignalGPI4">
<summary>
<para>The GPI 4 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.SignalGPI3">
<summary>
<para>The GPI 3 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.SignalGPI2">
<summary>
<para>The GPI 2 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.SignalGPI1">
<summary>
<para>The GPI 1 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.SignalGPI0">
<summary>
<para>The GPI 0 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.SignalFrontGPI3">
<summary>
<para>The front GPI 3 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.SignalFrontGPI2">
<summary>
<para>The front GPI 2 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.SignalFrontGPI1">
<summary>
<para>The front GPI 1 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.SignalFrontGPI0">
<summary>
<para>The front GPI 0 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.SignalFrameValid">
<summary>
<para>The frame valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.SignalFlash">
<summary>
<para>The flash signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.SignalExsync2">
<summary>
<para>The Exsync2 signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.SignalExsync">
<summary>
<para>The Exsync signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.SignalCam4LineValid">
<summary>
<para>The line valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.SignalCam4FrameValid">
<summary>
<para>The frame valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.SignalCam4Flash">
<summary>
<para>The flash signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.SignalCam4Exsync2">
<summary>
<para>The Exsync2 signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.SignalCam4Exsync">
<summary>
<para>The Exsync signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.SignalCam3LineValid">
<summary>
<para>The line valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.SignalCam3FrameValid">
<summary>
<para>The frame valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.SignalCam3Flash">
<summary>
<para>The flash signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.SignalCam3Exsync2">
<summary>
<para>The Exsync2 signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.SignalCam3Exsync">
<summary>
<para>The Exsync signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.SignalCam2LineValid">
<summary>
<para>The line valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.SignalCam2FrameValid">
<summary>
<para>The frame valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.SignalCam2Flash">
<summary>
<para>The flash signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.SignalCam2Exsync2">
<summary>
<para>The Exsync2 signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.SignalCam2Exsync">
<summary>
<para>The Exsync signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.SignalCam1LineValid">
<summary>
<para>The line valid signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.SignalCam1FrameValid">
<summary>
<para>The frame valid signal of cam 1 is set as input. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.SignalCam1Flash">
<summary>
<para>The flash signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.SignalCam1Exsync2">
<summary>
<para>The Exsync2 signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.SignalCam1Exsync">
<summary>
<para>The Exsync signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum.GND">
<summary>
<para>The signal is a static zero.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerOutGPO3SourceEnum">
<tocexclude />
<summary>
<para>Sets the signal source for GPO 3 output.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutGPO3Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerOutGPO3PolarityEnum.ToString">
<summary>The full name of TriggerOutGPO3Polarity</summary>
<returns>Returns the full name of TriggerOutGPO3Polarity</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3PolarityEnum.Name">
<summary>The full name of TriggerOutGPO3Polarity</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3PolarityEnum.LowActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to Low Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3PolarityEnum.HighActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to High Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerOutGPO3PolarityEnum">
<tocexclude />
<summary>
<para>Sets the GPO 3 signal polarity. This parameter is ignored if the source is VCC or GND.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutGPO3Polarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.ToString">
<summary>The full name of TriggerOutGPO2Source</summary>
<returns>Returns the full name of TriggerOutGPO2Source</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.Name">
<summary>The full name of TriggerOutGPO2Source</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.VCC">
<summary>
<para>The signal is a static one.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.SignalLineValid">
<summary>
<para>The line valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.SignalGPI7">
<summary>
<para>The GPI 7 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.SignalGPI6">
<summary>
<para>The GPI 6 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.SignalGPI5">
<summary>
<para>The GPI 5 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.SignalGPI4">
<summary>
<para>The GPI 4 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.SignalGPI3">
<summary>
<para>The GPI 3 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.SignalGPI2">
<summary>
<para>The GPI 2 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.SignalGPI1">
<summary>
<para>The GPI 1 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.SignalGPI0">
<summary>
<para>The GPI 0 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.SignalFrontGPI3">
<summary>
<para>The front GPI 3 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.SignalFrontGPI2">
<summary>
<para>The front GPI 2 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.SignalFrontGPI1">
<summary>
<para>The front GPI 1 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.SignalFrontGPI0">
<summary>
<para>The front GPI 0 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.SignalFrameValid">
<summary>
<para>The frame valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.SignalFlash">
<summary>
<para>The flash signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.SignalExsync2">
<summary>
<para>The Exsync2 signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.SignalExsync">
<summary>
<para>The Exsync signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.SignalCam4LineValid">
<summary>
<para>The line valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.SignalCam4FrameValid">
<summary>
<para>The frame valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.SignalCam4Flash">
<summary>
<para>The flash signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.SignalCam4Exsync2">
<summary>
<para>The Exsync2 signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.SignalCam4Exsync">
<summary>
<para>The Exsync signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.SignalCam3LineValid">
<summary>
<para>The line valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.SignalCam3FrameValid">
<summary>
<para>The frame valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.SignalCam3Flash">
<summary>
<para>The flash signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.SignalCam3Exsync2">
<summary>
<para>The Exsync2 signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.SignalCam3Exsync">
<summary>
<para>The Exsync signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.SignalCam2LineValid">
<summary>
<para>The line valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.SignalCam2FrameValid">
<summary>
<para>The frame valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.SignalCam2Flash">
<summary>
<para>The flash signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.SignalCam2Exsync2">
<summary>
<para>The Exsync2 signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.SignalCam2Exsync">
<summary>
<para>The Exsync signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.SignalCam1LineValid">
<summary>
<para>The line valid signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.SignalCam1FrameValid">
<summary>
<para>The frame valid signal of cam 1 is set as input. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.SignalCam1Flash">
<summary>
<para>The flash signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.SignalCam1Exsync2">
<summary>
<para>The Exsync2 signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.SignalCam1Exsync">
<summary>
<para>The Exsync signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum.GND">
<summary>
<para>The signal is a static zero.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerOutGPO2SourceEnum">
<tocexclude />
<summary>
<para>Sets the signal source for GPO 2 output.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutGPO2Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerOutGPO2PolarityEnum.ToString">
<summary>The full name of TriggerOutGPO2Polarity</summary>
<returns>Returns the full name of TriggerOutGPO2Polarity</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2PolarityEnum.Name">
<summary>The full name of TriggerOutGPO2Polarity</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2PolarityEnum.LowActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to Low Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2PolarityEnum.HighActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to High Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerOutGPO2PolarityEnum">
<tocexclude />
<summary>
<para>Sets the GPO 2 signal polarity. This parameter is ignored if the source is VCC or GND.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutGPO2Polarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.ToString">
<summary>The full name of TriggerOutGPO1Source</summary>
<returns>Returns the full name of TriggerOutGPO1Source</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.Name">
<summary>The full name of TriggerOutGPO1Source</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.VCC">
<summary>
<para>The signal is a static one.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.SignalLineValid">
<summary>
<para>The line valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.SignalGPI7">
<summary>
<para>The GPI 7 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.SignalGPI6">
<summary>
<para>The GPI 6 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.SignalGPI5">
<summary>
<para>The GPI 5 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.SignalGPI4">
<summary>
<para>The GPI 4 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.SignalGPI3">
<summary>
<para>The GPI 3 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.SignalGPI2">
<summary>
<para>The GPI 2 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.SignalGPI1">
<summary>
<para>The GPI 1 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.SignalGPI0">
<summary>
<para>The GPI 0 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.SignalFrontGPI3">
<summary>
<para>The front GPI 3 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.SignalFrontGPI2">
<summary>
<para>The front GPI 2 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.SignalFrontGPI1">
<summary>
<para>The front GPI 1 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.SignalFrontGPI0">
<summary>
<para>The front GPI 0 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.SignalFrameValid">
<summary>
<para>The frame valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.SignalFlash">
<summary>
<para>The flash signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.SignalExsync2">
<summary>
<para>The Exsync2 signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.SignalExsync">
<summary>
<para>The Exsync signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.SignalCam4LineValid">
<summary>
<para>The line valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.SignalCam4FrameValid">
<summary>
<para>The frame valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.SignalCam4Flash">
<summary>
<para>The flash signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.SignalCam4Exsync2">
<summary>
<para>The Exsync2 signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.SignalCam4Exsync">
<summary>
<para>The Exsync signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.SignalCam3LineValid">
<summary>
<para>The line valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.SignalCam3FrameValid">
<summary>
<para>The frame valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.SignalCam3Flash">
<summary>
<para>The flash signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.SignalCam3Exsync2">
<summary>
<para>The Exsync2 signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.SignalCam3Exsync">
<summary>
<para>The Exsync signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.SignalCam2LineValid">
<summary>
<para>The line valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.SignalCam2FrameValid">
<summary>
<para>The frame valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.SignalCam2Flash">
<summary>
<para>The flash signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.SignalCam2Exsync2">
<summary>
<para>The Exsync2 signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.SignalCam2Exsync">
<summary>
<para>The Exsync signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.SignalCam1LineValid">
<summary>
<para>The line valid signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.SignalCam1FrameValid">
<summary>
<para>The frame valid signal of cam 1 is set as input. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.SignalCam1Flash">
<summary>
<para>The flash signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.SignalCam1Exsync2">
<summary>
<para>The Exsync2 signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.SignalCam1Exsync">
<summary>
<para>The Exsync signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum.GND">
<summary>
<para>The signal is a static zero.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerOutGPO1SourceEnum">
<tocexclude />
<summary>
<para>Sets the signal source for GPO 1 output.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutGPO1Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerOutGPO1PolarityEnum.ToString">
<summary>The full name of TriggerOutGPO1Polarity</summary>
<returns>Returns the full name of TriggerOutGPO1Polarity</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1PolarityEnum.Name">
<summary>The full name of TriggerOutGPO1Polarity</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1PolarityEnum.LowActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to Low Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1PolarityEnum.HighActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to High Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerOutGPO1PolarityEnum">
<tocexclude />
<summary>
<para>Sets the GPO 1 signal polarity. This parameter is ignored if the source is VCC or GND.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutGPO1Polarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.ToString">
<summary>The full name of TriggerOutGPO0Source</summary>
<returns>Returns the full name of TriggerOutGPO0Source</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.Name">
<summary>The full name of TriggerOutGPO0Source</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.VCC">
<summary>
<para>The signal is a static one.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.SignalLineValid">
<summary>
<para>The line valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.SignalGPI7">
<summary>
<para>The GPI 7 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.SignalGPI6">
<summary>
<para>The GPI 6 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.SignalGPI5">
<summary>
<para>The GPI 5 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.SignalGPI4">
<summary>
<para>The GPI 4 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.SignalGPI3">
<summary>
<para>The GPI 3 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.SignalGPI2">
<summary>
<para>The GPI 2 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.SignalGPI1">
<summary>
<para>The GPI 1 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.SignalGPI0">
<summary>
<para>The GPI 0 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.SignalFrontGPI3">
<summary>
<para>The front GPI 3 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.SignalFrontGPI2">
<summary>
<para>The front GPI 2 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.SignalFrontGPI1">
<summary>
<para>The front GPI 1 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.SignalFrontGPI0">
<summary>
<para>The front GPI 0 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.SignalFrameValid">
<summary>
<para>The frame valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.SignalFlash">
<summary>
<para>The flash signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.SignalExsync2">
<summary>
<para>The Exsync2 signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.SignalExsync">
<summary>
<para>The Exsync signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.SignalCam4LineValid">
<summary>
<para>The line valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.SignalCam4FrameValid">
<summary>
<para>The frame valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.SignalCam4Flash">
<summary>
<para>The flash signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.SignalCam4Exsync2">
<summary>
<para>The Exsync2 signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.SignalCam4Exsync">
<summary>
<para>The Exsync signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.SignalCam3LineValid">
<summary>
<para>The line valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.SignalCam3FrameValid">
<summary>
<para>The frame valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.SignalCam3Flash">
<summary>
<para>The flash signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.SignalCam3Exsync2">
<summary>
<para>The Exsync2 signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.SignalCam3Exsync">
<summary>
<para>The Exsync signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.SignalCam2LineValid">
<summary>
<para>The line valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.SignalCam2FrameValid">
<summary>
<para>The frame valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.SignalCam2Flash">
<summary>
<para>The flash signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.SignalCam2Exsync2">
<summary>
<para>The Exsync2 signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.SignalCam2Exsync">
<summary>
<para>The Exsync signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.SignalCam1LineValid">
<summary>
<para>The line valid signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.SignalCam1FrameValid">
<summary>
<para>The frame valid signal of cam 1 is set as input. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.SignalCam1Flash">
<summary>
<para>The flash signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.SignalCam1Exsync2">
<summary>
<para>The Exsync2 signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.SignalCam1Exsync">
<summary>
<para>The Exsync signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum.GND">
<summary>
<para>The signal is a static zero.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerOutGPO0SourceEnum">
<tocexclude />
<summary>
<para>Sets the signal source for GPO 0 output.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutGPO0Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerOutGPO0PolarityEnum.ToString">
<summary>The full name of TriggerOutGPO0Polarity</summary>
<returns>Returns the full name of TriggerOutGPO0Polarity</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0PolarityEnum.Name">
<summary>The full name of TriggerOutGPO0Polarity</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0PolarityEnum.LowActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to Low Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0PolarityEnum.HighActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to High Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerOutGPO0PolarityEnum">
<tocexclude />
<summary>
<para>Sets the GPO 0 signal polarity. This parameter is ignored if the source is VCC or GND.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutGPO0Polarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.ToString">
<summary>The full name of TriggerOutFrontGPO3Source</summary>
<returns>Returns the full name of TriggerOutFrontGPO3Source</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.Name">
<summary>The full name of TriggerOutFrontGPO3Source</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.VCC">
<summary>
<para>The signal is a static one.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.SignalLineValid">
<summary>
<para>The line valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.SignalGPI7">
<summary>
<para>The GPI 7 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.SignalGPI6">
<summary>
<para>The GPI 6 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.SignalGPI5">
<summary>
<para>The GPI 5 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.SignalGPI4">
<summary>
<para>The GPI 4 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.SignalGPI3">
<summary>
<para>The GPI 3 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.SignalGPI2">
<summary>
<para>The GPI 2 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.SignalGPI1">
<summary>
<para>The GPI 1 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.SignalGPI0">
<summary>
<para>The GPI 0 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.SignalFrontGPI3">
<summary>
<para>The front GPI 3 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.SignalFrontGPI2">
<summary>
<para>The front GPI 2 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.SignalFrontGPI1">
<summary>
<para>The front GPI 1 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.SignalFrontGPI0">
<summary>
<para>The front GPI 0 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.SignalFrameValid">
<summary>
<para>The frame valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.SignalFlash">
<summary>
<para>The flash signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.SignalExsync2">
<summary>
<para>The Exsync2 signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.SignalExsync">
<summary>
<para>The Exsync signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.SignalCam4LineValid">
<summary>
<para>The line valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.SignalCam4FrameValid">
<summary>
<para>The frame valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.SignalCam4Flash">
<summary>
<para>The flash signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.SignalCam4Exsync2">
<summary>
<para>The Exsync2 signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.SignalCam4Exsync">
<summary>
<para>The Exsync signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.SignalCam3LineValid">
<summary>
<para>The line valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.SignalCam3FrameValid">
<summary>
<para>The frame valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.SignalCam3Flash">
<summary>
<para>The flash signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.SignalCam3Exsync2">
<summary>
<para>The Exsync2 signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.SignalCam3Exsync">
<summary>
<para>The Exsync signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.SignalCam2LineValid">
<summary>
<para>The line valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.SignalCam2FrameValid">
<summary>
<para>The frame valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.SignalCam2Flash">
<summary>
<para>The flash signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.SignalCam2Exsync2">
<summary>
<para>The Exsync2 signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.SignalCam2Exsync">
<summary>
<para>The Exsync signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.SignalCam1LineValid">
<summary>
<para>The line valid signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.SignalCam1FrameValid">
<summary>
<para>The frame valid signal of cam 1 is set as input. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.SignalCam1Flash">
<summary>
<para>The flash signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.SignalCam1Exsync2">
<summary>
<para>The Exsync2 signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.SignalCam1Exsync">
<summary>
<para>The Exsync signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum.GND">
<summary>
<para>The signal is a static zero.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3SourceEnum">
<tocexclude />
<summary>
<para>Sets the signal source for the front GPO 3 output.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutFrontGPO3Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.ToString">
<summary>The full name of TriggerOutFrontGPO2Source</summary>
<returns>Returns the full name of TriggerOutFrontGPO2Source</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.Name">
<summary>The full name of TriggerOutFrontGPO2Source</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.VCC">
<summary>
<para>The signal is a static one.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.SignalLineValid">
<summary>
<para>The line valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.SignalGPI7">
<summary>
<para>The GPI 7 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.SignalGPI6">
<summary>
<para>The GPI 6 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.SignalGPI5">
<summary>
<para>The GPI 5 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.SignalGPI4">
<summary>
<para>The GPI 4 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.SignalGPI3">
<summary>
<para>The GPI 3 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.SignalGPI2">
<summary>
<para>The GPI 2 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.SignalGPI1">
<summary>
<para>The GPI 1 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.SignalGPI0">
<summary>
<para>The GPI 0 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.SignalFrontGPI3">
<summary>
<para>The front GPI 3 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.SignalFrontGPI2">
<summary>
<para>The front GPI 2 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.SignalFrontGPI1">
<summary>
<para>The front GPI 1 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.SignalFrontGPI0">
<summary>
<para>The front GPI 0 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.SignalFrameValid">
<summary>
<para>The frame valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.SignalFlash">
<summary>
<para>The flash signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.SignalExsync2">
<summary>
<para>The Exsync2 signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.SignalExsync">
<summary>
<para>The Exsync signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.SignalCam4LineValid">
<summary>
<para>The line valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.SignalCam4FrameValid">
<summary>
<para>The frame valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.SignalCam4Flash">
<summary>
<para>The flash signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.SignalCam4Exsync2">
<summary>
<para>The Exsync2 signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.SignalCam4Exsync">
<summary>
<para>The Exsync signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.SignalCam3LineValid">
<summary>
<para>The line valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.SignalCam3FrameValid">
<summary>
<para>The frame valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.SignalCam3Flash">
<summary>
<para>The flash signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.SignalCam3Exsync2">
<summary>
<para>The Exsync2 signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.SignalCam3Exsync">
<summary>
<para>The Exsync signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.SignalCam2LineValid">
<summary>
<para>The line valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.SignalCam2FrameValid">
<summary>
<para>The frame valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.SignalCam2Flash">
<summary>
<para>The flash signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.SignalCam2Exsync2">
<summary>
<para>The Exsync2 signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.SignalCam2Exsync">
<summary>
<para>The Exsync signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.SignalCam1LineValid">
<summary>
<para>The line valid signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.SignalCam1FrameValid">
<summary>
<para>The frame valid signal of cam 1 is set as input. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.SignalCam1Flash">
<summary>
<para>The flash signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.SignalCam1Exsync2">
<summary>
<para>The Exsync2 signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.SignalCam1Exsync">
<summary>
<para>The Exsync signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum.GND">
<summary>
<para>The signal is a static zero.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2SourceEnum">
<tocexclude />
<summary>
<para>Sets the signal source for the front GPO 2 output.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutFrontGPO2Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.ToString">
<summary>The full name of TriggerOutFrontGPO1Source</summary>
<returns>Returns the full name of TriggerOutFrontGPO1Source</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.Name">
<summary>The full name of TriggerOutFrontGPO1Source</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.VCC">
<summary>
<para>The signal is a static one.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.SignalLineValid">
<summary>
<para>The line valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.SignalGPI7">
<summary>
<para>The GPI 7 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.SignalGPI6">
<summary>
<para>The GPI 6 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.SignalGPI5">
<summary>
<para>The GPI 5 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.SignalGPI4">
<summary>
<para>The GPI 4 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.SignalGPI3">
<summary>
<para>The GPI 3 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.SignalGPI2">
<summary>
<para>The GPI 2 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.SignalGPI1">
<summary>
<para>The GPI 1 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.SignalGPI0">
<summary>
<para>The GPI 0 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.SignalFrontGPI3">
<summary>
<para>The front GPI 3 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.SignalFrontGPI2">
<summary>
<para>The front GPI 2 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.SignalFrontGPI1">
<summary>
<para>The front GPI 1 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.SignalFrontGPI0">
<summary>
<para>The front GPI 0 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.SignalFrameValid">
<summary>
<para>The frame valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.SignalFlash">
<summary>
<para>The flash signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.SignalExsync2">
<summary>
<para>The Exsync2 signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.SignalExsync">
<summary>
<para>The Exsync signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.SignalCam4LineValid">
<summary>
<para>The line valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.SignalCam4FrameValid">
<summary>
<para>The frame valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.SignalCam4Flash">
<summary>
<para>The flash signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.SignalCam4Exsync2">
<summary>
<para>The Exsync2 signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.SignalCam4Exsync">
<summary>
<para>The Exsync signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.SignalCam3LineValid">
<summary>
<para>The line valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.SignalCam3FrameValid">
<summary>
<para>The frame valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.SignalCam3Flash">
<summary>
<para>The flash signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.SignalCam3Exsync2">
<summary>
<para>The Exsync2 signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.SignalCam3Exsync">
<summary>
<para>The Exsync signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.SignalCam2LineValid">
<summary>
<para>The line valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.SignalCam2FrameValid">
<summary>
<para>The frame valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.SignalCam2Flash">
<summary>
<para>The flash signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.SignalCam2Exsync2">
<summary>
<para>The Exsync2 signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.SignalCam2Exsync">
<summary>
<para>The Exsync signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.SignalCam1LineValid">
<summary>
<para>The line valid signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.SignalCam1FrameValid">
<summary>
<para>The frame valid signal of cam 1 is set as input. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.SignalCam1Flash">
<summary>
<para>The flash signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.SignalCam1Exsync2">
<summary>
<para>The Exsync2 signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.SignalCam1Exsync">
<summary>
<para>The Exsync signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum.GND">
<summary>
<para>The signal is a static zero.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1SourceEnum">
<tocexclude />
<summary>
<para>Sets the signal source for the front GPO 1 output.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutFrontGPO1Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.ToString">
<summary>The full name of TriggerOutFrontGPO0Source</summary>
<returns>Returns the full name of TriggerOutFrontGPO0Source</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.Name">
<summary>The full name of TriggerOutFrontGPO0Source</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.VCC">
<summary>
<para>The signal is a static one.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.SignalLineValid">
<summary>
<para>The line valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.SignalGPI7">
<summary>
<para>The GPI 7 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.SignalGPI6">
<summary>
<para>The GPI 6 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.SignalGPI5">
<summary>
<para>The GPI 5 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.SignalGPI4">
<summary>
<para>The GPI 4 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.SignalGPI3">
<summary>
<para>The GPI 3 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.SignalGPI2">
<summary>
<para>The GPI 2 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.SignalGPI1">
<summary>
<para>The GPI 1 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.SignalGPI0">
<summary>
<para>The GPI 0 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.SignalFrontGPI3">
<summary>
<para>The front GPI 3 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.SignalFrontGPI2">
<summary>
<para>The front GPI 2 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.SignalFrontGPI1">
<summary>
<para>The front GPI 1 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.SignalFrontGPI0">
<summary>
<para>The front GPI 0 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.SignalFrameValid">
<summary>
<para>The frame valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.SignalFlash">
<summary>
<para>The flash signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.SignalExsync2">
<summary>
<para>The Exsync2 signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.SignalExsync">
<summary>
<para>The Exsync signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.SignalCam4LineValid">
<summary>
<para>The line valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.SignalCam4FrameValid">
<summary>
<para>The frame valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.SignalCam4Flash">
<summary>
<para>The flash signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.SignalCam4Exsync2">
<summary>
<para>The Exsync2 signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.SignalCam4Exsync">
<summary>
<para>The Exsync signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.SignalCam3LineValid">
<summary>
<para>The line valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.SignalCam3FrameValid">
<summary>
<para>The frame valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.SignalCam3Flash">
<summary>
<para>The flash signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.SignalCam3Exsync2">
<summary>
<para>The Exsync2 signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.SignalCam3Exsync">
<summary>
<para>The Exsync signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.SignalCam2LineValid">
<summary>
<para>The line valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.SignalCam2FrameValid">
<summary>
<para>The frame valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.SignalCam2Flash">
<summary>
<para>The flash signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.SignalCam2Exsync2">
<summary>
<para>The Exsync2 signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.SignalCam2Exsync">
<summary>
<para>The Exsync signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.SignalCam1LineValid">
<summary>
<para>The line valid signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.SignalCam1FrameValid">
<summary>
<para>The frame valid signal of cam 1 is set as input. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.SignalCam1Flash">
<summary>
<para>The flash signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.SignalCam1Exsync2">
<summary>
<para>The Exsync2 signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.SignalCam1Exsync">
<summary>
<para>The Exsync signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum.GND">
<summary>
<para>The signal is a static zero.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0SourceEnum">
<tocexclude />
<summary>
<para>Sets the signal source for the front GPO 0 output.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutFrontGPO0Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerInStatisticsSourceEnum.ToString">
<summary>The full name of TriggerInStatisticsSource</summary>
<returns>Returns the full name of TriggerInStatisticsSource</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInStatisticsSourceEnum.Name">
<summary>The full name of TriggerInStatisticsSource</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInStatisticsSourceEnum.TriggerInSourceFrontGPI3">
<summary>
<para>The input source of the trigger statistics is set to Front GPI Trigger Source 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInStatisticsSourceEnum.TriggerInSourceFrontGPI2">
<summary>
<para>The input source of the trigger statistics is set to Front GPI Trigger Source 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInStatisticsSourceEnum.TriggerInSourceFrontGPI1">
<summary>
<para>The input source of the trigger statistics is set to Front GPI Trigger Source 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInStatisticsSourceEnum.TriggerInSourceFrontGPI0">
<summary>
<para>The input source of the trigger statistics is set to Front GPI Trigger Source 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInStatisticsSourceEnum.GPITriggerSource7">
<summary>
<para>Trigger Source is set to GPI 7. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInStatisticsSourceEnum.GPITriggerSource6">
<summary>
<para>Trigger Source is set to GPI 6. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInStatisticsSourceEnum.GPITriggerSource5">
<summary>
<para>Trigger Source is set to GPI 5. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInStatisticsSourceEnum.GPITriggerSource4">
<summary>
<para>Trigger Source is set to GPI 4. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInStatisticsSourceEnum.GPITriggerSource3">
<summary>
<para>Trigger Source is set to GPI 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInStatisticsSourceEnum.GPITriggerSource2">
<summary>
<para>Trigger Source is set to GPI 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInStatisticsSourceEnum.GPITriggerSource1">
<summary>
<para>Trigger Source is set to GPI 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInStatisticsSourceEnum.GPITriggerSource0">
<summary>
<para>Trigger Source is set to GPI 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerInStatisticsSourceEnum">
<tocexclude />
<summary>
<para>Sets the trigger input source for statistics.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerInStatisticsSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerInStatisticsPolarityEnum.ToString">
<summary>The full name of TriggerInStatisticsPolarity</summary>
<returns>Returns the full name of TriggerInStatisticsPolarity</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInStatisticsPolarityEnum.Name">
<summary>The full name of TriggerInStatisticsPolarity</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInStatisticsPolarityEnum.LowActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to Low Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInStatisticsPolarityEnum.HighActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to High Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerInStatisticsPolarityEnum">
<tocexclude />
<summary>
<para>Sets the polarity of the trigger input signal for statistics.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerInStatisticsPolarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerInSourceEnum.ToString">
<summary>The full name of TriggerInSource</summary>
<returns>Returns the full name of TriggerInSource</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInSourceEnum.Name">
<summary>The full name of TriggerInSource</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInSourceEnum.TriggerInSourceFrontGPI3">
<summary>
<para>The trigger input source is set to TriggerInSourceFrontGPI3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInSourceEnum.TriggerInSourceFrontGPI2">
<summary>
<para>The trigger input source is set to TriggerInSourceFrontGPI2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInSourceEnum.TriggerInSourceFrontGPI1">
<summary>
<para>The trigger input source is set to TriggerInSourceFrontGPI1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInSourceEnum.TriggerInSourceFrontGPI0">
<summary>
<para>The trigger input source is set to TriggerInSourceFrontGPI0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInSourceEnum.GPITriggerSource7">
<summary>
<para>Trigger Source is set to GPI 7. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInSourceEnum.GPITriggerSource6">
<summary>
<para>Trigger Source is set to GPI 6. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInSourceEnum.GPITriggerSource5">
<summary>
<para>Trigger Source is set to GPI 5. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInSourceEnum.GPITriggerSource4">
<summary>
<para>Trigger Source is set to GPI 4. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInSourceEnum.GPITriggerSource3">
<summary>
<para>Trigger Source is set to GPI 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInSourceEnum.GPITriggerSource2">
<summary>
<para>Trigger Source is set to GPI 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInSourceEnum.GPITriggerSource1">
<summary>
<para>Trigger Source is set to GPI 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInSourceEnum.GPITriggerSource0">
<summary>
<para>Trigger Source is set to GPI 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerInSourceEnum">
<tocexclude />
<summary>
<para>Sets the trigger input source for external trigger mode.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerInSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerInPolarityEnum.ToString">
<summary>The full name of TriggerInPolarity</summary>
<returns>Returns the full name of TriggerInPolarity</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInPolarityEnum.Name">
<summary>The full name of TriggerInPolarity</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInPolarityEnum.LowActive">
<summary>
<para>The polarity is set to LowActive.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInPolarityEnum.HighActive">
<summary>
<para>The polarity is set to HighActive.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerInPolarityEnum">
<tocexclude />
<summary>
<para>Sets the polarity of the trigger input signal.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerInPolarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerFrontOutGPO3PolarityEnum.ToString">
<summary>The full name of TriggerFrontOutGPO3Polarity</summary>
<returns>Returns the full name of TriggerFrontOutGPO3Polarity</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerFrontOutGPO3PolarityEnum.Name">
<summary>The full name of TriggerFrontOutGPO3Polarity</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerFrontOutGPO3PolarityEnum.LowActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to Low Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerFrontOutGPO3PolarityEnum.HighActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to High Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerFrontOutGPO3PolarityEnum">
<tocexclude />
<summary>
<para>Sets the front GPO 3 signal polarity. This parameter is ignored if the source is VCC or GND.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerFrontOutGPO3Polarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerFrontOutGPO2PolarityEnum.ToString">
<summary>The full name of TriggerFrontOutGPO2Polarity</summary>
<returns>Returns the full name of TriggerFrontOutGPO2Polarity</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerFrontOutGPO2PolarityEnum.Name">
<summary>The full name of TriggerFrontOutGPO2Polarity</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerFrontOutGPO2PolarityEnum.LowActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to Low Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerFrontOutGPO2PolarityEnum.HighActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to High Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerFrontOutGPO2PolarityEnum">
<tocexclude />
<summary>
<para>Sets the front GPO 2 signal polarity. This parameter is ignored if the source is VCC or GND.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerFrontOutGPO2Polarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerFrontOutGPO1PolarityEnum.ToString">
<summary>The full name of TriggerFrontOutGPO1Polarity</summary>
<returns>Returns the full name of TriggerFrontOutGPO1Polarity</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerFrontOutGPO1PolarityEnum.Name">
<summary>The full name of TriggerFrontOutGPO1Polarity</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerFrontOutGPO1PolarityEnum.LowActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to Low Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerFrontOutGPO1PolarityEnum.HighActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to High Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerFrontOutGPO1PolarityEnum">
<tocexclude />
<summary>
<para>Sets the front GPO 1 signal polarity. This parameter is ignored if the source is VCC or GND.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerFrontOutGPO1Polarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerFrontOutGPO0PolarityEnum.ToString">
<summary>The full name of TriggerFrontOutGPO0Polarity</summary>
<returns>Returns the full name of TriggerFrontOutGPO0Polarity</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerFrontOutGPO0PolarityEnum.Name">
<summary>The full name of TriggerFrontOutGPO0Polarity</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerFrontOutGPO0PolarityEnum.LowActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to Low Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerFrontOutGPO0PolarityEnum.HighActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to High Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerFrontOutGPO0PolarityEnum">
<tocexclude />
<summary>
<para>Sets the front GPO 0 signal polarity. This parameter is ignored if the source is VCC or GND.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerFrontOutGPO0Polarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerExceededPeriodLimitsEnum.ToString">
<summary>The full name of TriggerExceededPeriodLimits</summary>
<returns>Returns the full name of TriggerExceededPeriodLimits</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerExceededPeriodLimitsEnum.Name">
<summary>The full name of TriggerExceededPeriodLimits</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerExceededPeriodLimitsEnum.Yes">
<summary>
<para>The input signal frequency has exceeded the maximum frequency defined by the Trigger Output Frequency parameter.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerExceededPeriodLimitsEnum.No">
<summary>
<para>The input signal frequency hasn't exceeded the maximum frequency defined by the Trigger Output Frequency parameter.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerExceededPeriodLimitsEnum">
<tocexclude />
<summary>
<para>Returns whether the input signal frequency exceeded the maximum specified. If the parameter returns Yes, signals were dropped.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerExceededPeriodLimits" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TriggerCameraOutSelectEnum.ToString">
<summary>The full name of TriggerCameraOutSelect</summary>
<returns>Returns the full name of TriggerCameraOutSelect</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerCameraOutSelectEnum.Name">
<summary>The full name of TriggerCameraOutSelect</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerCameraOutSelectEnum.VCC">
<summary>
<para>The output source is set to VCC.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerCameraOutSelectEnum.PulseGenerator3">
<summary>
<para>The output source is set to PulseGenerator3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerCameraOutSelectEnum.PulseGenerator2">
<summary>
<para>The output source is set to PulseGenerator2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerCameraOutSelectEnum.PulseGenerator1">
<summary>
<para>The output source is set to PulseGenerator1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerCameraOutSelectEnum.PulseGenerator0">
<summary>
<para>The output source is set to PulseGenerator0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerCameraOutSelectEnum.NotPulseGenerator3">
<summary>
<para>The output source is set to NotPulseGenerator3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerCameraOutSelectEnum.NotPulseGenerator2">
<summary>
<para>The output source is set to NotPulseGenerator2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerCameraOutSelectEnum.NotPulseGenerator1">
<summary>
<para>The output source is set to NotPulseGenerator1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerCameraOutSelectEnum.NotPulseGenerator0">
<summary>
<para>The output source is set to NotPulseGenerator0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerCameraOutSelectEnum.NotCamAPulseGenerator3">
<summary>
<para>The output source is set to NotCamAPulseGenerator3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerCameraOutSelectEnum.NotCamAPulseGenerator2">
<summary>
<para>The output source is set to NotCamAPulseGenerator2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerCameraOutSelectEnum.NotCamAPulseGenerator1">
<summary>
<para>The output source is set to NotCamAPulseGenerator1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerCameraOutSelectEnum.NotCamAPulseGenerator0">
<summary>
<para>The output source is set to NotCamAPulseGenerator0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerCameraOutSelectEnum.NotBypassFronGPI3">
<summary>
<para>The output source is set to NotBypassFrontGPI3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerCameraOutSelectEnum.NotBypassFronGPI2">
<summary>
<para>The output source is set to NotBypassFrontGPI2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerCameraOutSelectEnum.NotBypassFronGPI1">
<summary>
<para>The output source is set to NotBypassFrontGPI1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerCameraOutSelectEnum.NotBypassFronGPI0">
<summary>
<para>The output source is set to NotBypassFrontGPI0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerCameraOutSelectEnum.GND">
<summary>
<para>The output source is set to GND.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerCameraOutSelectEnum.CamAPulseGenerator3">
<summary>
<para>The output source is set to CamAPulseGenerator3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerCameraOutSelectEnum.CamAPulseGenerator2">
<summary>
<para>The output source is set to CamAPulseGenerator2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerCameraOutSelectEnum.CamAPulseGenerator1">
<summary>
<para>The output source is set to CamAPulseGenerator1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerCameraOutSelectEnum.CamAPulseGenerator0">
<summary>
<para>The output source is set to CamAPulseGenerator0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerCameraOutSelectEnum.BypassFrontGPI3">
<summary>
<para>The output source is set to BypassFrontGPI3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerCameraOutSelectEnum.BypassFrontGPI2">
<summary>
<para>The output source is set to BypassFrontGPI2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerCameraOutSelectEnum.BypassFrontGPI1">
<summary>
<para>The output source is set to BypassFrontGPI1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerCameraOutSelectEnum.BypassFrontGPI0">
<summary>
<para>The output source is set to BypassFrontGPI0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TriggerCameraOutSelectEnum">
<tocexclude />
<summary>
<para>Sets the output source to be connected to a camera signal channel.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerCameraOutSelect" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.TapGeometryEnum.ToString">
<summary>The full name of TapGeometry</summary>
<returns>Returns the full name of TapGeometry</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TapGeometryEnum.Name">
<summary>The full name of TapGeometry</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TapGeometryEnum.Geometry_1X_2YE">
<summary>
<para>Geometry 1X-2YE</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TapGeometryEnum.Geometry_1X_1Y">
<summary>
<para>Geometry 1X-1Y</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.TapGeometryEnum">
<tocexclude />
<summary>
<para>Select the tap geometry according to the GenICam SFNC.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TapGeometry" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.SystemmonitorPowerOverCxpStateEnum.ToString">
<summary>The full name of SystemmonitorPowerOverCxpState</summary>
<returns>Returns the full name of SystemmonitorPowerOverCxpState</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorPowerOverCxpStateEnum.Name">
<summary>The full name of SystemmonitorPowerOverCxpState</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorPowerOverCxpStateEnum.PoCXPOverVolt">
<summary>
<para>Over voltage</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorPowerOverCxpStateEnum.PoCXPOK">
<summary>
<para>Power over CXP OK</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorPowerOverCxpStateEnum.PoCXPNotConnected">
<summary>
<para>No cable connected</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorPowerOverCxpStateEnum.PoCXPMinCurrent">
<summary>
<para>Minimum current</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorPowerOverCxpStateEnum.PoCXPMaxCurrent">
<summary>
<para>Maximum current</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorPowerOverCxpStateEnum.PoCXPLowVolt">
<summary>
<para>Low voltage</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorPowerOverCxpStateEnum.PoCXPDisabled">
<summary>
<para>No Power over CXP</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorPowerOverCxpStateEnum.PoCXPBooting">
<summary>
<para>Booting, not initalized</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorPowerOverCxpStateEnum.PoCXPADCChipError">
<summary>
<para>ADC Chip Error</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.SystemmonitorPowerOverCxpStateEnum">
<tocexclude />
<summary>
<para>Shows the current power over CXP state.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorPowerOverCxpState" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.SystemmonitorExternalPowerEnum.ToString">
<summary>The full name of SystemmonitorExternalPower</summary>
<returns>Returns the full name of SystemmonitorExternalPower</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorExternalPowerEnum.Name">
<summary>The full name of SystemmonitorExternalPower</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorExternalPowerEnum.PowerGood">
<summary>
<para>Power is ok</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorExternalPowerEnum.NoPower">
<summary>
<para>No power</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.SystemmonitorExternalPowerEnum">
<tocexclude />
<summary>
<para>Shows the external power state of the board.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorExternalPower" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.SoftwareTriggerIsBusyEnum.ToString">
<summary>The full name of SoftwareTriggerIsBusy</summary>
<returns>Returns the full name of SoftwareTriggerIsBusy</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SoftwareTriggerIsBusyEnum.Name">
<summary>The full name of SoftwareTriggerIsBusy</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SoftwareTriggerIsBusyEnum.NotBusy">
<summary>
<para>The software trigger is not busy.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SoftwareTriggerIsBusyEnum.Busy">
<summary>
<para>The software trigger is busy.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.SoftwareTriggerIsBusyEnum">
<tocexclude />
<summary>
<para>Indicates whether the software trigger is busy. This allows you to find out whether the trigger system is still processing software trigger pulses.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SoftwareTriggerIsBusy" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.ToString">
<summary>The full name of SignalAnalyzer1Source</summary>
<returns>Returns the full name of SignalAnalyzer1Source</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.Name">
<summary>The full name of SignalAnalyzer1Source</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.VCC">
<summary>
<para>The signal is a static one.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalLineValid">
<summary>
<para>The line valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalLineStart">
<summary>
<para>The line start signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalLineEnd">
<summary>
<para>The line end signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalGPI7">
<summary>
<para>The GPI 7 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalGPI6">
<summary>
<para>The GPI 6 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalGPI5">
<summary>
<para>The GPI 5 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalGPI4">
<summary>
<para>The GPI 4 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalGPI3">
<summary>
<para>The GPI 3 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalGPI2">
<summary>
<para>The GPI 2 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalGPI1">
<summary>
<para>The GPI 1 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalGPI0">
<summary>
<para>The GPI 0 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalFrontGPI3">
<summary>
<para>The front GPI 3 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalFrontGPI2">
<summary>
<para>The front GPI 2 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalFrontGPI1">
<summary>
<para>The front GPI 1 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalFrontGPI0">
<summary>
<para>The front GPI 0 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalFrameValid">
<summary>
<para>The frame valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalFrameStart">
<summary>
<para>The frame start signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalFrameEnd">
<summary>
<para>The frame end signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalFlash">
<summary>
<para>The flash signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalExsync2">
<summary>
<para>The Exsync2 signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalExsync">
<summary>
<para>The Exsync signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalCam4LineValid">
<summary>
<para>The line valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalCam4LineStart">
<summary>
<para>The line start signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalCam4LineEnd">
<summary>
<para>The line end signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalCam4FrameValid">
<summary>
<para>The frame valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalCam4FrameStart">
<summary>
<para>The frame start signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalCam4FrameEnd">
<summary>
<para>The frame end signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalCam4Flash">
<summary>
<para>The flash signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalCam4Exsync2">
<summary>
<para>The Exsync2 signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalCam4Exsync">
<summary>
<para>The Exsync signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalCam3LineValid">
<summary>
<para>The line valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalCam3LineStart">
<summary>
<para>The line start signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalCam3LineEnd">
<summary>
<para>The line end signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalCam3FrameValid">
<summary>
<para>The frame valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalCam3FrameStart">
<summary>
<para>The frame start signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalCam3FrameEnd">
<summary>
<para>The frame end signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalCam3Flash">
<summary>
<para>The flash signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalCam3Exsync2">
<summary>
<para>The Exsync2 signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalCam3Exsync">
<summary>
<para>The Exsync signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalCam2LineValid">
<summary>
<para>The line valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalCam2LineStart">
<summary>
<para>The line start signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalCam2LineEnd">
<summary>
<para>The line end signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalCam2FrameValid">
<summary>
<para>The frame valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalCam2FrameStart">
<summary>
<para>The frame start signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalCam2FrameEnd">
<summary>
<para>The frame end signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalCam2Flash">
<summary>
<para>The flash signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalCam2Exsync2">
<summary>
<para>The Exsync2 signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalCam2Exsync">
<summary>
<para>The Exsync signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalCam1LineValid">
<summary>
<para>The line valid signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalCam1LineStart">
<summary>
<para>The line start signal of cam 1 is set as input. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalCam1LineEnd">
<summary>
<para>The line end signal of cam 1 is set as input. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalCam1FrameValid">
<summary>
<para>The frame valid signal of cam 1 is set as input. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalCam1FrameStart">
<summary>
<para>The frame start signal of cam 1 is set as input. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalCam1FrameEnd">
<summary>
<para>The frame end signal of cam 1 is set as input. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalCam1Flash">
<summary>
<para>The flash signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalCam1Exsync2">
<summary>
<para>The Exsync2 signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.SignalCam1Exsync">
<summary>
<para>The Exsync signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum.GND">
<summary>
<para>The signal is a static zero.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.SignalAnalyzer1SourceEnum">
<tocexclude />
<summary>
<para>Sets the signal source analyzer module 0.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SignalAnalyzer1Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.SignalAnalyzer1PolarityEnum.ToString">
<summary>The full name of SignalAnalyzer1Polarity</summary>
<returns>Returns the full name of SignalAnalyzer1Polarity</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1PolarityEnum.Name">
<summary>The full name of SignalAnalyzer1Polarity</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1PolarityEnum.LowActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to Low Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1PolarityEnum.HighActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to High Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.SignalAnalyzer1PolarityEnum">
<tocexclude />
<summary>
<para>Sets the signal analyzer module 0 polarity.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SignalAnalyzer1Polarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.ToString">
<summary>The full name of SignalAnalyzer0Source</summary>
<returns>Returns the full name of SignalAnalyzer0Source</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.Name">
<summary>The full name of SignalAnalyzer0Source</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.VCC">
<summary>
<para>The signal is a static one.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalLineValid">
<summary>
<para>The line valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalLineStart">
<summary>
<para>The line start signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalLineEnd">
<summary>
<para>The line end signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalGPI7">
<summary>
<para>The GPI 7 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalGPI6">
<summary>
<para>The GPI 6 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalGPI5">
<summary>
<para>The GPI 5 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalGPI4">
<summary>
<para>The GPI 4 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalGPI3">
<summary>
<para>The GPI 3 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalGPI2">
<summary>
<para>The GPI 2 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalGPI1">
<summary>
<para>The GPI 1 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalGPI0">
<summary>
<para>The GPI 0 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalFrontGPI3">
<summary>
<para>The front GPI 3 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalFrontGPI2">
<summary>
<para>The front GPI 2 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalFrontGPI1">
<summary>
<para>The front GPI 1 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalFrontGPI0">
<summary>
<para>The front GPI 0 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalFrameValid">
<summary>
<para>The frame valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalFrameStart">
<summary>
<para>The frame start signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalFrameEnd">
<summary>
<para>The frame end signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalFlash">
<summary>
<para>The flash signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalExsync2">
<summary>
<para>The Exsync2 signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalExsync">
<summary>
<para>The Exsync signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalCam4LineValid">
<summary>
<para>The line valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalCam4LineStart">
<summary>
<para>The line start signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalCam4LineEnd">
<summary>
<para>The line end signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalCam4FrameValid">
<summary>
<para>The frame valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalCam4FrameStart">
<summary>
<para>The frame start signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalCam4FrameEnd">
<summary>
<para>The frame end signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalCam4Flash">
<summary>
<para>The flash signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalCam4Exsync2">
<summary>
<para>The Exsync2 signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalCam4Exsync">
<summary>
<para>The Exsync signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalCam3LineValid">
<summary>
<para>The line valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalCam3LineStart">
<summary>
<para>The line start signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalCam3LineEnd">
<summary>
<para>The line end signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalCam3FrameValid">
<summary>
<para>The frame valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalCam3FrameStart">
<summary>
<para>The frame start signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalCam3FrameEnd">
<summary>
<para>The frame end signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalCam3Flash">
<summary>
<para>The flash signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalCam3Exsync2">
<summary>
<para>The Exsync2 signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalCam3Exsync">
<summary>
<para>The Exsync signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalCam2LineValid">
<summary>
<para>The line valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalCam2LineStart">
<summary>
<para>The line start signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalCam2LineEnd">
<summary>
<para>The line end signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalCam2FrameValid">
<summary>
<para>The frame valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalCam2FrameStart">
<summary>
<para>The frame start signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalCam2FrameEnd">
<summary>
<para>The frame end signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalCam2Flash">
<summary>
<para>The flash signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalCam2Exsync2">
<summary>
<para>The Exsync2 signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalCam2Exsync">
<summary>
<para>The Exsync signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalCam1LineValid">
<summary>
<para>The line valid signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalCam1LineStart">
<summary>
<para>The line start signal of cam 1 is set as input. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalCam1LineEnd">
<summary>
<para>The line end signal of cam 1 is set as input. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalCam1FrameValid">
<summary>
<para>The frame valid signal of cam 1 is set as input. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalCam1FrameStart">
<summary>
<para>The frame start signal of cam 1 is set as input. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalCam1FrameEnd">
<summary>
<para>The frame end signal of cam 1 is set as input. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalCam1Flash">
<summary>
<para>The flash signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalCam1Exsync2">
<summary>
<para>The Exsync2 signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.SignalCam1Exsync">
<summary>
<para>The Exsync signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum.GND">
<summary>
<para>The signal is a static zero.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.SignalAnalyzer0SourceEnum">
<tocexclude />
<summary>
<para>Sets the signal source analyzer module 0.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SignalAnalyzer0Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.SignalAnalyzer0PolarityEnum.ToString">
<summary>The full name of SignalAnalyzer0Polarity</summary>
<returns>Returns the full name of SignalAnalyzer0Polarity</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0PolarityEnum.Name">
<summary>The full name of SignalAnalyzer0Polarity</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0PolarityEnum.LowActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to Low Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0PolarityEnum.HighActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to High Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.SignalAnalyzer0PolarityEnum">
<tocexclude />
<summary>
<para>Sets the signal analyzer 0 polarity.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SignalAnalyzer0Polarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.ShaftEncoderOnEnum.ToString">
<summary>The full name of ShaftEncoderOn</summary>
<returns>Returns the full name of ShaftEncoderOn</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ShaftEncoderOnEnum.Name">
<summary>The full name of ShaftEncoderOn</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ShaftEncoderOnEnum.On">
<summary>
<para>The trigger queue mode is enabled.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ShaftEncoderOnEnum.Off">
<summary>
<para>The trigger queue mode is disabled.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.ShaftEncoderOnEnum">
<tocexclude />
<summary>
<para>Enables or disbales the shaft encoder. Sets whether a single trigger input (off = A only) is used for the Exsync generation, or the signals A and B (on).</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShaftEncoderOn" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.ShaftEncoderModeEnum.ToString">
<summary>The full name of ShaftEncoderMode</summary>
<returns>Returns the full name of ShaftEncoderMode</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ShaftEncoderModeEnum.Name">
<summary>The full name of ShaftEncoderMode</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ShaftEncoderModeEnum.FilterX4">
<summary>
<para>Shaft encoder mode is set to X4. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ShaftEncoderModeEnum.FilterX2">
<summary>
<para>Shaft encoder mode is set to X2. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ShaftEncoderModeEnum.FilterX1">
<summary>
<para>Shaft encoder mode is set to X1. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.ShaftEncoderModeEnum">
<tocexclude />
<summary>
<para>Sets the shaft encoder mode. Filter_x1: Exsync is generated for a forward rotation of the shaft encoder in single resolution, i.e., a trigger pulse for a rising edge of LineTrgInSourceA. Filter_x2: Exsync is generated for a forward rotation of the shaft encoder in double resolution, i.e., a trigger pulse for a rising edge of LineTrgInSourceA and a rising edge of LineTrgInSourceB. Filter_x4: Exsync is generated for a forward rotation of the shaft encoder in quad resolution, i.e., a trigger pulse for a rising and a falling edge of LineTrgInSourceA and a rising and a falling edge of LineTrgInSourceB.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShaftEncoderMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.ShaftEncoderLeadingEnum.ToString">
<summary>The full name of ShaftEncoderLeading</summary>
<returns>Returns the full name of ShaftEncoderLeading</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ShaftEncoderLeadingEnum.Name">
<summary>The full name of ShaftEncoderLeading</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ShaftEncoderLeadingEnum.SourceB">
<summary>
<para>Shaft encoder leading edge is B.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ShaftEncoderLeadingEnum.SourceA">
<summary>
<para>Shaft encoder leading edge is A.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.ShaftEncoderLeadingEnum">
<tocexclude />
<summary>
<para>Sets the leading signal / direction for the shaft encoder. A foreward movement is defined by a rising edge of signal A before signal B, if the parameter is set to Signal_AB. Source_A: Forward is defined by A before B. Source_B: Forward is defined by B before A.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShaftEncoderLeading" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.ShaftEncoderInputSourceEnum.ToString">
<summary>The full name of ShaftEncoderInputSource</summary>
<returns>Returns the full name of ShaftEncoderInputSource</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ShaftEncoderInputSourceEnum.Name">
<summary>The full name of ShaftEncoderInputSource</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ShaftEncoderInputSourceEnum.TriggerInSourceFrontGPI3">
<summary>
<para>The input source of the trigger statistics is set to Front GPI Trigger Source 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ShaftEncoderInputSourceEnum.TriggerInSourceFrontGPI2">
<summary>
<para>The input source of the trigger statistics is set to Front GPI Trigger Source 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ShaftEncoderInputSourceEnum.TriggerInSourceFrontGPI1">
<summary>
<para>The input source of the trigger statistics is set to Front GPI Trigger Source 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ShaftEncoderInputSourceEnum.TriggerInSourceFrontGPI0">
<summary>
<para>The input source of the trigger statistics is set to Front GPI Trigger Source 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ShaftEncoderInputSourceEnum.GPITriggerSource7">
<summary>
<para>Trigger Source is set to GPI 7. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ShaftEncoderInputSourceEnum.GPITriggerSource6">
<summary>
<para>Trigger Source is set to GPI 6. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ShaftEncoderInputSourceEnum.GPITriggerSource5">
<summary>
<para>Trigger Source is set to GPI 5. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ShaftEncoderInputSourceEnum.GPITriggerSource4">
<summary>
<para>Trigger Source is set to GPI 4. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ShaftEncoderInputSourceEnum.GPITriggerSource3">
<summary>
<para>Trigger Source is set to GPI 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ShaftEncoderInputSourceEnum.GPITriggerSource2">
<summary>
<para>Trigger Source is set to GPI 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ShaftEncoderInputSourceEnum.GPITriggerSource1">
<summary>
<para>Trigger Source is set to GPI 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ShaftEncoderInputSourceEnum.GPITriggerSource0">
<summary>
<para>Trigger Source is set to GPI 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.ShaftEncoderInputSourceEnum">
<tocexclude />
<summary>
<para>Sets the trigger input signal source for the ExSync generation. This signal is also interpreted as source B when using a shaft encoder. This is only relevant if the TriggerMode is set to ASync_Trigger.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShaftEncoderInputSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.ShaftEncoderCompensationEnableEnum.ToString">
<summary>The full name of ShaftEncoderCompensationEnable</summary>
<returns>Returns the full name of ShaftEncoderCompensationEnable</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ShaftEncoderCompensationEnableEnum.Name">
<summary>The full name of ShaftEncoderCompensationEnable</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ShaftEncoderCompensationEnableEnum.On">
<summary>
<para>The trigger queue mode is enabled.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ShaftEncoderCompensationEnableEnum.Off">
<summary>
<para>The trigger queue mode is disabled.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.ShaftEncoderCompensationEnableEnum">
<tocexclude />
<summary>
<para>Enables or disables the shaft encoder rollback compensation. This parameter is relevant in case of a shaft encoder AB configuration. If switched to ON, in case of shaft encoder backward movement, the operator counts how many shaft encoder steps the shaft encoder moves backwards. When the shaft encoder moves forwards again, this number of shaft encoder steps (now forward direction) is not transmitted as external trigger signals. Only after the transportation belt is back to the place where the backward movement started, the shaft encoder steps (forward direction) are transmitted as external trigger signals again. If switched to OFF, the operator simply doesn't transmit any trigger signals as long as the transportation belt moves backwards. As soon as the transport belt starts to move forwards again, the operator transmits the shaft encoder steps (forward direction) as trigger signals.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShaftEncoderCompensationEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.SetSoftwareTriggerEnum.ToString">
<summary>The full name of SetSoftwareTrigger</summary>
<returns>Returns the full name of SetSoftwareTrigger</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SetSoftwareTriggerEnum.Name">
<summary>The full name of SetSoftwareTrigger</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SetSoftwareTriggerEnum.LowActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to Low Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SetSoftwareTriggerEnum.HighActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to High Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.SetSoftwareTriggerEnum">
<tocexclude />
<summary>
<para>Turns software trigger signal on or off. With this parameter a software gate can be produced in case of an externally gated image trigger mode.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SetSoftwareTrigger" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.ProcessingInvertEnum.ToString">
<summary>The full name of ProcessingInvert</summary>
<returns>Returns the full name of ProcessingInvert</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ProcessingInvertEnum.Name">
<summary>The full name of ProcessingInvert</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ProcessingInvertEnum.On">
<summary>
<para>The trigger queue mode is enabled.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ProcessingInvertEnum.Off">
<summary>
<para>The trigger queue mode is disabled.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.ProcessingInvertEnum">
<tocexclude />
<summary>
<para>Invert output. Available when LUT functionality is enabled.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ProcessingInvert" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.PixelFormatEnum.ToString">
<summary>The full name of PixelFormat</summary>
<returns>Returns the full name of PixelFormat</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelFormatEnum.Name">
<summary>The full name of PixelFormat</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelFormatEnum.YCbCr422_8">
<summary>
<para>The pixel format is set to YCbCr422_8.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelFormatEnum.RGB8">
<summary>
<para>The pixel format is set to RGB8.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelFormatEnum.RGB16">
<summary>
<para>The pixel format is set to RGB16.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelFormatEnum.RGB14p">
<summary>
<para>The pixel format is set to RGB14p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelFormatEnum.RGB12p">
<summary>
<para>The pixel format is set to RGB12p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelFormatEnum.RGB10p">
<summary>
<para>The pixel format is set to RGB10p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelFormatEnum.Mono8">
<summary>
<para>The pixel format is set to Mono8.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelFormatEnum.Mono16">
<summary>
<para>The pixel format is set to Mono16.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelFormatEnum.Mono14p">
<summary>
<para>The pixel output format is set to Mono 14p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelFormatEnum.Mono12p">
<summary>
<para>The pixel output format is set to Mono 12p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelFormatEnum.Mono12">
<summary>
<para>The pixel format is set to Mono12.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelFormatEnum.Mono10p">
<summary>
<para>The pixel output format is set to Mono 10p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelFormatEnum.Mono10">
<summary>
<para>The pixel format is set to Mono10.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelFormatEnum.BiColorRGBG8">
<summary>
<para>The pixel format is set to Bi-color pixel Red/Green - Blue/Green 8 Bit.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelFormatEnum.BiColorRGBG12">
<summary>
<para>The pixel format is set to Bi-color pixel Red/Green - Blue/Green 12 Bit.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelFormatEnum.BiColorRGBG10">
<summary>
<para>The pixel format is set to Bi-color pixel Red/Green - Blue/Green 10 Bit.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelFormatEnum.BiColorBGRG8">
<summary>
<para>The pixel format is set to Bi-color pixel Blue/Green - Red/Green 8 Bit.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelFormatEnum.BiColorBGRG12">
<summary>
<para>The pixel format is set to Bi-color pixel Blue/Green - Red/Green 12 Bit.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelFormatEnum.BiColorBGRG10">
<summary>
<para>The pixel format is set to Bi-color pixel Blue/Green - Red/Green 10 Bit.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelFormatEnum.BayerRG8">
<summary>
<para>The pixel format is set to BayerRG8.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelFormatEnum.BayerRG14p">
<summary>
<para>The pixel format is set to BayerRG14p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelFormatEnum.BayerRG12p">
<summary>
<para>The pixel format is set to BayerRG12p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelFormatEnum.BayerRG10p">
<summary>
<para>The pixel format is set to BayerRG10p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelFormatEnum.BayerGR8">
<summary>
<para>The pixel format is set to BayerGR8.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelFormatEnum.BayerGR14p">
<summary>
<para>The pixel format is set to BayerGR14p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelFormatEnum.BayerGR12p">
<summary>
<para>The pixel format is set to BayerGR12p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelFormatEnum.BayerGR10p">
<summary>
<para>The pixel format is set to BayerGR10p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelFormatEnum.BayerGB8">
<summary>
<para>The pixel format is set to BayerGB8.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelFormatEnum.BayerGB14p">
<summary>
<para>The pixel format is set to BayerGB14p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelFormatEnum.BayerGB12p">
<summary>
<para>The pixel format is set to BayerGB12p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelFormatEnum.BayerGB10p">
<summary>
<para>The pixel format is set to BayerGB10p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelFormatEnum.BayerBG8">
<summary>
<para>The pixel format is set to BayerBG8.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelFormatEnum.BayerBG14p">
<summary>
<para>The pixel format is set to BayerBG14p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelFormatEnum.BayerBG12p">
<summary>
<para>The pixel format is set to BayerBG12p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelFormatEnum.BayerBG10p">
<summary>
<para>The pixel format is set to BayerBG10p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.PixelFormatEnum">
<tocexclude />
<summary>
<para>Sets the format of the pixel data transmitted by the camera. This setting has to match the pixel format set in the camera.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PixelFormat" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.OverflowEventSelectEnum.ToString">
<summary>The full name of OverflowEventSelect</summary>
<returns>Returns the full name of OverflowEventSelect</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.OverflowEventSelectEnum.Name">
<summary>The full name of OverflowEventSelect</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.OverflowEventSelectEnum.OK">
<summary>
<para>Overflow event indicating correct frames.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.OverflowEventSelectEnum.LostOK">
<summary>
<para>Overflow event indicating correct or lost frames.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.OverflowEventSelectEnum.Lost">
<summary>
<para>Overflow event indicating lost frames. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.OverflowEventSelectEnum.IncompleteOK">
<summary>
<para>Overflow event indicating correct or incomplete frames.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.OverflowEventSelectEnum.IncompleteLost">
<summary>
<para>Overflow event indicating incomplete and lost frames.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.OverflowEventSelectEnum.Incomplete">
<summary>
<para>Overflow event indicating incomplete frames.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.OverflowEventSelectEnum.All">
<summary>
<para>Overflow event indicating frames of all states: correct, incomplete or lost.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.OverflowEventSelectEnum">
<tocexclude />
<summary>
<para>An overflow event can be generated on each incomplete, lost or correct frame. With this enumeration, you can select which permutation of these three events is reported via overflow event.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=OverflowEventSelect" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.MissingCameraFrameResponseEnum.ToString">
<summary>The full name of MissingCameraFrameResponse</summary>
<returns>Returns the full name of MissingCameraFrameResponse</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.MissingCameraFrameResponseEnum.Name">
<summary>The full name of MissingCameraFrameResponse</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.MissingCameraFrameResponseEnum.Yes">
<summary>
<para>The camera doesn't send a frame for each output trigger pulse.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.MissingCameraFrameResponseEnum.No">
<summary>
<para>The camera sends a frame for each output trigger pulse.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.MissingCameraFrameResponseEnum">
<tocexclude />
<summary>
<para>Returns whether missing frames are reported. If no frame is received for a trigger pulse, the parameter is set to Yes.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=MissingCameraFrameResponse" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.LutTypeEnum.ToString">
<summary>The full name of LutType</summary>
<returns>Returns the full name of LutType</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LutTypeEnum.Name">
<summary>The full name of LutType</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LutTypeEnum.UserFile">
<summary>
<para>A user file is used to configure the value.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LutTypeEnum.Processor">
<summary>
<para>Processor</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.LutTypeEnum">
<tocexclude />
<summary>
<para>Enables the LUT to be loaded with custom values or uses the applet's processor.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LutType" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.LutImplementationTypeEnum.ToString">
<summary>The full name of LutImplementationType</summary>
<returns>Returns the full name of LutImplementationType</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LutImplementationTypeEnum.Name">
<summary>The full name of LutImplementationType</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LutImplementationTypeEnum.KneeLUT">
<summary>
<para>An interpolation is used for pixel values based on a set of defined values.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LutImplementationTypeEnum.FullLUT">
<summary>
<para>Sets 1 value for each possible pixel value.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.LutImplementationTypeEnum">
<tocexclude />
<summary>
<para>Type of LUT implementation.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LutImplementationType" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.LutEnableEnum.ToString">
<summary>The full name of LutEnable</summary>
<returns>Returns the full name of LutEnable</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LutEnableEnum.Name">
<summary>The full name of LutEnable</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LutEnableEnum.On">
<summary>
<para>The trigger queue mode is enabled.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LutEnableEnum.Off">
<summary>
<para>The trigger queue mode is disabled.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.LutEnableEnum">
<tocexclude />
<summary>
<para>Switch the LUT and processing functionality on or off.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LutEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.LineTriggerModeEnum.ToString">
<summary>The full name of LineTriggerMode</summary>
<returns>Returns the full name of LineTriggerMode</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LineTriggerModeEnum.Name">
<summary>The full name of LineTriggerMode</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LineTriggerModeEnum.GrabberControlledGated">
<summary>
<para>Trigger mode is controlled by the grabber in gated mode.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LineTriggerModeEnum.GrabberControlled">
<summary>
<para>Line trigger mode is controlled by the grabber</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LineTriggerModeEnum.AsyncGatedTrigger">
<summary>
<para>Trigger mode is set to Async Gated Trigger.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LineTriggerModeEnum.AsyncExternalTrigger">
<summary>
<para>Trigger mode is set to Async External Trigger.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.LineTriggerModeEnum">
<tocexclude />
<summary>
<para>Sets the operation mode for the Exsync signal generation. The source for the external trigger input can be selected via the parameters SourceA and SourceB. Grabber_Controlled: Exsync is generated periodically by the internal signal generator. ASync_Trigger: Each external trigger signal from a peripheral device is used to generate an ExSync based on the defined exposure time. Grabber_Controlled_Gated: Exsync is generated periodically by the internal signal generator during the acquisition of a frame. Extern_Trigger_Gated: An external trigger signal from a peripheral device is used to generate the ExSync during the acquisition of a frame only.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineTriggerMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.LineTriggerInSourceEnum.ToString">
<summary>The full name of LineTriggerInSource</summary>
<returns>Returns the full name of LineTriggerInSource</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LineTriggerInSourceEnum.Name">
<summary>The full name of LineTriggerInSource</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LineTriggerInSourceEnum.TriggerInSourceFrontGPI3">
<summary>
<para>The input source of the trigger statistics is set to Front GPI Trigger Source 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LineTriggerInSourceEnum.TriggerInSourceFrontGPI2">
<summary>
<para>The input source of the trigger statistics is set to Front GPI Trigger Source 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LineTriggerInSourceEnum.TriggerInSourceFrontGPI1">
<summary>
<para>The input source of the trigger statistics is set to Front GPI Trigger Source 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LineTriggerInSourceEnum.TriggerInSourceFrontGPI0">
<summary>
<para>The input source of the trigger statistics is set to Front GPI Trigger Source 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LineTriggerInSourceEnum.GPITriggerSource7">
<summary>
<para>Trigger Source is set to GPI 7. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LineTriggerInSourceEnum.GPITriggerSource6">
<summary>
<para>Trigger Source is set to GPI 6. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LineTriggerInSourceEnum.GPITriggerSource5">
<summary>
<para>Trigger Source is set to GPI 5. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LineTriggerInSourceEnum.GPITriggerSource4">
<summary>
<para>Trigger Source is set to GPI 4. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LineTriggerInSourceEnum.GPITriggerSource3">
<summary>
<para>Trigger Source is set to GPI 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LineTriggerInSourceEnum.GPITriggerSource2">
<summary>
<para>Trigger Source is set to GPI 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LineTriggerInSourceEnum.GPITriggerSource1">
<summary>
<para>Trigger Source is set to GPI 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LineTriggerInSourceEnum.GPITriggerSource0">
<summary>
<para>Trigger Source is set to GPI 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.LineTriggerInSourceEnum">
<tocexclude />
<summary>
<para>Sets the trigger input signal source for the ExSync generation. This signal is also interpreted as source A when using a shaft encoder. This is only relevant, if the TriggerMode is set to ASync_Trigger.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineTriggerInSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.LineTriggerInPolarityEnum.ToString">
<summary>The full name of LineTriggerInPolarity</summary>
<returns>Returns the full name of LineTriggerInPolarity</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LineTriggerInPolarityEnum.Name">
<summary>The full name of LineTriggerInPolarity</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LineTriggerInPolarityEnum.LowActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to Low Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LineTriggerInPolarityEnum.HighActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to High Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.LineTriggerInPolarityEnum">
<tocexclude />
<summary>
<para>Sets the polarity of the external input trigger signal encoder source A and source B. When set to LowActive, the Exsync generator starts on a falling edge of the signal specified as frame trigger. Otherwise, the Exsync generation starts on a rising edge. This is only relevant if the TriggerMode is set to Extern_Trigger.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineTriggerInPolarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.ImageTriggerOnEnum.ToString">
<summary>The full name of ImageTriggerOn</summary>
<returns>Returns the full name of ImageTriggerOn</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageTriggerOnEnum.Name">
<summary>The full name of ImageTriggerOn</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageTriggerOnEnum.On">
<summary>
<para>The trigger queue mode is enabled.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageTriggerOnEnum.Off">
<summary>
<para>The trigger queue mode is disabled.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.ImageTriggerOnEnum">
<tocexclude />
<summary>
<para>Enables or disables the image trigger module. The OFF state corresponds to FreeRun.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ImageTriggerOn" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.ImageTriggerModeEnum.ToString">
<summary>The full name of ImageTriggerMode</summary>
<returns>Returns the full name of ImageTriggerMode</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageTriggerModeEnum.Name">
<summary>The full name of ImageTriggerMode</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageTriggerModeEnum.freeRun">
<summary>
<para>Free run mode is enabled.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageTriggerModeEnum.AsyncGatedTriggerMultiframe">
<summary>
<para>Trigger mode is set to Async Gated Trigger Multiframe.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageTriggerModeEnum.AsyncGatedTrigger">
<summary>
<para>Trigger mode is set to Async Gated Trigger.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageTriggerModeEnum.AsyncExternalTriggerMultiframe">
<summary>
<para>Trigger mode is set to Async External Trigger Multiframe.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageTriggerModeEnum.AsyncExternalTrigger">
<summary>
<para>Trigger mode is set to Async External Trigger.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.ImageTriggerModeEnum">
<tocexclude />
<summary>
<para>Sets the trigger mode for the image generation. An image trigger can define the start and length of an image. FreeRun: All incoming lines received from the camera are accepted. Image size is defined by the ROI. ASync_External_Trigger: At the rising edge of an accepted image trigger input signal, a new frame is started and incoming lines are appended to an image up to ROI-Height. A new rising edge of the image trigger is only accepted after the current frame is finished. Gated_External_Trigger: In gated mode, the input signal active state Sets the height of the resulting frame. ROI-Height is the maximum height. _Multibuffer modes can handle a certain number of lines for multiple frames of ROI size.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ImageTriggerMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.ImageTriggerIsBusyEnum.ToString">
<summary>The full name of ImageTriggerIsBusy</summary>
<returns>Returns the full name of ImageTriggerIsBusy</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageTriggerIsBusyEnum.Name">
<summary>The full name of ImageTriggerIsBusy</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageTriggerIsBusyEnum.NotBusy">
<summary>
<para>The software trigger is not busy.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageTriggerIsBusyEnum.Busy">
<summary>
<para>The software trigger is busy.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.ImageTriggerIsBusyEnum">
<tocexclude />
<summary>
<para>With this read-only value it is possible to check whether the image trigger is busy, i.e. whether an image is currently being acquired. During this time an additional image trigger is ignored.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ImageTriggerIsBusy" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.ImageTriggerInputSourceEnum.ToString">
<summary>The full name of ImageTriggerInputSource</summary>
<returns>Returns the full name of ImageTriggerInputSource</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageTriggerInputSourceEnum.Name">
<summary>The full name of ImageTriggerInputSource</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageTriggerInputSourceEnum.TriggerInSourceFrontGPI3">
<summary>
<para>The input source of the trigger statistics is set to Front GPI Trigger Source 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageTriggerInputSourceEnum.TriggerInSourceFrontGPI2">
<summary>
<para>The input source of the trigger statistics is set to Front GPI Trigger Source 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageTriggerInputSourceEnum.TriggerInSourceFrontGPI1">
<summary>
<para>The input source of the trigger statistics is set to Front GPI Trigger Source 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageTriggerInputSourceEnum.TriggerInSourceFrontGPI0">
<summary>
<para>The input source of the trigger statistics is set to Front GPI Trigger Source 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageTriggerInputSourceEnum.SoftwareTrigger">
<summary>
<para>Trigger mode is set to Software.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageTriggerInputSourceEnum.GPITriggerSource7">
<summary>
<para>Trigger Source is set to GPI 7. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageTriggerInputSourceEnum.GPITriggerSource6">
<summary>
<para>Trigger Source is set to GPI 6. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageTriggerInputSourceEnum.GPITriggerSource5">
<summary>
<para>Trigger Source is set to GPI 5. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageTriggerInputSourceEnum.GPITriggerSource4">
<summary>
<para>Trigger Source is set to GPI 4. Not available on LightBridge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageTriggerInputSourceEnum.GPITriggerSource3">
<summary>
<para>Trigger Source is set to GPI 3.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageTriggerInputSourceEnum.GPITriggerSource2">
<summary>
<para>Trigger Source is set to GPI 2.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageTriggerInputSourceEnum.GPITriggerSource1">
<summary>
<para>Trigger Source is set to GPI 1.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageTriggerInputSourceEnum.GPITriggerSource0">
<summary>
<para>Trigger Source is set to GPI 0.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.ImageTriggerInputSourceEnum">
<tocexclude />
<summary>
<para>Sets the image trigger input signal source, which is used to trigger the image acquisition. This is only relevant if the Image Trigger Mode is set to Extern/Gate.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ImageTriggerInputSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.ImageTriggerInputPolarityEnum.ToString">
<summary>The full name of ImageTriggerInputPolarity</summary>
<returns>Returns the full name of ImageTriggerInputPolarity</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageTriggerInputPolarityEnum.Name">
<summary>The full name of ImageTriggerInputPolarity</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageTriggerInputPolarityEnum.LowActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to Low Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageTriggerInputPolarityEnum.HighActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to High Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.ImageTriggerInputPolarityEnum">
<tocexclude />
<summary>
<para>Sets the polarity of the image trigger input.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ImageTriggerInputPolarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.FrontGPOInversionEnum.ToString">
<summary>The full name of FrontGPOInversion</summary>
<returns>Returns the full name of FrontGPOInversion</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FrontGPOInversionEnum.Name">
<summary>The full name of FrontGPOInversion</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FrontGPOInversionEnum.FrontGPOInversionOn">
<summary>
<para>Enable the inversion of front GPO signals.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FrontGPOInversionEnum.FrontGPOInversionOff">
<summary>
<para>Disable the inversion of FrontGPO signals.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.FrontGPOInversionEnum">
<tocexclude />
<summary>
<para>Enables or disables the inversion of the front GPO.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FrontGPOInversion" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.FrontGPISignalTypeEnum.ToString">
<summary>The full name of FrontGPISignalType</summary>
<returns>Returns the full name of FrontGPISignalType</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FrontGPISignalTypeEnum.Name">
<summary>The full name of FrontGPISignalType</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FrontGPISignalTypeEnum.FrontGPISingleEnded">
<summary>
<para>Configure the front GPIs as single-ended signals.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FrontGPISignalTypeEnum.FrontGPIDifferential">
<summary>
<para>Configure the front GPIs as differential signals.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.FrontGPISignalTypeEnum">
<tocexclude />
<summary>
<para>Sets the signal type of the front GPI.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FrontGPISignalType" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.FrontGPIPullControlEnum.ToString">
<summary>The full name of FrontGPIPullControl</summary>
<returns>Returns the full name of FrontGPIPullControl</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FrontGPIPullControlEnum.Name">
<summary>The full name of FrontGPIPullControl</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FrontGPIPullControlEnum.FrontGPIPullUp">
<summary>
<para>Configure the front GPIs to pull-up.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FrontGPIPullControlEnum.FrontGPIPullDown">
<summary>
<para>Configure the front GPIs to pull-down.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.FrontGPIPullControlEnum">
<tocexclude />
<summary>
<para>Sets the pull control of the front GPI.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FrontGPIPullControl" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.FormatEnum.ToString">
<summary>The full name of Format</summary>
<returns>Returns the full name of Format</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.Name">
<summary>The full name of Format</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.YCbCr422_8">
<summary>
<para>The pixel output format is set to YCbCr422_8.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.RGBa8">
<summary>
<para>The pixel output format is set to RGBa8.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.RGB8">
<summary>
<para>The pixel output format is set to RGB8.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.RGB16">
<summary>
<para>The pixel output format is set to RGB16.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.RGB14p">
<summary>
<para>The pixel output format is set to RGB14p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.RGB12p">
<summary>
<para>The pixel output format is set to RGB12p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.RGB10p">
<summary>
<para>The pixel output format is set to RGB10p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.Mono8">
<summary>
<para>The pixel output format is set to Mono8.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.Mono16">
<summary>
<para>The pixel output format is set to Mono16.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.Mono14p">
<summary>
<para>The pixel output format is set to Mono14p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.Mono12p">
<summary>
<para>The pixel output format is set to Mono12p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.Mono10p">
<summary>
<para>The pixel output format is set to Mono10p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.BiColorRGBG8">
<summary>
<para>The pixel format is set to Bi-color pixel Red/Green - Blue/Green 8 Bit.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.BiColorRGBG12">
<summary>
<para>The pixel format is set to Bi-color pixel Red/Green - Blue/Green 12 Bit.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.BiColorRGBG10">
<summary>
<para>The pixel format is set to Bi-color pixel Red/Green - Blue/Green 10 Bit.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.BiColorBGRG8">
<summary>
<para>The pixel format is set to Bi-color pixel Blue/Green - Red/Green 8 Bit.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.BiColorBGRG12">
<summary>
<para>The pixel format is set to Bi-color pixel Blue/Green - Red/Green 12 Bit.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.BiColorBGRG10">
<summary>
<para>The pixel format is set to Bi-color pixel Blue/Green - Red/Green 10 Bit.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.BayerRG8">
<summary>
<para>The pixel output format is set to BayerRG8.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.BayerRG16">
<summary>
<para>The pixel output format is set to BayerRG16.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.BayerRG14p">
<summary>
<para>The pixel output format is set to BayerRG14p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.BayerRG12p">
<summary>
<para>The pixel output format is set to BayerRG12p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.BayerRG10p">
<summary>
<para>The pixel output format is set to BayerRG10p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.BayerGR8">
<summary>
<para>The pixel output format is set to BayerGR8.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.BayerGR16">
<summary>
<para>The pixel output format is set to BayerGR16.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.BayerGR14p">
<summary>
<para>The pixel output format is set to BayerGR14p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.BayerGR12p">
<summary>
<para>The pixel output format is set to BayerGR12p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.BayerGR10p">
<summary>
<para>The pixel output format is set to BayerGR10p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.BayerGB8">
<summary>
<para>The pixel output format is set to BayerGB8.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.BayerGB16">
<summary>
<para>The pixel output format is set to BayerGB16.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.BayerGB14p">
<summary>
<para>The pixel output format is set to BayerGB14p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.BayerGB12p">
<summary>
<para>The pixel output format is set to BayerGB12p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.BayerGB10p">
<summary>
<para>The pixel output format is set to BayerGB10p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.BayerBG8">
<summary>
<para>The pixel output format is set to BayerBG8.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.BayerBG16">
<summary>
<para>The pixel output format is set to BayerBG16.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.BayerBG14p">
<summary>
<para>The pixel output format is set to BayerBG14p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.BayerBG12p">
<summary>
<para>The pixel output format is set to BayerBG12p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.BayerBG10p">
<summary>
<para>The pixel output format is set to BayerBG10p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.BGRa8">
<summary>
<para>The pixel output format is set to BGRa8.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.BGR8">
<summary>
<para>The pixel output format is set to BGR8.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.BGR16">
<summary>
<para>The pixel output format is set to BGR16.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.BGR14p">
<summary>
<para>The pixel output format is set to BGR14p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.BGR12p">
<summary>
<para>The pixel output format is set to BGR12p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FormatEnum.BGR10p">
<summary>
<para>The pixel output format is set to BGR10p.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.FormatEnum">
<tocexclude />
<summary>
<para>Sets the pixel format of the image that is output to the computer. The data is converted from the internal bit width and color format to the output format selected. This setting is not related to the pixel format input from the camera sensor. For more information, see the Pixel Format parameter documentation.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Format" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.FlashPolarityEnum.ToString">
<summary>The full name of FlashPolarity</summary>
<returns>Returns the full name of FlashPolarity</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FlashPolarityEnum.Name">
<summary>The full name of FlashPolarity</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FlashPolarityEnum.LowActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to Low Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FlashPolarityEnum.HighActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to High Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.FlashPolarityEnum">
<tocexclude />
<summary>
<para>Sets the generated flash signal polarity.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FlashPolarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.FlashOnEnum.ToString">
<summary>The full name of FlashOn</summary>
<returns>Returns the full name of FlashOn</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FlashOnEnum.Name">
<summary>The full name of FlashOn</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FlashOnEnum.On">
<summary>
<para>The trigger queue mode is enabled.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FlashOnEnum.Off">
<summary>
<para>The trigger queue mode is disabled.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.FlashOnEnum">
<tocexclude />
<summary>
<para>Switches the flash signal on or off. The pulse width of the flash signal is equal to one line period. The flash gives a signal between the first and second Exsync rising edge. A single trigger is sent for a full frame.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FlashOn" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.ExtensionGPOTypeEnum.ToString">
<summary>The full name of ExtensionGPOType</summary>
<returns>Returns the full name of ExtensionGPOType</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ExtensionGPOTypeEnum.Name">
<summary>The full name of ExtensionGPOType</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ExtensionGPOTypeEnum.GPOPushPull">
<summary>
<para>Set the GPIO interface to push/pull configuration.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ExtensionGPOTypeEnum.GPOOpenDrain">
<summary>
<para>Set the GPIO interface to open-drain configuration.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.ExtensionGPOTypeEnum">
<tocexclude />
<summary>
<para>Sets the configuration type of the extension GPIO interface.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExtensionGPOType" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.ExSyncPolarityEnum.ToString">
<summary>The full name of ExSyncPolarity</summary>
<returns>Returns the full name of ExSyncPolarity</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ExSyncPolarityEnum.Name">
<summary>The full name of ExSyncPolarity</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ExSyncPolarityEnum.LowActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to Low Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ExSyncPolarityEnum.HighActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to High Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.ExSyncPolarityEnum">
<tocexclude />
<summary>
<para>Sets the polarity of the ExSync output signal. Adjusts the polarity of the Exsync signal genarator to the polarity accepted by the connected camera. Use LowActive, if the camera starts exposure on a falling edge, otherwise use HighActive.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExSyncPolarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.ExSyncOnEnum.ToString">
<summary>The full name of ExSyncOn</summary>
<returns>Returns the full name of ExSyncOn</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ExSyncOnEnum.Name">
<summary>The full name of ExSyncOn</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ExSyncOnEnum.On">
<summary>
<para>The trigger queue mode is enabled.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ExSyncOnEnum.Off">
<summary>
<para>The trigger queue mode is disabled.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.ExSyncOnEnum">
<tocexclude />
<summary>
<para>Enables or disables the ExSync output to the camera. Make sure that the camera is expecting this signal and interprets it in the expected way. The polarity of this signal is relevant for proper functionality.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExSyncOn" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.EventSelectorEnum.ToString">
<summary>The full name of EventSelector</summary>
<returns>Returns the full name of EventSelector</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventSelectorEnum.Name">
<summary>The full name of EventSelector</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventSelectorEnum.TriggerQueueFilllevelThresholdOn">
<summary>
<para>Entry for the event TriggerQueueFilllevelThresholdOn</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventSelectorEnum.TriggerQueueFilllevelThresholdOff">
<summary>
<para>Entry for the event TriggerQueueFilllevelThresholdOff</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventSelectorEnum.TriggerExceededPeriodLimits">
<summary>
<para>Entry for the event TriggerExceededPeriodLimits</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventSelectorEnum.Overflow">
<summary>
<para>Entry for the event Overflow</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventSelectorEnum.LineTransferStart">
<summary>
<para>Entry for the event LineTransferStart</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventSelectorEnum.LineTransferEnd">
<summary>
<para>Entry for the event LineTransferEnd</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventSelectorEnum.FrameTriggerMissed">
<summary>
<para>Entry for the event FrameTriggerMissed</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventSelectorEnum.FrameTransferStart">
<summary>
<para>Entry for the event FrameTransferStart</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventSelectorEnum.FrameTransferEnd">
<summary>
<para>Entry for the event FrameTransferEnd</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventSelectorEnum.DeviceLost">
<summary>
<para>The Device Lost event is selected.</para>
<para>Applies to: CoaXPress and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventSelectorEnum.CameraStreamStatus">
<summary>
<para>Entry for the event CameraStreamStatus</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventSelectorEnum.AcquisitionTrigger">
<summary>
<para>Entry for the event AcquisitionTrigger</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.EventSelectorEnum">
<tocexclude />
<summary>
<para>Sets which event to signal to the host application.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLTransportLayer.EventNotification" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.EventNotificationEnum.ToString">
<summary>The full name of EventNotification</summary>
<returns>Returns the full name of EventNotification</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventNotificationEnum.Name">
<summary>The full name of EventNotification</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventNotificationEnum.Once">
<summary>
<para>The selected event notification is enabled for one event and then returned to Off state.</para>
<para>Applies to: CoaXPress and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventNotificationEnum.On">
<summary>
<para>The selected event notification is enabled.</para>
<para>Applies to: CoaXPress and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventNotificationEnum.Off">
<summary>
<para>The selected event notification is disabled.</para>
<para>Applies to: CoaXPress and blaze</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.EventNotificationEnum">
<tocexclude />
<summary>
<para>Sets whether the host application is notified of the selected event.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLTransportLayer.EventSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventNotification" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.DeviceTypeEnum.ToString">
<summary>The full name of DeviceType</summary>
<returns>Returns the full name of DeviceType</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.DeviceTypeEnum.Name">
<summary>The full name of DeviceType</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.DeviceTypeEnum.USB3Vision">
<summary>
<para>USB3 Vision.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.DeviceTypeEnum.U3V">
<summary>
<para>The device uses the USB3 Vision transport layer.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.DeviceTypeEnum.Mixed">
<summary>
<para>Different interface modules of the GenTL Producer are of different types.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.DeviceTypeEnum.GigEVision">
<summary>
<para>GigE Vision</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.DeviceTypeEnum.GEV">
<summary>
<para>The device uses the GigE Vision transport layer.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.DeviceTypeEnum.Custom">
<summary>
<para>The device uses a custom transport layer.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.DeviceTypeEnum.CoaXPress">
<summary>
<para>CoaXPress.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.DeviceTypeEnum.CameraLinkHS">
<summary>
<para>Camera Link High Speed.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.DeviceTypeEnum.CameraLink">
<summary>
<para>Camera Link</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.DeviceTypeEnum.CXP">
<summary>
<para>The device uses the CoaXPress transport layer.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.DeviceTypeEnum.CLHS">
<summary>
<para>The device uses the Camera Link HS transport layer.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.DeviceTypeEnum.CL">
<summary>
<para>The device uses the Camera Link transport layer.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.DeviceTypeEnum">
<tocexclude />
<summary>
<para>Returns the transport layer of the device.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceType" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.DeviceEndianessMechanismEnum.ToString">
<summary>The full name of DeviceEndianessMechanism</summary>
<returns>Returns the full name of DeviceEndianessMechanism</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.DeviceEndianessMechanismEnum.Name">
<summary>The full name of DeviceEndianessMechanism</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.DeviceEndianessMechanismEnum.Standard">
<summary>
<para>The device endianness is handled according to GenICam Schema 1.1 and later.</para>
<para>Applies to: blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.DeviceEndianessMechanismEnum.Legacy">
<summary>
<para>The device endianness is handled according to GenICam Schema 1.0.</para>
<para>Applies to: blaze</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.DeviceEndianessMechanismEnum">
<tocexclude />
<summary>
<para>Sets the endianness handling mode.</para>
<para>Applies to: blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceEndianessMechanism" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.DeviceAccessStatusEnum.ToString">
<summary>The full name of DeviceAccessStatus</summary>
<returns>Returns the full name of DeviceAccessStatus</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.DeviceAccessStatusEnum.Name">
<summary>The full name of DeviceAccessStatus</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.DeviceAccessStatusEnum.Unknown">
<summary>
<para>The status is unknown.</para>
<para>Applies to: CoaXPress and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.DeviceAccessStatusEnum.ReadWrite">
<summary>
<para>The device offers read/write access.</para>
<para>Applies to: CoaXPress and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.DeviceAccessStatusEnum.ReadOnly">
<summary>
<para>The device offers read-only access.</para>
<para>Applies to: CoaXPress and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.DeviceAccessStatusEnum.OpenReadWrite">
<summary>
<para>The device is opened in Read/Write mode by this GenTL host.</para>
<para>Applies to: CoaXPress and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.DeviceAccessStatusEnum.OpenReadOnly">
<summary>
<para>The device is opened in Read-only mode by this GenTL host.</para>
<para>Applies to: CoaXPress and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.DeviceAccessStatusEnum.NoAccess">
<summary>
<para>You can't connect to the device.</para>
<para>Applies to: CoaXPress and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.DeviceAccessStatusEnum.Busy">
<summary>
<para>The device is already opened by another entity.</para>
<para>Applies to: CoaXPress and blaze</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.DeviceAccessStatusEnum">
<tocexclude />
<summary>
<para>Returns the device's access status at the moment when the Device Update List command was last executed. This value only changes when the Device Update List command is executed.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceAccessStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEdgeEnum.ToString">
<summary>The full name of CxpLinkTrigger3SourceEdge</summary>
<returns>Returns the full name of CxpLinkTrigger3SourceEdge</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEdgeEnum.Name">
<summary>The full name of CxpLinkTrigger3SourceEdge</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEdgeEnum.RisingEdge">
<summary>
<para>Rising Edge of signal</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEdgeEnum.FallingEdge">
<summary>
<para>Falling Edge of signal</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEdgeEnum">
<tocexclude />
<summary>
<para>Selects the signal edge of the output signal on CXP LinkTrigger3.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpLinkTrigger3SourceEdge" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.ToString">
<summary>The full name of CxpLinkTrigger3Source</summary>
<returns>Returns the full name of CxpLinkTrigger3Source</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.Name">
<summary>The full name of CxpLinkTrigger3Source</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.VCC">
<summary>
<para>The signal is a static one.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.SignalLineValid">
<summary>
<para>The line valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.SignalGPI7">
<summary>
<para>The GPI 7 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.SignalGPI6">
<summary>
<para>The GPI 6 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.SignalGPI5">
<summary>
<para>The GPI 5 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.SignalGPI4">
<summary>
<para>The GPI 4 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.SignalGPI3">
<summary>
<para>The GPI 3 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.SignalGPI2">
<summary>
<para>The GPI 2 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.SignalGPI1">
<summary>
<para>The GPI 1 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.SignalGPI0">
<summary>
<para>The GPI 0 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.SignalFrontGPI3">
<summary>
<para>The front GPI 3 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.SignalFrontGPI2">
<summary>
<para>The front GPI 2 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.SignalFrontGPI1">
<summary>
<para>The front GPI 1 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.SignalFrontGPI0">
<summary>
<para>The front GPI 0 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.SignalFrameValid">
<summary>
<para>The frame valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.SignalFlash">
<summary>
<para>The flash signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.SignalExsync2">
<summary>
<para>The Exsync2 signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.SignalExsync">
<summary>
<para>The Exsync signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.SignalCam4LineValid">
<summary>
<para>The line valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.SignalCam4FrameValid">
<summary>
<para>The frame valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.SignalCam4Flash">
<summary>
<para>The flash signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.SignalCam4Exsync2">
<summary>
<para>The Exsync2 signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.SignalCam4Exsync">
<summary>
<para>The Exsync signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.SignalCam3LineValid">
<summary>
<para>The line valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.SignalCam3FrameValid">
<summary>
<para>The frame valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.SignalCam3Flash">
<summary>
<para>The flash signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.SignalCam3Exsync2">
<summary>
<para>The Exsync2 signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.SignalCam3Exsync">
<summary>
<para>The Exsync signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.SignalCam2LineValid">
<summary>
<para>The line valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.SignalCam2FrameValid">
<summary>
<para>The frame valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.SignalCam2Flash">
<summary>
<para>The flash signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.SignalCam2Exsync2">
<summary>
<para>The Exsync2 signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.SignalCam2Exsync">
<summary>
<para>The Exsync signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.SignalCam1LineValid">
<summary>
<para>The line valid signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.SignalCam1FrameValid">
<summary>
<para>The frame valid signal of cam 1 is set as input. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.SignalCam1Flash">
<summary>
<para>The flash signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.SignalCam1Exsync2">
<summary>
<para>The Exsync2 signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.SignalCam1Exsync">
<summary>
<para>The Exsync signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.PulseGeneratorRisingEdge">
<summary>
<para>The source is set to pulse generator 0 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.PulseGenerator3RisingEdge">
<summary>
<para>The source is set to pulse generator 3 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.PulseGenerator3FallingEdge">
<summary>
<para>The source is set to pulse generator 3 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.PulseGenerator2RisingEdge">
<summary>
<para>The source is set to pulse generator 2 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.PulseGenerator2FallingEdge">
<summary>
<para>The source is set to pulse generator 2 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.PulseGenerator1RisingEdge">
<summary>
<para>The source is set to pulse generator 1 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.PulseGenerator1FallingEdge">
<summary>
<para>The source is set to pulse generator 1 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.PulseGenerator0FallingEdge">
<summary>
<para>The source is set to pulse generator 0 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.GND">
<summary>
<para>The signal is a static zero.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamEPulseGenerator3RisingEdge">
<summary>
<para>The output source is set to camera port E pulse generator 3 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamEPulseGenerator3FallingEdge">
<summary>
<para>The output source is set to camera port E pulse generator 3 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamEPulseGenerator2RisingEdge">
<summary>
<para>The output source is set to camera port E pulse generator 2 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamEPulseGenerator2FallingEdge">
<summary>
<para>The output source is set to camera port E pulse generator 2 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamEPulseGenerator1RisingEdge">
<summary>
<para>The output source is set to camera port E pulse generator 1 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamEPulseGenerator1FallingEdge">
<summary>
<para>The output source is set to camera port E pulse generator 1 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamEPulseGenerator0RisingEdge">
<summary>
<para>The output source is set to camera port E pulse generator 0 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamEPulseGenerator0FallingEdge">
<summary>
<para>The output source is set to camera port E pulse generator 0 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamDPulseGenerator3RisingEdge">
<summary>
<para>The output source is set to camera port D pulse generator 3 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamDPulseGenerator3FallingEdge">
<summary>
<para>The output source is set to camera port D pulse generator 3 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamDPulseGenerator2RisingEdge">
<summary>
<para>The output source is set to camera port D pulse generator 2 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamDPulseGenerator2FallingEdge">
<summary>
<para>The output source is set to camera port D pulse generator 2 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamDPulseGenerator1RisingEdge">
<summary>
<para>The output source is set to camera port D pulse generator 1 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamDPulseGenerator1FallingEdge">
<summary>
<para>The output source is set to camera port D pulse generator 1 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamDPulseGenerator0RisingEdge">
<summary>
<para>The output source is set to camera port D pulse generator 0 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamDPulseGenerator0FallingEdge">
<summary>
<para>The output source is set to camera port D pulse generator 0 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamCPulseGenerator3RisingEdge">
<summary>
<para>The output source is set to camera port C pulse generator 3 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamCPulseGenerator3FallingEdge">
<summary>
<para>The output source is set to camera port C pulse generator 3 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamCPulseGenerator2RisingEdge">
<summary>
<para>The output source is set to camera port C pulse generator 2 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamCPulseGenerator2FallingEdge">
<summary>
<para>The output source is set to camera port C pulse generator 2 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamCPulseGenerator1RisingEdge">
<summary>
<para>The output source is set to camera port C pulse generator 1 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamCPulseGenerator1FallingEdge">
<summary>
<para>The output source is set to camera port C pulse generator 1 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamCPulseGenerator0RisingEdge">
<summary>
<para>The output source is set to camera port C pulse generator 0 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamCPulseGenerator0FallingEdge">
<summary>
<para>The output source is set to camera port C pulse generator 0 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamBPulseGenerator3RisingEdge">
<summary>
<para>The output source is set to camera port B pulse generator 3 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamBPulseGenerator3FallingEdge">
<summary>
<para>The output source is set to camera port B pulse generator 3 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamBPulseGenerator2RisingEdge">
<summary>
<para>The output source is set to camera port B pulse generator 2 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamBPulseGenerator2FallingEdge">
<summary>
<para>The output source is set to camera port B pulse generator 2 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamBPulseGenerator1RisingEdge">
<summary>
<para>The output source is set to camera port B pulse generator 1 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamBPulseGenerator1FallingEdge">
<summary>
<para>The output source is set to camera port B pulse generator 1 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamBPulseGenerator0RisingEdge">
<summary>
<para>The output source is set to camera port B pulse generator 0 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamBPulseGenerator0FallingEdge">
<summary>
<para>The output source is set to camera port B pulse generator 0 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamAPulseGenerator3RisingEdge">
<summary>
<para>The output source is set to camera port A pulse generator 3 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamAPulseGenerator3FallingEdge">
<summary>
<para>The output source is set to camera port A pulse generator 3 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamAPulseGenerator2RisingEdge">
<summary>
<para>The output source is set to camera port A pulse generator 2 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamAPulseGenerator2FallingEdge">
<summary>
<para>The output source is set to camera port A pulse generator 2 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamAPulseGenerator1RisingEdge">
<summary>
<para>The output source is set to camera port A pulse generator 1 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamAPulseGenerator1FallingEdge">
<summary>
<para>The output source is set to camera port A pulse generator 1 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamAPulseGenerator0RisingEdge">
<summary>
<para>The output source is set to camera port A pulse generator 0 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.CamAPulseGenerator0FallingEdge">
<summary>
<para>The output source is set to camera port A pulse generator 0 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.BypassGPI7RisingEdge">
<summary>
<para>Bypasses the GPI 7 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.BypassGPI7FallingEdge">
<summary>
<para>Bypasses the GPI 7 signal falling edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.BypassGPI6RisingEdge">
<summary>
<para>Bypasses the GPI 6 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.BypassGPI6FallingEdge">
<summary>
<para>Bypasses the GPI 6 signal falling edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.BypassGPI5RisingEdge">
<summary>
<para>Bypasses the GPI 5 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.BypassGPI5FallingEdge">
<summary>
<para>Bypasses the GPI 5 signal falling edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.BypassGPI4RisingEdge">
<summary>
<para>Bypasses the GPI 4 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.BypassGPI4FallingEdge">
<summary>
<para>Bypasses the GPI 4 signal falling edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.BypassGPI3RisingEdge">
<summary>
<para>Bypasses the GPI 3 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.BypassGPI3FallingEdge">
<summary>
<para>Bypasses the GPI 3 signal falling edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.BypassGPI2RisingEdge">
<summary>
<para>Bypasses the GPI 2 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.BypassGPI2FallingEdge">
<summary>
<para>Bypasses the GPI 2 signal falling edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.BypassGPI1RisingEdge">
<summary>
<para>Bypasses the GPI 1 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.BypassGPI1FallingEdge">
<summary>
<para>Bypasses the GPI 1 signal falling edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.BypassGPI0RisingEdge">
<summary>
<para>Bypasses the GPI 0 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.BypassGPI0FallingEdge">
<summary>
<para>Bypasses the GPI 0 signal falling edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.BypassFrontGPI3RisingEdge">
<summary>
<para>Bypasses the Front GPI 3 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.BypassFrontGPI3FallingEdge">
<summary>
<para>Bypasses the Front GPI 3 signal falling edge directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.BypassFrontGPI2RisingEdge">
<summary>
<para>Bypasses the Front GPI 2 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.BypassFrontGPI2FallingEdge">
<summary>
<para>Bypasses the Front GPI 2 signal falling edge directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.BypassFrontGPI1RisingEdge">
<summary>
<para>Bypasses the Front GPI 1 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.BypassFrontGPI1FallingEdge">
<summary>
<para>Bypasses the Front GPI 1 signal falling edge directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.BypassFrontGPI0RisingEdge">
<summary>
<para>Bypasses the Front GPI 0 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum.BypassFrontGPI0FallingEdge">
<summary>
<para>Bypasses the Front GPI 0 signal falling edge directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEnum">
<tocexclude />
<summary>
<para>Sets the output source CXP LinkTrigger3.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpLinkTrigger3Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEdgeEnum.ToString">
<summary>The full name of CxpLinkTrigger2SourceEdge</summary>
<returns>Returns the full name of CxpLinkTrigger2SourceEdge</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEdgeEnum.Name">
<summary>The full name of CxpLinkTrigger2SourceEdge</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEdgeEnum.RisingEdge">
<summary>
<para>Rising Edge of signal</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEdgeEnum.FallingEdge">
<summary>
<para>Falling Edge of signal</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEdgeEnum">
<tocexclude />
<summary>
<para>Selects the signal edge of the output signal on CXP LinkTrigger2.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpLinkTrigger2SourceEdge" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.ToString">
<summary>The full name of CxpLinkTrigger2Source</summary>
<returns>Returns the full name of CxpLinkTrigger2Source</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.Name">
<summary>The full name of CxpLinkTrigger2Source</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.VCC">
<summary>
<para>The signal is a static one.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.SignalLineValid">
<summary>
<para>The line valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.SignalGPI7">
<summary>
<para>The GPI 7 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.SignalGPI6">
<summary>
<para>The GPI 6 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.SignalGPI5">
<summary>
<para>The GPI 5 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.SignalGPI4">
<summary>
<para>The GPI 4 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.SignalGPI3">
<summary>
<para>The GPI 3 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.SignalGPI2">
<summary>
<para>The GPI 2 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.SignalGPI1">
<summary>
<para>The GPI 1 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.SignalGPI0">
<summary>
<para>The GPI 0 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.SignalFrontGPI3">
<summary>
<para>The front GPI 3 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.SignalFrontGPI2">
<summary>
<para>The front GPI 2 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.SignalFrontGPI1">
<summary>
<para>The front GPI 1 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.SignalFrontGPI0">
<summary>
<para>The front GPI 0 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.SignalFrameValid">
<summary>
<para>The frame valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.SignalFlash">
<summary>
<para>The flash signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.SignalExsync2">
<summary>
<para>The Exsync2 signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.SignalExsync">
<summary>
<para>The Exsync signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.SignalCam4LineValid">
<summary>
<para>The line valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.SignalCam4FrameValid">
<summary>
<para>The frame valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.SignalCam4Flash">
<summary>
<para>The flash signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.SignalCam4Exsync2">
<summary>
<para>The Exsync2 signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.SignalCam4Exsync">
<summary>
<para>The Exsync signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.SignalCam3LineValid">
<summary>
<para>The line valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.SignalCam3FrameValid">
<summary>
<para>The frame valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.SignalCam3Flash">
<summary>
<para>The flash signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.SignalCam3Exsync2">
<summary>
<para>The Exsync2 signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.SignalCam3Exsync">
<summary>
<para>The Exsync signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.SignalCam2LineValid">
<summary>
<para>The line valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.SignalCam2FrameValid">
<summary>
<para>The frame valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.SignalCam2Flash">
<summary>
<para>The flash signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.SignalCam2Exsync2">
<summary>
<para>The Exsync2 signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.SignalCam2Exsync">
<summary>
<para>The Exsync signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.SignalCam1LineValid">
<summary>
<para>The line valid signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.SignalCam1FrameValid">
<summary>
<para>The frame valid signal of cam 1 is set as input. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.SignalCam1Flash">
<summary>
<para>The flash signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.SignalCam1Exsync2">
<summary>
<para>The Exsync2 signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.SignalCam1Exsync">
<summary>
<para>The Exsync signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.PulseGeneratorRisingEdge">
<summary>
<para>The source is set to pulse generator 0 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.PulseGenerator3RisingEdge">
<summary>
<para>The source is set to pulse generator 3 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.PulseGenerator3FallingEdge">
<summary>
<para>The source is set to pulse generator 3 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.PulseGenerator2RisingEdge">
<summary>
<para>The source is set to pulse generator 2 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.PulseGenerator2FallingEdge">
<summary>
<para>The source is set to pulse generator 2 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.PulseGenerator1RisingEdge">
<summary>
<para>The source is set to pulse generator 1 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.PulseGenerator1FallingEdge">
<summary>
<para>The source is set to pulse generator 1 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.PulseGenerator0FallingEdge">
<summary>
<para>The source is set to pulse generator 0 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.GND">
<summary>
<para>The signal is a static zero.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamEPulseGenerator3RisingEdge">
<summary>
<para>The output source is set to camera port E pulse generator 3 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamEPulseGenerator3FallingEdge">
<summary>
<para>The output source is set to camera port E pulse generator 3 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamEPulseGenerator2RisingEdge">
<summary>
<para>The output source is set to camera port E pulse generator 2 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamEPulseGenerator2FallingEdge">
<summary>
<para>The output source is set to camera port E pulse generator 2 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamEPulseGenerator1RisingEdge">
<summary>
<para>The output source is set to camera port E pulse generator 1 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamEPulseGenerator1FallingEdge">
<summary>
<para>The output source is set to camera port E pulse generator 1 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamEPulseGenerator0RisingEdge">
<summary>
<para>The output source is set to camera port E pulse generator 0 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamEPulseGenerator0FallingEdge">
<summary>
<para>The output source is set to camera port E pulse generator 0 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamDPulseGenerator3RisingEdge">
<summary>
<para>The output source is set to camera port D pulse generator 3 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamDPulseGenerator3FallingEdge">
<summary>
<para>The output source is set to camera port D pulse generator 3 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamDPulseGenerator2RisingEdge">
<summary>
<para>The output source is set to camera port D pulse generator 2 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamDPulseGenerator2FallingEdge">
<summary>
<para>The output source is set to camera port D pulse generator 2 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamDPulseGenerator1RisingEdge">
<summary>
<para>The output source is set to camera port D pulse generator 1 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamDPulseGenerator1FallingEdge">
<summary>
<para>The output source is set to camera port D pulse generator 1 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamDPulseGenerator0RisingEdge">
<summary>
<para>The output source is set to camera port D pulse generator 0 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamDPulseGenerator0FallingEdge">
<summary>
<para>The output source is set to camera port D pulse generator 0 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamCPulseGenerator3RisingEdge">
<summary>
<para>The output source is set to camera port C pulse generator 3 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamCPulseGenerator3FallingEdge">
<summary>
<para>The output source is set to camera port C pulse generator 3 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamCPulseGenerator2RisingEdge">
<summary>
<para>The output source is set to camera port C pulse generator 2 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamCPulseGenerator2FallingEdge">
<summary>
<para>The output source is set to camera port C pulse generator 2 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamCPulseGenerator1RisingEdge">
<summary>
<para>The output source is set to camera port C pulse generator 1 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamCPulseGenerator1FallingEdge">
<summary>
<para>The output source is set to camera port C pulse generator 1 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamCPulseGenerator0RisingEdge">
<summary>
<para>The output source is set to camera port C pulse generator 0 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamCPulseGenerator0FallingEdge">
<summary>
<para>The output source is set to camera port C pulse generator 0 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamBPulseGenerator3RisingEdge">
<summary>
<para>The output source is set to camera port B pulse generator 3 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamBPulseGenerator3FallingEdge">
<summary>
<para>The output source is set to camera port B pulse generator 3 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamBPulseGenerator2RisingEdge">
<summary>
<para>The output source is set to camera port B pulse generator 2 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamBPulseGenerator2FallingEdge">
<summary>
<para>The output source is set to camera port B pulse generator 2 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamBPulseGenerator1RisingEdge">
<summary>
<para>The output source is set to camera port B pulse generator 1 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamBPulseGenerator1FallingEdge">
<summary>
<para>The output source is set to camera port B pulse generator 1 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamBPulseGenerator0RisingEdge">
<summary>
<para>The output source is set to camera port B pulse generator 0 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamBPulseGenerator0FallingEdge">
<summary>
<para>The output source is set to camera port B pulse generator 0 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamAPulseGenerator3RisingEdge">
<summary>
<para>The output source is set to camera port A pulse generator 3 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamAPulseGenerator3FallingEdge">
<summary>
<para>The output source is set to camera port A pulse generator 3 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamAPulseGenerator2RisingEdge">
<summary>
<para>The output source is set to camera port A pulse generator 2 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamAPulseGenerator2FallingEdge">
<summary>
<para>The output source is set to camera port A pulse generator 2 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamAPulseGenerator1RisingEdge">
<summary>
<para>The output source is set to camera port A pulse generator 1 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamAPulseGenerator1FallingEdge">
<summary>
<para>The output source is set to camera port A pulse generator 1 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamAPulseGenerator0RisingEdge">
<summary>
<para>The output source is set to camera port A pulse generator 0 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.CamAPulseGenerator0FallingEdge">
<summary>
<para>The output source is set to camera port A pulse generator 0 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.BypassGPI7RisingEdge">
<summary>
<para>Bypasses the GPI 7 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.BypassGPI7FallingEdge">
<summary>
<para>Bypasses the GPI 7 signal falling edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.BypassGPI6RisingEdge">
<summary>
<para>Bypasses the GPI 6 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.BypassGPI6FallingEdge">
<summary>
<para>Bypasses the GPI 6 signal falling edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.BypassGPI5RisingEdge">
<summary>
<para>Bypasses the GPI 5 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.BypassGPI5FallingEdge">
<summary>
<para>Bypasses the GPI 5 signal falling edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.BypassGPI4RisingEdge">
<summary>
<para>Bypasses the GPI 4 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.BypassGPI4FallingEdge">
<summary>
<para>Bypasses the GPI 4 signal falling edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.BypassGPI3RisingEdge">
<summary>
<para>Bypasses the GPI 3 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.BypassGPI3FallingEdge">
<summary>
<para>Bypasses the GPI 3 signal falling edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.BypassGPI2RisingEdge">
<summary>
<para>Bypasses the GPI 2 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.BypassGPI2FallingEdge">
<summary>
<para>Bypasses the GPI 2 signal falling edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.BypassGPI1RisingEdge">
<summary>
<para>Bypasses the GPI 1 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.BypassGPI1FallingEdge">
<summary>
<para>Bypasses the GPI 1 signal falling edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.BypassGPI0RisingEdge">
<summary>
<para>Bypasses the GPI 0 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.BypassGPI0FallingEdge">
<summary>
<para>Bypasses the GPI 0 signal falling edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.BypassFrontGPI3RisingEdge">
<summary>
<para>Bypasses the Front GPI 3 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.BypassFrontGPI3FallingEdge">
<summary>
<para>Bypasses the Front GPI 3 signal falling edge directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.BypassFrontGPI2RisingEdge">
<summary>
<para>Bypasses the Front GPI 2 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.BypassFrontGPI2FallingEdge">
<summary>
<para>Bypasses the Front GPI 2 signal falling edge directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.BypassFrontGPI1RisingEdge">
<summary>
<para>Bypasses the Front GPI 1 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.BypassFrontGPI1FallingEdge">
<summary>
<para>Bypasses the Front GPI 1 signal falling edge directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.BypassFrontGPI0RisingEdge">
<summary>
<para>Bypasses the Front GPI 0 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum.BypassFrontGPI0FallingEdge">
<summary>
<para>Bypasses the Front GPI 0 signal falling edge directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEnum">
<tocexclude />
<summary>
<para>Sets the output source for CXP LinkTrigger2.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpLinkTrigger2Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEdgeEnum.ToString">
<summary>The full name of CxpLinkTrigger1SourceEdge</summary>
<returns>Returns the full name of CxpLinkTrigger1SourceEdge</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEdgeEnum.Name">
<summary>The full name of CxpLinkTrigger1SourceEdge</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEdgeEnum.RisingEdge">
<summary>
<para>Rising Edge of signal</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEdgeEnum.FallingEdge">
<summary>
<para>Falling Edge of signal</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEdgeEnum">
<tocexclude />
<summary>
<para>Selects the signal edge of the output signal on CXP LinkTrigger1.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpLinkTrigger1SourceEdge" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.ToString">
<summary>The full name of CxpLinkTrigger1Source</summary>
<returns>Returns the full name of CxpLinkTrigger1Source</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.Name">
<summary>The full name of CxpLinkTrigger1Source</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.VCC">
<summary>
<para>The signal is a static one.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.SignalLineValid">
<summary>
<para>The line valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.SignalGPI7">
<summary>
<para>The GPI 7 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.SignalGPI6">
<summary>
<para>The GPI 6 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.SignalGPI5">
<summary>
<para>The GPI 5 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.SignalGPI4">
<summary>
<para>The GPI 4 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.SignalGPI3">
<summary>
<para>The GPI 3 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.SignalGPI2">
<summary>
<para>The GPI 2 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.SignalGPI1">
<summary>
<para>The GPI 1 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.SignalGPI0">
<summary>
<para>The GPI 0 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.SignalFrontGPI3">
<summary>
<para>The front GPI 3 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.SignalFrontGPI2">
<summary>
<para>The front GPI 2 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.SignalFrontGPI1">
<summary>
<para>The front GPI 1 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.SignalFrontGPI0">
<summary>
<para>The front GPI 0 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.SignalFrameValid">
<summary>
<para>The frame valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.SignalFlash">
<summary>
<para>The flash signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.SignalExsync2">
<summary>
<para>The Exsync2 signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.SignalExsync">
<summary>
<para>The Exsync signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.SignalCam4LineValid">
<summary>
<para>The line valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.SignalCam4FrameValid">
<summary>
<para>The frame valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.SignalCam4Flash">
<summary>
<para>The flash signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.SignalCam4Exsync2">
<summary>
<para>The Exsync2 signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.SignalCam4Exsync">
<summary>
<para>The Exsync signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.SignalCam3LineValid">
<summary>
<para>The line valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.SignalCam3FrameValid">
<summary>
<para>The frame valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.SignalCam3Flash">
<summary>
<para>The flash signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.SignalCam3Exsync2">
<summary>
<para>The Exsync2 signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.SignalCam3Exsync">
<summary>
<para>The Exsync signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.SignalCam2LineValid">
<summary>
<para>The line valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.SignalCam2FrameValid">
<summary>
<para>The frame valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.SignalCam2Flash">
<summary>
<para>The flash signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.SignalCam2Exsync2">
<summary>
<para>The Exsync2 signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.SignalCam2Exsync">
<summary>
<para>The Exsync signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.SignalCam1LineValid">
<summary>
<para>The line valid signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.SignalCam1FrameValid">
<summary>
<para>The frame valid signal of cam 1 is set as input. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.SignalCam1Flash">
<summary>
<para>The flash signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.SignalCam1Exsync2">
<summary>
<para>The Exsync2 signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.SignalCam1Exsync">
<summary>
<para>The Exsync signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.PulseGeneratorRisingEdge">
<summary>
<para>The source is set to pulse generator 0 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.PulseGenerator3RisingEdge">
<summary>
<para>The source is set to pulse generator 3 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.PulseGenerator3FallingEdge">
<summary>
<para>The source is set to pulse generator 3 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.PulseGenerator2RisingEdge">
<summary>
<para>The source is set to pulse generator 2 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.PulseGenerator2FallingEdge">
<summary>
<para>The source is set to pulse generator 2 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.PulseGenerator1RisingEdge">
<summary>
<para>The source is set to pulse generator 1 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.PulseGenerator1FallingEdge">
<summary>
<para>The source is set to pulse generator 1 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.PulseGenerator0FallingEdge">
<summary>
<para>The source is set to pulse generator 0 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.GND">
<summary>
<para>The signal is a static zero.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamEPulseGenerator3RisingEdge">
<summary>
<para>The output source is set to camera port E pulse generator 3 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamEPulseGenerator3FallingEdge">
<summary>
<para>The output source is set to camera port E pulse generator 3 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamEPulseGenerator2RisingEdge">
<summary>
<para>The output source is set to camera port E pulse generator 2 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamEPulseGenerator2FallingEdge">
<summary>
<para>The output source is set to camera port E pulse generator 2 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamEPulseGenerator1RisingEdge">
<summary>
<para>The output source is set to camera port E pulse generator 1 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamEPulseGenerator1FallingEdge">
<summary>
<para>The output source is set to camera port E pulse generator 1 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamEPulseGenerator0RisingEdge">
<summary>
<para>The output source is set to camera port E pulse generator 0 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamEPulseGenerator0FallingEdge">
<summary>
<para>The output source is set to camera port E pulse generator 0 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamDPulseGenerator3RisingEdge">
<summary>
<para>The output source is set to camera port D pulse generator 3 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamDPulseGenerator3FallingEdge">
<summary>
<para>The output source is set to camera port D pulse generator 3 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamDPulseGenerator2RisingEdge">
<summary>
<para>The output source is set to camera port D pulse generator 2 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamDPulseGenerator2FallingEdge">
<summary>
<para>The output source is set to camera port D pulse generator 2 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamDPulseGenerator1RisingEdge">
<summary>
<para>The output source is set to camera port D pulse generator 1 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamDPulseGenerator1FallingEdge">
<summary>
<para>The output source is set to camera port D pulse generator 1 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamDPulseGenerator0RisingEdge">
<summary>
<para>The output source is set to camera port D pulse generator 0 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamDPulseGenerator0FallingEdge">
<summary>
<para>The output source is set to camera port D pulse generator 0 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamCPulseGenerator3RisingEdge">
<summary>
<para>The output source is set to camera port C pulse generator 3 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamCPulseGenerator3FallingEdge">
<summary>
<para>The output source is set to camera port C pulse generator 3 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamCPulseGenerator2RisingEdge">
<summary>
<para>The output source is set to camera port C pulse generator 2 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamCPulseGenerator2FallingEdge">
<summary>
<para>The output source is set to camera port C pulse generator 2 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamCPulseGenerator1RisingEdge">
<summary>
<para>The output source is set to camera port C pulse generator 1 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamCPulseGenerator1FallingEdge">
<summary>
<para>The output source is set to camera port C pulse generator 1 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamCPulseGenerator0RisingEdge">
<summary>
<para>The output source is set to camera port C pulse generator 0 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamCPulseGenerator0FallingEdge">
<summary>
<para>The output source is set to camera port C pulse generator 0 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamBPulseGenerator3RisingEdge">
<summary>
<para>The output source is set to camera port B pulse generator 3 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamBPulseGenerator3FallingEdge">
<summary>
<para>The output source is set to camera port B pulse generator 3 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamBPulseGenerator2RisingEdge">
<summary>
<para>The output source is set to camera port B pulse generator 2 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamBPulseGenerator2FallingEdge">
<summary>
<para>The output source is set to camera port B pulse generator 2 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamBPulseGenerator1RisingEdge">
<summary>
<para>The output source is set to camera port B pulse generator 1 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamBPulseGenerator1FallingEdge">
<summary>
<para>The output source is set to camera port B pulse generator 1 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamBPulseGenerator0RisingEdge">
<summary>
<para>The output source is set to camera port B pulse generator 0 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamBPulseGenerator0FallingEdge">
<summary>
<para>The output source is set to camera port B pulse generator 0 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamAPulseGenerator3RisingEdge">
<summary>
<para>The output source is set to camera port A pulse generator 3 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamAPulseGenerator3FallingEdge">
<summary>
<para>The output source is set to camera port A pulse generator 3 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamAPulseGenerator2RisingEdge">
<summary>
<para>The output source is set to camera port A pulse generator 2 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamAPulseGenerator2FallingEdge">
<summary>
<para>The output source is set to camera port A pulse generator 2 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamAPulseGenerator1RisingEdge">
<summary>
<para>The output source is set to camera port A pulse generator 1 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamAPulseGenerator1FallingEdge">
<summary>
<para>The output source is set to camera port A pulse generator 1 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamAPulseGenerator0RisingEdge">
<summary>
<para>The output source is set to camera port A pulse generator 0 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.CamAPulseGenerator0FallingEdge">
<summary>
<para>The output source is set to camera port A pulse generator 0 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.BypassGPI7RisingEdge">
<summary>
<para>Bypasses the GPI 7 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.BypassGPI7FallingEdge">
<summary>
<para>Bypasses the GPI 7 signal falling edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.BypassGPI6RisingEdge">
<summary>
<para>Bypasses the GPI 6 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.BypassGPI6FallingEdge">
<summary>
<para>Bypasses the GPI 6 signal falling edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.BypassGPI5RisingEdge">
<summary>
<para>Bypasses the GPI 5 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.BypassGPI5FallingEdge">
<summary>
<para>Bypasses the GPI 5 signal falling edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.BypassGPI4RisingEdge">
<summary>
<para>Bypasses the GPI 4 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.BypassGPI4FallingEdge">
<summary>
<para>Bypasses the GPI 4 signal falling edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.BypassGPI3RisingEdge">
<summary>
<para>Bypasses the GPI 3 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.BypassGPI3FallingEdge">
<summary>
<para>Bypasses the GPI 3 signal falling edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.BypassGPI2RisingEdge">
<summary>
<para>Bypasses the GPI 2 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.BypassGPI2FallingEdge">
<summary>
<para>Bypasses the GPI 2 signal falling edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.BypassGPI1RisingEdge">
<summary>
<para>Bypasses the GPI 1 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.BypassGPI1FallingEdge">
<summary>
<para>Bypasses the GPI 1 signal falling edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.BypassGPI0RisingEdge">
<summary>
<para>Bypasses the GPI 0 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.BypassGPI0FallingEdge">
<summary>
<para>Bypasses the GPI 0 signal falling edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.BypassFrontGPI3RisingEdge">
<summary>
<para>Bypasses the Front GPI 3 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.BypassFrontGPI3FallingEdge">
<summary>
<para>Bypasses the Front GPI 3 signal falling edge directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.BypassFrontGPI2RisingEdge">
<summary>
<para>Bypasses the Front GPI 2 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.BypassFrontGPI2FallingEdge">
<summary>
<para>Bypasses the Front GPI 2 signal falling edge directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.BypassFrontGPI1RisingEdge">
<summary>
<para>Bypasses the Front GPI 1 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.BypassFrontGPI1FallingEdge">
<summary>
<para>Bypasses the Front GPI 1 signal falling edge directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.BypassFrontGPI0RisingEdge">
<summary>
<para>Bypasses the Front GPI 0 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum.BypassFrontGPI0FallingEdge">
<summary>
<para>Bypasses the Front GPI 0 signal falling edge directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEnum">
<tocexclude />
<summary>
<para>Sets the output source for CXP LinkTrigger1.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpLinkTrigger1Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEdgeEnum.ToString">
<summary>The full name of CxpLinkTrigger0SourceEdge</summary>
<returns>Returns the full name of CxpLinkTrigger0SourceEdge</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEdgeEnum.Name">
<summary>The full name of CxpLinkTrigger0SourceEdge</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEdgeEnum.RisingEdge">
<summary>
<para>Rising Edge of signal</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEdgeEnum.FallingEdge">
<summary>
<para>Falling Edge of signal</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEdgeEnum">
<tocexclude />
<summary>
<para>Selects the signal edge of the output signal on CXPLinkTrigger0.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpLinkTrigger0SourceEdge" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.ToString">
<summary>The full name of CxpLinkTrigger0Source</summary>
<returns>Returns the full name of CxpLinkTrigger0Source</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.Name">
<summary>The full name of CxpLinkTrigger0Source</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.VCC">
<summary>
<para>The signal is a static one.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.SignalLineValid">
<summary>
<para>The line valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.SignalGPI7">
<summary>
<para>The GPI 7 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.SignalGPI6">
<summary>
<para>The GPI 6 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.SignalGPI5">
<summary>
<para>The GPI 5 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.SignalGPI4">
<summary>
<para>The GPI 4 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.SignalGPI3">
<summary>
<para>The GPI 3 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.SignalGPI2">
<summary>
<para>The GPI 2 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.SignalGPI1">
<summary>
<para>The GPI 1 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.SignalGPI0">
<summary>
<para>The GPI 0 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.SignalFrontGPI3">
<summary>
<para>The front GPI 3 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.SignalFrontGPI2">
<summary>
<para>The front GPI 2 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.SignalFrontGPI1">
<summary>
<para>The front GPI 1 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.SignalFrontGPI0">
<summary>
<para>The front GPI 0 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.SignalFrameValid">
<summary>
<para>The frame valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.SignalFlash">
<summary>
<para>The flash signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.SignalExsync2">
<summary>
<para>The Exsync2 signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.SignalExsync">
<summary>
<para>The Exsync signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.SignalCam4LineValid">
<summary>
<para>The line valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.SignalCam4FrameValid">
<summary>
<para>The frame valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.SignalCam4Flash">
<summary>
<para>The flash signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.SignalCam4Exsync2">
<summary>
<para>The Exsync2 signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.SignalCam4Exsync">
<summary>
<para>The Exsync signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.SignalCam3LineValid">
<summary>
<para>The line valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.SignalCam3FrameValid">
<summary>
<para>The frame valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.SignalCam3Flash">
<summary>
<para>The flash signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.SignalCam3Exsync2">
<summary>
<para>The Exsync2 signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.SignalCam3Exsync">
<summary>
<para>The Exsync signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.SignalCam2LineValid">
<summary>
<para>The line valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.SignalCam2FrameValid">
<summary>
<para>The frame valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.SignalCam2Flash">
<summary>
<para>The flash signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.SignalCam2Exsync2">
<summary>
<para>The Exsync2 signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.SignalCam2Exsync">
<summary>
<para>The Exsync signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.SignalCam1LineValid">
<summary>
<para>The line valid signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.SignalCam1FrameValid">
<summary>
<para>The frame valid signal of cam 1 is set as input. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.SignalCam1Flash">
<summary>
<para>The flash signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.SignalCam1Exsync2">
<summary>
<para>The Exsync2 signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.SignalCam1Exsync">
<summary>
<para>The Exsync signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.PulseGeneratorRisingEdge">
<summary>
<para>The source is set to pulse generator 0 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.PulseGenerator3RisingEdge">
<summary>
<para>The source is set to pulse generator 3 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.PulseGenerator3FallingEdge">
<summary>
<para>The source is set to pulse generator 3 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.PulseGenerator2RisingEdge">
<summary>
<para>The source is set to pulse generator 2 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.PulseGenerator2FallingEdge">
<summary>
<para>The source is set to pulse generator 2 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.PulseGenerator1RisingEdge">
<summary>
<para>The source is set to pulse generator 1 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.PulseGenerator1FallingEdge">
<summary>
<para>The source is set to pulse generator 1 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.PulseGenerator0FallingEdge">
<summary>
<para>The source is set to pulse generator 0 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.GND">
<summary>
<para>The signal is a static zero.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamEPulseGenerator3RisingEdge">
<summary>
<para>The output source is set to camera port E pulse generator 3 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamEPulseGenerator3FallingEdge">
<summary>
<para>The output source is set to camera port E pulse generator 3 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamEPulseGenerator2RisingEdge">
<summary>
<para>The output source is set to camera port E pulse generator 2 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamEPulseGenerator2FallingEdge">
<summary>
<para>The output source is set to camera port E pulse generator 2 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamEPulseGenerator1RisingEdge">
<summary>
<para>The output source is set to camera port E pulse generator 1 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamEPulseGenerator1FallingEdge">
<summary>
<para>The output source is set to camera port E pulse generator 1 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamEPulseGenerator0RisingEdge">
<summary>
<para>The output source is set to camera port E pulse generator 0 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamEPulseGenerator0FallingEdge">
<summary>
<para>The output source is set to camera port E pulse generator 0 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamDPulseGenerator3RisingEdge">
<summary>
<para>The output source is set to camera port D pulse generator 3 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamDPulseGenerator3FallingEdge">
<summary>
<para>The output source is set to camera port D pulse generator 3 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamDPulseGenerator2RisingEdge">
<summary>
<para>The output source is set to camera port D pulse generator 2 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamDPulseGenerator2FallingEdge">
<summary>
<para>The output source is set to camera port D pulse generator 2 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamDPulseGenerator1RisingEdge">
<summary>
<para>The output source is set to camera port D pulse generator 1 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamDPulseGenerator1FallingEdge">
<summary>
<para>The output source is set to camera port D pulse generator 1 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamDPulseGenerator0RisingEdge">
<summary>
<para>The output source is set to camera port D pulse generator 0 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamDPulseGenerator0FallingEdge">
<summary>
<para>The output source is set to camera port D pulse generator 0 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamCPulseGenerator3RisingEdge">
<summary>
<para>The output source is set to camera port C pulse generator 3 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamCPulseGenerator3FallingEdge">
<summary>
<para>The output source is set to camera port C pulse generator 3 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamCPulseGenerator2RisingEdge">
<summary>
<para>The output source is set to camera port C pulse generator 2 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamCPulseGenerator2FallingEdge">
<summary>
<para>The output source is set to camera port C pulse generator 2 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamCPulseGenerator1RisingEdge">
<summary>
<para>The output source is set to camera port C pulse generator 1 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamCPulseGenerator1FallingEdge">
<summary>
<para>The output source is set to camera port C pulse generator 1 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamCPulseGenerator0RisingEdge">
<summary>
<para>The output source is set to camera port C pulse generator 0 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamCPulseGenerator0FallingEdge">
<summary>
<para>The output source is set to camera port C pulse generator 0 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamBPulseGenerator3RisingEdge">
<summary>
<para>The output source is set to camera port B pulse generator 3 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamBPulseGenerator3FallingEdge">
<summary>
<para>The output source is set to camera port B pulse generator 3 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamBPulseGenerator2RisingEdge">
<summary>
<para>The output source is set to camera port B pulse generator 2 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamBPulseGenerator2FallingEdge">
<summary>
<para>The output source is set to camera port B pulse generator 2 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamBPulseGenerator1RisingEdge">
<summary>
<para>The output source is set to camera port B pulse generator 1 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamBPulseGenerator1FallingEdge">
<summary>
<para>The output source is set to camera port B pulse generator 1 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamBPulseGenerator0RisingEdge">
<summary>
<para>The output source is set to camera port B pulse generator 0 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamBPulseGenerator0FallingEdge">
<summary>
<para>The output source is set to camera port B pulse generator 0 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamAPulseGenerator3RisingEdge">
<summary>
<para>The output source is set to camera port A pulse generator 3 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamAPulseGenerator3FallingEdge">
<summary>
<para>The output source is set to camera port A pulse generator 3 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamAPulseGenerator2RisingEdge">
<summary>
<para>The output source is set to camera port A pulse generator 2 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamAPulseGenerator2FallingEdge">
<summary>
<para>The output source is set to camera port A pulse generator 2 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamAPulseGenerator1RisingEdge">
<summary>
<para>The output source is set to camera port A pulse generator 1 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamAPulseGenerator1FallingEdge">
<summary>
<para>The output source is set to camera port A pulse generator 1 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamAPulseGenerator0RisingEdge">
<summary>
<para>The output source is set to camera port A pulse generator 0 rising edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.CamAPulseGenerator0FallingEdge">
<summary>
<para>The output source is set to camera port A pulse generator 0 falling edge.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.BypassGPI7RisingEdge">
<summary>
<para>Bypasses the GPI 7 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.BypassGPI7FallingEdge">
<summary>
<para>Bypasses the GPI 7 signal falling edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.BypassGPI6RisingEdge">
<summary>
<para>Bypasses the GPI 6 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.BypassGPI6FallingEdge">
<summary>
<para>Bypasses the GPI 6 signal falling edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.BypassGPI5RisingEdge">
<summary>
<para>Bypasses the GPI 5 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.BypassGPI5FallingEdge">
<summary>
<para>Bypasses the GPI 5 signal falling edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.BypassGPI4RisingEdge">
<summary>
<para>Bypasses the GPI 4 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.BypassGPI4FallingEdge">
<summary>
<para>Bypasses the GPI 4 signal falling edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.BypassGPI3RisingEdge">
<summary>
<para>Bypasses the GPI 3 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.BypassGPI3FallingEdge">
<summary>
<para>Bypasses the GPI 3 signal falling edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.BypassGPI2RisingEdge">
<summary>
<para>Bypasses the GPI 2 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.BypassGPI2FallingEdge">
<summary>
<para>Bypasses the GPI 2 signal falling edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.BypassGPI1RisingEdge">
<summary>
<para>Bypasses the GPI 1 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.BypassGPI1FallingEdge">
<summary>
<para>Bypasses the GPI 1 signal falling edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.BypassGPI0RisingEdge">
<summary>
<para>Bypasses the GPI 0 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.BypassGPI0FallingEdge">
<summary>
<para>Bypasses the GPI 0 signal falling edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.BypassFrontGPI3RisingEdge">
<summary>
<para>Bypasses the Front GPI 3 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.BypassFrontGPI3FallingEdge">
<summary>
<para>Bypasses the Front GPI 3 signal falling edge directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.BypassFrontGPI2RisingEdge">
<summary>
<para>Bypasses the Front GPI 2 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.BypassFrontGPI2FallingEdge">
<summary>
<para>Bypasses the Front GPI 2 signal falling edge directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.BypassFrontGPI1RisingEdge">
<summary>
<para>Bypasses the Front GPI 1 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.BypassFrontGPI1FallingEdge">
<summary>
<para>Bypasses the Front GPI 1 signal falling edge directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.BypassFrontGPI0RisingEdge">
<summary>
<para>Bypasses the Front GPI 0 signal rising edge directly to the output.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum.BypassFrontGPI0FallingEdge">
<summary>
<para>Bypasses the Front GPI 0 signal falling edge directly to the output. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEnum">
<tocexclude />
<summary>
<para>Sets the output source for CXP LinkTrigger0.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpLinkTrigger0Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.CxpLinkConfigurationEnum.ToString">
<summary>The full name of CxpLinkConfiguration</summary>
<returns>Returns the full name of CxpLinkConfiguration</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkConfigurationEnum.Name">
<summary>The full name of CxpLinkConfiguration</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkConfigurationEnum.CXP6_X4">
<summary>
<para>4 connections are operating at CXP-6 speed (6.25 Gbps).</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkConfigurationEnum.CXP6_X3">
<summary>
<para>3 connections are operating at CXP-6 speed (6.25 Gbps).</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkConfigurationEnum.CXP6_X2">
<summary>
<para>2 connections are operating at CXP-6 speed (6.25 Gbps).</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkConfigurationEnum.CXP6_X1">
<summary>
<para>1 connection is operating at CXP-6 speed (6.25 Gbps).</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkConfigurationEnum.CXP5_X4">
<summary>
<para>4 connections are operating at CXP-5 speed (5.00 Gbps).</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkConfigurationEnum.CXP5_X3">
<summary>
<para>3 connections are operating at CXP-5 speed (5.00 Gbps).</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkConfigurationEnum.CXP5_X2">
<summary>
<para>2 connections are operating at CXP-5 speed (5.00 Gbps).</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkConfigurationEnum.CXP5_X1">
<summary>
<para>1 connection is operating at CXP-5 speed (5.00 Gbps).</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkConfigurationEnum.CXP3_X4">
<summary>
<para>4 connections are operating at CXP-3 speed (3.125 Gbps).</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkConfigurationEnum.CXP3_X3">
<summary>
<para>3 connections are operating at CXP-3 speed (3.125 Gbps).</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkConfigurationEnum.CXP3_X2">
<summary>
<para>2 connections are operating at CXP-3 speed (3.125 Gbps).</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkConfigurationEnum.CXP3_X1">
<summary>
<para>1 connection is operating at CXP-3 speed (3.125 Gbps).</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkConfigurationEnum.CXP2_X4">
<summary>
<para>4 connections are operating at CXP-2 speed (2.50 Gbps).</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkConfigurationEnum.CXP2_X3">
<summary>
<para>3 connections are operating at CXP-2 speed (2.50 Gbps).</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkConfigurationEnum.CXP2_X2">
<summary>
<para>2 connections are operating at CXP-2 speed (2.50 Gbps).</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkConfigurationEnum.CXP2_X1">
<summary>
<para>1 connection is operating at CXP-2 speed (2.50 Gbps).</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkConfigurationEnum.CXP1_X4">
<summary>
<para>4 connections are operating at CXP-1 speed (1.25 Gbps).</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkConfigurationEnum.CXP1_X3">
<summary>
<para>3 connections are operating at CXP-1 speed (1.25 Gbps).</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkConfigurationEnum.CXP1_X2">
<summary>
<para>2 connections are operating at CXP-1 speed (1.25 Gbps).</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkConfigurationEnum.CXP1_X1">
<summary>
<para>1 connection is operating at CXP-1 speed (1.25 Gbps).</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkConfigurationEnum.CXP12_X4">
<summary>
<para>4 connections are operating at CXP-12 speed (12.50 Gbps).</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkConfigurationEnum.CXP12_X3">
<summary>
<para>3 connections are operating at CXP-12 speed (12.50 Gbps).</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkConfigurationEnum.CXP12_X2">
<summary>
<para>2 connections are operating at CXP-12 speed (12.50 Gbps).</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkConfigurationEnum.CXP12_X1">
<summary>
<para>1 connection is operating at CXP-12 speed (12.50 Gbps).</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkConfigurationEnum.CXP10_X4">
<summary>
<para>4 connections are operating at CXP-10 speed (10.0 Gbps).</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkConfigurationEnum.CXP10_X3">
<summary>
<para>3 connections are operating at CXP-10 speed (10.0 Gbps).</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkConfigurationEnum.CXP10_X2">
<summary>
<para>2 connections are operating at CXP-10 speed (10.0 Gbps).</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkConfigurationEnum.CXP10_X1">
<summary>
<para>1 connection is operating at CXP-10 speed (10.0 Gbps).</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkConfigurationEnum.Auto">
<summary>
<para>Link speed is controlled automatically.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.CxpLinkConfigurationEnum">
<tocexclude />
<summary>
<para>Sets the link configuration for the communication between the receiver and transmitter device.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpLinkConfiguration" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.CxpCameraUnexpectedStartupDataStatusEnum.ToString">
<summary>The full name of CxpCameraUnexpectedStartupDataStatus</summary>
<returns>Returns the full name of CxpCameraUnexpectedStartupDataStatus</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpCameraUnexpectedStartupDataStatusEnum.Name">
<summary>The full name of CxpCameraUnexpectedStartupDataStatus</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpCameraUnexpectedStartupDataStatusEnum.Yes">
<summary>
<para>The input signal frequency has exceeded the maximum frequency defined by the Trigger Output Frequency parameter.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpCameraUnexpectedStartupDataStatusEnum.No">
<summary>
<para>The input signal frequency hasn't exceeded the maximum frequency defined by the Trigger Output Frequency parameter.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.CxpCameraUnexpectedStartupDataStatusEnum">
<tocexclude />
<summary>
<para>Detects the error situation in which the first data value after the operator reset was unexpected, i.e. no image header has been received.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpCameraUnexpectedStartupDataStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.ToString">
<summary>The full name of CustomSignalEvent1Source</summary>
<returns>Returns the full name of CustomSignalEvent1Source</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.Name">
<summary>The full name of CustomSignalEvent1Source</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.VCC">
<summary>
<para>The signal is a static one.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalLineValid">
<summary>
<para>The line valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalLineStart">
<summary>
<para>The line start signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalLineEnd">
<summary>
<para>The line end signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalGPI7">
<summary>
<para>The GPI 7 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalGPI6">
<summary>
<para>The GPI 6 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalGPI5">
<summary>
<para>The GPI 5 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalGPI4">
<summary>
<para>The GPI 4 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalGPI3">
<summary>
<para>The GPI 3 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalGPI2">
<summary>
<para>The GPI 2 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalGPI1">
<summary>
<para>The GPI 1 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalGPI0">
<summary>
<para>The GPI 0 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalFrontGPI3">
<summary>
<para>The front GPI 3 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalFrontGPI2">
<summary>
<para>The front GPI 2 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalFrontGPI1">
<summary>
<para>The front GPI 1 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalFrontGPI0">
<summary>
<para>The front GPI 0 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalFrameValid">
<summary>
<para>The frame valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalFrameStart">
<summary>
<para>The frame start signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalFrameEnd">
<summary>
<para>The frame end signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalFlash">
<summary>
<para>The flash signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalExsync2">
<summary>
<para>The Exsync2 signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalExsync">
<summary>
<para>The Exsync signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalCam4LineValid">
<summary>
<para>The line valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalCam4LineStart">
<summary>
<para>The line start signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalCam4LineEnd">
<summary>
<para>The line end signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalCam4FrameValid">
<summary>
<para>The frame valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalCam4FrameStart">
<summary>
<para>The frame start signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalCam4FrameEnd">
<summary>
<para>The frame end signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalCam4Flash">
<summary>
<para>The flash signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalCam4Exsync2">
<summary>
<para>The Exsync2 signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalCam4Exsync">
<summary>
<para>The Exsync signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalCam3LineValid">
<summary>
<para>The line valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalCam3LineStart">
<summary>
<para>The line start signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalCam3LineEnd">
<summary>
<para>The line end signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalCam3FrameValid">
<summary>
<para>The frame valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalCam3FrameStart">
<summary>
<para>The frame start signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalCam3FrameEnd">
<summary>
<para>The frame end signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalCam3Flash">
<summary>
<para>The flash signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalCam3Exsync2">
<summary>
<para>The Exsync2 signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalCam3Exsync">
<summary>
<para>The Exsync signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalCam2LineValid">
<summary>
<para>The line valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalCam2LineStart">
<summary>
<para>The line start signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalCam2LineEnd">
<summary>
<para>The line end signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalCam2FrameValid">
<summary>
<para>The frame valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalCam2FrameStart">
<summary>
<para>The frame start signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalCam2FrameEnd">
<summary>
<para>The frame end signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalCam2Flash">
<summary>
<para>The flash signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalCam2Exsync2">
<summary>
<para>The Exsync2 signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalCam2Exsync">
<summary>
<para>The Exsync signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalCam1LineValid">
<summary>
<para>The line valid signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalCam1LineStart">
<summary>
<para>The line start signal of cam 1 is set as input. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalCam1LineEnd">
<summary>
<para>The line end signal of cam 1 is set as input. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalCam1FrameValid">
<summary>
<para>The frame valid signal of cam 1 is set as input. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalCam1FrameStart">
<summary>
<para>The frame start signal of cam 1 is set as input. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalCam1FrameEnd">
<summary>
<para>The frame end signal of cam 1 is set as input. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalCam1Flash">
<summary>
<para>The flash signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalCam1Exsync2">
<summary>
<para>The Exsync2 signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.SignalCam1Exsync">
<summary>
<para>The Exsync signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum.GND">
<summary>
<para>The signal is a static zero.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.CustomSignalEvent1SourceEnum">
<tocexclude />
<summary>
<para>Select the signal source for the custom signal event 1</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CustomSignalEvent1Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.CustomSignalEvent1PolarityEnum.ToString">
<summary>The full name of CustomSignalEvent1Polarity</summary>
<returns>Returns the full name of CustomSignalEvent1Polarity</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1PolarityEnum.Name">
<summary>The full name of CustomSignalEvent1Polarity</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1PolarityEnum.LowActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to Low Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1PolarityEnum.HighActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to High Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.CustomSignalEvent1PolarityEnum">
<tocexclude />
<summary>
<para>Select the signal polarity for the custom signal event 1</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CustomSignalEvent1Polarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.ToString">
<summary>The full name of CustomSignalEvent0Source</summary>
<returns>Returns the full name of CustomSignalEvent0Source</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.Name">
<summary>The full name of CustomSignalEvent0Source</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.VCC">
<summary>
<para>The signal is a static one.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalLineValid">
<summary>
<para>The line valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalLineStart">
<summary>
<para>The line start signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalLineEnd">
<summary>
<para>The line end signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalGPI7">
<summary>
<para>The GPI 7 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalGPI6">
<summary>
<para>The GPI 6 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalGPI5">
<summary>
<para>The GPI 5 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalGPI4">
<summary>
<para>The GPI 4 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalGPI3">
<summary>
<para>The GPI 3 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalGPI2">
<summary>
<para>The GPI 2 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalGPI1">
<summary>
<para>The GPI 1 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalGPI0">
<summary>
<para>The GPI 0 signal is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalFrontGPI3">
<summary>
<para>The front GPI 3 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalFrontGPI2">
<summary>
<para>The front GPI 2 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalFrontGPI1">
<summary>
<para>The front GPI 1 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalFrontGPI0">
<summary>
<para>The front GPI 0 signal as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalFrameValid">
<summary>
<para>The frame valid signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalFrameStart">
<summary>
<para>The frame start signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalFrameEnd">
<summary>
<para>The frame end signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalFlash">
<summary>
<para>The flash signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalExsync2">
<summary>
<para>The Exsync2 signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalExsync">
<summary>
<para>The Exsync signal of cam 0 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalCam4LineValid">
<summary>
<para>The line valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalCam4LineStart">
<summary>
<para>The line start signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalCam4LineEnd">
<summary>
<para>The line end signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalCam4FrameValid">
<summary>
<para>The frame valid signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalCam4FrameStart">
<summary>
<para>The frame start signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalCam4FrameEnd">
<summary>
<para>The frame end signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalCam4Flash">
<summary>
<para>The flash signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalCam4Exsync2">
<summary>
<para>The Exsync2 signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalCam4Exsync">
<summary>
<para>The Exsync signal of cam 4 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalCam3LineValid">
<summary>
<para>The line valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalCam3LineStart">
<summary>
<para>The line start signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalCam3LineEnd">
<summary>
<para>The line end signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalCam3FrameValid">
<summary>
<para>The frame valid signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalCam3FrameStart">
<summary>
<para>The frame start signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalCam3FrameEnd">
<summary>
<para>The frame end signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalCam3Flash">
<summary>
<para>The flash signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalCam3Exsync2">
<summary>
<para>The Exsync2 signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalCam3Exsync">
<summary>
<para>The Exsync signal of cam 3 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalCam2LineValid">
<summary>
<para>The line valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalCam2LineStart">
<summary>
<para>The line start signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalCam2LineEnd">
<summary>
<para>The line end signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalCam2FrameValid">
<summary>
<para>The frame valid signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalCam2FrameStart">
<summary>
<para>The frame start signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalCam2FrameEnd">
<summary>
<para>The frame end signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalCam2Flash">
<summary>
<para>The flash signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalCam2Exsync2">
<summary>
<para>The Exsync2 signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalCam2Exsync">
<summary>
<para>The Exsync signal of cam 2 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalCam1LineValid">
<summary>
<para>The line valid signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalCam1LineStart">
<summary>
<para>The line start signal of cam 1 is set as input. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalCam1LineEnd">
<summary>
<para>The line end signal of cam 1 is set as input. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalCam1FrameValid">
<summary>
<para>The frame valid signal of cam 1 is set as input. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalCam1FrameStart">
<summary>
<para>The frame start signal of cam 1 is set as input. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalCam1FrameEnd">
<summary>
<para>The frame end signal of cam 1 is set as input. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalCam1Flash">
<summary>
<para>The flash signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalCam1Exsync2">
<summary>
<para>The Exsync2 signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.SignalCam1Exsync">
<summary>
<para>The Exsync signal of cam 1 is set as input.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum.GND">
<summary>
<para>The signal is a static zero.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.CustomSignalEvent0SourceEnum">
<tocexclude />
<summary>
<para>Select the signal source for the custom signal event 0.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CustomSignalEvent0Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.CustomSignalEvent0PolarityEnum.ToString">
<summary>The full name of CustomSignalEvent0Polarity</summary>
<returns>Returns the full name of CustomSignalEvent0Polarity</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0PolarityEnum.Name">
<summary>The full name of CustomSignalEvent0Polarity</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0PolarityEnum.LowActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to Low Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0PolarityEnum.HighActive">
<summary>
<para>The trigger polarity of the input specified by the Statistics Source parameter is set to High Active.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.CustomSignalEvent0PolarityEnum">
<tocexclude />
<summary>
<para>Select the signal polarity for the custom signal event 0</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CustomSignalEvent0Polarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.BitAlignmentEnum.ToString">
<summary>The full name of BitAlignment</summary>
<returns>Returns the full name of BitAlignment</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.BitAlignmentEnum.Name">
<summary>The full name of BitAlignment</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.BitAlignmentEnum.RightAligned">
<summary>
<para>The bits right-aligned. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.BitAlignmentEnum.LeftAligned">
<summary>
<para>The bits left-aligned. </para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.BitAlignmentEnum.CustomBitShift">
<summary>
<para>The bits are shifted by a user-defined value.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.BitAlignmentEnum">
<tocexclude />
<summary>
<para>Sets the alignment of the bits in the output format.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BitAlignment" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLTransportLayer.AreaTriggerModeEnum.ToString">
<summary>The full name of AreaTriggerMode</summary>
<returns>Returns the full name of AreaTriggerMode</returns>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.AreaTriggerModeEnum.Name">
<summary>The full name of AreaTriggerMode</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.AreaTriggerModeEnum.Synchronized">
<summary>
<para>The trigger mode is set to Synchronized.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.AreaTriggerModeEnum.Software">
<summary>
<para>The trigger mode is set to Software.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.AreaTriggerModeEnum.Generator">
<summary>
<para>The trigger mode is set to Generator.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.AreaTriggerModeEnum.External">
<summary>
<para>The trigger mode is set to External.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer.AreaTriggerModeEnum">
<tocexclude />
<summary>
<para>Sets the trigger mode of the area trigger signal.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AreaTriggerMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.WriteTimeout">
<summary>
<para>Write access timeout in milliseconds.</para>
<para>Applies to: GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=WriteTimeout" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.Width">
<summary>
<para>Width of the image ROI on the host side. This parameter is linked with the Width camera parameter. If the camera parameter changes, the host parameter changes accordingly, but not vice versa. The host parameter should not be set to a value different from the camera parameter.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Width" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.VisualAppletsBuildVersion">
<summary>
<para>Returns the VisualApplets version used to build the applets.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=VisualAppletsBuildVersion" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.VantagePoint">
<summary>
<para>Vantage point. Use for mirroring. If VantagePoint is set to TopRight or BottomRight Width + XOffset must be smaller than SensorWidth. If VantagePoint is set to BottomLeft or BottomRight, the Height + YOffset must be smaller than SensorHeight.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=VantagePoint" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerWaveViolation">
<summary>
<para>Indicates a distance of two trigger edges violating the minimum edge frequency.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerWaveViolation" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerState">
<summary>
<para>Sets the state of the trigger system. The state of the trigger system is related to the trigger mode. This parameter enables or disables the trigger processing.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerState" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerQueueMode">
<summary>
<para>Enables/disable the trigger queue mode. The maximum output frequency is specified by the Trigger Output Frequency parameter.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerQueueMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerQueueFillLevelEventOnThreshold">
<summary>
<para>The threshold for turning the queue fill level on.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerQueueFillLevelEventOnThreshold" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerQueueFillLevelEventOffThreshold">
<summary>
<para>The threshold for turning the queue fill level off.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerQueueFillLevelEventOffThreshold" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerQueueFillLevel">
<summary>
<para>Fill level of the trigger queue.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerQueueFillLevel" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerPulseFormGenerator3Width">
<summary>
<para>Width of the output signal.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerPulseFormGenerator3Width" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerPulseFormGenerator3DownscalePhase">
<summary>
<para>Phase for selecting the desired pulse in the sequence.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerPulseFormGenerator3DownscalePhase" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerPulseFormGenerator3Downscale">
<summary>
<para>Downscale factor at the pulse form generator input.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerPulseFormGenerator3Downscale" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerPulseFormGenerator3Delay">
<summary>
<para>Delay between the input and the output of the pulse form generator.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerPulseFormGenerator3Delay" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerPulseFormGenerator2Width">
<summary>
<para>Width of the output signal.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerPulseFormGenerator2Width" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerPulseFormGenerator2DownscalePhase">
<summary>
<para>Phase for selecting the desired pulse in the sequence.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerPulseFormGenerator2DownscalePhase" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerPulseFormGenerator2Downscale">
<summary>
<para>Downscale factor at the pulse form generator input.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerPulseFormGenerator2Downscale" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerPulseFormGenerator2Delay">
<summary>
<para>Delay between the input and the output of the pulse form generator.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerPulseFormGenerator2Delay" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerPulseFormGenerator1Width">
<summary>
<para>Width of the output signal.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerPulseFormGenerator1Width" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerPulseFormGenerator1DownscalePhase">
<summary>
<para>Phase for selecting the desired pulse in the sequence.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerPulseFormGenerator1DownscalePhase" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerPulseFormGenerator1Downscale">
<summary>
<para>Downscale factor at the pulse form generator input.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerPulseFormGenerator1Downscale" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerPulseFormGenerator1Delay">
<summary>
<para>Delay between the input and the output of the pulse form generator.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerPulseFormGenerator1Delay" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerPulseFormGenerator0Width">
<summary>
<para>Width of the output signal.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerPulseFormGenerator0Width" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerPulseFormGenerator0DownscalePhase">
<summary>
<para>Phase for selecting the desired pulse in the sequence.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerPulseFormGenerator0DownscalePhase" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerPulseFormGenerator0Downscale">
<summary>
<para>Downscale factor at the pulse form generator input.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerPulseFormGenerator0Downscale" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerPulseFormGenerator0Delay">
<summary>
<para>Delay between the input and the output of the pulse form generator.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerPulseFormGenerator0Delay" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutputFrequency">
<summary>
<para>Maximum trigger output frequency. If the internal generator is used, it will use the frequency specified there. If an external source is used, this value determines the maximum allowed value. External trigger signals exceeding this value will be discarded. For more information, see the applet documentation.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutputFrequency" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutputEventSelect">
<summary>
<para>Select the pulse form generator for event monitoring.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutputEventSelect" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutStatisticsSource">
<summary>
<para>Sets the output source for statistics.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutStatisticsSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutStatisticsPulseCountClear">
<summary>
<para>Clears the output signal pulse counter.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutStatisticsPulseCountClear" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutStatisticsPulseCount">
<summary>
<para>Number of output pulses.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutStatisticsPulseCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO7">
<summary>
<para>Sets the output source of GPO 7. This parameter is not available on Light Bridge.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutSelectGPO7" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO6">
<summary>
<para>Sets the output source of GPO 6. This parameter is not available on Light Bridge.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutSelectGPO6" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO5">
<summary>
<para>Sets the output source of GPO 5. This parameter is not available on Light Bridge.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutSelectGPO5" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO4">
<summary>
<para>Sets the output source of GPO 4. This parameter is not available on Light Bridge.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutSelectGPO4" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO3">
<summary>
<para>Sets the output source of GPO 3.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutSelectGPO3" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO2">
<summary>
<para>Sets the output source of GPO 2.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutSelectGPO2" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO1">
<summary>
<para>Sets the output source of GPO 1.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutSelectGPO1" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectGPO0">
<summary>
<para>Sets the output source of GPO 0.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutSelectGPO0" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO3">
<summary>
<para>Sets the output source of Front GPO 3.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutSelectFrontGPO3" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO2">
<summary>
<para>Sets the output source of Front GPO 2.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutSelectFrontGPO2" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO1">
<summary>
<para>Sets the output source of Front GPO 1.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutSelectFrontGPO1" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutSelectFrontGPO0">
<summary>
<para>Sets the output source of Front GPO 0.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutSelectFrontGPO0" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7Source">
<summary>
<para>Sets the signal source for GPO 7 output.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutGPO7Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO7Polarity">
<summary>
<para>Sets the GPO 7 signal polarity. This parameter is ignored if the source is VCC or GND.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutGPO7Polarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6Source">
<summary>
<para>Sets the signal source for GPO 6 output.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutGPO6Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO6Polarity">
<summary>
<para>Sets the GPO 6 signal polarity. This parameter is ignored if the source is VCC or GND.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutGPO6Polarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5Source">
<summary>
<para>Sets the signal source for GPO 5 output.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutGPO5Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO5Polarity">
<summary>
<para>Sets the GPO 5 signal polarity. This parameter is ignored if the source is VCC or GND.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutGPO5Polarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4Source">
<summary>
<para>Sets the signal source for GPO 4 output.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutGPO4Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO4Polarity">
<summary>
<para>Sets the GPO 4 signal polarity. This parameter is ignored if the source is VCC or GND.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutGPO4Polarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3Source">
<summary>
<para>Sets the signal source for GPO 3 output.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutGPO3Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO3Polarity">
<summary>
<para>Sets the GPO 3 signal polarity. This parameter is ignored if the source is VCC or GND.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutGPO3Polarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2Source">
<summary>
<para>Sets the signal source for GPO 2 output.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutGPO2Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO2Polarity">
<summary>
<para>Sets the GPO 2 signal polarity. This parameter is ignored if the source is VCC or GND.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutGPO2Polarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1Source">
<summary>
<para>Sets the signal source for GPO 1 output.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutGPO1Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO1Polarity">
<summary>
<para>Sets the GPO 1 signal polarity. This parameter is ignored if the source is VCC or GND.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutGPO1Polarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0Source">
<summary>
<para>Sets the signal source for GPO 0 output.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutGPO0Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutGPO0Polarity">
<summary>
<para>Sets the GPO 0 signal polarity. This parameter is ignored if the source is VCC or GND.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutGPO0Polarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO3Source">
<summary>
<para>Sets the signal source for the front GPO 3 output.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutFrontGPO3Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO2Source">
<summary>
<para>Sets the signal source for the front GPO 2 output.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutFrontGPO2Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO1Source">
<summary>
<para>Sets the signal source for the front GPO 1 output.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutFrontGPO1Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerOutFrontGPO0Source">
<summary>
<para>Sets the signal source for the front GPO 0 output.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerOutFrontGPO0Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerMultiplyPulses">
<summary>
<para>Upscales, i.e., duplicates, the number of trigger pulses generated externally or via software with the period specified by the Trigger Output Frequency parameter.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerMultiplyPulses" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInStatisticsSource">
<summary>
<para>Sets the trigger input source for statistics.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerInStatisticsSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInStatisticsPulseCountClear">
<summary>
<para>Clears the input signal pulse counter.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerInStatisticsPulseCountClear" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInStatisticsPulseCount">
<summary>
<para>Number of input pulses.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerInStatisticsPulseCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInStatisticsPolarity">
<summary>
<para>Sets the polarity of the trigger input signal for statistics.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerInStatisticsPolarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInStatisticsMinimumFrequency">
<summary>
<para>Minimum input frequency detected.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerInStatisticsMinimumFrequency" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInStatisticsMinMaxFrequencyClear">
<summary>
<para>Clears the minimum and maximum frequency values.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerInStatisticsMinMaxFrequencyClear" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInStatisticsMaximumFrequency">
<summary>
<para>Maximum input frequency detected.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerInStatisticsMaximumFrequency" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInStatisticsFrequency">
<summary>
<para>Current frequency of the input pulses.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerInStatisticsFrequency" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInSource">
<summary>
<para>Sets the trigger input source for external trigger mode.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerInSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInPolarity">
<summary>
<para>Sets the polarity of the trigger input signal.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerInPolarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInDownscalePhase">
<summary>
<para>Phase for selecting the desired pulse in the sequence.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerInDownscalePhase" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInDownscale">
<summary>
<para>Factor by which the trigger input signal is downscaled.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerInDownscale" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerInDebounce">
<summary>
<para>Input debounce time for trigger input signals (in microseconds). This parameter allows you to filter out invalid signals by specifying a minimum signal length.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerInDebounce" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerFrontOutGPO3Polarity">
<summary>
<para>Sets the front GPO 3 signal polarity. This parameter is ignored if the source is VCC or GND.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerFrontOutGPO3Polarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerFrontOutGPO2Polarity">
<summary>
<para>Sets the front GPO 2 signal polarity. This parameter is ignored if the source is VCC or GND.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerFrontOutGPO2Polarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerFrontOutGPO1Polarity">
<summary>
<para>Sets the front GPO 1 signal polarity. This parameter is ignored if the source is VCC or GND.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerFrontOutGPO1Polarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerFrontOutGPO0Polarity">
<summary>
<para>Sets the front GPO 0 signal polarity. This parameter is ignored if the source is VCC or GND.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerFrontOutGPO0Polarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerExceededPeriodLimitsClear">
<summary>
<para>Clears the Trigger Exceeded Period Limits parameter.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerExceededPeriodLimitsClear" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerExceededPeriodLimits">
<summary>
<para>Returns whether the input signal frequency exceeded the maximum specified. If the parameter returns Yes, signals were dropped.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerExceededPeriodLimits" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerEventCount">
<summary>
<para>Number of trigger events sent to the camera.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerEventCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerCameraOutSelect">
<summary>
<para>Sets the output source to be connected to a camera signal channel.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerCameraOutSelect" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TriggerAcknowledgementCount">
<summary>
<para>Number of trigger acknowledgement packets sent by the camera (in response to trigger edge packets sent before) have been received by the frame grabber.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerAcknowledgementCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.TapGeometry">
<summary>
<para>Select the tap geometry according to the GenICam SFNC.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TapGeometry" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorUsedCxpConnections">
<summary>
<para>The currently used number of CXP ports used in this process.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorUsedCxpConnections" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorStreamPacketSizeSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorStreamPacketSizeSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorStreamPacketSize">
<summary>
<para>Returns the stream packet size in bytes.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorStreamPacketSize" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorRxUnsupportedPacketUnitSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorRxUnsupportedPacketUnitSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorRxUnsupportedPacketUnit">
<summary>
<para>Returns the number of received unsupported packets.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorRxUnsupportedPacketUnit" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorRxUnknownDataReceivedCountSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorRxUnknownDataReceivedCountSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorRxUnknownDataReceivedCount">
<summary>
<para>Returns the number of received unknown data, i.e. packets received that aren't defined in the CXP standard.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorRxUnknownDataReceivedCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorRxStreamIncompleteCountSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorRxStreamIncompleteCountSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorRxStreamIncompleteCount">
<summary>
<para>Returns the number of received incomplete stream counts.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorRxStreamIncompleteCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorRxPacketCrcErrorCountSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorRxPacketCrcErrorCountSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorRxPacketCrcErrorCount">
<summary>
<para>Returns the number of received packet CRC errors.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorRxPacketCrcErrorCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorRxLengthErrorCountSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorRxLengthErrorCountSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorRxLengthErrorCount">
<summary>
<para>Counts how often the length of a CXP packet doesn't correspond to what is specified in the header and returns the number of length errors.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorRxLengthErrorCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorPowerOverCxpState">
<summary>
<para>Shows the current power over CXP state.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorPowerOverCxpState" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorPortBitRate">
<summary>
<para>Returns the port bit rate</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorPortBitRate" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorPcieTrainedRequestSize">
<summary>
<para>Returns the size (in bytes) of the PCIe packets payload that are used for the data transmission between the frame grabber and the PCIe bridge.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorPcieTrainedRequestSize" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorPcieTrainedPayloadSize">
<summary>
<para>Returns the PCIe packet size that was evaluated during the training period at boot-time.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorPcieTrainedPayloadSize" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorPacketbufferOverflowSource">
<summary>
<para>Returns the port that has overflows due to not correctly aligned package order.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorPacketbufferOverflowSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorPacketbufferOverflowCount">
<summary>
<para>Counts the number of overflows that occur due to not correctly aligned package orders.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorPacketbufferOverflowCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorNotInTable8b10bError">
<summary>
<para>Not in table 8b 10b errors</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorNotInTable8b10bError" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorMappedToFgPortSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorMappedToFgPortSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorMappedToFgPort">
<summary>
<para>Indicates the frame grabber port mapping.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorMappedToFgPort" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorFpgaVccInt">
<summary>
<para>Returns the current FPGA internal Vcc.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorFpgaVccInt" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorFpgaVccBram">
<summary>
<para>Returns the current FPGA BRAM Vcc.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorFpgaVccBram" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorFpgaVccAux">
<summary>
<para>Returns the current FPGA auxiliary Vcc.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorFpgaVccAux" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorFpgaTemperature">
<summary>
<para>Returns the current FPGA die temperature.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorFpgaTemperature" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorExternalPower">
<summary>
<para>Shows the external power state of the board.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorExternalPower" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorDisparity8b10bError">
<summary>
<para>Disparity 8b 10b errors</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorDisparity8b10bError" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorDecoder8b10bErrorSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorDecoder8b10bErrorSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorDecoder8b10bError">
<summary>
<para>Link stability counter. It is incremented when the number of measured symbols received by the channel transceiver are not in 8b10b encoding or/and have wrong disparity.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorDecoder8b10bError" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorCxpStandardSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorCxpStandardSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorCxpStandard">
<summary>
<para>Returns the version of the used CXP standard.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorCxpStandard" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorCxpImageLineMode">
<summary>
<para>This parameter informs about the current transfer mode used by the camera. The transfer mode can be an area scan (= 0) or line scan (= 1) image.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorCxpImageLineMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorCurrentLinkSpeed">
<summary>
<para>Returns the current PCIe link speed in Gigabits per second.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorCurrentLinkSpeed" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorChannelVoltageSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorChannelVoltageSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorChannelVoltage">
<summary>
<para>Returns the Channel Voltage.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorChannelVoltage" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorChannelCurrentSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorChannelCurrentSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorChannelCurrent">
<summary>
<para>Returns the Channel Current.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorChannelCurrent" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorByteAlignment8b10bLockedSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorByteAlignment8b10bLockedSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SystemmonitorByteAlignment8b10bLocked">
<summary>
<para>Monitors whether the clock recovery has worked and valid 8b/10b signals are recognized.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SystemmonitorByteAlignment8b10bLocked" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.StrobePulseDelay">
<summary>
<para>The delay of the flash signal in lines with respect to the image trigger input signal with respect to ExSync.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=StrobePulseDelay" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.StreamSelector">
<summary>
<para>Sets the stream channel. The parameter is 0-based in order to match the index of the C interface.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLTransportLayer.StreamID" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=StreamSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.StreamID">
<summary>
<para>Device-wide unique ID of the data stream.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLTransportLayer.StreamSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=StreamID" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.StreamDisplayName">
<summary>
<para>User-friendly name of the selected stream.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=StreamDisplayName" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.Statistic_Write_Pipe_Reset_Count">
<summary>
<para>Number of write pipe resets.</para>
<para>Applies to: USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Statistic_Write_Pipe_Reset_Count" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.Statistic_Write_Operations_Failed_Count">
<summary>
<para>Number of failed write operations.</para>
<para>Applies to: USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Statistic_Write_Operations_Failed_Count" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.Statistic_Read_Pipe_Reset_Count">
<summary>
<para>Number of read pipe resets.</para>
<para>Applies to: USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Statistic_Read_Pipe_Reset_Count" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.Statistic_Read_Operations_Failed_Count">
<summary>
<para>Number of failed read operations.</para>
<para>Applies to: USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Statistic_Read_Operations_Failed_Count" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.Statistic_Last_Error_Status_Text">
<summary>
<para>Last error status of a read or write operation.</para>
<para>Applies to: USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Statistic_Last_Error_Status_Text" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.Statistic_Last_Error_Status">
<summary>
<para>Last error status of a read or write operation.</para>
<para>Applies to: USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Statistic_Last_Error_Status" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.StatisticReadWriteTimeoutCount">
<summary>
<para>Number of timeouts during read and write operations when waiting for a response from the device.</para>
<para>Applies to: GigE and blaze</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=StatisticReadWriteTimeoutCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SoftwareTriggerQueueFillLevel">
<summary>
<para>Number of pulses in queue to be processed. The Queue parameter needs to be enabled for this.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SoftwareTriggerQueueFillLevel" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SoftwareTriggerIsBusy">
<summary>
<para>Indicates whether the software trigger is busy. This allows you to find out whether the trigger system is still processing software trigger pulses.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SoftwareTriggerIsBusy" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzerPulseCountDifference">
<summary>
<para>Use this read-only parameter to check the difference of the signal analyzer 0 and 1 pulse counter values (Analyzer 0 - Analyzer 1 value). This can be used to check for lost trigger signals, if analyzer 0 counts the ExSyc pulses and analyzer 1 counts the returned camera lines. In this case the difference is between 0 and 1 for single line cameras with no extra delay.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SignalAnalyzerPulseCountDifference" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzerClear">
<summary>
<para>Clears all measurement results.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SignalAnalyzerClear" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1Source">
<summary>
<para>Sets the signal source analyzer module 0.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SignalAnalyzer1Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1PulseCount">
<summary>
<para>Returns the number of rising edges e.g. pulses of the selected source and polarity after reset.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SignalAnalyzer1PulseCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1Polarity">
<summary>
<para>Sets the signal analyzer module 0 polarity.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SignalAnalyzer1Polarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1MinPeriod">
<summary>
<para>Returns the minimum measured period of the selected source and the polarity after reset.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SignalAnalyzer1MinPeriod" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1MaxPeriod">
<summary>
<para>Returns the maximum measured period of the selected source and the polarity after reset.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SignalAnalyzer1MaxPeriod" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer1CurrentPeriod">
<summary>
<para>Returns the last measured period of the selected source and polarity.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SignalAnalyzer1CurrentPeriod" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0Source">
<summary>
<para>Sets the signal source analyzer module 0.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SignalAnalyzer0Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0PulseCount">
<summary>
<para>Returns the number of rising edges e.g. pulses of the selected source and of the polarity after reset.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SignalAnalyzer0PulseCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0Polarity">
<summary>
<para>Sets the signal analyzer 0 polarity.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SignalAnalyzer0Polarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0MinPeriod">
<summary>
<para>Returns the minimum measured period of the selected source and polarity after reset.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SignalAnalyzer0MinPeriod" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0MaxPeriod">
<summary>
<para>Returns the maximum measured period of the selected source and polarity after reset.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SignalAnalyzer0MaxPeriod" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SignalAnalyzer0CurrentPeriod">
<summary>
<para>Returns the last measured period of the selected source and polarity.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SignalAnalyzer0CurrentPeriod" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ShaftEncoderOn">
<summary>
<para>Enables or disbales the shaft encoder. Sets whether a single trigger input (off = A only) is used for the Exsync generation, or the signals A and B (on).</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShaftEncoderOn" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ShaftEncoderMode">
<summary>
<para>Sets the shaft encoder mode. Filter_x1: Exsync is generated for a forward rotation of the shaft encoder in single resolution, i.e., a trigger pulse for a rising edge of LineTrgInSourceA. Filter_x2: Exsync is generated for a forward rotation of the shaft encoder in double resolution, i.e., a trigger pulse for a rising edge of LineTrgInSourceA and a rising edge of LineTrgInSourceB. Filter_x4: Exsync is generated for a forward rotation of the shaft encoder in quad resolution, i.e., a trigger pulse for a rising and a falling edge of LineTrgInSourceA and a rising and a falling edge of LineTrgInSourceB.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShaftEncoderMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ShaftEncoderLeading">
<summary>
<para>Sets the leading signal / direction for the shaft encoder. A foreward movement is defined by a rising edge of signal A before signal B, if the parameter is set to Signal_AB. Source_A: Forward is defined by A before B. Source_B: Forward is defined by B before A.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShaftEncoderLeading" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ShaftEncoderInputSource">
<summary>
<para>Sets the trigger input signal source for the ExSync generation. This signal is also interpreted as source B when using a shaft encoder. This is only relevant if the TriggerMode is set to ASync_Trigger.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShaftEncoderInputSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ShaftEncoderCompensationEnable">
<summary>
<para>Enables or disables the shaft encoder rollback compensation. This parameter is relevant in case of a shaft encoder AB configuration. If switched to ON, in case of shaft encoder backward movement, the operator counts how many shaft encoder steps the shaft encoder moves backwards. When the shaft encoder moves forwards again, this number of shaft encoder steps (now forward direction) is not transmitted as external trigger signals. Only after the transportation belt is back to the place where the backward movement started, the shaft encoder steps (forward direction) are transmitted as external trigger signals again. If switched to OFF, the operator simply doesn't transmit any trigger signals as long as the transportation belt moves backwards. As soon as the transport belt starts to move forwards again, the operator transmits the shaft encoder steps (forward direction) as trigger signals.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShaftEncoderCompensationEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ShaftEncoderCompensationCount">
<summary>
<para>Reads or writes the current compensation count. Value 0 refers to no compensation. You can reset the compensator by writing 0 to the parameter. Is based on a 20-bit counter enabling a backward movement of up to 1048576 steps.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShaftEncoderCompensationCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SetSoftwareTrigger">
<summary>
<para>Turns software trigger signal on or off. With this parameter a software gate can be produced in case of an externally gated image trigger mode.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SetSoftwareTrigger" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SensorWidth">
<summary>
<para>The sensor width in selected tap geometry. The value is ignored if, Vantage Point = Top-Left. Available DRAM and SensorHeight limit the maximum SensorWidth.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SensorWidth" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SensorHeight">
<summary>
<para>The sensor height in selected tap geometry. The value is ignored, if vantage point = TopLeft. Available DRAM and SensorWidth limit the maximum SensorHeight.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SensorHeight" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.SendSoftwareTrigger">
<summary>
<para>Sends a software trigger pulse or adds pulses to the trigger queue if it is enabled.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SendSoftwareTrigger" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ScalingFactorRed">
<summary>
<para>The red gain of the white balancing.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ScalingFactorRed" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ScalingFactorGreen">
<summary>
<para>The green gain of the white balancing.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ScalingFactorGreen" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ScalingFactorBlue">
<summary>
<para>The blue gain of the white balancing.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ScalingFactorBlue" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ReadTimeout">
<summary>
<para>Read access timeout value in milliseconds.</para>
<para>Applies to: GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ReadTimeout" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ProcessingOffset">
<summary>
<para>Offset correction value. Available when LUT functionality is enabled.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ProcessingOffset" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ProcessingInvert">
<summary>
<para>Invert output. Available when LUT functionality is enabled.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ProcessingInvert" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ProcessingGamma">
<summary>
<para>Gamma correction value. Available when LUT functionality is enabled.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ProcessingGamma" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ProcessingGain">
<summary>
<para>Gain correction value. Available when LUT functionality is enabled.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ProcessingGain" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelFormat">
<summary>
<para>Sets the format of the pixel data transmitted by the camera. This setting has to match the pixel format set in the camera.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PixelFormat" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PixelDepth">
<summary>
<para>Applet-internal processing bit depth. This is the maximum bit depth at which pixels are processed. If you select a highter output and input bit depth, data may be truncated.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PixelDepth" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.PacketTagErrorCount">
<summary>
<para>Number of packet errors. This parameter indicates that CXP stream packets are lost.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PacketTagErrorCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.OverflowSyncOnThreshold">
<summary>
<para>Overflow handling will be active once the buffer filllevel is above this value, after the currently active frame is completed.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=OverflowSyncOnThreshold" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.OverflowOnThreshold">
<summary>
<para>Overflow handling will be active once the buffer filllevel is above this value. Frames will be interrupted.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=OverflowOnThreshold" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.OverflowOffThreshold">
<summary>
<para>Overflow handling will be inactive once the buffer filllevel is below this value.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=OverflowOffThreshold" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.OverflowEventSelect">
<summary>
<para>An overflow event can be generated on each incomplete, lost or correct frame. With this enumeration, you can select which permutation of these three events is reported via overflow event.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=OverflowEventSelect" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.Overflow">
<summary>
<para>Indicates whether if the image buffer is currently in overflow state. An overflow results in the loss of images. The parameter is reset at each readout cycle.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Overflow" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.OutputPackedFormats">
<summary>
<para>Automatically outputs packed formats instead of unpacked ones. This parameter is only available if the Automatic Format Control parameter is enabled.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=OutputPackedFormats" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.OffsetY">
<summary>
<para>Y-offset of the acquisition ROI, independent of the camera ROI.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=OffsetY" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.OffsetX">
<summary>
<para>X-offset of the acquisition ROI, independent of the camera ROI.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=OffsetX" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.MissingCameraFrameResponseClear">
<summary>
<para>Clears the Missing Camera Frame Response parameter.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=MissingCameraFrameResponseClear" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.MissingCameraFrameResponse">
<summary>
<para>Returns whether missing frames are reported. If no frame is received for a trigger pulse, the parameter is set to Yes.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=MissingCameraFrameResponse" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.MigrationModeEnable">
<summary>
<para>Enables mapping of certain SFNC 1.x node names to SFNC 2.x node names. This allows you to write code for camera devices that are compatible with different SFNC (Standard Features Naming Convention) versions. Available for USB camera devices only.</para>
<para>Applies to: GigE and USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=MigrationModeEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.MaxRetryCountWrite">
<summary>
<para>Maximum number of retries for write operations after a write operation has timed out.</para>
<para>Applies to: GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=MaxRetryCountWrite" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.MaxRetryCountRead">
<summary>
<para>Maximum number of retries for read operations after a read operation has timed out.</para>
<para>Applies to: GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=MaxRetryCountRead" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LutValueSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LutValueSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LutValueRedSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LutValueRedSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LutValueRed">
<summary>
<para>Field with red LUT Values.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LutValueRed" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LutValueGreenSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LutValueGreenSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LutValueGreen">
<summary>
<para>Field with green LUT Values.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LutValueGreen" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LutValueBlueSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LutValueBlueSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LutValueBlue">
<summary>
<para>Field with blue LUT Values.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LutValueBlue" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LutValue">
<summary>
<para>Field with LUT Values.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LutValue" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LutType">
<summary>
<para>Enables the LUT to be loaded with custom values or uses the applet's processor.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LutType" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LutSaveFile">
<summary>
<para>Save current LUT configuration.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LutSaveFile" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LutOutputPixelBitDepth">
<summary>
<para>The pixel's bit depth at the lookup table output.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LutOutputPixelBitDepth" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LutInputPixelBitDepth">
<summary>
<para>The pixel's bit depth at the lookup table input.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LutInputPixelBitDepth" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LutImplementationType">
<summary>
<para>Type of LUT implementation.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LutImplementationType" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LutEnable">
<summary>
<para>Switch the LUT and processing functionality on or off.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LutEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LutCustomFile">
<summary>
<para>Filename with custom lookup table values.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LutCustomFile" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LinkCommandTimeout">
<summary>
<para>Specifies application timeout for the control channel communication. Up to DeviceLinkCommandRetryCount attempts with this timeout are made before a command fails with a timeout error.</para>
<para>Applies to: blaze</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LinkCommandTimeout" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LinkCommandRetryCount">
<summary>
<para>Specifies maximum number of tries before failing the control channel commands.</para>
<para>Applies to: blaze</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LinkCommandRetryCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LineTriggerMode">
<summary>
<para>Sets the operation mode for the Exsync signal generation. The source for the external trigger input can be selected via the parameters SourceA and SourceB. Grabber_Controlled: Exsync is generated periodically by the internal signal generator. ASync_Trigger: Each external trigger signal from a peripheral device is used to generate an ExSync based on the defined exposure time. Grabber_Controlled_Gated: Exsync is generated periodically by the internal signal generator during the acquisition of a frame. Extern_Trigger_Gated: An external trigger signal from a peripheral device is used to generate the ExSync during the acquisition of a frame only.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineTriggerMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LineTriggerInSource">
<summary>
<para>Sets the trigger input signal source for the ExSync generation. This signal is also interpreted as source A when using a shaft encoder. This is only relevant, if the TriggerMode is set to ASync_Trigger.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineTriggerInSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LineTriggerInPolarity">
<summary>
<para>Sets the polarity of the external input trigger signal encoder source A and source B. When set to LowActive, the Exsync generator starts on a falling edge of the signal specified as frame trigger. Otherwise, the Exsync generation starts on a rising edge. This is only relevant if the TriggerMode is set to Extern_Trigger.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineTriggerInPolarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LineTriggerDelay">
<summary>
<para>The delay of the ExSync signal with respect to the trigger input signal. Specifies the delay of the generated ExSync signal, with respect to an external trigger input. The resulting ExSync2 signal is a delayed clone of the ExSync. Polarity, period, etc. are the same as for ExSync. The line delay needs to be less than the line period even for external trigger modes where the internal line period is not used.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineTriggerDelay" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LineTriggerDebouncing">
<summary>
<para>Specifies the debouncing time of the input line trigger, events, IO forwards and analyzers. The signals must keep the same state during the debounce time to be detected as such. Fast signal changes within the debounce time will be filtered out.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineTriggerDebouncing" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LinePeriod">
<summary>
<para>The length of the ExSync period. This parameter defines the line frequency when using the grabber controlled mode to send a trigger signal to the connected camera. The value of the line period needs to be greater than the line delay.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LinePeriod" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LineExposure">
<summary>
<para>The length of the ExSync signal pulse. This parameter specifies the pulse width of the Exsync signal, which can be used by many cameras as externally defined exposure time. With this parameter it is possible to adjust the exposure time during runtime via software, even while grabbing.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineExposure" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LineDownscaleInit">
<summary>
<para>The phase of the downscaling with respect to the image gate. Specifies the number of external input signals, which are needed to generate the first Exsync of a frame. Exsync is used to trigger lines. This is only relevant if the TriggerMode is set to ASync_Trigger_Gated.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineDownscaleInit" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.LineDownscale">
<summary>
<para>The downscale factor of the line trigger input signal. Specifies the number of external input trigger signals, which are needed to generate a single Exsync. This is only relevant if the TriggerMode is set to an external ASync_trigger mode.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineDownscale" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageTriggerOn">
<summary>
<para>Enables or disables the image trigger module. The OFF state corresponds to FreeRun.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ImageTriggerOn" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageTriggerMode">
<summary>
<para>Sets the trigger mode for the image generation. An image trigger can define the start and length of an image. FreeRun: All incoming lines received from the camera are accepted. Image size is defined by the ROI. ASync_External_Trigger: At the rising edge of an accepted image trigger input signal, a new frame is started and incoming lines are appended to an image up to ROI-Height. A new rising edge of the image trigger is only accepted after the current frame is finished. Gated_External_Trigger: In gated mode, the input signal active state Sets the height of the resulting frame. ROI-Height is the maximum height. _Multibuffer modes can handle a certain number of lines for multiple frames of ROI size.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ImageTriggerMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageTriggerIsBusy">
<summary>
<para>With this read-only value it is possible to check whether the image trigger is busy, i.e. whether an image is currently being acquired. During this time an additional image trigger is ignored.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ImageTriggerIsBusy" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageTriggerInputSource">
<summary>
<para>Sets the image trigger input signal source, which is used to trigger the image acquisition. This is only relevant if the Image Trigger Mode is set to Extern/Gate.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ImageTriggerInputSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageTriggerInputPolarity">
<summary>
<para>Sets the polarity of the image trigger input.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ImageTriggerInputPolarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageTriggerGateDelay">
<summary>
<para>The delay of the image gate in lines with respect to ExSync. The image trigger is delayed by a defined number of lines.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ImageTriggerGateDelay" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageTriggerDebouncing">
<summary>
<para>The debouncing time of the input image trigger. Signals must keep the same state during the debounce time to be detected as such. Fast signal changes within the debounce time are filtered out.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ImageTriggerDebouncing" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageTriggerAsyncHeight">
<summary>
<para>The total image height in lines in case of multi buffer mode. Only relevant if a Multibuffer image trigger mode is used.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ImageTriggerAsyncHeight" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageSelectPeriod">
<summary>
<para>Selects the length of an image sequence. Only one single image of the sequence is grabbed.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ImageSelectPeriod" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ImageSelect">
<summary>
<para>Defines which image of an image sequence is grabbed.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ImageSelect" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.Height">
<summary>
<para>Height of the image ROI on the host side. This parameter is linked with the Height camera parameter. If the camera parameter changes, the host parameter changes accordingly, but not vice versa. The host parameter should not be set to a value different from the camera parameter.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Height" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.HeartbeatTimeout">
<summary>
<para>Heartbeat timeout value on the host side in milliseconds. This parameter is linked with the Heartbeat Timeout camera parameter. If the camera parameter changes, the host parameter changes accordingly, and vice versa.</para>
<para>Applies to: GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=HeartbeatTimeout" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.GevDeviceSubnetMask">
<summary>
<para>Current subnet mask of the GVCP interface of the remote device.</para>
<para>Applies to: blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevDeviceSubnetMask" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.GevDeviceMACAddress">
<summary>
<para>48-bit MAC address of the GVCP interface of the remote device.</para>
<para>Applies to: blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevDeviceMACAddress" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.GevDeviceIPAddress">
<summary>
<para>Current IP address of the GVCP interface of the remote device.</para>
<para>Applies to: blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevDeviceIPAddress" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.GevDeviceGateway">
<summary>
<para>Current gateway IP address of the GVCP interface of the remote device.</para>
<para>Applies to: blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevDeviceGateway" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.GentlInfoVersion">
<summary>
<para>Version of the GenTL description Interface in the applet.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GentlInfoVersion" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.GentlInfoIgnorefgformat">
<summary>
<para>Ignore the FG output format and manage it internally in the GenTL producer</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GentlInfoIgnorefgformat" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.GPI">
<summary>
<para>The current input signal levels of all GPI inputs (bitmask).</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GPI" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FrontGPOInversion">
<summary>
<para>Enables or disables the inversion of the front GPO.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FrontGPOInversion" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FrontGPISignalType">
<summary>
<para>Sets the signal type of the front GPI.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FrontGPISignalType" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FrontGPIPullControl">
<summary>
<para>Sets the pull control of the front GPI.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FrontGPIPullControl" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FrontGPI">
<summary>
<para>Current input signal levels of all front GPI inputs (bit mask).</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FrontGPI" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.Format">
<summary>
<para>Sets the pixel format of the image that is output to the computer. The data is converted from the internal bit width and color format to the output format selected. This setting is not related to the pixel format input from the camera sensor. For more information, see the Pixel Format parameter documentation.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Format" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FlashPolarity">
<summary>
<para>Sets the generated flash signal polarity.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FlashPolarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FlashOn">
<summary>
<para>Switches the flash signal on or off. The pulse width of the flash signal is equal to one line period. The flash gives a signal between the first and second Exsync rising edge. A single trigger is sent for a full frame.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FlashOn" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.FillLevel">
<summary>
<para>Current buffer fill level. This value allows you to check whether the average input bandwidth of the camera is too high to be processed by the applet.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FillLevel" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ExtensionGPOType">
<summary>
<para>Sets the configuration type of the extension GPIO interface.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExtensionGPOType" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ExSyncPolarity">
<summary>
<para>Sets the polarity of the ExSync output signal. Adjusts the polarity of the Exsync signal genarator to the polarity accepted by the connected camera. Use LowActive, if the camera starts exposure on a falling edge, otherwise use HighActive.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExSyncPolarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ExSyncOn">
<summary>
<para>Enables or disables the ExSync output to the camera. Make sure that the camera is expecting this signal and interprets it in the expected way. The polarity of this signal is relevant for proper functionality.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExSyncOn" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventTriggerQueueFilllevelThresholdOnTimestamp">
<summary>
<para>Timestamp of event 'TriggerQueueFilllevelThresholdOn'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventTriggerQueueFilllevelThresholdOnTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventTriggerQueueFilllevelThresholdOnSoftCounter">
<summary>
<para>Software counter for event 'TriggerQueueFilllevelThresholdOn'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventTriggerQueueFilllevelThresholdOnSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventTriggerQueueFilllevelThresholdOn">
<summary>
<para>TriggerQueueFilllevelThresholdOn</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventTriggerQueueFilllevelThresholdOn" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventTriggerQueueFilllevelThresholdOffTimestamp">
<summary>
<para>Timestamp of event 'TriggerQueueFilllevelThresholdOff'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventTriggerQueueFilllevelThresholdOffTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventTriggerQueueFilllevelThresholdOffSoftCounter">
<summary>
<para>Software counter for event 'TriggerQueueFilllevelThresholdOff'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventTriggerQueueFilllevelThresholdOffSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventTriggerQueueFilllevelThresholdOff">
<summary>
<para>TriggerQueueFilllevelThresholdOff</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventTriggerQueueFilllevelThresholdOff" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventTriggerExceededPeriodLimitsTimestamp">
<summary>
<para>Timestamp of event 'TriggerExceededPeriodLimits'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventTriggerExceededPeriodLimitsTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventTriggerExceededPeriodLimitsSoftCounter">
<summary>
<para>Software counter for event 'TriggerExceededPeriodLimits'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventTriggerExceededPeriodLimitsSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventTriggerExceededPeriodLimits">
<summary>
<para>TriggerExceededPeriodLimits</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventTriggerExceededPeriodLimits" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventSelector">
<summary>
<para>Sets which event to signal to the host application.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLTransportLayer.EventNotification" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventOverflowTimestamp">
<summary>
<para>Timestamp of event 'Overflow'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventOverflowTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventOverflowSoftCounter">
<summary>
<para>Software counter for event 'Overflow'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventOverflowSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventOverflowIsTruncated">
<summary>
<para>Frame is truncated.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventOverflowIsTruncated" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventOverflowIsLost">
<summary>
<para>Frame is lost.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventOverflowIsLost" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventOverflowIsEndOfSequence">
<summary>
<para>Marks the end of a sequence.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventOverflowIsEndOfSequence" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventOverflowIsComplete">
<summary>
<para>Frame is complete.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventOverflowIsComplete" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventOverflowFrameId">
<summary>
<para>Camera frame-ID for area scan applets or grabber frame-ID for line scan applets.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventOverflowFrameId" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventOverflow">
<summary>
<para>Overflow</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventOverflow" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventNotification">
<summary>
<para>Sets whether the host application is notified of the selected event.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLTransportLayer.EventSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventNotification" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventLineTransferStartTimestamp">
<summary>
<para>Timestamp of event 'LineTransferStart'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLineTransferStartTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventLineTransferStartSoftCounter">
<summary>
<para>Software counter for event 'LineTransferStart'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLineTransferStartSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventLineTransferStart">
<summary>
<para>LineTransferStart</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLineTransferStart" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventLineTransferEndTimestamp">
<summary>
<para>Timestamp of event 'LineTransferEnd'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLineTransferEndTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventLineTransferEndSoftCounter">
<summary>
<para>Software counter for event 'LineTransferEnd'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLineTransferEndSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventLineTransferEnd">
<summary>
<para>LineTransferEnd</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLineTransferEnd" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventFrameTriggerMissedTimestamp">
<summary>
<para>Timestamp of event 'FrameTriggerMissed'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventFrameTriggerMissedTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventFrameTriggerMissedSoftCounter">
<summary>
<para>Software counter for event 'FrameTriggerMissed'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventFrameTriggerMissedSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventFrameTriggerMissed">
<summary>
<para>FrameTriggerMissed</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventFrameTriggerMissed" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventFrameTransferStartTimestamp">
<summary>
<para>Timestamp of event 'FrameTransferStart'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventFrameTransferStartTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventFrameTransferStartSoftCounter">
<summary>
<para>Software counter for event 'FrameTransferStart'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventFrameTransferStartSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventFrameTransferStart">
<summary>
<para>FrameTransferStart</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventFrameTransferStart" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventFrameTransferEndTimestamp">
<summary>
<para>Timestamp of event 'FrameTransferEnd'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventFrameTransferEndTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventFrameTransferEndSoftCounter">
<summary>
<para>Software counter for event 'FrameTransferEnd'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventFrameTransferEndSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventFrameTransferEnd">
<summary>
<para>FrameTransferEnd</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventFrameTransferEnd" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventDeviceLostSoftCounter">
<summary>
<para>Software counter for event 'DeviceLost'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventDeviceLostSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventDeviceLost">
<summary>
<para>Returns the unique Identifier of the Device Lost event.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventDeviceLost" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventCameraStreamStatusUncorrectableHeaderError">
<summary>
<para>Uncorrectable error in image header occurred.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventCameraStreamStatusUncorrectableHeaderError" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventCameraStreamStatusTimestamp">
<summary>
<para>Timestamp of event 'CameraStreamStatus'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventCameraStreamStatusTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventCameraStreamStatusStreamMarkerError">
<summary>
<para>Stream marker error in image header occurred.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventCameraStreamStatusStreamMarkerError" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventCameraStreamStatusStreamId">
<summary>
<para>Stream ID in which the event occurred.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventCameraStreamStatusStreamId" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventCameraStreamStatusSoftCounter">
<summary>
<para>Software counter for event 'CameraStreamStatus'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventCameraStreamStatusSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventCameraStreamStatusLostAmount">
<summary>
<para>Amount of lost Lost events.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventCameraStreamStatusLostAmount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventCameraStreamStatusLost">
<summary>
<para>Event loss for type Lost occurred.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventCameraStreamStatusLost" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventCameraStreamStatusFrameSizeError">
<summary>
<para>Frame size error occurred.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventCameraStreamStatusFrameSizeError" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventCameraStreamStatusFrameId">
<summary>
<para>Frame ID in which the event occurred.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventCameraStreamStatusFrameId" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventCameraStreamStatusEventType">
<summary>
<para>Event type (Corrupted or Lost).</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventCameraStreamStatusEventType" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventCameraStreamStatusCrcError">
<summary>
<para>CRC error occurred.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventCameraStreamStatusCrcError" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventCameraStreamStatusCorrupted">
<summary>
<para>Event loss for type Corrupted occurred.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventCameraStreamStatusCorrupted" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventCameraStreamStatus">
<summary>
<para>CameraStreamStatus</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventCameraStreamStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventAcquisitionTriggerTimestamp">
<summary>
<para>Timestamp of event 'AcquisitionTrigger'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventAcquisitionTriggerTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventAcquisitionTriggerSoftCounter">
<summary>
<para>Software counter for event 'AcquisitionTrigger'</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventAcquisitionTriggerSoftCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.EventAcquisitionTrigger">
<summary>
<para>AcquisitionTrigger</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventAcquisitionTrigger" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.DigitalInput">
<summary>
<para>Read the current state of all digital inputs. You can read the current state of these inputs using this parameter. LSB Bit 0 of the read value represents input 0, bit 1 represents input 1 and so on. Bits 0 to 7 use GPI 0 to 7. Front GPI 0 to 3 are represented by bits 8 to 11.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DigitalInput" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.DeviceVendorName">
<summary>
<para>Name of the device vendor. This value only changes when the Device Update List command is executed.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceVendorName" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.DeviceType">
<summary>
<para>Returns the transport layer of the device.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceType" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.DeviceSerialNumber">
<summary>
<para>Serial number of the remote device. This value only changes when the Device Update List command is executed.</para>
<para>Applies to: blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceSerialNumber" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.DeviceModelName">
<summary>
<para>Name of the device model. This value only changes when the Device Update List command is executed.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceModelName" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.DeviceManufacturerInfo">
<summary>
<para>Additional information about the manufacturer of the device.</para>
<para>Applies to: blaze</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceManufacturerInfo" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.DeviceID">
<summary>
<para>Interface-wide unique ID of the selected device. This value only changes when the Device Update List command is executed.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceID" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.DeviceEndianessMechanism">
<summary>
<para>Sets the endianness handling mode.</para>
<para>Applies to: blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceEndianessMechanism" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.DeviceDisplayName">
<summary>
<para>User-friendly name of the device.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceDisplayName" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.DeviceAccessStatus">
<summary>
<para>Returns the device's access status at the moment when the Device Update List command was last executed. This value only changes when the Device Update List command is executed.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceAccessStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpUnsupportedHeartbeatReceivedSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpUnsupportedHeartbeatReceivedSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpUnsupportedHeartbeatReceived">
<summary>
<para>Returns information whether a heartbeat packet was received while using a CXP standard less than 2.0. Range: 0 (NO) to 1 (YES).</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpUnsupportedHeartbeatReceived" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpUnsupportedGpioRequestReceivedSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpUnsupportedGpioRequestReceivedSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpUnsupportedGpioRequestReceived">
<summary>
<para>Returns information whether a GPIO request from VisualApplets was received while using a CXP standard higher than 1.0. Range: 0 (NO) to 1 (YES).</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpUnsupportedGpioRequestReceived" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpUnsupportedGpioReceivedSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpUnsupportedGpioReceivedSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpUnsupportedGpioReceived">
<summary>
<para>Returns information whether a GPIO packet was received while using a CXP standard higher than 1.0. Range: 0 (NO) to 1 (YES).</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpUnsupportedGpioReceived" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpUnsupportedGpioAckReceivedSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpUnsupportedGpioAckReceivedSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpUnsupportedGpioAckReceived">
<summary>
<para>Returns information whether a GPIO acknowledgment was received while using a CXP standard higher than 1.0. Range: 0 (NO) to 1 (YES).</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpUnsupportedGpioAckReceived" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpUnsupportedEventReceivedSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpUnsupportedEventReceivedSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpUnsupportedEventReceived">
<summary>
<para>Returns information whether an event packet was received while using a CXP standard less than 2.0. Range: 0 (NO) to 1 (YES).</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpUnsupportedEventReceived" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpTriggerAckMissingCountSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpTriggerAckMissingCountSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpTriggerAckMissingCount">
<summary>
<para>Counts the situations in which a trigger packet was sent, but no acknowledgment packet was received for it yet, which then led to a timeout. Bits [11:0] count the amount of violations. Bit [12] is set when a counter overflow occurs. Range 0 to 8191 (13 bit).</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpTriggerAckMissingCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpStreamPacketLengthErrorSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpStreamPacketLengthErrorSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpStreamPacketLengthError">
<summary>
<para>Returns information whether a length error in the stream packets was detected. Range: 0 (NO) to 1 (YES).</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpStreamPacketLengthError" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpStreamPacketCrcErrorSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpStreamPacketCrcErrorSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpStreamPacketCrcError">
<summary>
<para>Returns information whether there were CRC errors in received stream packets.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpStreamPacketCrcError" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpStreamPacketCountSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpStreamPacketCountSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpStreamPacketCount">
<summary>
<para>Counts the amount of received stream packets. Bits [29:0] count the number of packets. Bit [30] is set when a counter overflow occurs.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpStreamPacketCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpStreamIDErrorCount">
<summary>
<para>Counts how often the received stream ID value in the stream packets mismatches the stream ID value specified in the image header. The parameter is 13 bit wide, where the bits [11:0] represent the actual counter value and the bit [12] stands for the counter overflow.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpStreamIDErrorCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpOvertriggerRequestPulseCountSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpOvertriggerRequestPulseCountSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpOvertriggerRequestPulseCount">
<summary>
<para>Counts the trigger requests that were skipped, because the transmitter was still busy by sending the previous trigger packet. Bit 12 indicates an overflow.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpOvertriggerRequestPulseCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3SourceEdge">
<summary>
<para>Selects the signal edge of the output signal on CXP LinkTrigger3.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpLinkTrigger3SourceEdge" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger3Source">
<summary>
<para>Sets the output source CXP LinkTrigger3.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpLinkTrigger3Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2SourceEdge">
<summary>
<para>Selects the signal edge of the output signal on CXP LinkTrigger2.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpLinkTrigger2SourceEdge" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger2Source">
<summary>
<para>Sets the output source for CXP LinkTrigger2.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpLinkTrigger2Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1SourceEdge">
<summary>
<para>Selects the signal edge of the output signal on CXP LinkTrigger1.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpLinkTrigger1SourceEdge" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger1Source">
<summary>
<para>Sets the output source for CXP LinkTrigger1.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpLinkTrigger1Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0SourceEdge">
<summary>
<para>Selects the signal edge of the output signal on CXPLinkTrigger0.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpLinkTrigger0SourceEdge" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkTrigger0Source">
<summary>
<para>Sets the output source for CXP LinkTrigger0.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpLinkTrigger0Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpLinkConfiguration">
<summary>
<para>Sets the link configuration for the communication between the receiver and transmitter device.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpLinkConfiguration" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpInputMappedToFWPortPortSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpInputMappedToFWPortPortSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpInputMappedToFWPortPort">
<summary>
<para>Returns the firmware CXP channel, which is currently monitored by the module.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpInputMappedToFWPortPort" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpImageTagErrorCount">
<summary>
<para>Returns the number of image tag errors (jumps) in the CXP headers.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpImageTagErrorCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpHeartbeatMaxPeriodViolationCountSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpHeartbeatMaxPeriodViolationCountSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpHeartbeatMaxPeriodViolationCount">
<summary>
<para>Counts the situations in which heartbeat packets sent by the camera exceeded the timeout (100ms). Bits [11:0] count the amount of violations. Bit [12] is set when a counter overflow occurs.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpHeartbeatMaxPeriodViolationCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpHeartbeatIncompleteCountSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpHeartbeatIncompleteCountSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpHeartbeatIncompleteCount">
<summary>
<para>Counts the received heartbeat packets that are incomplete, e.g. they miss the end of the packet indicator.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpHeartbeatIncompleteCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpErrorUncorrectedTriggerSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpErrorUncorrectedTriggerSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpErrorUncorrectedTriggerAckSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpErrorUncorrectedTriggerAckSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpErrorUncorrectedTriggerAck">
<summary>
<para>Returns the information whether there were errors in received trigger acknowledgement packets that haven't been corrected.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpErrorUncorrectedTriggerAck" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpErrorUncorrectedTrigger">
<summary>
<para>Returns the information whether there were errors in received trigger packets that haven't been corrected.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpErrorUncorrectedTrigger" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpErrorUncorrectedStreamSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpErrorUncorrectedStreamSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpErrorUncorrectedStream">
<summary>
<para>Returns the information whether there were errors in received stream packets that haven't been corrected.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpErrorUncorrectedStream" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpErrorUncorrectedSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpErrorUncorrectedSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpErrorUncorrectedLinkTestSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpErrorUncorrectedLinkTestSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpErrorUncorrectedLinkTest">
<summary>
<para>Returns information whether there were errors in received link test packets that haven't been corrected.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpErrorUncorrectedLinkTest" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpErrorUncorrectedHeartbeatSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpErrorUncorrectedHeartbeatSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpErrorUncorrectedHeartbeat">
<summary>
<para>Returns information whether there were errors in received heartbeat packets that haven't been corrected.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpErrorUncorrectedHeartbeat" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpErrorUncorrectedControlAckSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpErrorUncorrectedControlAckSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpErrorUncorrectedControlAck">
<summary>
<para>Returns information whether there were errors in received control acknowledgement packets that haven't been corrected.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpErrorUncorrectedControlAck" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpErrorUncorrected">
<summary>
<para>Counts errors received in packet headers and trailers that haven't been corrected.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpErrorUncorrected" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpErrorCorrectedTriggerSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpErrorCorrectedTriggerSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpErrorCorrectedTriggerAckSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpErrorCorrectedTriggerAckSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpErrorCorrectedTriggerAck">
<summary>
<para>returns the information whether errors were corrected in received trigger acknowledge packets.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpErrorCorrectedTriggerAck" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpErrorCorrectedTrigger">
<summary>
<para>Returns the information whether errors were corrected in received trigger packets.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpErrorCorrectedTrigger" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpErrorCorrectedStreamSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpErrorCorrectedStreamSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpErrorCorrectedStream">
<summary>
<para>Returns the information whether errors were corrected in received stream packets.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpErrorCorrectedStream" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpErrorCorrectedSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpErrorCorrectedSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpErrorCorrectedLinkTestSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpErrorCorrectedLinkTestSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpErrorCorrectedLinkTest">
<summary>
<para>Returns the information whether errors were corrected in received link test packets.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpErrorCorrectedLinkTest" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpErrorCorrectedHeartbeatSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpErrorCorrectedHeartbeatSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpErrorCorrectedHeartbeat">
<summary>
<para>Returns the information whether errors were corrected in received heartbeat packets.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpErrorCorrectedHeartbeat" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpErrorCorrectedControlAckSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpErrorCorrectedControlAckSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpErrorCorrectedControlAck">
<summary>
<para>Returns the information whether errors were corrected in received stream acknowledge packets.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpErrorCorrectedControlAck" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpErrorCorrected">
<summary>
<para>Counts errors received in packet headers and trailers that were corrected.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpErrorCorrected" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpControlTagErrorCountSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpControlTagErrorCountSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpControlTagErrorCount">
<summary>
<para>Counts situations in which an acknowledgment for a control packet was received with a tag that doesn't match the expected tag sent in the corresponding request control packet.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpControlTagErrorCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpControlAckPacketCrcErrorSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpControlAckPacketCrcErrorSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpControlAckPacketCrcError">
<summary>
<para>Returns information whether there were CRC errors in received control acknowledgement packets.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpControlAckPacketCrcError" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpControlAckLostCountSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpControlAckLostCountSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpControlAckLostCount">
<summary>
<para>Counts situations in which a control packet was sent but no acknowledgment packet was received for it yet and the timeout of 200 ms is reached.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpControlAckLostCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpControlAckIncompleteCountSelector">
<summary>
<para />
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpControlAckIncompleteCountSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpControlAckIncompleteCount">
<summary>
<para>Counts situations in which an incorrectly formatted acknowledgment for a control packet was received. Incorrectly formatted means that e.g. the end of packet indicator is missing etc. Range 0 to 8191 (13 bit).</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpControlAckIncompleteCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpCameraUnexpectedStartupDataStatus">
<summary>
<para>Detects the error situation in which the first data value after the operator reset was unexpected, i.e. no image header has been received.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpCameraUnexpectedStartupDataStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpCameraMarkerErrorCount">
<summary>
<para>Counts how often the sequence of the CXP stream marker and the header or the line markers were incorrect. The parameter is 13 bit wide, where the bits [11:0] represent the actual counter value and the bit [12] stands for the counter overflow. When the overflow bit is set, the counter value shall be treated as don't care.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpCameraMarkerErrorCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpCameraFrameLostCount">
<summary>
<para>Counts the frames that were lost during acquisition and aren't sent into the applet image pipeline.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpCameraFrameLostCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CxpCameraFrameCorruptCount">
<summary>
<para>Counts the corrupted frames during acquisition.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpCameraFrameCorruptCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1Source">
<summary>
<para>Select the signal source for the custom signal event 1</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CustomSignalEvent1Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent1Polarity">
<summary>
<para>Select the signal polarity for the custom signal event 1</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CustomSignalEvent1Polarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0Source">
<summary>
<para>Select the signal source for the custom signal event 0.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CustomSignalEvent0Source" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomSignalEvent0Polarity">
<summary>
<para>Select the signal polarity for the custom signal event 0</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CustomSignalEvent0Polarity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CustomBitShiftRight">
<summary>
<para>User-defined bit shift to the right. This allows you to shift the pixel data in the output format to the right by a value of your choice. The Alignment parameter has to be set to CustomBitShift for this.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CustomBitShiftRight" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.ConnectionGuardEnable">
<summary>
<para>Enables the automatic start of the PylonGigEConnectionGuard.</para>
<para>Applies to: GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ConnectionGuardEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CompatibilityStatusTapGeometry">
<summary>
<para>Tap geometry status of the device.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CompatibilityStatusTapGeometry" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CompatibilityStatusPixelFormat">
<summary>
<para>Pixelformat status of the device.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CompatibilityStatusPixelFormat" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CompatibilityStatusAutomaticRoiControl">
<summary>
<para>Automatic ROI control status of the device.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CompatibilityStatusAutomaticRoiControl" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CommandDuplicationEnable">
<summary>
<para>Enables sending all commands and receiving all acknowledges twice. This option should only be enabled in case of network problems.</para>
<para>Applies to: GigE and blaze</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CommandDuplicationEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CameraUncorrectedErrorCount">
<summary>
<para>Counts the number of uncorrected errors. Bit[2] indicates multiple byte errors in CXP stream packets.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CameraUncorrectedErrorCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.CameraCorrectedErrorCount">
<summary>
<para>Counts the number of single-byte error corrections in CXP stream packets.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CameraCorrectedErrorCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.BitAlignment">
<summary>
<para>Sets the alignment of the bits in the output format.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BitAlignment" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.AutomaticTapGeometryControl">
<summary>
<para>Activates or deactivates the automatic control of the Tap Geometry in the Device. If this feature is active, the frame grabber Tap Geometry is automatically updated to the camera one.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutomaticTapGeometryControl" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.AutomaticROIControl">
<summary>
<para>Activates or deactivates the automatic control of the ROI in the Device. If this feature is active, the frame grabber ROI is automatically updated to the camera one.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutomaticROIControl" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.AutomaticFormatControl">
<summary>
<para>Enables/disables automatic control of the pixel format in the device. If enabled, the frame grabber's pixel format and its dependencies are automatically updated to match the camera's pixel format setting.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutomaticFormatControl" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.AreaTriggerMode">
<summary>
<para>Sets the trigger mode of the area trigger signal.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AreaTriggerMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.AppletVersion">
<summary>
<para>Returns the applet version. Please report the version if you are requesting support.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AppletVersion" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLTransportLayer.AppletRevision">
<summary>
<para>Indicates the revision number of the applet. Report this value when contacting the Basler support.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AppletRevision" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLTransportLayer">
<summary>List of all parameter names available for pylon device transport layers</summary>
</member>
<member name="M:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.ToString">
<summary>The full name of ChunkPixelFormat</summary>
<returns>Returns the full name of ChunkPixelFormat</returns>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.Name">
<summary>The full name of ChunkPixelFormat</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.BayerBG10p">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer BG 10p format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.BayerRG10p">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer RG 10p format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.BayerGR10p">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer GR 10p format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.BayerGB10p">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer GB 10p format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.RGB12V1Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in RGB 12 Packed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.BayerBG12Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer BG 12 Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.BayerRG12Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer RG 12 Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.BayerGR12Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer GR 12 Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.BayerGB12Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer GB 12 Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.YUV422_YUYV_Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the YUV 422 (YUYV) Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.RGB16Planar">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the RGB 16 Planar format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.RGB12Planar">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the RGB 12 Planar format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.RGB10Planar">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the RGB 10 Planar format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.RGB8Planar">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the RGB 8 Planar format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.YUV444Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the YUV 444 Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.YUV422Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the YUV 422 Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.YUV411Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the YUV 411 Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.RGB10V2Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the RGB 10V2 Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.RGB10V1Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the RGB 10V1 Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.BGR12Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the BGR 12 Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.RGB12Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the RGB 12 Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.BGR10Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the BGR 10 Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.RGB10Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the RGB 10 Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.BGRA8Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the BGRA 8 Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.RGBA8Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the RGBA 8 Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.BGR8Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the BGR 8 Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.RGB8Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the RGB 8 Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.BayerBG16">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer GB 16 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.BayerGB16">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer GB 16 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.BayerRG16">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer RG 16 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.BayerGR16">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer GR 16 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.BayerBG12">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer BG 12 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.BayerGB12">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer GB 12 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.BayerRG12">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer RG 12 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.BayerGR12">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer GR 12 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.BayerBG10">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer BG 10 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.BayerGB10">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer GB 10 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.BayerRG10">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer RG 10 format. </para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.BayerGR10">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer GR 10 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.BayerBG8">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer BG 8 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.BayerGB8">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer GB 8 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.BayerRG8">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer RG 8 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.BayerGR8">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer GR 8 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.Mono16">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Mono 16 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.Mono12Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Mono 12 Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.Mono12">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Mono 12 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.Mono10p">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Mono 10p format. </para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.Mono10Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Mono 10 Packed format. </para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.Mono10">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Mono 10 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.Mono8Signed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Mono 8 signed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum.Mono8">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Mono 8 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigEChunkData.ChunkPixelFormatEnum">
<tocexclude />
<summary>This enumeration lists the pixel formats that can be indicated by the pixel format chunk.</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkLineTriggerCounter">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkGainAll">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPayloadCRC16">
<summary>
<para>This integer indicates the value of CRC checksum.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkExposureTime">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkShaftEncoderCounter">
<summary>
<para>Shaft encoder counter at frame trigger</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkInputStatusAtLineTriggerValue">
<summary>
<para>Value of the status selected by 'Index'</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkInputStatusAtLineTriggerIndex">
<summary>
<para>Used to select a certain status</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkInputStatusAtLineTriggerBitsPerLine">
<summary>
<para>Number of bits per status</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkLineTriggerEndToEndCounter">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkFramesPerTriggerCounter">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkFrameTriggerCounter">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkFrameTriggerIgnoredCounter">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkLineTriggerIgnoredCounter">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkTriggerinputcounter">
<summary>
<para>This integer indicates the value of the trigger input counter when the image was acquired.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkVirtLineStatusAll">
<summary>
<para>This value is a bit field that indicates the status of all of the camera's virtual input and output lines when the image was acquired.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkLineStatusAll">
<summary>
<para>This value is a bit field that indicates the status of all of the camera's input and output lines when the image was acquired.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkFramecounter">
<summary>
<para>This integer indicates the value of the frame counter when the image was acquired.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkTimestamp">
<summary>
<para>This integer indicates the value of the timestamp when the image was acquired.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkPixelFormat">
<summary>
<para>This enumeration lists the pixel formats that can be indicated by the pixel format chunk.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkDynamicRangeMax">
<summary>
<para>This value indicates indicates the maximum possible pixel value acquired in the image</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkDynamicRangeMin">
<summary>
<para>This value indicates the minimum possible pixel value in the acquired image.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkHeight">
<summary>
<para>This value Indicates the height of the area of interest represented in the acquired image.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkWidth">
<summary>
<para>This value Indicates the width of the area of interest represented in the acquired image.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkOffsetY">
<summary>
<para>This value Indicates the Y offset of the area of interest represented in the acquired image.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkOffsetX">
<summary>
<para>This value Indicates the X offset of the area of interest represented in the acquired image.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkSequenceSetIndex">
<summary>
<para>This value indicates the sequence set index number related to the acquired image.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEChunkData.ChunkStride">
<summary>
<para>This value indicates the number of bytes of data between the beginning of one line in the acquired image and the beginning of the next line in the acquired image.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigEChunkData">
<summary>List of all parameter names available for GigE chunk data.</summary>
</member>
<member name="M:Basler.Pylon.PLGigEStream.TransmissionTypeEnum.ToString">
<summary>The full name of TransmissionType</summary>
<returns>Returns the full name of TransmissionType</returns>
</member>
<member name="P:Basler.Pylon.PLGigEStream.TransmissionTypeEnum.Name">
<summary>The full name of TransmissionType</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.TransmissionTypeEnum.SubnetDirectedBroadcast">
<summary>
<para>The stream data is sent to all devices in the same subnet as the camera. The subnet broadcast address is obtained by performing a bitwise OR operation between the camera's IP address (Destination IP Address parameter) and the bit complement of the subnet mask.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.TransmissionTypeEnum.LimitedBroadcast">
<summary>
<para>The stream data is sent to all devices in the local area network (255.255.255.255).</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.TransmissionTypeEnum.Multicast">
<summary>
<para>The stream data is sent to selected devices in the local network. The Destination IP Address parameter must be set to a multicast group address (224.0.0.0 to 239.255.255.255). Some addresses in this range are reserved. If you are unsure, use an address between 239.255.0.0 and 239.255.255.255. This range is assigned by RFC 2365 as a locally administered address space. </para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.TransmissionTypeEnum.Unicast">
<summary>
<para>The stream data is sent to a single device in the local network.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.TransmissionTypeEnum.UseCameraConfig">
<summary>
<para>The stream transmission configuration is read from the camera. Use this option only if you want to set up a monitoring application.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigEStream.TransmissionTypeEnum">
<tocexclude />
<summary>
&lt;ul&gt;
&lt;li&gt;
&lt;b&gt;Default (Unicast)&lt;/b&gt;&lt;br&gt;
The camera sends stream data to a single controlling application. Other devices cannot
receive the stream data.
&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;
&lt;b&gt;Broadcast&lt;/b&gt;&lt;br&gt;
The camera sends the stream data to all devices on the network. The application which
starts/stops the acquisition is called the controlling application. Other applications
can receive the stream data. These applications are called monitor applications, because
they open the camera in read-only mode. This implies that monitor applications cannot
change the camera configuration and they cannot start/stop the image acquisition.
However, monitor applications can request resend requests for lost stream data packets.
&lt;br&gt;&lt;br&gt;
Attention: Broadcasting the stream data packets uses a high amount of network bandwidth
because the stream data packets are forwarded to all devices attached to the
network, even if they are not interested in receiving stream data.
&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;
&lt;b&gt;Multicast&lt;/b&gt;&lt;br&gt;
Multicasting is very similar to broadcasting. The main advantage of multicasting is that
multicasting saves network bandwidth, because the image data stream is only sent to those
devices that are interested in receiving the data. To achieve this, the camera sends image
data streams to members of a multicast group only. A multicast group is defined by an IP
address taken from the multicast address range (224.0.0.0 to 239.255.255.255).
&lt;br&gt;&lt;br&gt;
Every device that wants to receive a multicast data stream has to be a member of a multicast
group. A member of a specific multicast group only receives data destinated for this group.
Data for other groups is not received. Usually network adapters and switches are able to filter
the data efficently on hardware level (layer-2 packet filtering).
&lt;br&gt;&lt;br&gt;
When multicasting is enabled for pylon, pylon automatically takes care of joining and leaving
the multicast groups defined by the destination IP address. Keep in mind that some addresses
from the multicast address range are reserved for general purposes. The address range from
239.255.0.0 to 239.255.255.255 is assigned by RFC 2365 as a locally administered address space.
Use one of these addresses if you are not sure.
&lt;br&gt;&lt;br&gt;
On protocol level multicasting involves a so-called IGMP message (IGMP = Internet Group Management Protocol).
To benefit from multicasting, managed network switches should be used. These managed network
switches support the IGMP protocol. Managed network switches supporting the IGMP protocol
will forward multicast packets only if there is a connected device that has joined the
corresponding multicast group. If the switch does not support the IGMP protocol, multicast
is equivalent to broadcasting.
&lt;br&gt;&lt;br&gt;
Recommendation:&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;
Each camera should stream to a different multicast group.
&lt;/li&gt;
&lt;li&gt;
Streaming to different multicast groups reduces the CPU load and saves network bandwidth
if the network switches supports the IGMP protocol.
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;
&lt;b&gt;Use camera configuration&lt;/b&gt;&lt;br&gt;
This setting is only available if the application has opened the device in monitor mode. If
the controlling application has already configured the camera stream channel and has possibly
started the acquisition, the monitor application can read all required configuration data
from the camera. Additional configuration is not required. This setting can only be used if
the controlling application has established the stream channel (by opening a pylon stream
grabber object), and the monitor application is started afterwards.
&lt;br&gt;&lt;br&gt;
Note, when using broadcast and multicast configurations: When there is more than one camera
device reachable by one network interface, make sure that for each camera a different port
number must be assigned. For assigning port numbers, see the 'DestinationPort' feature.
&lt;/li&gt;
&lt;/ul&gt;
</summary>
</member>
<member name="M:Basler.Pylon.PLGigEStream.AccessModeEnum.ToString">
<summary>The full name of AccessMode</summary>
<returns>Returns the full name of AccessMode</returns>
</member>
<member name="P:Basler.Pylon.PLGigEStream.AccessModeEnum.Name">
<summary>The full name of AccessMode</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.AccessModeEnum.Exclusive">
<summary>
<para />
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.AccessModeEnum.Control">
<summary>
<para />
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.AccessModeEnum.Monitor">
<summary>
<para />
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.AccessModeEnum.NotInitialized">
<summary>
<para />
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigEStream.AccessModeEnum">
<tocexclude />
<summary>Indicates the mode of access the current application has to the device.</summary>
</member>
<member name="M:Basler.Pylon.PLGigEStream.StatusEnum.ToString">
<summary>The full name of Status</summary>
<returns>Returns the full name of Status</returns>
</member>
<member name="P:Basler.Pylon.PLGigEStream.StatusEnum.Name">
<summary>The full name of Status</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.StatusEnum.Locked">
<summary>
<para>The stream grabber is locked.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.StatusEnum.Open">
<summary>
<para>The stream grabber is open.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.StatusEnum.Closed">
<summary>
<para>The stream grabber is closed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.StatusEnum.NotInitialized">
<summary>
<para>The stream grabber is not initialized.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigEStream.StatusEnum">
<tocexclude />
<summary>Indicates the current status of the stream grabber.</summary>
</member>
<member name="M:Basler.Pylon.PLGigEStream.TypeEnum.ToString">
<summary>The full name of Type</summary>
<returns>Returns the full name of Type</returns>
</member>
<member name="P:Basler.Pylon.PLGigEStream.TypeEnum.Name">
<summary>The full name of Type</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.TypeEnum.NoDriverAvailable">
<summary>
<para>No suitable driver is installed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigEStream.TypeEnum">
<tocexclude />
<summary>Sets the driver type to be used by the stream grabber.</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.DestinationPort">
<summary>
<para>
The camera will send all stream data to this port. If you manually enter a port
number, it is highly recommended not to choose a port from the ephemeral port
range of the operating system (https://en.wikipedia.org/wiki/Ephemeral_port)
in order to avoid port collisions.
&lt;b&gt;Port configuration:&lt;/b&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;b&gt;Unicast&lt;/b&gt;&lt;br&gt;
The port is determined automatically.
Manually choosing a port number might be useful for certain firewall configurations.
&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;
&lt;b&gt;Broadcast &amp; Multicast&lt;/b&gt;&lt;br&gt;
For each device reachable by a specific network interface, a unique, unused port number
must be assigned. Be aware that the suggested default value might be already in use.
Choose an unused port or 0=autoselect in that case. The controlling application and all
monitor applications must use the same port number. There is no autoselect feature
availbale for monitor applications, i.e., monitor applications must not use the 0 value.
For monitor applications it is convenient to use the 'UseCameraConfig' value for the
'TransmissionType' feature instead. For more details see the 'TransmissionType' feature.
&lt;/li&gt;
&lt;/ol&gt;
</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.DestinationAddr">
<summary>
<para>IP address to which the stream grabber sends all stream data.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.TransmissionType">
<summary>
<para>
&lt;ul&gt;
&lt;li&gt;
&lt;b&gt;Default (Unicast)&lt;/b&gt;&lt;br&gt;
The camera sends stream data to a single controlling application. Other devices cannot
receive the stream data.
&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;
&lt;b&gt;Broadcast&lt;/b&gt;&lt;br&gt;
The camera sends the stream data to all devices on the network. The application which
starts/stops the acquisition is called the controlling application. Other applications
can receive the stream data. These applications are called monitor applications, because
they open the camera in read-only mode. This implies that monitor applications cannot
change the camera configuration and they cannot start/stop the image acquisition.
However, monitor applications can request resend requests for lost stream data packets.
&lt;br&gt;&lt;br&gt;
Attention: Broadcasting the stream data packets uses a high amount of network bandwidth
because the stream data packets are forwarded to all devices attached to the
network, even if they are not interested in receiving stream data.
&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;
&lt;b&gt;Multicast&lt;/b&gt;&lt;br&gt;
Multicasting is very similar to broadcasting. The main advantage of multicasting is that
multicasting saves network bandwidth, because the image data stream is only sent to those
devices that are interested in receiving the data. To achieve this, the camera sends image
data streams to members of a multicast group only. A multicast group is defined by an IP
address taken from the multicast address range (224.0.0.0 to 239.255.255.255).
&lt;br&gt;&lt;br&gt;
Every device that wants to receive a multicast data stream has to be a member of a multicast
group. A member of a specific multicast group only receives data destinated for this group.
Data for other groups is not received. Usually network adapters and switches are able to filter
the data efficently on hardware level (layer-2 packet filtering).
&lt;br&gt;&lt;br&gt;
When multicasting is enabled for pylon, pylon automatically takes care of joining and leaving
the multicast groups defined by the destination IP address. Keep in mind that some addresses
from the multicast address range are reserved for general purposes. The address range from
239.255.0.0 to 239.255.255.255 is assigned by RFC 2365 as a locally administered address space.
Use one of these addresses if you are not sure.
&lt;br&gt;&lt;br&gt;
On protocol level multicasting involves a so-called IGMP message (IGMP = Internet Group Management Protocol).
To benefit from multicasting, managed network switches should be used. These managed network
switches support the IGMP protocol. Managed network switches supporting the IGMP protocol
will forward multicast packets only if there is a connected device that has joined the
corresponding multicast group. If the switch does not support the IGMP protocol, multicast
is equivalent to broadcasting.
&lt;br&gt;&lt;br&gt;
Recommendation:&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;
Each camera should stream to a different multicast group.
&lt;/li&gt;
&lt;li&gt;
Streaming to different multicast groups reduces the CPU load and saves network bandwidth
if the network switches supports the IGMP protocol.
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;br&gt;
&lt;li&gt;
&lt;b&gt;Use camera configuration&lt;/b&gt;&lt;br&gt;
This setting is only available if the application has opened the device in monitor mode. If
the controlling application has already configured the camera stream channel and has possibly
started the acquisition, the monitor application can read all required configuration data
from the camera. Additional configuration is not required. This setting can only be used if
the controlling application has established the stream channel (by opening a pylon stream
grabber object), and the monitor application is started afterwards.
&lt;br&gt;&lt;br&gt;
Note, when using broadcast and multicast configurations: When there is more than one camera
device reachable by one network interface, make sure that for each camera a different port
number must be assigned. For assigning port numbers, see the 'DestinationPort' feature.
&lt;/li&gt;
&lt;/ul&gt;
</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.Statistic_Resend_Packet_Count">
<summary>
<para>Number of packets requested by packet resend commands.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.Statistic_Resend_Request_Count">
<summary>
<para>Number of emitted packet resend commands sent.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.Statistic_Failed_Packet_Count">
<summary>
<para>Number of failed packets.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.Statistic_Total_Packet_Count">
<summary>
<para>Number of packets received.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.Statistic_Buffer_Underrun_Count">
<summary>
<para>Number of frames lost because there were no buffers in the queue.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.Statistic_Failed_Buffer_Count">
<summary>
<para>GigE cameras: Number of buffers with at least one failed packet. A packet is considered failed if its status is not 'success'. Other cameras: Number of buffers that returned with an error status. </para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.Statistic_Total_Buffer_Count">
<summary>
<para>GigE cameras: Number of frames received. Other cameras: Number of buffers processed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.TypeIsSocketDriverAvailable">
<summary>
<para>Indicates whether the socket driver is currently available.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.TypeIsWindowsFilterDriverAvailable">
<summary>
<para>Indicates whether the pylon GigE Vision Filter Driver is currently available.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.TypeIsWindowsIntelPerformanceDriverAvailable">
<summary>
<para>Indicates whether the pylon GigE Vision Performance Driver is currently available.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.AccessMode">
<summary>
<para>Indicates the mode of access the current application has to the device.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.Status">
<summary>
<para>Indicates the current status of the stream grabber.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.SocketBufferSize">
<summary>
<para>Socket buffer size in kilobytes.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.ReceiveThreadPriority">
<summary>
<para>Thread priority of the receive thread. Only available if the socket driver is used. To assign the priority, the Receive Thread Priority Override parameter must be set to true.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.ReceiveThreadPriorityOverride">
<summary>
<para>Enables assigning a custom priority to the thread which receives incoming stream packets.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.FrameRetention">
<summary>
<para>
An image frame consists of n numbers of packets. The 'FrameRetention' always starts from the
point in time the receiving end notices that a packet has been received for a particular frame.
If the transmission of packets of a frame is not completed within the 'FrameRetention' time,
the corresponding frame is delivered with status 'Failed'.
</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.UseExtendedIdIfAvailable">
<summary>
<para>Use Extended-ID if available in camera and supported by driver.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.MaximumNumberResendRequests">
<summary>
<para>Maximum number of resend requests per missing packet.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.ResendRequestResponseTimeout">
<summary>
<para>Time to wait (in milliseconds) between sending a resend request and considering the request as lost.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.ResendTimeout">
<summary>
<para>Time to wait (in milliseconds) between detecting a missing packet and sending a resend request.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.ResendRequestBatching">
<summary>
<para>Amount of packet resend requests to be batched, i.e., sent together.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.ResendRequestThreshold">
<summary>
<para>Threshold after which resend requests are initiated.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.ReceiveWindowSize">
<summary>
<para>Size (in frames) of the receive window in which the stream grabber looks for missing packets.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.AutoPacketSize">
<summary>
<para>
Enables or disables probing of a working large packet size before grabbing.
Using large packets reduces the overhead for transferring images but
whether a large packet can be transported depends on the used network hardware
and its configuration.
</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.PacketTimeout">
<summary>
<para>
An image frame consists of n numbers of packets. The packet timeout counting is (re)started
each time a packet is received. If the timeout expires (e.g. no packet was received
during the last 'PacketTimeout' period), the 'Resend Packet Mechanism' is started.
For information, see the 'EnableResend' feature.
</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.EnableResend">
<summary>
<para>
An image frame consists of n numbers of packets. Each packet has a header consisting of a 24-bit packet ID.
This packet ID increases with each packet sent, and makes it possible for the receiving end to know if a
particular packet has been lost during the transfer. If 'ResendPacketMechanism' is enabled, and the receiving
end notices a lost packet, it will request the other side (e.g. the camera) to send the lost packet again.
If enabled, the 'ResendPacketMechanism' can cause delays in the timing because the sending end will resend
the lost packet. If disabled, image data packet(s) can get lost which results in an incomplete received frame.
You have to weigh the disadvantages and advantages for your special application to decide whether to enable
or disable this command.&lt;br&gt;&lt;br&gt;
Default setting: &lt;i&gt;Enabled&lt;/i&gt;
</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.MaxBufferSize">
<summary>
<para>Maximum size (in bytes) of a buffer used for grabbing images.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.MaxNumBuffer">
<summary>
<para>Maximum number of buffers that can be used simultaneously for grabbing images.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEStream.Type">
<summary>
<para>Sets the driver type to be used by the stream grabber.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigEStream">
<summary>List of all parameter names available for the GigE low level stream grabber </summary>
</member>
<member name="M:Basler.Pylon.PLGigEEventGrabber.StatusEnum.ToString">
<summary>The full name of Status</summary>
<returns>Returns the full name of Status</returns>
</member>
<member name="P:Basler.Pylon.PLGigEEventGrabber.StatusEnum.Name">
<summary>The full name of Status</summary>
</member>
<member name="P:Basler.Pylon.PLGigEEventGrabber.StatusEnum.Open">
<summary>
<para>The low level event grabber is open.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEEventGrabber.StatusEnum.Closed">
<summary>
<para>The low level event grabber is closed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigEEventGrabber.StatusEnum">
<tocexclude />
<summary>For internal use only.</summary>
</member>
<member name="P:Basler.Pylon.PLGigEEventGrabber.Status">
<summary>
<para>For internal use only.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEEventGrabber.RetryCount">
<summary>
<para>Number retry attempts by the camera to get an acknowledge for a sent event message.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEEventGrabber.Timeout">
<summary>
<para>Time to wait by the camera if an acknowledge request is configured (RetryCount != 0) to wait until the acknowledge arrives before resending the event message on its own.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigEEventGrabber.NumBuffer">
<summary>
<para>Number of Buffers that are going to be used receiving events. .</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigEEventGrabber">
<summary>List of all parameter names available for the GigE low level event grabber.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.FileOperationStatusEnum.ToString">
<summary>The full name of FileOperationStatus</summary>
<returns>Returns the full name of FileOperationStatus</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FileOperationStatusEnum.Name">
<summary>The full name of FileOperationStatus</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FileOperationStatusEnum.Failure">
<summary>
<para>This value denotes a failing file operation.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FileOperationStatusEnum.Success">
<summary>
<para>This value denotes a successful file operation.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.FileOperationStatusEnum">
<tocexclude />
<summary>The File Operation Status feature represents the file operation execution status.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.FileOpenModeEnum.ToString">
<summary>The full name of FileOpenMode</summary>
<returns>Returns the full name of FileOpenMode</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FileOpenModeEnum.Name">
<summary>The full name of FileOpenMode</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FileOpenModeEnum.Write">
<summary>
<para>This mode selects write-only open mode.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FileOpenModeEnum.Read">
<summary>
<para>This mode selects read-only open mode.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.FileOpenModeEnum">
<tocexclude />
<summary>The File Open Mode feature selects the access mode in which a file is opened in the device.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.FileOperationSelectorEnum.ToString">
<summary>The full name of FileOperationSelector</summary>
<returns>Returns the full name of FileOperationSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FileOperationSelectorEnum.Name">
<summary>The full name of FileOperationSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FileOperationSelectorEnum.Write">
<summary>
<para>Writes FileAccessLength bytes taken from the FileAccessBuffer into the device storage at the file relative offset FileAccessOffset.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FileOperationSelectorEnum.Read">
<summary>
<para>Reads FileAccessLength bytes from the device storage at the file relative offset FileAccessOffset into FileAccessBuffer.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FileOperationSelectorEnum.Close">
<summary>
<para>Closes the file selected by FileSelector in the device.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FileOperationSelectorEnum.Open">
<summary>
<para>Opens the file selected by FileSelector in the device. The access mode in which the file is opened is selected by FileOpenMode.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.FileOperationSelectorEnum">
<tocexclude />
<summary>The File Operation Selector feature selects the target operation for the selected file in the device. This Operation is executed when the FileOperationExecute feature is called.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.FileSelectorEnum.ToString">
<summary>The full name of FileSelector</summary>
<returns>Returns the full name of FileSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FileSelectorEnum.Name">
<summary>The full name of FileSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FileSelectorEnum.ExpertFeature7File">
<summary>
<para>Selects the file 'Expert Feature 7 File'</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FileSelectorEnum.UserOffsetShading2">
<summary>
<para>Selects the file 'User Offset Shading 2'</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FileSelectorEnum.UserOffsetShading1">
<summary>
<para>Selects the file 'User Offset Shading 1'</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FileSelectorEnum.UserGainShading2">
<summary>
<para>Selects the file 'User Gain Shading 2'</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FileSelectorEnum.UserGainShading1">
<summary>
<para>Selects the file 'User Gain Shading 1'</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FileSelectorEnum.UserSet3">
<summary>
<para>Selects the file 'User Set 3'</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FileSelectorEnum.UserSet2">
<summary>
<para>Selects the file 'User Set 2'</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FileSelectorEnum.UserSet1">
<summary>
<para>Selects the file 'User Set 1'</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FileSelectorEnum.UserData">
<summary>
<para>Selects the file 'User Data'</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.FileSelectorEnum">
<tocexclude />
<summary>The File Selector feature selects the target file in the device.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.EventNotificationEnum.ToString">
<summary>The full name of EventNotification</summary>
<returns>Returns the full name of EventNotification</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.EventNotificationEnum.Name">
<summary>The full name of EventNotification</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.EventNotificationEnum.On">
<summary>
<para>This enumeration value enables the event notification.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.EventNotificationEnum.GenICamEvent">
<summary>
<para>This enumeration value sets the event notification type to GenICam event.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.EventNotificationEnum.Off">
<summary>
<para>This enumeration value sets event notification to off.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.EventNotificationEnum">
<tocexclude />
<summary>This enumeration sets the notification type that will be sent to the host application for the selected event.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.EventSelectorEnum.ToString">
<summary>The full name of EventSelector</summary>
<returns>Returns the full name of EventSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.EventSelectorEnum.Name">
<summary>The full name of EventSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.EventSelectorEnum.EventOverrun">
<summary>
<para>This enumeration value selects the event overrun event for enabling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.EventSelectorEnum.AcquisitionStartWait">
<summary>
<para>Event notifications for the acquisition start wait event can be enabled.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.EventSelectorEnum.FrameStartWait">
<summary>
<para>Event notifications for the frame start wait event can be enabled.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.EventSelectorEnum.AcquisitionWait">
<summary>
<para>This enumeration value selects the acquisition wait trigger event for enabling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.EventSelectorEnum.FrameWait">
<summary>
<para>This enumeration value selects the frame wait trigger event for enabling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.EventSelectorEnum.VirtualLine4RisingEdge">
<summary>
<para>The event will be generated when a Rising Edge is detected on the Virtual Line 4</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.EventSelectorEnum.VirtualLine3RisingEdge">
<summary>
<para>The event will be generated when a Rising Edge is detected on the Virtual Line 3</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.EventSelectorEnum.VirtualLine2RisingEdge">
<summary>
<para>The event will be generated when a Rising Edge is detected on the Virtual Line 2</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.EventSelectorEnum.VirtualLine1RisingEdge">
<summary>
<para>The event will be generated when a Rising Edge is detected on the Virtual Line 1</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.EventSelectorEnum.Line4RisingEdge">
<summary>
<para>The event will be generated when a Rising Edge is detected on the Line 4</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.EventSelectorEnum.Line3RisingEdge">
<summary>
<para>The event will be generated when a Rising Edge is detected on the Line 3</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.EventSelectorEnum.Line2RisingEdge">
<summary>
<para>The event will be generated when a Rising Edge is detected on the Line 2</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.EventSelectorEnum.Line1RisingEdge">
<summary>
<para>The event will be generated when a Rising Edge is detected on the Line 1</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.EventSelectorEnum.ActionLate">
<summary>
<para>TODO</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.EventSelectorEnum.OverTemperature">
<summary>
<para>This enumeration value selects the over temperature event for enabling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.EventSelectorEnum.CriticalTemperature">
<summary>
<para>This enumeration value selects the critical temperature event for enabling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.EventSelectorEnum.AcquisitionStart">
<summary>
<para>This enumeration value selects the acquisition start trigger event for enabling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.EventSelectorEnum.FrameStart">
<summary>
<para>This enumeration value selects the frame start trigger event for enabling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.EventSelectorEnum.FrameTimeout">
<summary>
<para>This enumeration value selects the frame timeout event for enabling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.EventSelectorEnum.AcquisitionStartOvertrigger">
<summary>
<para>This enumeration value selects the acquisition start overtrigger event for enabling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.EventSelectorEnum.FrameStartOvertrigger">
<summary>
<para>This enumeration value selects the frame start overtrigger event for enabling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.EventSelectorEnum.LineStartOvertrigger">
<summary>
<para>This enumeration value selects the line start overtrigger event for enabling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.EventSelectorEnum.ExposureEnd">
<summary>
<para>This enumeration value selects the end of exposure event for enabling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.EventSelectorEnum">
<tocexclude />
<summary>This enumeration selects the type of event for enabling.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.ToString">
<summary>The full name of ChunkPixelFormat</summary>
<returns>Returns the full name of ChunkPixelFormat</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.Name">
<summary>The full name of ChunkPixelFormat</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.BayerBG10p">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer BG 10p format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.BayerRG10p">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer RG 10p format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.BayerGR10p">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer GR 10p format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.BayerGB10p">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer GB 10p format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.RGB12V1Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in RGB 12 Packed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.BayerBG12Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer BG 12 Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.BayerRG12Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer RG 12 Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.BayerGR12Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer GR 12 Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.BayerGB12Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer GB 12 Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.YUV422_YUYV_Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the YUV 422 (YUYV) Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.RGB16Planar">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the RGB 16 Planar format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.RGB12Planar">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the RGB 12 Planar format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.RGB10Planar">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the RGB 10 Planar format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.RGB8Planar">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the RGB 8 Planar format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.YUV444Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the YUV 444 Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.YUV422Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the YUV 422 Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.YUV411Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the YUV 411 Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.RGB10V2Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the RGB 10V2 Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.RGB10V1Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the RGB 10V1 Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.BGR12Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the BGR 12 Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.RGB12Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the RGB 12 Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.BGR10Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the BGR 10 Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.RGB10Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the RGB 10 Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.BGRA8Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the BGRA 8 Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.RGBA8Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the RGBA 8 Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.BGR8Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the BGR 8 Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.RGB8Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the RGB 8 Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.BayerBG16">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer GB 16 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.BayerGB16">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer GB 16 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.BayerRG16">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer RG 16 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.BayerGR16">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer GR 16 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.BayerBG12">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer BG 12 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.BayerGB12">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer GB 12 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.BayerRG12">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer RG 12 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.BayerGR12">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer GR 12 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.BayerBG10">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer BG 10 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.BayerGB10">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer GB 10 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.BayerRG10">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer RG 10 format. </para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.BayerGR10">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer GR 10 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.BayerBG8">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer BG 8 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.BayerGB8">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer GB 8 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.BayerRG8">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer RG 8 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.BayerGR8">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Bayer GR 8 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.Mono16">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Mono 16 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.Mono12Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Mono 12 Packed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.Mono12">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Mono 12 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.Mono10p">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Mono 10p format. </para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.Mono10Packed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Mono 10 Packed format. </para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.Mono10">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Mono 10 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.Mono8Signed">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Mono 8 signed format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum.Mono8">
<summary>
<para>This enumeration value indicates that the pixel data in the acquired image is in the Mono 8 format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.ChunkPixelFormatEnum">
<tocexclude />
<summary>This enumeration lists the pixel formats that can be indicated by the pixel format chunk.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.ChunkSelectorEnum.ToString">
<summary>The full name of ChunkSelector</summary>
<returns>Returns the full name of ChunkSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkSelectorEnum.Name">
<summary>The full name of ChunkSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkSelectorEnum.LineTriggerCounter">
<summary>
<para>This enumeration value selects the line trigger counter chunk for enabling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkSelectorEnum.VirtLineStatusAll">
<summary>
<para>This enumeration value selects the virtual line status all chunk for enabling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkSelectorEnum.BrightPixel">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkSelectorEnum.GainAll">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkSelectorEnum.ExposureTime">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkSelectorEnum.SequenceSetIndex">
<summary>
<para>This enumeration selects the sequence set index chunk for enabling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkSelectorEnum.Stride">
<summary>
<para>This enumeration value selects the stride chunk for enabling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkSelectorEnum.PayloadCRC16">
<summary>
<para>This enumeration value selects the CRC checksum chunk for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkSelectorEnum.ShaftEncoderCounter">
<summary>
<para>This enumeration value selects the shaft encoder counter chunk for enabling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkSelectorEnum.InputStatusAtLineTrigger">
<summary>
<para>This enumeration value selects the input status at line trigger chunk for enabling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkSelectorEnum.FramesPerTriggerCounter">
<summary>
<para>This enumeration value selects the frame per trigger counter chunk for enabling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkSelectorEnum.FrameTriggerCounter">
<summary>
<para>This enumeration value selects the frame trigger counter chunk for enabling</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkSelectorEnum.LineTriggerEndToEndCounter">
<summary>
<para>This enumeration value selects the line trigger end to end counter chunk for enabling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkSelectorEnum.FrameTriggerIgnoredCounter">
<summary>
<para>This enumeration value selects the frame trigger ignored counter chunk for enabling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkSelectorEnum.LineTriggerIgnoredCounter">
<summary>
<para>This enumeration value selects the line trigger ignored counter chunk for enabling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkSelectorEnum.Triggerinputcounter">
<summary>
<para>This enumeration value selects the trigger input counter chunk for enabling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkSelectorEnum.Framecounter">
<summary>
<para>This enumeration value selects the frame counter chunk for enabling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkSelectorEnum.LineStatusAll">
<summary>
<para>This enumeration value selects the line status all chunk for enabling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkSelectorEnum.Timestamp">
<summary>
<para>This enumeration value selects the time stamp chunk for enabling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkSelectorEnum.DynamicRangeMin">
<summary>
<para>This enumeration value selects the dynamic range min chunk for enabling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkSelectorEnum.DynamicRangeMax">
<summary>
<para>This enumeration value selects the dynamic range max chunk for enabling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkSelectorEnum.PixelFormat">
<summary>
<para>This enumeration value selects the pixel format chunk for enabling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkSelectorEnum.Height">
<summary>
<para>This enumeration value selects the height chunk for enabling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkSelectorEnum.Width">
<summary>
<para>This enumeration value selects the width chunk for enabling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkSelectorEnum.OffsetY">
<summary>
<para>This enumeration value selects the Y offset chunk for enabling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkSelectorEnum.OffsetX">
<summary>
<para>This enumeration value selects the X offset chunk for enabling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkSelectorEnum.Image">
<summary>
<para>This enumeration value selects the image chunk for enabling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.ChunkSelectorEnum">
<tocexclude />
<summary>This enumeration selects chunks for enabling.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.ExpertFeatureAccessSelectorEnum.ToString">
<summary>The full name of ExpertFeatureAccessSelector</summary>
<returns>Returns the full name of ExpertFeatureAccessSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExpertFeatureAccessSelectorEnum.Name">
<summary>The full name of ExpertFeatureAccessSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExpertFeatureAccessSelectorEnum.ExpertFeature10">
<summary>
<para>Expert Feature 10 can be configured.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExpertFeatureAccessSelectorEnum.ExpertFeature9">
<summary>
<para>Expert Feature 9 can be configured.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExpertFeatureAccessSelectorEnum.ExpertFeature8">
<summary>
<para>Expert Feature 8 can be configured.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExpertFeatureAccessSelectorEnum.ExpertFeature7">
<summary>
<para>Selects the Expert Feature 7 for configuration</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExpertFeatureAccessSelectorEnum.ExpertFeature6">
<summary>
<para>Selects the Expert Feature 6 for configuration</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExpertFeatureAccessSelectorEnum.ExpertFeature5">
<summary>
<para>Selects the Expert Feature 5 for configuration</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExpertFeatureAccessSelectorEnum.ExpertFeature4">
<summary>
<para>Selects the Expert Feature 4 for configuration</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExpertFeatureAccessSelectorEnum.ExpertFeature3">
<summary>
<para>Selects the Expert Feature 3 for configuration</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExpertFeatureAccessSelectorEnum.ExpertFeature2">
<summary>
<para>Selects the Expert Feature 2 for configuration</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExpertFeatureAccessSelectorEnum.ExpertFeature1">
<summary>
<para>Selects the Expert Feature 1 for configuration</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExpertFeatureAccessSelectorEnum.ExpertFeature1_Legacy">
<summary>
<para>Selects the Expert Feature 1 for configuration</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.ExpertFeatureAccessSelectorEnum">
<tocexclude />
<summary>Selects the feature to configure. Once a feature has been selected, all changes made using the feature enable feature will be applied to the selected feature</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.ParameterSelectorEnum.ToString">
<summary>The full name of ParameterSelector</summary>
<returns>Returns the full name of ParameterSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ParameterSelectorEnum.Name">
<summary>The full name of ParameterSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ParameterSelectorEnum.ExposureOverlapMax">
<summary>
<para>This enumeration value selects the exposure overlap time max limit for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ParameterSelectorEnum.ExposureOverhead">
<summary>
<para>This enumeration value selects the exposure overhead limits for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ParameterSelectorEnum.AutoTargetValue">
<summary>
<para>This enumeration value selects the target gray limits for auto functions.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ParameterSelectorEnum.Framerate">
<summary>
<para>This enumeration value selects the framerate limits for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ParameterSelectorEnum.ExposureTime">
<summary>
<para>This enumeration value selects the exposure time limits for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ParameterSelectorEnum.BlackLevel">
<summary>
<para>This enumeration value selects the blacklevel limits for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ParameterSelectorEnum.Brightness">
<summary>
<para>This enumeration value selects the brightness limits for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ParameterSelectorEnum.Gain">
<summary>
<para>This enumeration value selects the gain limits for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.ParameterSelectorEnum">
<tocexclude />
<summary>This enumeration selects the parameter to configure. Selects the parameter to configure. Once a parameter has been selected, all changes made using the Remove Limits feature will be applied to the selected parameter</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.LastErrorEnum.ToString">
<summary>The full name of LastError</summary>
<returns>Returns the full name of LastError</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LastErrorEnum.Name">
<summary>The full name of LastError</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LastErrorEnum.UserDefPixFailure">
<summary>
<para>Indicates an user defect pixel failure.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LastErrorEnum.InsufficientTriggerWidth">
<summary>
<para>In trigger width exposure mode, a minimum trigger width is required. The trigger width was shorter than the minimum required. Increase the trigger width to the minimum or above.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LastErrorEnum.PowerFailure">
<summary>
<para>Indicates that the power supply is not sufficient.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LastErrorEnum.OverTemperature">
<summary>
<para>The over temperature state has been detected.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LastErrorEnum.InvalidParameter">
<summary>
<para>Indicates that a parameter was set to an invalid value.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LastErrorEnum.Userset">
<summary>
<para>Indicates an error was detected while loading a userset.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LastErrorEnum.Overtrigger">
<summary>
<para>Indicates that the camera was overtriggered.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LastErrorEnum.NoError">
<summary>
<para>Indicates that no error was detected.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.LastErrorEnum">
<tocexclude />
<summary>Indicates the error that was detected last.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.TemperatureStateEnum.ToString">
<summary>The full name of TemperatureState</summary>
<returns>Returns the full name of TemperatureState</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TemperatureStateEnum.Name">
<summary>The full name of TemperatureState</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TemperatureStateEnum.Error">
<summary>
<para>Error</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TemperatureStateEnum.Critical">
<summary>
<para>Critical</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TemperatureStateEnum.Ok">
<summary>
<para>Ok</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.TemperatureStateEnum">
<tocexclude />
<summary>Temperature State</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.TemperatureSelectorEnum.ToString">
<summary>The full name of TemperatureSelector</summary>
<returns>Returns the full name of TemperatureSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TemperatureSelectorEnum.Name">
<summary>The full name of TemperatureSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TemperatureSelectorEnum.Case">
<summary>
<para>Temperature on the camera case</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TemperatureSelectorEnum.Framegrabberboard">
<summary>
<para>Temperature on framegrabber board</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TemperatureSelectorEnum.Coreboard">
<summary>
<para>Temperature on core board</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TemperatureSelectorEnum.Sensorboard">
<summary>
<para>Temperature on sensor board</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.TemperatureSelectorEnum">
<tocexclude />
<summary>Lists the temperature sources available for readout</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.DeviceScanTypeEnum.ToString">
<summary>The full name of DeviceScanType</summary>
<returns>Returns the full name of DeviceScanType</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.DeviceScanTypeEnum.Name">
<summary>The full name of DeviceScanType</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.DeviceScanTypeEnum.Linescan">
<summary>
<para>This enumeration value indicates that the camera uses an Line scan type of sensor.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.DeviceScanTypeEnum.Areascan">
<summary>
<para>This enumeration value indicates that the camera uses an area scan type of sensor.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.DeviceScanTypeEnum">
<tocexclude />
<summary>This enumeration lists the possible scan types for the sensor in the device.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.FeatureSetEnum.ToString">
<summary>The full name of FeatureSet</summary>
<returns>Returns the full name of FeatureSet</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FeatureSetEnum.Name">
<summary>The full name of FeatureSet</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FeatureSetEnum.Basic">
<summary>
<para>Makes available the basic feature set.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FeatureSetEnum.Full">
<summary>
<para>Makes available the full feature set.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.FeatureSetEnum">
<tocexclude />
<summary>Selects a feature set description file.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.UserDefinedValueSelectorEnum.ToString">
<summary>The full name of UserDefinedValueSelector</summary>
<returns>Returns the full name of UserDefinedValueSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserDefinedValueSelectorEnum.Name">
<summary>The full name of UserDefinedValueSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserDefinedValueSelectorEnum.Value5">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserDefinedValueSelectorEnum.Value4">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserDefinedValueSelectorEnum.Value3">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserDefinedValueSelectorEnum.Value2">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserDefinedValueSelectorEnum.Value1">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.UserDefinedValueSelectorEnum">
<tocexclude />
<summary>See camera users manual for information.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.ShadingSetCreateEnum.ToString">
<summary>The full name of ShadingSetCreate</summary>
<returns>Returns the full name of ShadingSetCreate</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShadingSetCreateEnum.Name">
<summary>The full name of ShadingSetCreate</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShadingSetCreateEnum.Once">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShadingSetCreateEnum.Off">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.ShadingSetCreateEnum">
<tocexclude />
<summary>ShadingSetCreate</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.ShadingSetSelectorEnum.ToString">
<summary>The full name of ShadingSetSelector</summary>
<returns>Returns the full name of ShadingSetSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShadingSetSelectorEnum.Name">
<summary>The full name of ShadingSetSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShadingSetSelectorEnum.UserShadingSet2">
<summary>
<para>This enumeration value selects the User Shading Set 2 for activation by the activate command.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShadingSetSelectorEnum.UserShadingSet1">
<summary>
<para>This enumeration value selects the User Shading Set 1 for activation by the activate command.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShadingSetSelectorEnum.DefaultShadingSet">
<summary>
<para>This enumeration value selects the default shading set for activation by the activate command.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.ShadingSetSelectorEnum">
<tocexclude />
<summary>This enumeration selects the shading set to which the activate command will be applied.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.ShadingSetDefaultSelectorEnum.ToString">
<summary>The full name of ShadingSetDefaultSelector</summary>
<returns>Returns the full name of ShadingSetDefaultSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShadingSetDefaultSelectorEnum.Name">
<summary>The full name of ShadingSetDefaultSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShadingSetDefaultSelectorEnum.UserShadingSet2">
<summary>
<para>This enumeration value selects the User Shading Set 2 as the bootup shading set.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShadingSetDefaultSelectorEnum.UserShadingSet1">
<summary>
<para>This enumeration value selects the User Shading Set 1 as the bootup shading set.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShadingSetDefaultSelectorEnum.DefaultShadingSet">
<summary>
<para>This enumeration value selects the default shading set (factory-created) as the bootup shading set.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.ShadingSetDefaultSelectorEnum">
<tocexclude />
<summary>This enumeration selects the shading set that will be loaded into the volatile memory during camera bootup.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.ShadingStatusEnum.ToString">
<summary>The full name of ShadingStatus</summary>
<returns>Returns the full name of ShadingStatus</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShadingStatusEnum.Name">
<summary>The full name of ShadingStatus</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShadingStatusEnum.CreateError">
<summary>
<para>This enumeration value indicates that a problem related to creating a shading set occurred.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShadingStatusEnum.ActivateError">
<summary>
<para>This enumeration value indicates that the selected shading set could not be loaded into the volatile memory.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShadingStatusEnum.StartupSetError">
<summary>
<para>This enumeration value indicates that a problem related to the startup shading set occurred.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShadingStatusEnum.NoError">
<summary>
<para>This enumeration value indicates that the latest operation related to shading correction was successful.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.ShadingStatusEnum">
<tocexclude />
<summary>This enumeratuion indicates error statuses related to shading correction.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.ShadingSelectorEnum.ToString">
<summary>The full name of ShadingSelector</summary>
<returns>Returns the full name of ShadingSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShadingSelectorEnum.Name">
<summary>The full name of ShadingSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShadingSelectorEnum.GainShading">
<summary>
<para>This enumeration value selects gain shading correction, i.e. the correction for photo response non-uniformity (PRNU).</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShadingSelectorEnum.OffsetShading">
<summary>
<para>This enumeration value selects offset shading correction, i.e. the correction for dark signal non-uniformity (DSNU).</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.ShadingSelectorEnum">
<tocexclude />
<summary>This enumeration selects the kind of shading correction.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.ColorOverexposureCompensationAOISelectorEnum.ToString">
<summary>The full name of ColorOverexposureCompensationAOISelector</summary>
<returns>Returns the full name of ColorOverexposureCompensationAOISelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorOverexposureCompensationAOISelectorEnum.Name">
<summary>The full name of ColorOverexposureCompensationAOISelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorOverexposureCompensationAOISelectorEnum.AOI1">
<summary>
<para>Selects Color Overexposure Compensation AOI 1.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.ColorOverexposureCompensationAOISelectorEnum">
<tocexclude />
<summary>Selcts the area of interest where color overexposure compensation will be performed. </summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.AutoTonalRangeAdjustmentSelectorEnum.ToString">
<summary>The full name of AutoTonalRangeAdjustmentSelector</summary>
<returns>Returns the full name of AutoTonalRangeAdjustmentSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoTonalRangeAdjustmentSelectorEnum.Name">
<summary>The full name of AutoTonalRangeAdjustmentSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoTonalRangeAdjustmentSelectorEnum.Dark">
<summary>
<para>Only the dark end of the tonal range can be adjusted.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoTonalRangeAdjustmentSelectorEnum.Bright">
<summary>
<para>Only the bright end of the tonal range can be adjusted.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoTonalRangeAdjustmentSelectorEnum.DarkAndBright">
<summary>
<para>The dark and bright end of the tonal range can be adjusted.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.AutoTonalRangeAdjustmentSelectorEnum">
<tocexclude />
<summary>Sets which parts of the tonal range can be adjusted.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.AutoTonalRangeModeSelectorEnum.ToString">
<summary>The full name of AutoTonalRangeModeSelector</summary>
<returns>Returns the full name of AutoTonalRangeModeSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoTonalRangeModeSelectorEnum.Name">
<summary>The full name of AutoTonalRangeModeSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoTonalRangeModeSelectorEnum.Contrast">
<summary>
<para>Only contrast is adjusted when the Tonal Range Auto auto function is enabled.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoTonalRangeModeSelectorEnum.Color">
<summary>
<para>Only color is adjusted when the Tonal Range Auto auto function is enabled.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoTonalRangeModeSelectorEnum.ColorAndContrast">
<summary>
<para>Color and contrast are adjusted when the Tonal Range Auto auto function is enabled.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.AutoTonalRangeModeSelectorEnum">
<tocexclude />
<summary>Sets the kind of tonal range auto adjustment.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.AutoFunctionAOISelectorEnum.ToString">
<summary>The full name of AutoFunctionAOISelector</summary>
<returns>Returns the full name of AutoFunctionAOISelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoFunctionAOISelectorEnum.Name">
<summary>The full name of AutoFunctionAOISelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoFunctionAOISelectorEnum.AOI8">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoFunctionAOISelectorEnum.AOI7">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoFunctionAOISelectorEnum.AOI6">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoFunctionAOISelectorEnum.AOI5">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoFunctionAOISelectorEnum.AOI4">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoFunctionAOISelectorEnum.AOI3">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoFunctionAOISelectorEnum.AOI2">
<summary>
<para>Auto Function AOI 2 is used by the Balance White Auto function.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoFunctionAOISelectorEnum.AOI1">
<summary>
<para>Auto Function AOI 1 is used by the Gain Auto and Exposure Auto functions.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.AutoFunctionAOISelectorEnum">
<tocexclude />
<summary>Selects the Auto Function AOI.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.AutoFunctionProfileEnum.ToString">
<summary>The full name of AutoFunctionProfile</summary>
<returns>Returns the full name of AutoFunctionProfile</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoFunctionProfileEnum.Name">
<summary>The full name of AutoFunctionProfile</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoFunctionProfileEnum.ExposureMinimumQuick">
<summary>
<para>Exposure time is kept as low as possible and is adjusted quickly.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoFunctionProfileEnum.GainMinimumQuick">
<summary>
<para>Gain time is kept as low as possible and is adjusted quickly.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoFunctionProfileEnum.ExposureMinimum">
<summary>
<para>When this setting is selected tries to keep the exposure time value at its minimum.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoFunctionProfileEnum.GainMinimum">
<summary>
<para>When this setting is selected tries to keep the gain value at its minimum.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.AutoFunctionProfileEnum">
<tocexclude />
<summary>Selects the profile for controlling gain and shutter simultaneously.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.DefaultSetSelectorEnum.ToString">
<summary>The full name of DefaultSetSelector</summary>
<returns>Returns the full name of DefaultSetSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.DefaultSetSelectorEnum.Name">
<summary>The full name of DefaultSetSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.DefaultSetSelectorEnum.LightMicroscopy">
<summary>
<para>The Light Microscopy factory set is set as the default startup set.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.DefaultSetSelectorEnum.Custom1">
<summary>
<para>customer factory set 1</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.DefaultSetSelectorEnum.Custom0">
<summary>
<para>customer factory set 0</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.DefaultSetSelectorEnum.ColorRaw">
<summary>
<para>Factory set disabling color adjustments</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.DefaultSetSelectorEnum.Color">
<summary>
<para>Factory set enabling color adjustments</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.DefaultSetSelectorEnum.AutoFunctions">
<summary>
<para>Factory set using auto functions</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.DefaultSetSelectorEnum.HighGain">
<summary>
<para>High gain factory set</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.DefaultSetSelectorEnum.Standard">
<summary>
<para>Standard factory set</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.DefaultSetSelectorEnum">
<tocexclude />
<summary>Selects the which factory setting will be used as default set.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.UserSetDefaultSelectorEnum.ToString">
<summary>The full name of UserSetDefaultSelector</summary>
<returns>Returns the full name of UserSetDefaultSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserSetDefaultSelectorEnum.Name">
<summary>The full name of UserSetDefaultSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserSetDefaultSelectorEnum.LightMicroscopy">
<summary>
<para>The Light Microscopy factory set is set as the default startup set.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserSetDefaultSelectorEnum.UserSet3">
<summary>
<para>This enumeration value sets user set 3 as the default startup set.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserSetDefaultSelectorEnum.UserSet2">
<summary>
<para>This enumeration value sets user set 2 as the default startup set.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserSetDefaultSelectorEnum.UserSet1">
<summary>
<para>This enumeration value sets user set 1 as the default startup set.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserSetDefaultSelectorEnum.Custom1">
<summary>
<para>This enumeration value sets the custom 1 user set as the default startup set.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserSetDefaultSelectorEnum.Custom0">
<summary>
<para>This enumeration value sets the custom 0 user set as the default startup set.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserSetDefaultSelectorEnum.ColorRaw">
<summary>
<para>This enumeration value sets the raw color user set as the default startup set.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserSetDefaultSelectorEnum.Color">
<summary>
<para>This enumeration value sets the color user set as the default startup set.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserSetDefaultSelectorEnum.AutoFunctions">
<summary>
<para>This enumeration value sets the auto function user set as the default startup set.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserSetDefaultSelectorEnum.HighGain">
<summary>
<para>This enumeration value sets the high gain user set as the default startup set.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserSetDefaultSelectorEnum.Default">
<summary>
<para>This enumeration value sets the default user set as the default startup set.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.UserSetDefaultSelectorEnum">
<tocexclude />
<summary>This enumeration sets the configuration set to be used as the default startup set. The configuration set that has been selected as the default startup set will be loaded as the active set whenever the camera is powered on or reset.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.UserSetSelectorEnum.ToString">
<summary>The full name of UserSetSelector</summary>
<returns>Returns the full name of UserSetSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserSetSelectorEnum.Name">
<summary>The full name of UserSetSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserSetSelectorEnum.LightMicroscopy">
<summary>
<para>The Light Microscopy factory set can be loaded.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserSetSelectorEnum.UserSet3">
<summary>
<para>This enumeration value selects user set 3. </para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserSetSelectorEnum.UserSet2">
<summary>
<para>This enumeration value selects user set 2. </para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserSetSelectorEnum.UserSet1">
<summary>
<para>This enumeration value selects user set 1. </para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserSetSelectorEnum.Custom1">
<summary>
<para>Factory set enabling custom 1 settings</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserSetSelectorEnum.Custom0">
<summary>
<para>Factory set enabling custom 0 settings</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserSetSelectorEnum.ColorRaw">
<summary>
<para>Factory set disabling color adjustments</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserSetSelectorEnum.Color">
<summary>
<para>Factory set enabling color adjustments</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserSetSelectorEnum.AutoFunctions">
<summary>
<para>Factory set using auto functions</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserSetSelectorEnum.HighGain">
<summary>
<para>High gain factory set</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserSetSelectorEnum.Default">
<summary>
<para>This enumeration value selects the default configuration set.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.UserSetSelectorEnum">
<tocexclude />
<summary>This enumeration selects the configuration set to load, save or configure. Possible values for the User Set Selector are: Default: Selects a configuration set that contains factory settings. User Set 1: Selects the first user set. When the Default configuration set is selected and loaded using User Set Load, the device must be in default factory settings state and must make sure the mandatory continuous acquisition use case works directly. Default User Set is read-only and cannot be modified.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.GevIEEE1588StatusLatchedEnum.ToString">
<summary>The full name of GevIEEE1588StatusLatched</summary>
<returns>Returns the full name of GevIEEE1588StatusLatched</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevIEEE1588StatusLatchedEnum.Name">
<summary>The full name of GevIEEE1588StatusLatched</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevIEEE1588StatusLatchedEnum.Slave">
<summary>
<para>While a port is in the SLAVE state, the port is synchronizing with the selected master port.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevIEEE1588StatusLatchedEnum.Uncalibrated">
<summary>
<para>While a port is in the UNCALIBRATED state, one or more master ports have been detected in the domain, the appropriate master port has been selected, and the local port is preparing to synchronize with the selected master port.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevIEEE1588StatusLatchedEnum.Passive">
<summary>
<para>While a port is in the PASSIVE state, the port is not behaving as a master port nor does it synchronize with a master port.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevIEEE1588StatusLatchedEnum.Master">
<summary>
<para>While a port is in the MASTER state, the port is behaving as a master port.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevIEEE1588StatusLatchedEnum.PreMaster">
<summary>
<para>While a port is in the PRE_MASTER state, the port shall behave in all respects as though it were in the MASTER state except that some messages will not be placed. Refer to the IEEE 1588 specification for additional information</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevIEEE1588StatusLatchedEnum.Listening">
<summary>
<para>While a port is in the LISTENING state, the port is waiting for the announceReceiptTimeout to expire or to receive an Announce message from a master.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevIEEE1588StatusLatchedEnum.Disabled">
<summary>
<para>While a port is in the DISABLED state, the port shall not place any messages on its communication path. A port in this state shall discard all PTP received messages except for management messages.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevIEEE1588StatusLatchedEnum.Faulty">
<summary>
<para>While a port is in the FAULTY state, the port shall not place any PTP messages except for management messages that are a required response to another management message on its communication path.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevIEEE1588StatusLatchedEnum.Initializing">
<summary>
<para>While a port is in the INITIALIZING state, the port initializes its data sets, hardware, and communication facilities.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevIEEE1588StatusLatchedEnum.Undefined">
<summary>
<para>Undefined</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.GevIEEE1588StatusLatchedEnum">
<tocexclude />
<summary>This is a read only element. It indicates the latched state of the IEEE 1588 clock. (The state must first be latched using the IEEE 1588 Latch command.) The state is indicated by values 1 to 9, corresponding to the states INITIALIZING, FAULTY, DISABLED, LISTENING, PRE_MASTER, MASTER, PASSIVE, UNCALIBRATED, and SLAVE. Refer to the IEEE 1588 specification for additional information.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.GevIEEE1588StatusEnum.ToString">
<summary>The full name of GevIEEE1588Status</summary>
<returns>Returns the full name of GevIEEE1588Status</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevIEEE1588StatusEnum.Name">
<summary>The full name of GevIEEE1588Status</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevIEEE1588StatusEnum.Slave">
<summary>
<para>The port is synchronizing to the selected master port.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevIEEE1588StatusEnum.Uncalibrated">
<summary>
<para>One or more master ports have been detected in h domain. he appropriate master port has been selected, and the local port is preparing to synchronize to the selected master port.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevIEEE1588StatusEnum.Passive">
<summary>
<para>The Passive state.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevIEEE1588StatusEnum.Master">
<summary>
<para>The port is behaving as a master port.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevIEEE1588StatusEnum.PreMaster">
<summary>
<para>The PreMaster state.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevIEEE1588StatusEnum.Listening">
<summary>
<para>The port is waiting for the announceReceiptTimeout to expire or to receive an Announce message from a master.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevIEEE1588StatusEnum.Disabled">
<summary>
<para>The port shall not place any messages on its communication path. A port in this state shall discard all PTP received messages except for management messages.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevIEEE1588StatusEnum.Faulty">
<summary>
<para>The fault state of the protocol.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevIEEE1588StatusEnum.Initializing">
<summary>
<para>While a port is in the INITIALIZING state, the port initializes its data sets, hardware, and communication facilities.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevIEEE1588StatusEnum.Undefined">
<summary>
<para>Undefined</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.GevIEEE1588StatusEnum">
<tocexclude />
<summary>Provides the state of the IEEE 1588 clock. Values of this field must match the IEEE 1588 PTP port state enumeration (INITIALIZING, FAULTY, DISABLED, LISTENING, PRE_MASTER, MASTER, PASSIVE, UNCALIBRATED, SLAVE). Please refer to IEEE 1588 for additional information.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.GevStreamChannelSelectorEnum.ToString">
<summary>The full name of GevStreamChannelSelector</summary>
<returns>Returns the full name of GevStreamChannelSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevStreamChannelSelectorEnum.Name">
<summary>The full name of GevStreamChannelSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevStreamChannelSelectorEnum.StreamChannel0">
<summary>
<para>This enumeration value selects stream channel 0 for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.GevStreamChannelSelectorEnum">
<tocexclude />
<summary>This enumeration selects the stream channels to configure. Once a stream channel has been selected, all changes to the stream channel settings will be applied to the selected stream channel.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.GevCCPEnum.ToString">
<summary>The full name of GevCCP</summary>
<returns>Returns the full name of GevCCP</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevCCPEnum.Name">
<summary>The full name of GevCCP</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevCCPEnum.ExclusiveControl">
<summary>
<para>This enumeration value sets the control channel privilege feature to exclusive control.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevCCPEnum.Control">
<summary>
<para>This enumeration value sets the control channel privilege feature to control. </para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevCCPEnum.Exclusive">
<summary>
<para>This enumeration value sets the control channel privilege feature to exclusive.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.GevCCPEnum">
<tocexclude />
<summary>This enumeration sets the control channel privilege feature.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.GevGVSPExtendedIDModeEnum.ToString">
<summary>The full name of GevGVSPExtendedIDMode</summary>
<returns>Returns the full name of GevGVSPExtendedIDMode</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevGVSPExtendedIDModeEnum.Name">
<summary>The full name of GevGVSPExtendedIDMode</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevGVSPExtendedIDModeEnum.On">
<summary>
<para>On</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevGVSPExtendedIDModeEnum.Off">
<summary>
<para>Off</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.GevGVSPExtendedIDModeEnum">
<tocexclude />
<summary>Enable extended ID mode for GVSP (64 bit block_id64, 32 bit packet_id32). This bit cannot be reset if the stream channels do not support the standard ID mode.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.GevInterfaceSelectorEnum.ToString">
<summary>The full name of GevInterfaceSelector</summary>
<returns>Returns the full name of GevInterfaceSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevInterfaceSelectorEnum.Name">
<summary>The full name of GevInterfaceSelector</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.GevInterfaceSelectorEnum">
<tocexclude />
<summary>This selects the physical network interface to configure. Once a network interface has been selected, all changes to the network interface settings will be applied to the selected interface.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.LUTSelectorEnum.ToString">
<summary>The full name of LUTSelector</summary>
<returns>Returns the full name of LUTSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LUTSelectorEnum.Name">
<summary>The full name of LUTSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LUTSelectorEnum.Luminance">
<summary>
<para>This enumeration value selects the luminance LUT for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.LUTSelectorEnum">
<tocexclude />
<summary>This enumeration the lookup table (LUT) to configure. Once a LUT has been selected, all changes to the LUT settings will be applied to the selected LUT.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.TimerSequenceTimerSelectorEnum.ToString">
<summary>The full name of TimerSequenceTimerSelector</summary>
<returns>Returns the full name of TimerSequenceTimerSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerSequenceTimerSelectorEnum.Name">
<summary>The full name of TimerSequenceTimerSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerSequenceTimerSelectorEnum.Timer4">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerSequenceTimerSelectorEnum.Timer3">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerSequenceTimerSelectorEnum.Timer2">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerSequenceTimerSelectorEnum.Timer1">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.TimerSequenceTimerSelectorEnum">
<tocexclude />
<summary>See camera users manual for information.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.TimerSequenceEntrySelectorEnum.ToString">
<summary>The full name of TimerSequenceEntrySelector</summary>
<returns>Returns the full name of TimerSequenceEntrySelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerSequenceEntrySelectorEnum.Name">
<summary>The full name of TimerSequenceEntrySelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerSequenceEntrySelectorEnum.Entry16">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerSequenceEntrySelectorEnum.Entry15">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerSequenceEntrySelectorEnum.Entry14">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerSequenceEntrySelectorEnum.Entry13">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerSequenceEntrySelectorEnum.Entry12">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerSequenceEntrySelectorEnum.Entry11">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerSequenceEntrySelectorEnum.Entry10">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerSequenceEntrySelectorEnum.Entry9">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerSequenceEntrySelectorEnum.Entry8">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerSequenceEntrySelectorEnum.Entry7">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerSequenceEntrySelectorEnum.Entry6">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerSequenceEntrySelectorEnum.Entry5">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerSequenceEntrySelectorEnum.Entry4">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerSequenceEntrySelectorEnum.Entry3">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerSequenceEntrySelectorEnum.Entry2">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerSequenceEntrySelectorEnum.Entry1">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.TimerSequenceEntrySelectorEnum">
<tocexclude />
<summary>See camera users manual for information.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.CounterResetSourceEnum.ToString">
<summary>The full name of CounterResetSource</summary>
<returns>Returns the full name of CounterResetSource</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterResetSourceEnum.Name">
<summary>The full name of CounterResetSource</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterResetSourceEnum.VInputDecActive">
<summary>
<para>This enumeration value selects Virtual Input Decoder Active as the source for counter reset.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterResetSourceEnum.VInput4">
<summary>
<para>This enumeration value selects VInput4 as the source for counter reset.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterResetSourceEnum.VInput3">
<summary>
<para>This enumeration value selects VInput3 as the source for counter reset.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterResetSourceEnum.VInput2">
<summary>
<para>This enumeration value selects VInput2 as the source for counter reset.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterResetSourceEnum.VInput1">
<summary>
<para>This enumeration value selects VInput1 as the source for counter reset.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterResetSourceEnum.CC4">
<summary>
<para>This enumeration value selects CC4 as the source for counter reset.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterResetSourceEnum.CC3">
<summary>
<para>This enumeration value selects CC3 as the source for counter reset.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterResetSourceEnum.CC2">
<summary>
<para>This enumeration value selects CC2 as the source for counter reset.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterResetSourceEnum.CC1">
<summary>
<para>This enumeration value selects CC1 as the source for counter reset.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterResetSourceEnum.Line8">
<summary>
<para>This enumeration value selects line 8 as the source for counter reset.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterResetSourceEnum.Line7">
<summary>
<para>This enumeration value selects line 7 as the source for counter reset.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterResetSourceEnum.Line6">
<summary>
<para>This enumeration value selects line 6 as the source for counter reset.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterResetSourceEnum.Line5">
<summary>
<para>This enumeration value selects line 5 as the source for counter reset.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterResetSourceEnum.Line4">
<summary>
<para>This enumeration value selects line 4 as the source for counter reset.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterResetSourceEnum.Line3">
<summary>
<para>This enumeration value selects line 3 as the source for counter reset.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterResetSourceEnum.Line2">
<summary>
<para>This enumeration value selects line 2 as the source for counter reset.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterResetSourceEnum.Line1">
<summary>
<para>This enumeration value selects line 1 as the source for counter reset.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterResetSourceEnum.Software">
<summary>
<para>This enumeration value selects software command as the source for counter reset.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterResetSourceEnum.Off">
<summary>
<para>This enumeration value disables counter reset.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.CounterResetSourceEnum">
<tocexclude />
<summary>This enumeration selects the source of the reset for the selected counter.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.CounterEventSourceEnum.ToString">
<summary>The full name of CounterEventSource</summary>
<returns>Returns the full name of CounterEventSource</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterEventSourceEnum.Name">
<summary>The full name of CounterEventSource</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterEventSourceEnum.ExposureEnd">
<summary>
<para>Counts the number of Exposure End.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterEventSourceEnum.ExposureStart">
<summary>
<para>Counts the number of Exposure Start.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterEventSourceEnum.LineEnd">
<summary>
<para>Counts the number of Line End.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterEventSourceEnum.LineStart">
<summary>
<para>Counts the number of Line Start.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterEventSourceEnum.LineTrigger">
<summary>
<para>Counts the number of Line Trigger.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterEventSourceEnum.FrameEnd">
<summary>
<para>Counts the number of Frame End.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterEventSourceEnum.FrameStart">
<summary>
<para>Counts the number of Frame Start.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterEventSourceEnum.FrameTrigger">
<summary>
<para>Counts the number of Frame Trigger.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterEventSourceEnum.AcquisitionEnd">
<summary>
<para>Counts the number of Acquisition End.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterEventSourceEnum.AcquisitionStart">
<summary>
<para>Counts the number of Acquisition Start.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterEventSourceEnum.AcquisitionTrigger">
<summary>
<para>Counts the number of Acquisition Trigger.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterEventSourceEnum.Off">
<summary>
<para>Counter is stopped.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.CounterEventSourceEnum">
<tocexclude />
<summary>This enumeration selects the event that will be the source to increment the counter.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.CounterSelectorEnum.ToString">
<summary>The full name of CounterSelector</summary>
<returns>Returns the full name of CounterSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterSelectorEnum.Name">
<summary>The full name of CounterSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterSelectorEnum.Counter4">
<summary>
<para>This enumeration value selects counter 4 for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterSelectorEnum.Counter3">
<summary>
<para>This enumeration value selects counter 3 for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterSelectorEnum.Counter2">
<summary>
<para>This enumeration value selects counter 2 for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterSelectorEnum.Counter1">
<summary>
<para>This enumeration value selects counter 1 for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.CounterSelectorEnum">
<tocexclude />
<summary>This enumeration selects the counter to configure. Once a counter has been selected, all changes to the counter settings will be applied to the selected counter.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.TimerTriggerActivationEnum.ToString">
<summary>The full name of TimerTriggerActivation</summary>
<returns>Returns the full name of TimerTriggerActivation</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerTriggerActivationEnum.Name">
<summary>The full name of TimerTriggerActivation</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerTriggerActivationEnum.LevelLow">
<summary>
<para>This enumeration value sets the type of signal change needed to start the timer to level low.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerTriggerActivationEnum.LevelHigh">
<summary>
<para>This enumeration value sets the type of signal change needed to start the timer to level high.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerTriggerActivationEnum.FallingEdge">
<summary>
<para>This enumeration value sets the type of signal change needed to start the timer to falling edge.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerTriggerActivationEnum.RisingEdge">
<summary>
<para>This enumeration value sets the type of signal change needed to start the timer to rising edge.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.TimerTriggerActivationEnum">
<tocexclude />
<summary>This enumeration sets the type of signal transistion that will start the timer.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.TimerTriggerSourceEnum.ToString">
<summary>The full name of TimerTriggerSource</summary>
<returns>Returns the full name of TimerTriggerSource</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerTriggerSourceEnum.Name">
<summary>The full name of TimerTriggerSource</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerTriggerSourceEnum.FlashWindowStart">
<summary>
<para>Starts with the reception of the flash window start.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerTriggerSourceEnum.ExposureStart">
<summary>
<para>This enumeration value sets the source signal for the selected timer to exposure active.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerTriggerSourceEnum.Off">
<summary>
<para>This enumeration value sets the source signal for the selected timer to off.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.TimerTriggerSourceEnum">
<tocexclude />
<summary>This enumeration sets the internal camera signal used to trigger the selected timer.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.TimerSelectorEnum.ToString">
<summary>The full name of TimerSelector</summary>
<returns>Returns the full name of TimerSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerSelectorEnum.Name">
<summary>The full name of TimerSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerSelectorEnum.Timer4">
<summary>
<para>This enumeration value selects timer 4 for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerSelectorEnum.Timer3">
<summary>
<para>This enumeration value selects timer 3 for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerSelectorEnum.Timer2">
<summary>
<para>This enumeration value selects timer 2 for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerSelectorEnum.Timer1">
<summary>
<para>This enumeration value selects timer 1 for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.TimerSelectorEnum">
<tocexclude />
<summary>This enumeration selects the timer to configure. . Once a timer has been selected, all changes to the timer settings will be applied to the selected timer.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.FrequencyConverterSignalAlignmentEnum.ToString">
<summary>The full name of FrequencyConverterSignalAlignment</summary>
<returns>Returns the full name of FrequencyConverterSignalAlignment</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FrequencyConverterSignalAlignmentEnum.Name">
<summary>The full name of FrequencyConverterSignalAlignment</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FrequencyConverterSignalAlignmentEnum.FallingEdge">
<summary>
<para>For the falling edge of each signal received from the pre-divider sub-module a phase-locked falling edge of a signal generated by the multiplier sub-module is provided.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FrequencyConverterSignalAlignmentEnum.RisingEdge">
<summary>
<para>For the rising edge of each signal received from the pre-divider sub-module a phase-locked rising edge of a signal generated by the multiplier sub-module is provided.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.FrequencyConverterSignalAlignmentEnum">
<tocexclude />
<summary>Selects the signal transition relationships between the signals received from the pre-divider sub-module and the signals generated by the multiplier sub-module.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.FrequencyConverterInputSourceEnum.ToString">
<summary>The full name of FrequencyConverterInputSource</summary>
<returns>Returns the full name of FrequencyConverterInputSource</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FrequencyConverterInputSourceEnum.Name">
<summary>The full name of FrequencyConverterInputSource</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FrequencyConverterInputSourceEnum.ShaftEncoderModuleOut">
<summary>
<para>Selects the output of the shaft encoder module as the input source for the frequency converter module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FrequencyConverterInputSourceEnum.CC4">
<summary>
<para>Selects CC4 as the input source for the frequency converter module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FrequencyConverterInputSourceEnum.CC3">
<summary>
<para>Selects CC3 as the input source for the frequency converter module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FrequencyConverterInputSourceEnum.CC2">
<summary>
<para>Selects CC2 as the input source for the frequency converter module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FrequencyConverterInputSourceEnum.CC1">
<summary>
<para>Selects CC1 as the input source for the frequency converter module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FrequencyConverterInputSourceEnum.Line8">
<summary>
<para>Selects line 8 as the input source for the frequency converter module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FrequencyConverterInputSourceEnum.Line7">
<summary>
<para>Selects line 7 as the input source for the frequency converter module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FrequencyConverterInputSourceEnum.Line6">
<summary>
<para>Selects line 6 as the input source for the frequency converter module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FrequencyConverterInputSourceEnum.Line5">
<summary>
<para>Selects line 5 as the input source for the frequency converter module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FrequencyConverterInputSourceEnum.Line4">
<summary>
<para>Selects line 4 as the input source for the frequency converter module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FrequencyConverterInputSourceEnum.Line3">
<summary>
<para>Selects line 3 as the input source for the frequency converter module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FrequencyConverterInputSourceEnum.Line2">
<summary>
<para>Selects line 2 as the input source for the frequency converter module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FrequencyConverterInputSourceEnum.Line1">
<summary>
<para>Selects line 1 as the input source for the frequency converter module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.FrequencyConverterInputSourceEnum">
<tocexclude />
<summary>Selects the input source for the frequency converter module.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.ShaftEncoderModuleCounterModeEnum.ToString">
<summary>The full name of ShaftEncoderModuleCounterMode</summary>
<returns>Returns the full name of ShaftEncoderModuleCounterMode</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShaftEncoderModuleCounterModeEnum.Name">
<summary>The full name of ShaftEncoderModuleCounterMode</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShaftEncoderModuleCounterModeEnum.IgnoreDirection">
<summary>
<para>The tick counter of the shaft encoder module increments for forward ticks for reverse ticks, i.e. the tick counts are incremented regardless of the direction of movement.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShaftEncoderModuleCounterModeEnum.FollowDirection">
<summary>
<para>The tick counter of the shaft encoder module increments for forward ticks and decrements for reverse ticks.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.ShaftEncoderModuleCounterModeEnum">
<tocexclude />
<summary>Selects the counting mode of the tick counter of the shaft encoder module.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.ShaftEncoderModuleModeEnum.ToString">
<summary>The full name of ShaftEncoderModuleMode</summary>
<returns>Returns the full name of ShaftEncoderModuleMode</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShaftEncoderModuleModeEnum.Name">
<summary>The full name of ShaftEncoderModuleMode</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShaftEncoderModuleModeEnum.ForwardOnly">
<summary>
<para>This enumeration value selects that the shaft encoder module will output trigger signals for forward ticks only provided the reverse counter is not decrementing.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShaftEncoderModuleModeEnum.AnyDirection">
<summary>
<para>This enumeration value selects that the shaft encoder module will output trigger signals for forward and reverse ticks provided the reverse counter is neither incrementing nor decrementing.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.ShaftEncoderModuleModeEnum">
<tocexclude />
<summary>This enumeration value selects the circumstances for the shaft encoder module to output trigger signals.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.ShaftEncoderModuleLineSourceEnum.ToString">
<summary>The full name of ShaftEncoderModuleLineSource</summary>
<returns>Returns the full name of ShaftEncoderModuleLineSource</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShaftEncoderModuleLineSourceEnum.Name">
<summary>The full name of ShaftEncoderModuleLineSource</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShaftEncoderModuleLineSourceEnum.CC4">
<summary>
<para>This enumeration value selects CC4 as signal source for the shaft encoder module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShaftEncoderModuleLineSourceEnum.CC3">
<summary>
<para>This enumeration value selects CC3 as signal source for the shaft encoder module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShaftEncoderModuleLineSourceEnum.CC2">
<summary>
<para>This enumeration value selects CC2 as signal source for the shaft encoder module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShaftEncoderModuleLineSourceEnum.CC1">
<summary>
<para>This enumeration value selects CC1 as signal source for the shaft encoder module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShaftEncoderModuleLineSourceEnum.Line8">
<summary>
<para>This enumeration value selects input line 8 as signal source for the shaft encoder module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShaftEncoderModuleLineSourceEnum.Line7">
<summary>
<para>This enumeration value selects input line 7 as signal source for the shaft encoder module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShaftEncoderModuleLineSourceEnum.Line6">
<summary>
<para>This enumeration value selects input line 6 as signal source for the shaft encoder module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShaftEncoderModuleLineSourceEnum.Line5">
<summary>
<para>This enumeration value selects input line 5 as signal source for the shaft encoder module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShaftEncoderModuleLineSourceEnum.Line4">
<summary>
<para>This enumeration value selects input line 4 as signal source for the shaft encoder module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShaftEncoderModuleLineSourceEnum.Line3">
<summary>
<para>This enumeration value selects input line 3 as signal source for the shaft encoder module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShaftEncoderModuleLineSourceEnum.Line2">
<summary>
<para>This enumeration value selects input line 2 as signal source for the shaft encoder module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShaftEncoderModuleLineSourceEnum.Line1">
<summary>
<para>This enumeration value selects input line 1 as signal source for the shaft encoder module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.ShaftEncoderModuleLineSourceEnum">
<tocexclude />
<summary>Selects the input line as signal source for the shaft encoder module.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.ShaftEncoderModuleLineSelectorEnum.ToString">
<summary>The full name of ShaftEncoderModuleLineSelector</summary>
<returns>Returns the full name of ShaftEncoderModuleLineSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShaftEncoderModuleLineSelectorEnum.Name">
<summary>The full name of ShaftEncoderModuleLineSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShaftEncoderModuleLineSelectorEnum.PhaseB">
<summary>
<para>Selects phase B of the shaft encoder as input for the shaft encoder module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShaftEncoderModuleLineSelectorEnum.PhaseA">
<summary>
<para>Selects phase A of the shaft encoder as input for the shaft encoder module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.ShaftEncoderModuleLineSelectorEnum">
<tocexclude />
<summary>Selects the phase of the shaft encoder as input for the shaft encoder module.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.VInpSignalReadoutActivationEnum.ToString">
<summary>The full name of VInpSignalReadoutActivation</summary>
<returns>Returns the full name of VInpSignalReadoutActivation</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.VInpSignalReadoutActivationEnum.Name">
<summary>The full name of VInpSignalReadoutActivation</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.VInpSignalReadoutActivationEnum.FallingEdge">
<summary>
<para>This enumeration value sets the type of signal change necessary to start the signal evaluation. When the camera detects a falling edge, it starts evaluating the incoming bit patterns.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.VInpSignalReadoutActivationEnum.RisingEdge">
<summary>
<para>This enumeration value sets the type of signal change necessary to start the signal evaluation. When the camera detects a rising edge, it starts evaluating the incoming bit patterns.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.VInpSignalReadoutActivationEnum">
<tocexclude />
<summary>This enumeration selects when to start the signal evaluation. The camera waits for a rising/falling edge on the input line. When the appropriate signal has been received, the camera starts evaluating the incoming bit patterns. When one bit pattern is finished, the camera waits for the next rising/falling edge to read out the next incoming bit pattern. The camera stops listening once three bits have been received.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.VInpSignalSourceEnum.ToString">
<summary>The full name of VInpSignalSource</summary>
<returns>Returns the full name of VInpSignalSource</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.VInpSignalSourceEnum.Name">
<summary>The full name of VInpSignalSource</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.VInpSignalSourceEnum.CC4">
<summary>
<para>TODO.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.VInpSignalSourceEnum.CC3">
<summary>
<para>TODO.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.VInpSignalSourceEnum.CC2">
<summary>
<para>TODO.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.VInpSignalSourceEnum.CC1">
<summary>
<para>TODO.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.VInpSignalSourceEnum.Line8">
<summary>
<para>TODO.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.VInpSignalSourceEnum.Line7">
<summary>
<para>TODO.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.VInpSignalSourceEnum.Line6">
<summary>
<para>TODO.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.VInpSignalSourceEnum.Line5">
<summary>
<para>TODO.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.VInpSignalSourceEnum.Line4">
<summary>
<para>TODO.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.VInpSignalSourceEnum.Line3">
<summary>
<para>TODO.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.VInpSignalSourceEnum.Line2">
<summary>
<para>TODO.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.VInpSignalSourceEnum.Line1">
<summary>
<para>TODO.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.VInpSignalSourceEnum">
<tocexclude />
<summary>This enumeration selects the I/O line on which the camera receives the virtual input signal.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.SyncUserOutputSelectorEnum.ToString">
<summary>The full name of SyncUserOutputSelector</summary>
<returns>Returns the full name of SyncUserOutputSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SyncUserOutputSelectorEnum.Name">
<summary>The full name of SyncUserOutputSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SyncUserOutputSelectorEnum.SyncUserOutput8">
<summary>
<para>This enumeration value selects user settable synchronous output signal 8 for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SyncUserOutputSelectorEnum.SyncUserOutput7">
<summary>
<para>This enumeration value selects user settable synchronous output signal 7 for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SyncUserOutputSelectorEnum.SyncUserOutput6">
<summary>
<para>This enumeration value selects user settable synchronous output signal 6 for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SyncUserOutputSelectorEnum.SyncUserOutput5">
<summary>
<para>This enumeration value selects user settable synchronous output signal 5 for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SyncUserOutputSelectorEnum.SyncUserOutput4">
<summary>
<para>This enumeration value selects user settable synchronous output signal 4 for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SyncUserOutputSelectorEnum.SyncUserOutput3">
<summary>
<para>This enumeration value selects user settable synchronous output signal 3 for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SyncUserOutputSelectorEnum.SyncUserOutput2">
<summary>
<para>This enumeration value selects user settable synchronous output signal 2 for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SyncUserOutputSelectorEnum.SyncUserOutput1">
<summary>
<para>This enumeration value selects user settable synchronous output signal 1 for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.SyncUserOutputSelectorEnum">
<tocexclude />
<summary>See camera users manual for information.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.UserOutputSelectorEnum.ToString">
<summary>The full name of UserOutputSelector</summary>
<returns>Returns the full name of UserOutputSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserOutputSelectorEnum.Name">
<summary>The full name of UserOutputSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserOutputSelectorEnum.UserOutput8">
<summary>
<para>This enumeration value selects user settable output signal 8 for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserOutputSelectorEnum.UserOutput7">
<summary>
<para>This enumeration value selects user settable output signal 7 for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserOutputSelectorEnum.UserOutput6">
<summary>
<para>This enumeration value selects user settable output signal 6 for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserOutputSelectorEnum.UserOutput5">
<summary>
<para>This enumeration value selects user settable output signal 5 for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserOutputSelectorEnum.UserOutput4">
<summary>
<para>This enumeration value selects user settable output signal 4 for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserOutputSelectorEnum.UserOutput3">
<summary>
<para>This enumeration value selects user settable output signal 3 for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserOutputSelectorEnum.UserOutput2">
<summary>
<para>This enumeration value selects user settable output signal 2 for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserOutputSelectorEnum.UserOutput1">
<summary>
<para>This enumeration value selects user settable output signal 1 for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.UserOutputSelectorEnum">
<tocexclude />
<summary>This enumeration selects the user settable output signal to configure. Once a user settable output signal has been selected, all changes to the user settable output signal settings will be applied to the selected user settable output signal.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.LineSourceEnum.ToString">
<summary>The full name of LineSource</summary>
<returns>Returns the full name of LineSource</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSourceEnum.Name">
<summary>The full name of LineSource</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSourceEnum.SyncUserOutput3">
<summary>
<para>The source signal for the currently selected line is set to the sync user settable signal 3.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSourceEnum.SyncUserOutput2">
<summary>
<para>The source signal for the currently selected line is set to the sync user settable signal 2.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSourceEnum.SyncUserOutput1">
<summary>
<para>The source signal for the currently selected line is set to the sync user settable signal 1.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSourceEnum.SyncUserOutput0">
<summary>
<para>The source signal for the currently selected line is set to the sync user settable signal 0.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSourceEnum.UserOutput0">
<summary>
<para>This enumeration value sets the source signal for the selected output line to user settable output signal 0.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSourceEnum.SyncUserOutput">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSourceEnum.FrameCycle">
<summary>
<para>This signal for the output is rising with frame trigger wait and falling with exposure active.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSourceEnum.FlashWindow">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSourceEnum.AcquisitionTriggerReady">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSourceEnum.PatternGenerator4">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSourceEnum.PatternGenerator3">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSourceEnum.PatternGenerator2">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSourceEnum.PatternGenerator1">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSourceEnum.FrequencyConverter">
<summary>
<para>This enumeration value associates the output of the camera's frequency converter module with the selected output line.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSourceEnum.ShaftEncoderModuleOut">
<summary>
<para>This enumeration value associates the output of the camera's shaft encoder module with the selected output line.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSourceEnum.AcquisitionTriggerWait">
<summary>
<para>This enumeration value associates the AcquisitionTriggerWait software status as a signal level with the selected output line.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSourceEnum.SerialTx">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSourceEnum.TriggerReady">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSourceEnum.UserOutput">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSourceEnum.UserOutput4">
<summary>
<para>This enumeration value sets the source signal for the selected output line to user settable output signal 4.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSourceEnum.UserOutput3">
<summary>
<para>This enumeration value sets the source signal for the selected output line to user settable output signal 3.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSourceEnum.UserOutput2">
<summary>
<para>This enumeration value sets the source signal for the selected output line to user settable output signal 2.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSourceEnum.UserOutput1">
<summary>
<para>This enumeration value sets the source signal for the selected output line to user settable output signal 1.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSourceEnum.TimerActive">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSourceEnum.Timer4Active">
<summary>
<para>This enumeration value sets the source signal for the selected output line to timer 4 active. </para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSourceEnum.Timer3Active">
<summary>
<para>This enumeration value sets the source signal for the selected output line to timer 3 active. </para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSourceEnum.Timer2Active">
<summary>
<para>This enumeration value sets the source signal for the selected output line to timer 2 active.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSourceEnum.Timer1Active">
<summary>
<para>This enumeration value sets the source signal for the selected output line to timer 1 active.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSourceEnum.LineTriggerWait">
<summary>
<para>This enumeration value associates the LineTriggerWait software status as a signal level with the selected output line.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSourceEnum.FrameTriggerWait">
<summary>
<para>This enumeration value associates the FrameTriggerWait software status as a signal level with the selected output line.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSourceEnum.ExposureActive">
<summary>
<para>This enumeration value sets the source signal for the selected output line to exposure active.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSourceEnum.Off">
<summary>
<para>This enumeration value sets the source signal for the selected output line to off.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.LineSourceEnum">
<tocexclude />
<summary>This enumeration selects the internally generated camera signal (source signal) for the selected line when the selected line is an output. </summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.LineFormatEnum.ToString">
<summary>The full name of LineFormat</summary>
<returns>Returns the full name of LineFormat</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineFormatEnum.Name">
<summary>The full name of LineFormat</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineFormatEnum.OptoCoupled">
<summary>
<para>This enumeration value sets the electrical configuration of the selected line to opto-coupled.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineFormatEnum.RS422">
<summary>
<para>This enumeration value sets the electrical configuration of the selected line to RS-422.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineFormatEnum.LVDS">
<summary>
<para>This enumeration value sets the electrical configuration of the selected line to LVDS.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineFormatEnum.TTL">
<summary>
<para>This enumeration value sets the electrical configuration of the selected line to TTL.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineFormatEnum.TriState">
<summary>
<para>This enumeration value sets the electrical configuration of the selected line to tri-state.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineFormatEnum.NoConnect">
<summary>
<para>This enumeration value sets the electrical configuration of the selected line to not connected.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.LineFormatEnum">
<tocexclude />
<summary>This feature controls the current electrical format of the selected physical input or output Line. Line Format can take any of the following values: No Connect: The Line is not connected. Tri-state: The Line is currently in Tri-state mode (Not driven). TTL: The Line is currently accepting or sending TTL level signals. LVDS: The Line is currently accepting or sending LVDS level signals. RS-422: The Line is currently accepting or sending RS-422 level signals. Opto-coupled: The Line is Opto-coupled. </summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.LineLogicEnum.ToString">
<summary>The full name of LineLogic</summary>
<returns>Returns the full name of LineLogic</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineLogicEnum.Name">
<summary>The full name of LineLogic</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineLogicEnum.Negative">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineLogicEnum.Positive">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.LineLogicEnum">
<tocexclude />
<summary>See camera users manual for information.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.LineModeEnum.ToString">
<summary>The full name of LineMode</summary>
<returns>Returns the full name of LineMode</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineModeEnum.Name">
<summary>The full name of LineMode</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineModeEnum.Output">
<summary>
<para>This enumeration value sets the mode for the selected line to output.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineModeEnum.Input">
<summary>
<para>This enumeration value sets the mode for the selected line to input.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.LineModeEnum">
<tocexclude />
<summary>This feature controls whether the physical Line is used to Input or Output a signal. When a Line supports input and output mode, the default state is Input to avoid possible electrical contention. Line Mode can take any of the following values: Input: The selected physical line is used to input an electrical signal. Output: The selected physical line is used to output an electrical signal.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.LineSelectorEnum.ToString">
<summary>The full name of LineSelector</summary>
<returns>Returns the full name of LineSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSelectorEnum.Name">
<summary>The full name of LineSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSelectorEnum.Out4">
<summary>
<para>This enumeration value selects output line 4 for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSelectorEnum.Out3">
<summary>
<para>This enumeration value selects output line 3 for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSelectorEnum.Out2">
<summary>
<para>This enumeration value selects output line 2 for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSelectorEnum.Out1">
<summary>
<para>This enumeration value selects output line 1 for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSelectorEnum.Line4">
<summary>
<para>This enumeration value selects line 4 for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSelectorEnum.Line3">
<summary>
<para>This enumeration value selects line 3 for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSelectorEnum.Line2">
<summary>
<para>This enumeration value selects line 2 for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSelectorEnum.Line1">
<summary>
<para>This enumeration value selects line 1 for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.LineSelectorEnum">
<tocexclude />
<summary>This enumeration selects the I/O line to configure. Once a line has been selected, all changes to the line settings will be applied to the selected line.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.AcquisitionStatusSelectorEnum.ToString">
<summary>The full name of AcquisitionStatusSelector</summary>
<returns>Returns the full name of AcquisitionStatusSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AcquisitionStatusSelectorEnum.Name">
<summary>The full name of AcquisitionStatusSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AcquisitionStatusSelectorEnum.AcquisitionIdle">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AcquisitionStatusSelectorEnum.LineTriggerWait">
<summary>
<para>Device is currently waiting for a line trigger.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AcquisitionStatusSelectorEnum.ExposureActive">
<summary>
<para>Device is doing the exposure of a frame.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AcquisitionStatusSelectorEnum.FrameTransfer">
<summary>
<para>Device is currently transferring a frame.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AcquisitionStatusSelectorEnum.FrameActive">
<summary>
<para>Device is currently doing the capture of a frame.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AcquisitionStatusSelectorEnum.FrameTriggerWait">
<summary>
<para>Device is currently waiting for a Frame trigger.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AcquisitionStatusSelectorEnum.AcquisitionTransfer">
<summary>
<para>Device is currently transferring an acquisition of one or many frames.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AcquisitionStatusSelectorEnum.AcquisitionActive">
<summary>
<para>Device is currently doing an acquisition of one or many frames.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AcquisitionStatusSelectorEnum.AcquisitionTriggerWait">
<summary>
<para>Device is currently waiting for a trigger for the capture of one or many frames.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.AcquisitionStatusSelectorEnum">
<tocexclude />
<summary>This enumeration is used to select which internal acquisition signal to read using AcquisitionStatus.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.SensorReadoutModeEnum.ToString">
<summary>The full name of SensorReadoutMode</summary>
<returns>Returns the full name of SensorReadoutMode</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SensorReadoutModeEnum.Name">
<summary>The full name of SensorReadoutMode</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SensorReadoutModeEnum.Fast">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SensorReadoutModeEnum.Normal">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.SensorReadoutModeEnum">
<tocexclude />
<summary>Sets the readout mode of the device</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.ShutterModeEnum.ToString">
<summary>The full name of ShutterMode</summary>
<returns>Returns the full name of ShutterMode</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShutterModeEnum.Name">
<summary>The full name of ShutterMode</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShutterModeEnum.GlobalResetRelease">
<summary>
<para>This enumeration value sets the shutter mode to global reset release shutter.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShutterModeEnum.Rolling">
<summary>
<para>This enumeration value sets the shutter mode to rolling shutter.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShutterModeEnum.Global">
<summary>
<para>This enumeration value sets the shutter mode to global shutter.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.ShutterModeEnum">
<tocexclude />
<summary>This enumeration sets the shutter mode.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.ExposureOverlapTimeModeEnum.ToString">
<summary>The full name of ExposureOverlapTimeMode</summary>
<returns>Returns the full name of ExposureOverlapTimeMode</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExposureOverlapTimeModeEnum.Name">
<summary>The full name of ExposureOverlapTimeMode</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExposureOverlapTimeModeEnum.Automatic">
<summary>
<para>Calculates and applies automatically the maximum possible overlap between immediately succeeding image acquisitions. For all image acquisitions, overlaps are based on the related individual sensor readout times.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExposureOverlapTimeModeEnum.Manual">
<summary>
<para>Allows to manually set the ExposureOverlapTimeMax parameter. Its parameter value defines a constant maximum overlap between immediately succeeding image acquisitions.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.ExposureOverlapTimeModeEnum">
<tocexclude />
<summary>Selects the manual or automatic control of the maximum overlap between immediately succeeding image acquisitions.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.ExposureTimeModeEnum.ToString">
<summary>The full name of ExposureTimeMode</summary>
<returns>Returns the full name of ExposureTimeMode</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExposureTimeModeEnum.Name">
<summary>The full name of ExposureTimeMode</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExposureTimeModeEnum.UltraShort">
<summary>
<para>The exposure time mode is set to Ultra Short.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExposureTimeModeEnum.Standard">
<summary>
<para>The exposure time mode is set to Standard.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.ExposureTimeModeEnum">
<tocexclude />
<summary>Sets the exposure time mode.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.ExposureAutoEnum.ToString">
<summary>The full name of ExposureAuto</summary>
<returns>Returns the full name of ExposureAuto</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExposureAutoEnum.Name">
<summary>The full name of ExposureAuto</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExposureAutoEnum.Continuous">
<summary>
<para>When the 'continuous' mode of operation is selected, the parameter value is automatically adjusted while images are acquired. The repeated automatic adjustment will proceed until the 'once' mode of operation is used or until the auto function is set to 'off'.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExposureAutoEnum.Once">
<summary>
<para>When the 'once' mode of operation is selected, the parameter value is automatically adjusted until the related image property reaches the target value. After the automatic parameter value adjustment is complete, the auto function will automatically be set to 'off' and the new parameter value will be applied to the following images.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExposureAutoEnum.Off">
<summary>
<para>Disables the Exposure Auto function.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.ExposureAutoEnum">
<tocexclude />
<summary>The exposure auto function automatically adjusts the Auto Exposure Time Abs parameter value within set limits, until a target average gray value for the pixel data of the related Auto Function AOI is reached.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.InterlacedIntegrationModeEnum.ToString">
<summary>The full name of InterlacedIntegrationMode</summary>
<returns>Returns the full name of InterlacedIntegrationMode</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.InterlacedIntegrationModeEnum.Name">
<summary>The full name of InterlacedIntegrationMode</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.InterlacedIntegrationModeEnum.FrameIntegration">
<summary>
<para>Sets the integration mode to frame integration</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.InterlacedIntegrationModeEnum.FieldIntegration">
<summary>
<para>Sets the integration mode to field integration</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.InterlacedIntegrationModeEnum">
<tocexclude />
<summary>Selects the Interlaced Integration Mode.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.ExposureModeEnum.ToString">
<summary>The full name of ExposureMode</summary>
<returns>Returns the full name of ExposureMode</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExposureModeEnum.Name">
<summary>The full name of ExposureMode</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExposureModeEnum.TriggerControlled">
<summary>
<para>This enumeration value sets the exposure mode to trigger controlled.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExposureModeEnum.TriggerWidth">
<summary>
<para>This enumeration value sets the exposure mode to trigger width.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExposureModeEnum.Timed">
<summary>
<para>This enumeration value sets the exposure mode to timed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExposureModeEnum.Off">
<summary>
<para>This enumeration value sets the exposure mode to off.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.ExposureModeEnum">
<tocexclude />
<summary>This enumeration sets the exposure mode.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.TriggerDelaySourceEnum.ToString">
<summary>The full name of TriggerDelaySource</summary>
<returns>Returns the full name of TriggerDelaySource</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerDelaySourceEnum.Name">
<summary>The full name of TriggerDelaySource</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerDelaySourceEnum.LineTrigger">
<summary>
<para>Selects the trigger delay to be expressed as a number of consecutive line triggers.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerDelaySourceEnum.Time_us">
<summary>
<para>Selects the trigger delay to be expressed as a time interval (in microseconds).</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.TriggerDelaySourceEnum">
<tocexclude />
<summary>Selects wheter trigger delay is defined as a time interval or as a number of consecutive line triggers.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.TriggerActivationEnum.ToString">
<summary>The full name of TriggerActivation</summary>
<returns>Returns the full name of TriggerActivation</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerActivationEnum.Name">
<summary>The full name of TriggerActivation</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerActivationEnum.LevelLow">
<summary>
<para>Sets the selected trigger to become active when the source signal is low</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerActivationEnum.LevelHigh">
<summary>
<para>Sets the selected trigger to become active when the source signal is high</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerActivationEnum.AnyEdge">
<summary>
<para>Sets the selected trigger to become active on the falling or rising edge of the source signal</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerActivationEnum.FallingEdge">
<summary>
<para>Sets the selected trigger to become active on the falling edge of the source signal</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerActivationEnum.RisingEdge">
<summary>
<para>This enumeration value sets the sets the selected trigger to become active on the rising edge of the source signal.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.TriggerActivationEnum">
<tocexclude />
<summary>This enumeration sets the signal transition needed to activate the selected trigger.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.TriggerSourceEnum.ToString">
<summary>The full name of TriggerSource</summary>
<returns>Returns the full name of TriggerSource</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSourceEnum.Name">
<summary>The full name of TriggerSource</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSourceEnum.VInputDecActive">
<summary>
<para>Sets the signal source for the selected trigger to Virtual Input Decoder Active.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSourceEnum.VInput4">
<summary>
<para>Sets the signal source for the selected trigger to Virtual Input 4.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSourceEnum.VInput3">
<summary>
<para>Sets the signal source for the selected trigger to Virtual Input 3.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSourceEnum.VInput2">
<summary>
<para>Sets the signal source for the selected trigger to Virtual Input 2.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSourceEnum.VInput1">
<summary>
<para>Sets the signal source for the selected trigger to Virtual Input 1.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSourceEnum.Action4">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to action command signal 4.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSourceEnum.Action3">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to action command signal 3.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSourceEnum.Action2">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to action command signal 2.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSourceEnum.Action1">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to action command signal 1.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSourceEnum.UserOutput2">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to user output 2.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSourceEnum.UserOutput1">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to user output 1.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSourceEnum.Counter1End">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to counter 1 end.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSourceEnum.Counter1Start">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to counter 1 start.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSourceEnum.Timer1End">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to timer 1 end.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSourceEnum.Timer1Start">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to timer 1 start.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSourceEnum.FrequencyConverter">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to the frequency converter module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSourceEnum.ShaftEncoderModuleOut">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to the shaft encoder module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSourceEnum.CC4">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to CC4.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSourceEnum.CC3">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to CC3.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSourceEnum.CC2">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to CC2.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSourceEnum.CC1">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to CC1.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSourceEnum.Line8">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to line 8.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSourceEnum.Line7">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to line 7.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSourceEnum.Line6">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to line 6.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSourceEnum.Line5">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to line 5.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSourceEnum.Line4">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to line 4.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSourceEnum.Line3">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to line 3.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSourceEnum.Line2">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to line 2</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSourceEnum.Line1">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to line 1.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSourceEnum.Software">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to software trigger.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.TriggerSourceEnum">
<tocexclude />
<summary>This enumeration sets the signal source for the selected trigger.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.TriggerModeEnum.ToString">
<summary>The full name of TriggerMode</summary>
<returns>Returns the full name of TriggerMode</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerModeEnum.Name">
<summary>The full name of TriggerMode</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerModeEnum.On">
<summary>
<para>This enumeration value sets the mode for the selected trigger to on.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerModeEnum.Off">
<summary>
<para>This enumeration value sets the mode for the selected trigger to off.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.TriggerModeEnum">
<tocexclude />
<summary>This enumeration sets the trigger mode for the selected trigger.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.TriggerSelectorEnum.ToString">
<summary>The full name of TriggerSelector</summary>
<returns>Returns the full name of TriggerSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSelectorEnum.Name">
<summary>The full name of TriggerSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSelectorEnum.ExposureActive">
<summary>
<para>This enumeration value selects the exposure active trigger for configuration. </para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSelectorEnum.ExposureEnd">
<summary>
<para>This enumeration value selects the exposure end trigger for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSelectorEnum.ExposureStart">
<summary>
<para>This enumeration value selects the exposure start trigger for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSelectorEnum.LineStart">
<summary>
<para>This enumeration value selects the line start trigger for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSelectorEnum.FrameActive">
<summary>
<para>This enumeration value selects the frame active trigger for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSelectorEnum.FrameEnd">
<summary>
<para>This enumeration value selects the frame end trigger for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSelectorEnum.FrameStart">
<summary>
<para>This enumeration value selects the frame start trigger for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSelectorEnum.AcquisitionActive">
<summary>
<para>This enumeration value selects the acquisition active trigger for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSelectorEnum.AcquisitionEnd">
<summary>
<para>This enumeration value selects the acquisition end trigger for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSelectorEnum.AcquisitionStart">
<summary>
<para>This enumeration value selects the acquisition start trigger for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.TriggerSelectorEnum">
<tocexclude />
<summary>This enumeration selects the trigger type to configure. Once a trigger type has been selected, all changes to the trigger settings will be applied to the selected trigger.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.TriggerControlImplementationEnum.ToString">
<summary>The full name of TriggerControlImplementation</summary>
<returns>Returns the full name of TriggerControlImplementation</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerControlImplementationEnum.Name">
<summary>The full name of TriggerControlImplementation</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerControlImplementationEnum.Standard">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerControlImplementationEnum.Legacy">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.TriggerControlImplementationEnum">
<tocexclude />
<summary>See camera users manual for information.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.AcquisitionModeEnum.ToString">
<summary>The full name of AcquisitionMode</summary>
<returns>Returns the full name of AcquisitionMode</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AcquisitionModeEnum.Name">
<summary>The full name of AcquisitionMode</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AcquisitionModeEnum.Continuous">
<summary>
<para>This enumeration value sets the camera's acquisition mode to continuous.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AcquisitionModeEnum.MultiFrame">
<summary>
<para>This enumeration value sets the camera's acquisition mode to multi frame.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AcquisitionModeEnum.SingleFrame">
<summary>
<para>This enumeration value sets the camera's acquisition mode to single frame</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.AcquisitionModeEnum">
<tocexclude />
<summary>This enumeration sets the image acquisition mode. </summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.ROIZoneModeEnum.ToString">
<summary>The full name of ROIZoneMode</summary>
<returns>Returns the full name of ROIZoneMode</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ROIZoneModeEnum.Name">
<summary>The full name of ROIZoneMode</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ROIZoneModeEnum.On">
<summary>
<para>Enables the previously set ROI zone.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ROIZoneModeEnum.Off">
<summary>
<para>Disables the previously set ROI zone.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.ROIZoneModeEnum">
<tocexclude />
<summary>Provides for enabling/disabling the previously set ROI zone.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.ROIZoneSelectorEnum.ToString">
<summary>The full name of ROIZoneSelector</summary>
<returns>Returns the full name of ROIZoneSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ROIZoneSelectorEnum.Name">
<summary>The full name of ROIZoneSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ROIZoneSelectorEnum.Zone7">
<summary>
<para>Sets vertical ROI zone 7 to be enabled, configured, and vertically assembled with other ROI zones.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ROIZoneSelectorEnum.Zone6">
<summary>
<para>Sets vertical ROI zone 6 to be enabled, configured, and vertically assembled with other ROI zones.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ROIZoneSelectorEnum.Zone5">
<summary>
<para>Sets vertical ROI zone 5 to be enabled, configured, and vertically assembled with other ROI zones.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ROIZoneSelectorEnum.Zone4">
<summary>
<para>Sets vertical ROI zone 4 to be enabled, configured, and vertically assembled with other ROI zones.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ROIZoneSelectorEnum.Zone3">
<summary>
<para>Sets vertical ROI zone 3 to be enabled, configured, and vertically assembled with other ROI zones.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ROIZoneSelectorEnum.Zone2">
<summary>
<para>Sets vertical ROI zone 2 to be enabled, configured, and vertically assembled with other ROI zones.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ROIZoneSelectorEnum.Zone1">
<summary>
<para>Sets vertical ROI zone 1 to be enabled, configured, and vertically assembled with other ROI zones.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ROIZoneSelectorEnum.Zone0">
<summary>
<para>Sets vertical ROI zone 0 to be enabled, configured, and vertically assembled with other ROI zones.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.ROIZoneSelectorEnum">
<tocexclude />
<summary>Sets a ROI zone to be enabled, configured, and assembled with other ROI zones.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.BinningModeVerticalEnum.ToString">
<summary>The full name of BinningModeVertical</summary>
<returns>Returns the full name of BinningModeVertical</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BinningModeVerticalEnum.Name">
<summary>The full name of BinningModeVertical</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BinningModeVerticalEnum.Averaging">
<summary>
<para>This enumeration value sets the binning mode to averaging. The grey values of binned pixels are averaged.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BinningModeVerticalEnum.Summing">
<summary>
<para>This enumeration value sets the binning mode to summing. The grey values of binned pixels are summed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.BinningModeVerticalEnum">
<tocexclude />
<summary>This enumeration sets the vertical binning mode.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.BinningVerticalModeEnum.ToString">
<summary>The full name of BinningVerticalMode</summary>
<returns>Returns the full name of BinningVerticalMode</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BinningVerticalModeEnum.Name">
<summary>The full name of BinningVerticalMode</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BinningVerticalModeEnum.Average">
<summary>
<para>This enumeration value sets the binning mode to average. The grey values of binned pixels are averaged.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BinningVerticalModeEnum.Sum">
<summary>
<para>This enumeration value sets the binning mode to summing. The grey values of binned pixels are summed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.BinningVerticalModeEnum">
<tocexclude />
<summary>This enumeration sets the vertical binning mode.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.BinningModeHorizontalEnum.ToString">
<summary>The full name of BinningModeHorizontal</summary>
<returns>Returns the full name of BinningModeHorizontal</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BinningModeHorizontalEnum.Name">
<summary>The full name of BinningModeHorizontal</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BinningModeHorizontalEnum.Averaging">
<summary>
<para>This enumeration value sets the binning mode to averaging. The grey values of binned pixels are averaged.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BinningModeHorizontalEnum.Summing">
<summary>
<para>This enumeration value sets the binning mode to summing. The grey values of binned pixels are summed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.BinningModeHorizontalEnum">
<tocexclude />
<summary>This enumeration sets the horizontal binning mode.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.BinningHorizontalModeEnum.ToString">
<summary>The full name of BinningHorizontalMode</summary>
<returns>Returns the full name of BinningHorizontalMode</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BinningHorizontalModeEnum.Name">
<summary>The full name of BinningHorizontalMode</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BinningHorizontalModeEnum.Average">
<summary>
<para>This enumeration value sets the binning mode to average. The grey values of binned pixels are averaged.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BinningHorizontalModeEnum.Sum">
<summary>
<para>This enumeration value sets the binning mode to sum. The grey values of binned pixels are summed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.BinningHorizontalModeEnum">
<tocexclude />
<summary>This enumeration sets the horizontal binning mode.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.LegacyBinningVerticalEnum.ToString">
<summary>The full name of LegacyBinningVertical</summary>
<returns>Returns the full name of LegacyBinningVertical</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LegacyBinningVerticalEnum.Name">
<summary>The full name of LegacyBinningVertical</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LegacyBinningVerticalEnum.Two_Rows">
<summary>
<para>This enumeration value sets vertical binning to 2 rows.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LegacyBinningVerticalEnum.Off">
<summary>
<para>This enumeration value sets vertical binning to disabled.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.LegacyBinningVerticalEnum">
<tocexclude />
<summary>This enumeration sets the vertical binning feature.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.TonalRangeSelectorEnum.ToString">
<summary>The full name of TonalRangeSelector</summary>
<returns>Returns the full name of TonalRangeSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TonalRangeSelectorEnum.Name">
<summary>The full name of TonalRangeSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TonalRangeSelectorEnum.Blue">
<summary>
<para>Only the blue pixel values are used for tonal range adjustments.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TonalRangeSelectorEnum.Green">
<summary>
<para>Only the green pixel values are used for tonal range adjustments.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TonalRangeSelectorEnum.Red">
<summary>
<para>Only the red pixel values are used for tonal range adjustments.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TonalRangeSelectorEnum.Sum">
<summary>
<para>The summed RGB pixel values are used for tonal range adjustments.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.TonalRangeSelectorEnum">
<tocexclude />
<summary>Sets which pixel values are used for tonal range adjustments.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.TonalRangeAutoEnum.ToString">
<summary>The full name of TonalRangeAuto</summary>
<returns>Returns the full name of TonalRangeAuto</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TonalRangeAutoEnum.Name">
<summary>The full name of TonalRangeAuto</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TonalRangeAutoEnum.Once">
<summary>
<para>Automatic tonal range adjustment is enabled. The adjustment is carried out once when the next image is acquired.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TonalRangeAutoEnum.Off">
<summary>
<para>Automatic tonal range adjustment is disabled.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.TonalRangeAutoEnum">
<tocexclude />
<summary>Sets the operation mode of the Tonal Range Auto auto function.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.TonalRangeEnableEnum.ToString">
<summary>The full name of TonalRangeEnable</summary>
<returns>Returns the full name of TonalRangeEnable</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TonalRangeEnableEnum.Name">
<summary>The full name of TonalRangeEnable</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TonalRangeEnableEnum.On">
<summary>
<para>Tonal range adjustment is enabled.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TonalRangeEnableEnum.Off">
<summary>
<para>Tonal range adjustment is disabled.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.TonalRangeEnableEnum">
<tocexclude />
<summary>Sets whether tonal range adjustment is used.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.PgiModeEnum.ToString">
<summary>The full name of PgiMode</summary>
<returns>Returns the full name of PgiMode</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PgiModeEnum.Name">
<summary>The full name of PgiMode</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PgiModeEnum.On">
<summary>
<para>Basler PGI image optimizations are enabled.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PgiModeEnum.Off">
<summary>
<para>Basler PGI image optimizations are disabled.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.PgiModeEnum">
<tocexclude />
<summary>Enables Basler PGI image optimizations.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.DemosaicingModeEnum.ToString">
<summary>The full name of DemosaicingMode</summary>
<returns>Returns the full name of DemosaicingMode</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.DemosaicingModeEnum.Name">
<summary>The full name of DemosaicingMode</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.DemosaicingModeEnum.BaslerPGI">
<summary>
<para>Demosaicing is performed using the Basler PGI algorithm. This algorithm uses advanced demosaicing methods. The Sharpness Enhancement and Noise Reduction features are enabled.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.DemosaicingModeEnum.Simple">
<summary>
<para>Demosaicing is performed using a simple demosaicing algorithm. The Sharpness Enhancement and Noise Reduction features are disabled.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.DemosaicingModeEnum">
<tocexclude />
<summary>Sets the demosaicing mode.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.BslContrastModeEnum.ToString">
<summary>The full name of BslContrastMode</summary>
<returns>Returns the full name of BslContrastMode</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BslContrastModeEnum.Name">
<summary>The full name of BslContrastMode</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BslContrastModeEnum.SCurve">
<summary>
<para>SCurve contrast enhancement is used to adjust the contrast. It improves the perceived contrast while preserving the dynamic range of the image.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BslContrastModeEnum.Linear">
<summary>
<para>Linear contrast enhancement is used to adjust the contrast.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.BslContrastModeEnum">
<tocexclude />
<summary>Sets the Contrast Mode.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.ColorAdjustmentSelectorEnum.ToString">
<summary>The full name of ColorAdjustmentSelector</summary>
<returns>Returns the full name of ColorAdjustmentSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorAdjustmentSelectorEnum.Name">
<summary>The full name of ColorAdjustmentSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorAdjustmentSelectorEnum.Magenta">
<summary>
<para>Selects magenta for the adjustment of colors with predominant magenta.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorAdjustmentSelectorEnum.Blue">
<summary>
<para>Selects blue for the adjustment of colors with predominant blue.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorAdjustmentSelectorEnum.Cyan">
<summary>
<para>Selects cyan for the adjustment of colors with predominant cyan.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorAdjustmentSelectorEnum.Green">
<summary>
<para>Selects green the adjustment of colors with predominant green.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorAdjustmentSelectorEnum.Yellow">
<summary>
<para>Selects yellow for the adjustment of colors with predominant yellow.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorAdjustmentSelectorEnum.Red">
<summary>
<para>Selects red for the adjustment of colors with predominant red.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.ColorAdjustmentSelectorEnum">
<tocexclude />
<summary>Selects the color for color adjustment.
Those colors in the image will be adjusted where the selected color predominates.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.ColorTransformationValueSelectorEnum.ToString">
<summary>The full name of ColorTransformationValueSelector</summary>
<returns>Returns the full name of ColorTransformationValueSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorTransformationValueSelectorEnum.Name">
<summary>The full name of ColorTransformationValueSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorTransformationValueSelectorEnum.Gain22">
<summary>
<para>Element in row 2 and column 2 of the color transformation matrix.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorTransformationValueSelectorEnum.Gain21">
<summary>
<para>Element in row 2 and column 1 of the color transformation matrix.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorTransformationValueSelectorEnum.Gain20">
<summary>
<para>Element in row 2 and column 0 of the color transformation matrix.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorTransformationValueSelectorEnum.Gain12">
<summary>
<para>Element in row 1 and column 2 of the color transformation matrix.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorTransformationValueSelectorEnum.Gain11">
<summary>
<para>Element in row 1 and column 1 of the color transformation matrix</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorTransformationValueSelectorEnum.Gain10">
<summary>
<para>Element in row 1 and column 0 of the color transformation matrix.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorTransformationValueSelectorEnum.Gain02">
<summary>
<para>Element in row 0 and column 2 of the color transformation matrix.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorTransformationValueSelectorEnum.Gain01">
<summary>
<para>Element in row 0 and column 1 of the color transformation matrix.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorTransformationValueSelectorEnum.Gain00">
<summary>
<para>Element in row 0 and column 0 of the color transformation matrix.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.ColorTransformationValueSelectorEnum">
<tocexclude />
<summary>Selects the element to be entered in the 3 x 3 color transformation matrix for custom matrix color transformation.
Note: Depending on the camera model, some elements in the color transformation matrix may be preset and can not be changed.
</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.ColorTransformationSelectorEnum.ToString">
<summary>The full name of ColorTransformationSelector</summary>
<returns>Returns the full name of ColorTransformationSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorTransformationSelectorEnum.Name">
<summary>The full name of ColorTransformationSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorTransformationSelectorEnum.YUVtoRGB">
<summary>
<para>Matrix color transformation from RGB to YUV.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorTransformationSelectorEnum.RGBtoYUV">
<summary>
<para>Matrix color transformation from YUV to RGB.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorTransformationSelectorEnum.RGBtoRGB">
<summary>
<para>Matrix color transformation from RGB to RGB.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.ColorTransformationSelectorEnum">
<tocexclude />
<summary>Selects the matrix color transformation between color spaces.
Generally, the related color spaces are used for internal processing: The color signals provided by the sensor are transformed to the RGB color space to allow further transformations (to account for the type of light source, for color adjustment, for white balance, etc.).
The color transformation selected here does not refer to the color space selected for the transmission of image data out of the camera.
</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.BalanceRatioSelectorEnum.ToString">
<summary>The full name of BalanceRatioSelector</summary>
<returns>Returns the full name of BalanceRatioSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BalanceRatioSelectorEnum.Name">
<summary>The full name of BalanceRatioSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BalanceRatioSelectorEnum.Blue">
<summary>
<para>This enumeration value selects the blue balance ratio control for adjustment.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BalanceRatioSelectorEnum.Green">
<summary>
<para>This enumeration value selects the green balance ratio control for adjustment.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BalanceRatioSelectorEnum.Red">
<summary>
<para>This enumeration value selects the red balance ratio control for adjustment.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.BalanceRatioSelectorEnum">
<tocexclude />
<summary>This enumeration selects a balance ratio control to configuration. Once a balance ratio control has been selected, all changes to the balance ratio settings will be applied to the selected control.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.BalanceWhiteAutoEnum.ToString">
<summary>The full name of BalanceWhiteAuto</summary>
<returns>Returns the full name of BalanceWhiteAuto</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BalanceWhiteAutoEnum.Name">
<summary>The full name of BalanceWhiteAuto</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BalanceWhiteAutoEnum.Continuous">
<summary>
<para>When the 'continuous' mode of operation is selected, the parameter value is automatically adjusted while images are acquired. The repeated automatic adjustment will proceed until the 'once' mode of operation is used or until the auto function is set to 'off'.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BalanceWhiteAutoEnum.Once">
<summary>
<para>When the 'once' mode of operation is selected, the parameter value is automatically adjusted until the related image property reaches the target value. After the automatic parameter value adjustment is complete, the auto function will automatically be set to 'off' and the new parameter value will be applied to the following images.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BalanceWhiteAutoEnum.Off">
<summary>
<para>Disables the Balance White Auto function.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.BalanceWhiteAutoEnum">
<tocexclude />
<summary>The automatic white balance is a two-step process: First, the Balance Ratio Abs parameter values for red, green, and blue are each set to 1.5. Then, assuming a 'grey world' model, the Balance Ratio Abs parameter values are adjusted such that the average gray values for the 'red' and 'blue' pixels match the average gray value for the 'green' pixels.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.LightSourceSelectorEnum.ToString">
<summary>The full name of LightSourceSelector</summary>
<returns>Returns the full name of LightSourceSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LightSourceSelectorEnum.Name">
<summary>The full name of LightSourceSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LightSourceSelectorEnum.LightSource1">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LightSourceSelectorEnum.LightSource0">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LightSourceSelectorEnum.Daylight6500K">
<summary>
<para>A predefined matrix is used for matrix color transformation. The matrix is optimized for image acquisition with daylight of 6500 K.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LightSourceSelectorEnum.MicroscopeLED6000K">
<summary>
<para>The light source preset for image acquisitions with microscope LED illumination of 6000 K is set.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LightSourceSelectorEnum.MicroscopeLED5500K">
<summary>
<para>The light source preset for image acquisitions with microscope LED illumination of 5500 K is set.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LightSourceSelectorEnum.MicroscopeLED4500K">
<summary>
<para>The light source preset for image acquisitions with microscope LED illumination of 4500 K is set.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LightSourceSelectorEnum.Tungsten">
<summary>
<para>A predefined matrix is used for matrix color transformation. The matrix is optimized for image acquisition with tungsten incandescent light (3100 K).</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LightSourceSelectorEnum.Daylight">
<summary>
<para>A predefined matrix is used for matrix color transformation. The matrix is optimized for image acquisition with daylight of 5000 K.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LightSourceSelectorEnum.Custom">
<summary>
<para>Allows using a custom defined color transformation matrix.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LightSourceSelectorEnum.Off">
<summary>
<para>No matrix color transformation for specific light source is performed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.LightSourceSelectorEnum">
<tocexclude />
<summary>Selects the color transformation mode to select the type of light source to be considered for matrix color transformation.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.TestImageSelectorEnum.ToString">
<summary>The full name of TestImageSelector</summary>
<returns>Returns the full name of TestImageSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TestImageSelectorEnum.Name">
<summary>The full name of TestImageSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TestImageSelectorEnum.Testimage7">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a test image 7 pattern.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TestImageSelectorEnum.Testimage6">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a test image 6 pattern.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TestImageSelectorEnum.Testimage5">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a test image 5 pattern.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TestImageSelectorEnum.Testimage4">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a test image 4 pattern.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TestImageSelectorEnum.Testimage3">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a test image 3 pattern.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TestImageSelectorEnum.Testimage2">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a test image 2 pattern.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TestImageSelectorEnum.Testimage1">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a test image 1 pattern.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TestImageSelectorEnum.MovingDiagonalColorGradient">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a moving diagonal color gradient pattern.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TestImageSelectorEnum.MovingDiagonalGrayGradientFeatureTest_12Bit">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a 12 bit moving diagonal gray gradient feature test pattern.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TestImageSelectorEnum.MovingDiagonalGrayGradientFeatureTest_8Bit">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with an 8 bit moving diagonal gray gradient feature test pattern.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TestImageSelectorEnum.MovingDiagonalGrayGradient_12Bit">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a 12 bit moving diagonal gray gradient pattern.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TestImageSelectorEnum.MovingDiagonalGrayGradient_8Bit">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with an 8 bit moving diagonal gray gradient pattern.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TestImageSelectorEnum.FixedDiagonalGrayGradient_8Bit">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with an 8 bit fixed diagonal gray gradient pattern.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TestImageSelectorEnum.DeviceSpecific">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a camera specific pattern.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TestImageSelectorEnum.FrameCounter">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a frame counter pattern.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TestImageSelectorEnum.ColorBar">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a color bar pattern.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TestImageSelectorEnum.VerticalLineMoving">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a moving vertical line pattern.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TestImageSelectorEnum.HorzontalLineMoving">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a moving horizontal line pattern.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TestImageSelectorEnum.GreyVerticalRampMoving">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a moving vertical gray gradient pattern.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TestImageSelectorEnum.GreyHorizontalRampMoving">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a moving horizontal gray gradient pattern.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TestImageSelectorEnum.GreyVerticalRamp">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a fixed vertical gray gradient pattern.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TestImageSelectorEnum.GreyHorizontalRamp">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a fixed horizontal gray gradient pattern.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TestImageSelectorEnum.White">
<summary>
<para>This enumeration value sets the camera to generate and transmit white test images.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TestImageSelectorEnum.Black">
<summary>
<para>This enumeration value sets the camera to generate and transmit black test images.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TestImageSelectorEnum.Off">
<summary>
<para>This enumeration value sets the camera's test image generation capability to disabled.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.TestImageSelectorEnum">
<tocexclude />
<summary>This enumeration provides a list of the available test images. Selecting a test image from the list will enable the test image.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.FieldOutputModeEnum.ToString">
<summary>The full name of FieldOutputMode</summary>
<returns>Returns the full name of FieldOutputMode</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FieldOutputModeEnum.Name">
<summary>The full name of FieldOutputMode</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FieldOutputModeEnum.DeinterlacedNewFields">
<summary>
<para>Sets the mode to output a frame generated by deinterlacing field 0 and field 1 using the deinterlacer selected by feature Deinterlacer.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FieldOutputModeEnum.ConcatenatedNewFields">
<summary>
<para>Sets the mode to output a frame consisting of field 0 in the upper half and field 1 in the lower half of the frame.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FieldOutputModeEnum.Field0First">
<summary>
<para>Sets the mode to only output field 0 and field 1 in single frames. Starting with field 0.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FieldOutputModeEnum.Field1">
<summary>
<para>Sets the mode to only output field 1.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FieldOutputModeEnum.Field0">
<summary>
<para>Sets the mode to only output field 0.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.FieldOutputModeEnum">
<tocexclude />
<summary>Selects the mode to output the fields.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.SpatialCorrectionStartingLineEnum.ToString">
<summary>The full name of SpatialCorrectionStartingLine</summary>
<returns>Returns the full name of SpatialCorrectionStartingLine</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SpatialCorrectionStartingLineEnum.Name">
<summary>The full name of SpatialCorrectionStartingLine</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SpatialCorrectionStartingLineEnum.LineBlue">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SpatialCorrectionStartingLineEnum.LineGreen">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SpatialCorrectionStartingLineEnum.LineRed">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.SpatialCorrectionStartingLineEnum">
<tocexclude />
<summary>See camera users manual for information.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.PixelColorFilterEnum.ToString">
<summary>The full name of PixelColorFilter</summary>
<returns>Returns the full name of PixelColorFilter</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelColorFilterEnum.Name">
<summary>The full name of PixelColorFilter</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelColorFilterEnum.None">
<summary>
<para>This enumeration value indicates that no Bayer filter is present on the camera.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelColorFilterEnum.Bayer_BG">
<summary>
<para>This enumeration value indicates that the Bayer filter has a BG/GR alignment to the pixels in the acquired images.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelColorFilterEnum.Bayer_GR">
<summary>
<para>This enumeration value indicates that the Bayer filter has a GR/BG alignment to the pixels in the acquired images.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelColorFilterEnum.Bayer_GB">
<summary>
<para>This enumeration value indicates that the Bayer filter has a GB/RG alignment to the pixels in the acquired images.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelColorFilterEnum.Bayer_RG">
<summary>
<para>This enumeration value indicates that the Bayer filter has an RG/GB alignment to the pixels in the acquired images.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.PixelColorFilterEnum">
<tocexclude />
<summary> This is a read only feature. This enumeration provides a list of values that indicate the alignment of the camera's Bayer filter to the pixels in the acquired images.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.PixelSizeEnum.ToString">
<summary>The full name of PixelSize</summary>
<returns>Returns the full name of PixelSize</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelSizeEnum.Name">
<summary>The full name of PixelSize</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelSizeEnum.Bpp64">
<summary>
<para>This enumeration value indicates that the depth of the pixel values in the acquired images is 64 bits per pixel.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelSizeEnum.Bpp48">
<summary>
<para>This enumeration value indicates that the depth of the pixel values in the acquired images is 48 bits per pixel.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelSizeEnum.Bpp36">
<summary>
<para>This enumeration value indicates that the depth of the pixel values in the acquired images is 36 bits per pixel.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelSizeEnum.Bpp32">
<summary>
<para>This enumeration value indicates that the depth of the pixel values in the acquired images is 32 bits per pixel.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelSizeEnum.Bpp24">
<summary>
<para>This enumeration value indicates that the depth of the pixel values in the acquired images is 24 bits per pixel.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelSizeEnum.Bpp16">
<summary>
<para>This enumeration value indicates that the depth of the pixel values in the acquired images is 16 bits per pixel.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelSizeEnum.Bpp14">
<summary>
<para>This enumeration value indicates that the depth of the pixel values in the acquired images is 12 bits per pixel.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelSizeEnum.Bpp12">
<summary>
<para>This enumeration value indicates that the depth of the pixel values in the acquired images is 12 bits per pixel.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelSizeEnum.Bpp10">
<summary>
<para>This enumeration value indicates that the depth of the pixel values in the acquired images is 10 bits per pixel.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelSizeEnum.Bpp8">
<summary>
<para>This enumeration value indicates that the depth of the pixel values in the acquired images is 8 bits per pixel.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelSizeEnum.Bpp4">
<summary>
<para>This enumeration value indicates that the depth of the pixel values in the acquired images is 4 bits per pixel.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelSizeEnum.Bpp2">
<summary>
<para>This enumeration value indicates that the depth of the pixel values in the acquired images is 2 bits per pixel.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelSizeEnum.Bpp1">
<summary>
<para>This enumeration value indicates that the depth of the pixel values in the acquired images is 1 bits per pixel.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.PixelSizeEnum">
<tocexclude />
<summary>This is a read only feature. This enumeration provides a list of values that indicate the depth of the pixel values in the acquired images in bits per pixel. This value will always be coherent with the pixel format setting.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.PixelCodingEnum.ToString">
<summary>The full name of PixelCoding</summary>
<returns>Returns the full name of PixelCoding</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelCodingEnum.Name">
<summary>The full name of PixelCoding</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelCodingEnum.BayerBG10p">
<summary>
<para>This enumeration value sets the pixel format to Bayer BG 10p</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelCodingEnum.BayerGB10p">
<summary>
<para>This enumeration value sets the pixel format to Bayer GB 10p</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelCodingEnum.BayerRG10p">
<summary>
<para>This enumeration value sets the pixel format to Bayer RG 10p</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelCodingEnum.BayerGR10p">
<summary>
<para>This enumeration value sets the pixel format to Bayer GR 10p</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelCodingEnum.RGB16Planar">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelCodingEnum.RGB8Planar">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelCodingEnum.YUV444">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelCodingEnum.YUV422">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelCodingEnum.YUV411">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelCodingEnum.RGB10V2Packed">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelCodingEnum.RGB10V1Packed">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelCodingEnum.BGR16">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelCodingEnum.RGB16">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelCodingEnum.BGRA8">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelCodingEnum.RGBA8">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelCodingEnum.BGR8">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelCodingEnum.RGB8">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelCodingEnum.Raw16">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelCodingEnum.Raw8">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelCodingEnum.Mono12Packed">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelCodingEnum.Mono10Packed">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelCodingEnum.Mono16">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelCodingEnum.Mono8Signed">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelCodingEnum.Mono8">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.PixelCodingEnum">
<tocexclude />
<summary>Sets the color coding of the pixels in the acquired images</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.PixelFormatEnum.ToString">
<summary>The full name of PixelFormat</summary>
<returns>Returns the full name of PixelFormat</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.Name">
<summary>The full name of PixelFormat</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.BayerBG10p">
<summary>
<para>The pixel format is set to Bayer BG 10p.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.BayerGB10p">
<summary>
<para>The pixel format is set to Bayer GB 10p.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.BayerRG10p">
<summary>
<para>The pixel format is set to Bayer RG 10p.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.BayerGR10p">
<summary>
<para>The pixel format is set to Bayer GR 10p.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.Mono8Signed">
<summary>
<para>This enumeration value sets the pixel format to Mono 8 Signed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.RGB12V1Packed">
<summary>
<para>This enumeration value sets the pixel format to RGB 12 Packed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.BayerBG16">
<summary>
<para>This enumeration value sets the pixel format to Bayer BG 16.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.BayerGB16">
<summary>
<para>This enumeration value sets the pixel format to Bayer GB 16.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.BayerRG16">
<summary>
<para>This enumeration value sets the pixel format to Bayer RG 16.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.BayerGR16">
<summary>
<para>This enumeration value sets the pixel format to Bayer GR 16.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.BayerBG12Packed">
<summary>
<para>This enumeration value sets the pixel format to Bayer BG 12 Packed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.BayerRG12Packed">
<summary>
<para>This enumeration value sets the pixel format to Bayer RG 12 Packed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.BayerGR12Packed">
<summary>
<para>This enumeration value sets the pixel format to Bayer GR 12 Packed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.BayerGB12Packed">
<summary>
<para>This enumeration value sets the pixel format to Bayer GB 12 Packed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.YUV422_YUYV_Packed">
<summary>
<para>This enumeration value sets the pixel format to YUV 422 (YUYV) Packed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.RGB16Planar">
<summary>
<para>This enumeration value sets the pixel format to RGB 16 Planar.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.RGB12Planar">
<summary>
<para>This enumeration value sets the pixel format to RGB 12 Planar.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.RGB10Planar">
<summary>
<para>This enumeration value sets the pixel format to RGB 10 Planar. </para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.RGB8Planar">
<summary>
<para>This enumeration value sets the pixel format to RGB 8 Planar.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.YUV444Packed">
<summary>
<para>This enumeration value sets the pixel format to YUV 444 Packed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.YUV422Packed">
<summary>
<para>This enumeration value sets the pixel format to YUV 422 Packed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.YUV411Packed">
<summary>
<para>This enumeration value sets the pixel format to YUV 411 Packed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.RGB10V2Packed">
<summary>
<para>This enumeration value sets the pixel format to RGB 10V2 Packed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.RGB10V1Packed">
<summary>
<para>This enumeration value sets the pixel format to RGB 10V1 Packed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.BGR12Packed">
<summary>
<para>This enumeration value sets the pixel format to BGR 12 Packed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.RGB12Packed">
<summary>
<para>This enumeration value sets the pixel format to RGB 12 Packed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.BGR10Packed">
<summary>
<para>This enumeration value sets the pixel format to BGR 10 Packed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.RGB10Packed">
<summary>
<para>This enumeration value sets the pixel format to RGB 10 Packed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.BGRA8Packed">
<summary>
<para>This enumeration value sets the pixel format to BGRA 8 Packed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.RGBA8Packed">
<summary>
<para>This enumeration value sets the pixel format to RGBA 8 Packed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.BGR8Packed">
<summary>
<para>This enumeration value sets the pixel format to BGR 8 Packed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.RGB8Packed">
<summary>
<para>This enumeration value sets the pixel format to RGB 8 Packed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.BayerBG12">
<summary>
<para>This enumeration value sets the pixel format to Bayer BG 12.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.BayerGB12">
<summary>
<para>This enumeration value sets the pixel format to Bayer GB 12.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.BayerRG12">
<summary>
<para>This enumeration value sets the pixel format to Bayer RG 12.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.BayerGR12">
<summary>
<para>This enumeration value sets the pixel format to Bayer GR 12.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.BayerBG10">
<summary>
<para>This enumeration value sets the pixel format to Bayer BG 10.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.BayerGB10">
<summary>
<para>This enumeration value sets the pixel format to Bayer GB 10.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.BayerRG10">
<summary>
<para>This enumeration value sets the pixel format to Bayer RG 10.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.BayerGR10">
<summary>
<para>This enumeration value sets the pixel format to Bayer GR 10.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.BayerBG8">
<summary>
<para>This enumeration value sets the pixel format to Bayer BG 8.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.BayerGB8">
<summary>
<para>This enumeration value sets the pixel format to Bayer GB 8.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.BayerRG8">
<summary>
<para>This enumeration value sets the pixel format to Bayer RG 8.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.BayerGR8">
<summary>
<para>This enumeration value sets the pixel format to Bayer GR 8.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.Mono16">
<summary>
<para>This enumeration value sets the pixel format to Mono 16.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.Mono12Packed">
<summary>
<para>This enumeration value sets the pixel format to Mono 12 Packed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.Mono12">
<summary>
<para>This enumeration value sets the pixel format to Mono 12.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.Mono10p">
<summary>
<para>This enumeration value sets the pixel format to Mono 10p</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.Mono10Packed">
<summary>
<para>This enumeration value sets the pixel format to Mono 10 Packed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.Mono10">
<summary>
<para>This enumeration value sets the pixel format to Mono 10.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatEnum.Mono8">
<summary>
<para>This enumeration value sets the pixel format to Mono 8.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.PixelFormatEnum">
<tocexclude />
<summary>This enumeration sets the format of the pixel data transmitted for acquired images. </summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.SensorDigitizationTapsEnum.ToString">
<summary>The full name of SensorDigitizationTaps</summary>
<returns>Returns the full name of SensorDigitizationTaps</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SensorDigitizationTapsEnum.Name">
<summary>The full name of SensorDigitizationTaps</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SensorDigitizationTapsEnum.Four">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SensorDigitizationTapsEnum.Three">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SensorDigitizationTapsEnum.Two">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SensorDigitizationTapsEnum.One">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.SensorDigitizationTapsEnum">
<tocexclude />
<summary>This feature represents the number of digitized samples output simultaneously by the camera A/D conversion stage.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.SensorBitDepthEnum.ToString">
<summary>The full name of SensorBitDepth</summary>
<returns>Returns the full name of SensorBitDepth</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SensorBitDepthEnum.Name">
<summary>The full name of SensorBitDepth</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SensorBitDepthEnum.BitDepth16">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SensorBitDepthEnum.BitDepth14">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SensorBitDepthEnum.BitDepth12">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SensorBitDepthEnum.BitDepth10">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SensorBitDepthEnum.BitDepth8">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.SensorBitDepthEnum">
<tocexclude />
<summary>This feature selects the amount of data bits the sensor produces for one sample.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.GammaSelectorEnum.ToString">
<summary>The full name of GammaSelector</summary>
<returns>Returns the full name of GammaSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GammaSelectorEnum.Name">
<summary>The full name of GammaSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GammaSelectorEnum.sRGB">
<summary>
<para>This enumeration value selects the fixed sRGB gamma curve</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GammaSelectorEnum.User">
<summary>
<para>This enumeration value selects the the user configurable gamma curve.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.GammaSelectorEnum">
<tocexclude />
<summary>This enumeration selects the type of gamma to apply.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.BlackLevelSelectorEnum.ToString">
<summary>The full name of BlackLevelSelector</summary>
<returns>Returns the full name of BlackLevelSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BlackLevelSelectorEnum.Name">
<summary>The full name of BlackLevelSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BlackLevelSelectorEnum.Blue">
<summary>
<para>This enumeration value selects the blue black level control for adjustment.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BlackLevelSelectorEnum.Green">
<summary>
<para>This enumeration value selects the green black level control for adjustment.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BlackLevelSelectorEnum.Red">
<summary>
<para>This enumeration value selects the red black level control for adjustment.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BlackLevelSelectorEnum.Tap4">
<summary>
<para>This enumeration value selects the tap 4 black level control for adjustment.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BlackLevelSelectorEnum.Tap3">
<summary>
<para>This enumeration value selects the tap 3 black level control for adjustment.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BlackLevelSelectorEnum.Tap2">
<summary>
<para>This enumeration value selects the tap 2 black level control for adjustment.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BlackLevelSelectorEnum.Tap1">
<summary>
<para>This enumeration value selects the tap 1 black level control for adjustment.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BlackLevelSelectorEnum.DigitalAll">
<summary>
<para>This enumeration value selects all available digital black level controls for adjustment.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BlackLevelSelectorEnum.AnalogAll">
<summary>
<para>This enumeration value selects all available analog black level controls for adjustment.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BlackLevelSelectorEnum.All">
<summary>
<para>This enumeration value selects all available black level controls for adjustment.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.BlackLevelSelectorEnum">
<tocexclude />
<summary>This enumeration selects the black level control to configure. Once a black level control has been selected, all changes to the black level settings will be applied to the selected control.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.GainSelectorEnum.ToString">
<summary>The full name of GainSelector</summary>
<returns>Returns the full name of GainSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GainSelectorEnum.Name">
<summary>The full name of GainSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GainSelectorEnum.Blue">
<summary>
<para>This enumeration value selects the blue gain control for adjustment.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GainSelectorEnum.Green">
<summary>
<para>This enumeration value selects the green gain control for adjustment.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GainSelectorEnum.Red">
<summary>
<para>This enumeration value selects the red gain control for adjustment.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GainSelectorEnum.Tap4">
<summary>
<para>This enumeration value selects the tap 4 gain control for adjustment.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GainSelectorEnum.Tap3">
<summary>
<para>This enumeration value selects the tap 3 gain control for adjustment.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GainSelectorEnum.Tap2">
<summary>
<para>This enumeration value selects the tap 2 gain control for adjustment.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GainSelectorEnum.Tap1">
<summary>
<para>This enumeration value selects the tap 1 gain control for adjustment.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GainSelectorEnum.DigitalAll">
<summary>
<para>This enumeration value selects all available digital gain controls for adjustment.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GainSelectorEnum.AnalogAll">
<summary>
<para>This enumeration value selects all available analog gain controls for adjustment.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GainSelectorEnum.All">
<summary>
<para>This enumeration value selects all available gain controls for adjustment.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.GainSelectorEnum">
<tocexclude />
<summary>This enumeration selects the gain control to configure. Once a gain control has been selected, all changes to the gain settings will be applied to the selected control.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.GainAutoEnum.ToString">
<summary>The full name of GainAuto</summary>
<returns>Returns the full name of GainAuto</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GainAutoEnum.Name">
<summary>The full name of GainAuto</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GainAutoEnum.Continuous">
<summary>
<para>When the 'continuous' mode of operation is selected, the parameter value is automatically adjusted while images are acquired. The repeated automatic adjustment will proceed until the 'once' mode of operation is used or until the auto function is set to 'off'.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GainAutoEnum.Once">
<summary>
<para>When the 'once' mode of operation is selected, the parameter value is automatically adjusted until the related image property reaches the target value. After the automatic parameter value adjustment is complete, the auto function will automatically be set to 'off' and the new parameter value will be applied to the following images.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GainAutoEnum.Off">
<summary>
<para>Disables the Gain Auto function.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.GainAutoEnum">
<tocexclude />
<summary>The gain auto function automatically adjusts the Auto Gain Raw parameter value within set limits, until a target average gray value for the pixel data from Auto Function AOI1 is reached.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.SequenceAddressBitSourceEnum.ToString">
<summary>The full name of SequenceAddressBitSource</summary>
<returns>Returns the full name of SequenceAddressBitSource</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceAddressBitSourceEnum.Name">
<summary>The full name of SequenceAddressBitSource</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceAddressBitSourceEnum.VInputDecActive">
<summary>
<para>Selects Virtual Input Decoder Active as the source for the selected bit of the sequence set address.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceAddressBitSourceEnum.VInput4">
<summary>
<para>Selects Virtual Input 4 as the source for the selected bit of the sequence set address.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceAddressBitSourceEnum.VInput3">
<summary>
<para>Selects Virtual Input 3 as the source for the selected bit of the sequence set address.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceAddressBitSourceEnum.VInput2">
<summary>
<para>Selects Virtual Input 2 as the source for the selected bit of the sequence set address.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceAddressBitSourceEnum.VInput1">
<summary>
<para>Selects Virtual Input 1 as the source for the selected bit of the sequence set address.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceAddressBitSourceEnum.CC4">
<summary>
<para>Selects CC4 as the source for setting the selected bit of the sequence set address.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceAddressBitSourceEnum.CC3">
<summary>
<para>Selects CC3 as the source for setting the selected bit of the sequence set address.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceAddressBitSourceEnum.CC2">
<summary>
<para>Selects CC2 as the source for setting the selected bit of the sequence set address.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceAddressBitSourceEnum.CC1">
<summary>
<para>Selects CC1 as the source for setting the selected bit of the sequence set address.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceAddressBitSourceEnum.Line8">
<summary>
<para>Selects line 8 as the source for setting the selected bit of the sequence set address.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceAddressBitSourceEnum.Line7">
<summary>
<para>Selects line 7 as the source for setting the selected bit of the sequence set address.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceAddressBitSourceEnum.Line6">
<summary>
<para>Selects line 6 as the source for setting the selected bit of the sequence set address.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceAddressBitSourceEnum.Line5">
<summary>
<para>Selects line 5 as the source for setting the selected bit of the sequence set address.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceAddressBitSourceEnum.Line4">
<summary>
<para>Selects line 4 as the source for setting the selected bit of the sequence set address.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceAddressBitSourceEnum.Line3">
<summary>
<para>Selects line 3 as the source for setting the selected bit of the sequence set address.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceAddressBitSourceEnum.Line2">
<summary>
<para>Selects line 2 as the source for setting the selected bit of the sequence set address.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceAddressBitSourceEnum.Line1">
<summary>
<para>Selects line 1 as the source for setting the selected bit of the sequence set address.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.SequenceAddressBitSourceEnum">
<tocexclude />
<summary>Selects the source for setting the selected bit of the sequence set address.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.SequenceAddressBitSelectorEnum.ToString">
<summary>The full name of SequenceAddressBitSelector</summary>
<returns>Returns the full name of SequenceAddressBitSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceAddressBitSelectorEnum.Name">
<summary>The full name of SequenceAddressBitSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceAddressBitSelectorEnum.Bit3">
<summary>
<para>Selects bit 3 of the sequence set address.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceAddressBitSelectorEnum.Bit2">
<summary>
<para>Selects bit 2 of the sequence set address.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceAddressBitSelectorEnum.Bit1">
<summary>
<para>Selects bit 1 of the sequence set address.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceAddressBitSelectorEnum.Bit0">
<summary>
<para>Selects bit 0 of the sequence set address.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.SequenceAddressBitSelectorEnum">
<tocexclude />
<summary>Selects a bit of the sequence set address.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.SequenceControlSourceEnum.ToString">
<summary>The full name of SequenceControlSource</summary>
<returns>Returns the full name of SequenceControlSource</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceControlSourceEnum.Name">
<summary>The full name of SequenceControlSource</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceControlSourceEnum.VInputDecActive">
<summary>
<para>The source for sequence restart or sequence set advance is Virtual Input Decoder Active.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceControlSourceEnum.VInput4">
<summary>
<para>The source for sequence restart or sequence set advance is Virtual Input 4.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceControlSourceEnum.VInput3">
<summary>
<para>The source for sequence restart or sequence set advance is Virtual Input 3.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceControlSourceEnum.VInput2">
<summary>
<para>The source for sequence restart or sequence set advance is Virtual Input 2.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceControlSourceEnum.VInput1">
<summary>
<para>The source for sequence restart or sequence set advance is Virtual Input 1.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceControlSourceEnum.CC4">
<summary>
<para>The source for sequence restart or sequence set advance is CC4.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceControlSourceEnum.CC3">
<summary>
<para>The source for sequence restart or sequence set advance is CC3.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceControlSourceEnum.CC2">
<summary>
<para>The source for sequence restart or sequence set advance is CC2.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceControlSourceEnum.CC1">
<summary>
<para>The source for sequence restart or sequence set advance is CC1.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceControlSourceEnum.Line8">
<summary>
<para>The source for sequence restart or sequence set advance is line 8.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceControlSourceEnum.Line7">
<summary>
<para>The source for sequence restart or sequence set advance is line 7.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceControlSourceEnum.Line6">
<summary>
<para>The source for sequence restart or sequence set advance is line 6.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceControlSourceEnum.Line5">
<summary>
<para>The source for sequence restart or sequence set advance is line 5.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceControlSourceEnum.Line4">
<summary>
<para>The source for sequence restart or sequence set advance is line 4.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceControlSourceEnum.Line3">
<summary>
<para>The source for sequence restart or sequence set advance is line 3.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceControlSourceEnum.Line2">
<summary>
<para>The source for sequence restart or sequence set advance is line 2.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceControlSourceEnum.Line1">
<summary>
<para>The source for sequence restart or sequence set advance is line 1.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceControlSourceEnum.AlwaysActive">
<summary>
<para>Automatic sequence set advance. The sequence repeat starts with sequence set index number 1.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceControlSourceEnum.Disabled">
<summary>
<para>Advance via asynchronous advance only.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.SequenceControlSourceEnum">
<tocexclude />
<summary>Selects the source for sequence control. Possible values: Disabled - advance via asynchronous advance. Always Active - automatic sequence set advance. The sequence repeat starts with sequence set index number 1. Line N - the source for sequence restart or sequence set advance is line N. CCN - the source for sequence restart or sequence set advance is CCN.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.SequenceControlSelectorEnum.ToString">
<summary>The full name of SequenceControlSelector</summary>
<returns>Returns the full name of SequenceControlSelector</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceControlSelectorEnum.Name">
<summary>The full name of SequenceControlSelector</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceControlSelectorEnum.Advance">
<summary>
<para>Selects controls for sequence set advance. Only available in Controlled sequence advance mode.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceControlSelectorEnum.Restart">
<summary>
<para>Selects controls for sequence restart.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.SequenceControlSelectorEnum">
<tocexclude />
<summary>Selects between controls for sequence restart or sequence set advance.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.SequenceAdvanceModeEnum.ToString">
<summary>The full name of SequenceAdvanceMode</summary>
<returns>Returns the full name of SequenceAdvanceMode</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceAdvanceModeEnum.Name">
<summary>The full name of SequenceAdvanceMode</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceAdvanceModeEnum.FreeSelection">
<summary>
<para>The sequence sets are selected according to the states of the input lines as the frame triggers occur.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceAdvanceModeEnum.Controlled">
<summary>
<para>Sequence set advance controlled by settable source.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceAdvanceModeEnum.Auto">
<summary>
<para>Automatic sequence set advance as images are acquired.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.SequenceAdvanceModeEnum">
<tocexclude />
<summary>Selects the sequence set advance mode. Possible values: Auto - automatic sequence set advance as images are acquired. Controlled - sequence set advance controlled by settable source. Free selection - the sequence sets are selected according to the states of the input lines.</summary>
</member>
<member name="M:Basler.Pylon.PLGigECamera.SequenceConfigurationModeEnum.ToString">
<summary>The full name of SequenceConfigurationMode</summary>
<returns>Returns the full name of SequenceConfigurationMode</returns>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceConfigurationModeEnum.Name">
<summary>The full name of SequenceConfigurationMode</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceConfigurationModeEnum.On">
<summary>
<para>Enables the sequencer for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceConfigurationModeEnum.Off">
<summary>
<para>Disables the sequencer for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera.SequenceConfigurationModeEnum">
<tocexclude />
<summary>Enables or disables the sequencer for configuration.</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FileOperationExecute">
<summary>
<para>The File Operation Execute feature is the command that executes the operation selected by FileOperationSelector on the selected file.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FileSize">
<summary>
<para>The File Size feature represents the size of the selected file in bytes.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FileOperationResult">
<summary>
<para>The File Operation Result feature represents the file operation result. For Read or Write operations, the number of successfully read/written bytes is returned.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FileOperationStatus">
<summary>
<para>The File Operation Status feature represents the file operation execution status.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FileAccessLength">
<summary>
<para>This feature controls the mapping between the device file storage and the FileAccessBuffer.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FileAccessOffset">
<summary>
<para>This feature controls the mapping between the device file storage and the FileAccessBuffer.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FileOpenMode">
<summary>
<para>The File Open Mode feature selects the access mode in which a file is opened in the device.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FileOperationSelector">
<summary>
<para>The File Operation Selector feature selects the target operation for the selected file in the device. This Operation is executed when the FileOperationExecute feature is called.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FileSelector">
<summary>
<para>The File Selector feature selects the target file in the device.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AcquisitionStartWaitEventTimestamp">
<summary>
<para>Time stamp of the acquisition start wait event.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AcquisitionStartWaitEventStreamChannelIndex">
<summary>
<para>Stream channel index of the acquisition start wait event.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FrameStartWaitEventTimestamp">
<summary>
<para>Time stamp of the frame start wait event.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FrameStartWaitEventStreamChannelIndex">
<summary>
<para>Stream channel index of the frame start wait event.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AcquisitionWaitEventTimestamp">
<summary>
<para>This enumeration value indicates the time stamp for an acquisition wait event.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AcquisitionWaitEventStreamChannelIndex">
<summary>
<para>This enumeration Indicates the stream channel index for an acquisition wait event</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FrameWaitEventTimestamp">
<summary>
<para>This enumeration value indicates the time stamp for an frame wait event.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FrameWaitEventStreamChannelIndex">
<summary>
<para>This enumeration Indicates the stream channel index for an frame wait event</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.VirtualLine4RisingEdgeEventTimestamp">
<summary>
<para>This enumeration value indicates the time stamp for an io virtual line 4 rising edge event.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.VirtualLine4RisingEdgeEventStreamChannelIndex">
<summary>
<para>This enumeration Indicates the stream channel index for an io virtual line 4 rising edge event</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.VirtualLine3RisingEdgeEventTimestamp">
<summary>
<para>This enumeration value indicates the time stamp for an io virtual line 3 rising edge event.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.VirtualLine3RisingEdgeEventStreamChannelIndex">
<summary>
<para>This enumeration Indicates the stream channel index for an io virtual line 3 rising edge event</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.VirtualLine2RisingEdgeEventTimestamp">
<summary>
<para>This enumeration value indicates the time stamp for an io virtual line 2 rising edge event.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.VirtualLine2RisingEdgeEventStreamChannelIndex">
<summary>
<para>This enumeration Indicates the stream channel index for an io virtual line 2 rising edge event</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.VirtualLine1RisingEdgeEventTimestamp">
<summary>
<para>This enumeration value indicates the time stamp for an io virtual line 1 rising edge event.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.VirtualLine1RisingEdgeEventStreamChannelIndex">
<summary>
<para>This enumeration Indicates the stream channel index for an io virtual line 1 rising edge event</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.Line4RisingEdgeEventTimestamp">
<summary>
<para>This enumeration value indicates the time stamp for an io line 4 rising edge event.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.Line4RisingEdgeEventStreamChannelIndex">
<summary>
<para>This enumeration Indicates the stream channel index for an io line 4 rising edge event</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.Line3RisingEdgeEventTimestamp">
<summary>
<para>This enumeration value indicates the time stamp for an io line 3 rising edge event.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.Line3RisingEdgeEventStreamChannelIndex">
<summary>
<para>This enumeration Indicates the stream channel index for an io line 3 rising edge event</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.Line2RisingEdgeEventTimestamp">
<summary>
<para>This enumeration value indicates the time stamp for an io line 2 rising edge event.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.Line2RisingEdgeEventStreamChannelIndex">
<summary>
<para>This enumeration Indicates the stream channel index for an io line 2 rising edge event</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.Line1RisingEdgeEventTimestamp">
<summary>
<para>This enumeration value indicates the time stamp for an io line 1 rising edge event.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.Line1RisingEdgeEventStreamChannelIndex">
<summary>
<para>This enumeration Indicates the stream channel index for an io line 1 rising edge event</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LateActionEventTimestamp">
<summary>
<para>This enumeration value indicates the time stamp for a critical temperature event.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LateActionEventStreamChannelIndex">
<summary>
<para>This enumeration Indicates the stream channel index for a critical temperature event.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ActionLateEventTimestamp">
<summary>
<para>Time stamp of the action late event. A action late event is raised when a scheduled action command with a timestamp in the past is received.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ActionLateEventStreamChannelIndex">
<summary>
<para>Stream channel index of the action late event. A action late event is raised when a scheduled action command with a timestamp in the past is received.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.OverTemperatureEventTimestamp">
<summary>
<para>This enumeration value indicates the time stamp for an over temperature event.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.OverTemperatureEventStreamChannelIndex">
<summary>
<para>This enumeration Indicates the stream channel index for an over temperature event.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CriticalTemperatureEventTimestamp">
<summary>
<para>This enumeration value indicates the time stamp for a critical temperature event.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CriticalTemperatureEventStreamChannelIndex">
<summary>
<para>This enumeration Indicates the stream channel index for a critical temperature event.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.EventOverrunEventTimestamp">
<summary>
<para>This enumeration value indicates the time stamp for an event overrun event</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.EventOverrunEventFrameID">
<summary>
<para>This enumeration value indicates the frame ID for an event overrun event</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.EventOverrunEventStreamChannelIndex">
<summary>
<para>This enumeration value indicates the stream channel index for an event overrun event</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FrameTimeoutEventTimestamp">
<summary>
<para>This enumeration value indicates the time stamp for an frame timeout event.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FrameTimeoutEventStreamChannelIndex">
<summary>
<para>This enumeration Indicates the stream channel index for an frame timeout event</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AcquisitionStartOvertriggerEventTimestamp">
<summary>
<para>This enumeration value indicates the time stamp for an Acquisition start overtrigger event.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AcquisitionStartOvertriggerEventStreamChannelIndex">
<summary>
<para>This enumeration Indicates the stream channel index for an acquisition start overtrigger event</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AcquisitionStartEventTimestamp">
<summary>
<para>This enumeration value indicates the time stamp for an acquisition start event.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AcquisitionStartEventStreamChannelIndex">
<summary>
<para>This enumeration Indicates the stream channel index for an acquisition start event</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FrameStartEventTimestamp">
<summary>
<para>This enumeration value indicates the time stamp for an frame start event.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FrameStartEventStreamChannelIndex">
<summary>
<para>This enumeration Indicates the stream channel index for an frame start event</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FrameStartOvertriggerEventTimestamp">
<summary>
<para>This enumeration value indicates the time stamp for an frame start overtrigger event.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FrameStartOvertriggerEventStreamChannelIndex">
<summary>
<para>This enumeration Indicates the stream channel index for an frame start overtrigger event</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineStartOvertriggerEventTimestamp">
<summary>
<para>This enumeration value indicates the time stamp for an line start overtrigger event.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineStartOvertriggerEventStreamChannelIndex">
<summary>
<para>This enumeration Indicates the stream channel index for an line start overtrigger event</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExposureEndEventTimestamp">
<summary>
<para>This enumeration value indicates the time stamp for an exposure end event.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExposureEndEventFrameID">
<summary>
<para>This enumeration value indicates the frame ID for an exposure end event.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExposureEndEventStreamChannelIndex">
<summary>
<para>This enumeration value indicates the stream channel index for an exposure end event.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.EventNotification">
<summary>
<para>This enumeration sets the notification type that will be sent to the host application for the selected event.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.EventSelector">
<summary>
<para>This enumeration selects the type of event for enabling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkLineTriggerCounter">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkGainAll">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPayloadCRC16">
<summary>
<para>This integer indicates the value of CRC checksum.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkExposureTime">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkShaftEncoderCounter">
<summary>
<para>Shaft encoder counter at frame trigger</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkInputStatusAtLineTriggerValue">
<summary>
<para>Value of the status selected by 'Index'</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkInputStatusAtLineTriggerIndex">
<summary>
<para>Used to select a certain status</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkInputStatusAtLineTriggerBitsPerLine">
<summary>
<para>Number of bits per status</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkLineTriggerEndToEndCounter">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkFramesPerTriggerCounter">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkFrameTriggerCounter">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkFrameTriggerIgnoredCounter">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkLineTriggerIgnoredCounter">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkTriggerinputcounter">
<summary>
<para>This integer indicates the value of the trigger input counter when the image was acquired.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkVirtLineStatusAll">
<summary>
<para>This value is a bit field that indicates the status of all of the camera's virtual input and output lines when the image was acquired.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkLineStatusAll">
<summary>
<para>This value is a bit field that indicates the status of all of the camera's input and output lines when the image was acquired.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkFramecounter">
<summary>
<para>This integer indicates the value of the frame counter when the image was acquired.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkTimestamp">
<summary>
<para>This integer indicates the value of the timestamp when the image was acquired.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkPixelFormat">
<summary>
<para>This enumeration lists the pixel formats that can be indicated by the pixel format chunk.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkDynamicRangeMax">
<summary>
<para>This value indicates indicates the maximum possible pixel value acquired in the image</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkDynamicRangeMin">
<summary>
<para>This value indicates the minimum possible pixel value in the acquired image.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkHeight">
<summary>
<para>This value Indicates the height of the area of interest represented in the acquired image.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkWidth">
<summary>
<para>This value Indicates the width of the area of interest represented in the acquired image.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkOffsetY">
<summary>
<para>This value Indicates the Y offset of the area of interest represented in the acquired image.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkOffsetX">
<summary>
<para>This value Indicates the X offset of the area of interest represented in the acquired image.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkSequenceSetIndex">
<summary>
<para>This value indicates the sequence set index number related to the acquired image.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkStride">
<summary>
<para>This value indicates the number of bytes of data between the beginning of one line in the acquired image and the beginning of the next line in the acquired image.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkEnable">
<summary>
<para>This boolean value enables the inclusion of the selected chunk in the payload data.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkSelector">
<summary>
<para>This enumeration selects chunks for enabling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ChunkModeActive">
<summary>
<para>This boolean value enables the camera's chunk mode.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExpertFeatureEnable">
<summary>
<para>Enable the selected Feature</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExpertFeatureAccessKey">
<summary>
<para>Sets the key to access the selected feature</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExpertFeatureAccessSelector">
<summary>
<para>Selects the feature to configure. Once a feature has been selected, all changes made using the feature enable feature will be applied to the selected feature</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.Prelines">
<summary>
<para>This value sets the number of prelines.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.RemoveLimits">
<summary>
<para>Removes the factory-set limits of the selected parameter. Having removed the factory-set limits you may set the parameter within extended limits. These are only defined by technical restrictions. Note: Inferior image quality may result.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ParameterSelector">
<summary>
<para>This enumeration selects the parameter to configure. Selects the parameter to configure. Once a parameter has been selected, all changes made using the Remove Limits feature will be applied to the selected parameter</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.DeviceColorPipelineVersion">
<summary>
<para>Version of the color modifications applied to images.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ClearLastError">
<summary>
<para>Erases the last error and possibly reveals a previous error.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LastError">
<summary>
<para>Indicates the error that was detected last.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.OverTemperature">
<summary>
<para>Shows the over temperature state of the selected target</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CriticalTemperature">
<summary>
<para>Shows the over temperature state of the selected target</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TemperatureState">
<summary>
<para>Temperature State</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TemperatureAbs">
<summary>
<para>Shows the current temperature of the selected target in degrees centigrade</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TemperatureSelector">
<summary>
<para>Lists the temperature sources available for readout</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.DeviceReset">
<summary>
<para>This is a command that immediately resets and reboots the device.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.DeviceScanType">
<summary>
<para>This enumeration lists the possible scan types for the sensor in the device.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.DeviceUserID">
<summary>
<para>This is a read/write element. It is a user programmable string.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.DeviceID">
<summary>
<para>This is a read only element. It is a string that provides a unique identifier for the device such as a serial number or a GUID.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.DeviceFirmwareVersion">
<summary>
<para>This is a read only element. It is a string that indicates the version of the device's firmware and software.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.DeviceVersion">
<summary>
<para>This is a read only element. It is a string that indicates the version of the device.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.DeviceManufacturerInfo">
<summary>
<para>This is a read only element. It is a string that provides additional information from the vendor about the camera.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.DeviceModelName">
<summary>
<para>This is a read only element. It is a text description that indicates the model name of the device.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.DeviceVendorName">
<summary>
<para>This is a read only element. It is a text description that indicates the name of the device's vendor.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FeatureSet">
<summary>
<para>Selects a feature set description file.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GenicamXmlFileDefault">
<summary>
<para>If the camera contains multiple GenICam XML files, this parameter determines which of them is accessible to non-manifest-aware software accessing register address 0x0200 (first url).</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserDefinedValue">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserDefinedValueSelector">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShadingSetCreate">
<summary>
<para>ShadingSetCreate</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShadingSetActivate">
<summary>
<para>This command copies the selected shading set from the camera's non-volatile memory into the volatile memory. Shading correction is performed using the shading set in the volatile memory.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShadingSetSelector">
<summary>
<para>This enumeration selects the shading set to which the activate command will be applied.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShadingSetDefaultSelector">
<summary>
<para>This enumeration selects the shading set that will be loaded into the volatile memory during camera bootup.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShadingStatus">
<summary>
<para>This enumeratuion indicates error statuses related to shading correction.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShadingEnable">
<summary>
<para>This boolean value enables the selected kind of shading correction.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShadingSelector">
<summary>
<para>This enumeration selects the kind of shading correction.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorOverexposureCompensationAOIOffsetY">
<summary>
<para>Sets the vertical offset for the selected Color Overexposure Compensation AOI.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorOverexposureCompensationAOIOffsetX">
<summary>
<para>Sets the horizontal offset for the selected Color Overexposure Compensation AOI.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorOverexposureCompensationAOIHeight">
<summary>
<para>Sets the height for the selected Color Overexposure Compensation AOI.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorOverexposureCompensationAOIWidth">
<summary>
<para>Sets the width for the selected Color Overexposure Compensation AOI.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorOverexposureCompensationAOIFactorRaw">
<summary>
<para>Sets the raw value for the color overexposure compensation factor.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorOverexposureCompensationAOIFactor">
<summary>
<para>Sets the color overexposure compensation factor controlling the extent of compensation for the selected C.O.C. AOI.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorOverexposureCompensationAOIEnable">
<summary>
<para>Enables color overexposure compensation.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorOverexposureCompensationAOISelector">
<summary>
<para>Selcts the area of interest where color overexposure compensation will be performed. </para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoTonalRangeTargetBright">
<summary>
<para>Bright target value to be used during automatic tonal range adjustments. When you enable the Tonal Range Auto auto function, the camera sets the TonalRangeTargetBright parameter to this value. Not available if the AutoTonalRangeModeSelector parameter is set to Color.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoTonalRangeTargetDark">
<summary>
<para>Dark target value to be used during automatic tonal range adjustments. When you enable the Tonal Range Auto auto function, the camera sets the TonalRangeTargetDark parameter to this value. Not available if the AutoTonalRangeModeSelector parameter is set to Color.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoTonalRangeThresholdBrightRaw">
<summary>
<para>Threshold value from which the TonalRangeSourceBright parameter value is calculated during automatic tonal range adjustments. The parameter is expressed as a percentage of all pixels in the assigned Auto Function ROI. Example: Assume you set the AutoTonalRangeThresholdBright parameter to 0.1 and enable the Tonal Range Auto auto function. Now assume that 0.1 % of the pixels in the assigned Auto Function ROI have a pixel value greater than or equal to 240. The camera automatically detects this, sets the TonalRangeSourceBright parameter to 240, and starts tonal range adjustments.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoTonalRangeThresholdBright">
<summary>
<para>Threshold value from which the TonalRangeSourceBright parameter value is calculated during automatic tonal range adjustments. The parameter is expressed as a percentage of all pixels in the assigned Auto Function ROI. Example: Assume you set the AutoTonalRangeThresholdBright parameter to 0.1 and enable the Tonal Range Auto auto function. Now assume that 0.1 % of the pixels in the assigned Auto Function ROI have a pixel value greater than or equal to 240. The camera automatically detects this, sets the TonalRangeSourceBright parameter to 240, and starts tonal range adjustments.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoTonalRangeThresholdDarkRaw">
<summary>
<para>Threshold value from which the TonalRangeSourceDark parameter value is calculated during automatic tonal range adjustments. The parameter is expressed as a percentage of all pixels in the assigned Auto Function ROI. Example: Assume you set the AutoTonalRangeThresholdDark parameter to 0.2 and enable the Tonal Range Auto auto function. Now assume that 0.2 % of the pixels in the assigned Auto Function ROI have a pixel value lower than or equal to 30. The camera automatically detects this, sets the TonalRangeSourceDark parameter to 30, and starts tonal range adjustments.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoTonalRangeThresholdDark">
<summary>
<para>Threshold value from which the TonalRangeSourceDark parameter value is calculated during automatic tonal range adjustments. The parameter is expressed as a percentage of all pixels in the assigned Auto Function ROI. Example: Assume you set the AutoTonalRangeThresholdDark parameter to 0.2 and enable the Tonal Range Auto auto function. Now assume that 0.2 % of the pixels in the assigned Auto Function ROI have a pixel value lower than or equal to 30. The camera automatically detects this, sets the TonalRangeSourceDark parameter to 30, and starts tonal range adjustments.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoTonalRangeAdjustmentSelector">
<summary>
<para>Sets which parts of the tonal range can be adjusted.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoTonalRangeModeSelector">
<summary>
<para>Sets the kind of tonal range auto adjustment.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoFunctionAOIUsageTonalRange">
<summary>
<para>Assigns the Tonal Range Auto auto function to the currently selected auto function AOI.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoFunctionAOIUsageRedLightCorrection">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoFunctionAOIUsageWhiteBalance">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoFunctionAOIUsageIntensity">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoFunctionAOIOffsetY">
<summary>
<para>This value sets the starting line of the auto function area of interest in pixels.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoFunctionAOIOffsetX">
<summary>
<para>This value sets the starting column of the auto function area of interest in pixels.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoFunctionAOIHeight">
<summary>
<para>This value sets the height of the auto function area of interest in pixels.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoFunctionAOIWidth">
<summary>
<para>This value sets the width of the auto function area of interest in pixels.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoFunctionAOISelector">
<summary>
<para>Selects the Auto Function AOI.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoFunctionProfile">
<summary>
<para>Selects the profile for controlling gain and shutter simultaneously.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoExposureTimeAbsUpperLimit">
<summary>
<para>Upper limit of the Auto Exposure Time (Abs) [us] parameter</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoExposureTimeAbsLowerLimit">
<summary>
<para>Lower limit of the Auto Exposure Time (Abs) [us] parameter</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoGainRawUpperLimit">
<summary>
<para>Upper limit of the Auto Gain (Raw) parameter</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoGainRawLowerLimit">
<summary>
<para>Lower limit of the Auto Gain (Raw) parameter</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BalanceWhiteAdjustmentDampingRaw">
<summary>
<para>The Balance White adjustment damping parameter controls the rate by which the color components are changed when Balance White Auto is enabled.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BalanceWhiteAdjustmentDampingAbs">
<summary>
<para>The Balance White adjustment damping parameter controls the rate by which the color components are changed when Balance White Auto is enabled.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GrayValueAdjustmentDampingRaw">
<summary>
<para>The gray value adjustment damping parameter controls the rate by which pixel gray values are changed when Exposure Auto and/or Gain Auto are enabled.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GrayValueAdjustmentDampingAbs">
<summary>
<para>The gray value adjustment damping parameter controls the rate by which pixel gray values are changed when Exposure Auto and/or Gain Auto are enabled.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AutoTargetValue">
<summary>
<para>The target average grey value may range from nearly black to nearly white. Note that this range of gray values applies to 8 bit and to 16 bit (12 bit effective) output modes. Accordingly, also for 16 bit output modes, black is represented by 0 and white by 255.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.DefaultSetSelector">
<summary>
<para>Selects the which factory setting will be used as default set.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserSetDefaultSelector">
<summary>
<para>This enumeration sets the configuration set to be used as the default startup set. The configuration set that has been selected as the default startup set will be loaded as the active set whenever the camera is powered on or reset.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserSetSave">
<summary>
<para>This command copies the parameters in the current active configuration set into the selected user set in the camera's non-volatile memory.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserSetLoad">
<summary>
<para>This command loads the selected configuration set from the non-volatile memory in the camera to the volatile memory and makes the selected set the active configuration set. Once the selected set is loaded, the parameters in the selected set will control the camera.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserSetSelector">
<summary>
<para>This enumeration selects the configuration set to load, save or configure. Possible values for the User Set Selector are: Default: Selects a configuration set that contains factory settings. User Set 1: Selects the first user set. When the Default configuration set is selected and loaded using User Set Load, the device must be in default factory settings state and must make sure the mandatory continuous acquisition use case works directly. Default User Set is read-only and cannot be modified.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.DeviceRegistersStreamingEnd">
<summary>
<para>StopFeatureStreaming</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.DeviceRegistersStreamingStart">
<summary>
<para>StartFeatureStreaming</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ActionGroupMask">
<summary>
<para>Used to filter out some particular devices from the group of devices defined by the action group key.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ActionGroupKey">
<summary>
<para>Used to define a group of devices on which actions can be executed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ActionSelector">
<summary>
<para>This enumeration selects the action command to configure. Once an action command has been selected, all changes to the action command settings will be applied to the selected action command.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ActionDeviceKey">
<summary>
<para>Key to authorize the action for the device.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ActionCommandCount">
<summary>
<para>Available number of action command interfaces on the camera device.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.NumberOfActionSignals">
<summary>
<para>Number of separate action signals supported by the device. Determines how many action signals the device can handle in parallel, i.e. how many different action commands can be set up for the device.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevPTPDiagnosticsQueueSendNumFailure">
<summary>
<para>This is a read only element. Number of send failures. (The value must first be latched using the IEEE 1588 Latch command.)</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevPTPDiagnosticsQueueRxGnrlPushNumFailure">
<summary>
<para>This is a read only element. Number of push failures in RX general message queue. (The value must first be latched using the IEEE 1588 Latch command.)</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevPTPDiagnosticsQueueRxEvntPushNumFailure">
<summary>
<para>This is a read only element. Number of push failures in RX event message queue. (The value must first be latched using the IEEE 1588 Latch command.)</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevPTPDiagnosticsQueueRxGnrlMaxNumElements">
<summary>
<para>This is a read only element. Maximum number of elements in RX general message queue. (The value must first be latched using the IEEE 1588 Latch command.)</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevPTPDiagnosticsQueueRxEvntMaxNumElements">
<summary>
<para>This is a read only element. Maximum number of elements in RX event message queue. (The value must first be latched using the IEEE 1588 Latch command.)</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevIEEE1588ParentClockId">
<summary>
<para>This is a read only element. It indicates the latched parent clock ID of the IEEE 1588 device. (The parent clock ID must first be latched using the IEEE 1588 Latch command.) The parent clock ID is the clock ID of the current master clock. A clock ID is an array of eight octets which is displayed as hexadecimal number. Leading zeros are omitted.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevIEEE1588ParentClockIdHigh">
<summary>
<para>This is a read only element. It is the high part of the 1588 parent clock ID</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevIEEE1588ParentClockIdLow">
<summary>
<para>This is a read only element. It is the low part of the 1588 parent clock ID</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevIEEE1588ClockId">
<summary>
<para>This is a read only element. It indicates the latched clock ID of the IEEE 1588 device. (The clock ID must first be latched using the IEEE 1588 Latch command.) The clock ID is an array of eight octets which is displayed as hexadecimal number. Leading zeros are omitted.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevIEEE1588ClockIdHigh">
<summary>
<para>This is a read only element. It is the high part of the 1588 clock ID</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevIEEE1588ClockIdLow">
<summary>
<para>This is a read only element. It is the low part of the 1588 clock ID</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevIEEE1588OffsetFromMaster">
<summary>
<para>This is a read only element. It indicates the latched offset from the IEEE 1588 master clock in nanoseconds. (The offset must first be latched using the IEEE 1588 Latch command.)</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevIEEE1588StatusLatched">
<summary>
<para>This is a read only element. It indicates the latched state of the IEEE 1588 clock. (The state must first be latched using the IEEE 1588 Latch command.) The state is indicated by values 1 to 9, corresponding to the states INITIALIZING, FAULTY, DISABLED, LISTENING, PRE_MASTER, MASTER, PASSIVE, UNCALIBRATED, and SLAVE. Refer to the IEEE 1588 specification for additional information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevIEEE1588DataSetLatch">
<summary>
<para>This command latches the current IEEE 1588 related values of the device.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevIEEE1588Status">
<summary>
<para>Provides the state of the IEEE 1588 clock. Values of this field must match the IEEE 1588 PTP port state enumeration (INITIALIZING, FAULTY, DISABLED, LISTENING, PRE_MASTER, MASTER, PASSIVE, UNCALIBRATED, SLAVE). Please refer to IEEE 1588 for additional information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevIEEE1588">
<summary>
<para>This value indicates whether IEEE 1588 V2 (PTP) is enabled.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormatLegacy">
<summary>
<para>This switch selects a legacy GVSP pixel format encoding, for compatibility with older camera models.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TLParamsLocked">
<summary>
<para> Indicates whether a live grab is under way</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevSCPSBigEndian">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevSCPSDoNotFragment">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevSCPSFireTestPacket">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevSCPHostPort">
<summary>
<para>This value sets the port to which the device must send data streams.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevSCDA">
<summary>
<para>This value sets the stream channel destination IPv4 address for the selected stream channel. The destination can be a unicast or a multicast.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevSCPInterfaceIndex">
<summary>
<para>This value sets the index of the network interface to use.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevStreamChannelSelector">
<summary>
<para>This enumeration selects the stream channels to configure. Once a stream channel has been selected, all changes to the stream channel settings will be applied to the selected stream channel.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevCCP">
<summary>
<para>This enumeration sets the control channel privilege feature.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevTimestampValue">
<summary>
<para>This is a read only element. It indicates the latched value of the timestamp. (The timestamp must first be latched using the Timestamp Control Latch command.)</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevTimestampControlLatchReset">
<summary>
<para>This command resets the timestamp control latch.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevTimestampControlReset">
<summary>
<para>This command resets the timestamp value for the device</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevTimestampControlLatch">
<summary>
<para>This command latches the current timestamp value of the device.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevTimestampTickFrequency">
<summary>
<para>This is a read only element. It indicates the number of timestamp clock ticks in 1 second.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevHeartbeatTimeout">
<summary>
<para>This value sets the heartbeat timeout in milliseconds.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevSupportedOptionalCommandsConcatenation">
<summary>
<para>This is a read only element. It indicates whether multiple operations in a single message are supported.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevSupportedOptionalCommandsWRITEMEM">
<summary>
<para>This is a read only element. It indicates whether WRITEMEM_CMD and WRITEMEM_ACK are supported</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevSupportedOptionalCommandsPACKETRESEND">
<summary>
<para>This is a read only element. It indicates whether PACKETRESEND_CMD is supported.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevSupportedOptionalCommandsEVENT">
<summary>
<para>This is a read only element. It indicates whether EVENT_CMD and EVENT_ACK are supported.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevSupportedOptionalCommandsEVENTDATA">
<summary>
<para>This is a read only element. It indicates whether EVENTDATA_CMD and EVENTDATA_ACK are supported.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevSupportedIEEE1588">
<summary>
<para>This is a read only element. It indicates whether whether IEEE 1588 (PTP) is supported.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevSupportedOptionalLegacy16BitBlockID">
<summary>
<para>This is a read only element. It indicates whether this GVSP transmitter or rceiver can support 16-bit block_id.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevStreamChannelCount">
<summary>
<para>This is a read only element. It indicates the number of stream channels supported by the device.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevMessageChannelCount">
<summary>
<para>This is a read only element. It indicates the number of message channels supported by the device.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevNumberOfInterfaces">
<summary>
<para>This is a read only element. It indicates the number of network interfaces on the device.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevSecondURL">
<summary>
<para>This is a read only element. It indicates the second URL to the XML device description file.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevFirstURL">
<summary>
<para>This is a read only element. It indicates the first URL to the XML device description file.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevLinkCrossover">
<summary>
<para>This is a read only element. It indicates the state of medium-dependent interface crossover (MDIX) for the selected network interface.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevLinkFullDuplex">
<summary>
<para>This is a read only element. It indicates whether the selected network interface operates in full-duplex mode.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevLinkMaster">
<summary>
<para>This is a read only element. It indicates whether the selected network interface is the clock master.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevLinkSpeed">
<summary>
<para>This is a read only element. It indicates the connection speed in Mbps for the selected network interface.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevPersistentDefaultGateway">
<summary>
<para>This value sets the fixed default gateway for the selected network interface (if fixed IP addressing is supported by the device and enabled).</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevPersistentSubnetMask">
<summary>
<para>This value sets the fixed subnet mask for the selected network interface (if fixed IP addressing is supported by the device and enabled).</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevPersistentIPAddress">
<summary>
<para>This value sets the fixed IP address for the selected network interface (if fixed IP addressing is supported by the device and enabled).</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevCurrentDefaultGateway">
<summary>
<para>This is a read only element. It indicates the current default gateway for the selected network interface.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevCurrentSubnetMask">
<summary>
<para>This is a read only element. It indicates the current subnet mask for the selected network interface.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevCurrentIPAddress">
<summary>
<para>This is a read only element. It indicates the current IP address for the selected network interface.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevCurrentIPConfiguration">
<summary>
<para>This value sets the IP configuration of the selected network interface, i.e., fixed IP, DHCP, auto IP. </para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevSupportedIPConfigurationPersistentIP">
<summary>
<para>This is a read only element. It indicates whether the selected network interface supports fixed IP addressing (also known as persistent IP addressing).</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevSupportedIPConfigurationDHCP">
<summary>
<para>This is a read only element. It indicates whether the selected network interface supports DHCP IP addressing.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevSupportedIPConfigurationLLA">
<summary>
<para>This is a read only element. It indicates whether the selected network interface supports auto IP addressing (also known as LLA).</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevGVSPExtendedIDMode">
<summary>
<para>Enable extended ID mode for GVSP (64 bit block_id64, 32 bit packet_id32). This bit cannot be reset if the stream channels do not support the standard ID mode.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevMACAddress">
<summary>
<para>This is a read only element. It indicates the MAC address for the selected network interface.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevInterfaceSelector">
<summary>
<para>This selects the physical network interface to configure. Once a network interface has been selected, all changes to the network interface settings will be applied to the selected interface.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevDeviceModeCharacterSet">
<summary>
<para>This is a read only element. Its value indicates the character set. 1 = UTF8</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevDeviceModeIsBigEndian">
<summary>
<para>This is a read only element. It indicates the endianess of the bootstrap registers. True = big endian.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevVersionMinor">
<summary>
<para>This is a read only element. It indicates the minor version number of the GigE Vision specification supported by this device.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevVersionMajor">
<summary>
<para>This is a read only element. It indicates the major version number of the GigE Vision specification supported by this device.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevSCFJM">
<summary>
<para>If the Bandwidth Reserve Accumulation parameter is set to a high value, the camera can experience periods where there is a large burst of data resends. This burst of resends will delay the start of transmission of the next acquired image. The Frame Max Jitter parameter indicates the maximum time in ticks that the next frame transmission could be delayed due to a burst of resends.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevSCDCT">
<summary>
<para>This value indicates the actual bandwidth (in bytes per second) that the camera will use to transmit image data and chunk data given the current AOI settings, chunk feature settings, and the pixel format setting.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevSCDMT">
<summary>
<para>This value indicates the maximum amount of data (in bytes per second) that the camera could generate given its current settings and ideal conditions, i.e., unlimited bandwidth and no packet resends.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevSCBWA">
<summary>
<para>This value indicates the base bandwidth in bytes per second that will be used by the camera to transmit image and chunk feature data and to handle resends and control data transmissions. This parameter represents a combination of the packet size and the inter-packet delay.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevSCBWRA">
<summary>
<para>This value sets a multiplier for the Bandwidth Reserve parameter. The multiplier is used to establish an extra pool of reserved bandwidth that can be used if an unusually large burst of packet resends is needed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevSCBWR">
<summary>
<para>This value reserves a portion of Ethernet bandwidth assigned to the camera for packet resends and for the transmission of control data between the camera and the host PC. The setting is expressed as a percentage of the bandwidth assigned parameter. For example, if the Bandwidth Assigned parameter indicates that 30 MBytes/s have been assigned to the camera and the Bandwidth Reserve parameter is set to 5%, then the bandwidth reserve will be 1.5 MBytes/s.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevSCFTD">
<summary>
<para>This value sets the frame transfer delay for the selected stream channel. This value sets a delay betweem when the camera would normally begin transmitted an acquired image (frame) and when it actually begins transmitting the acquired image.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevSCPD">
<summary>
<para>This value sets a delay between the transmission of each packet for the selected stream channel. The delay is measured in ticks.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GevSCPSPacketSize">
<summary>
<para>This value sets the packet size in bytes for the selected stream channel. Excludes data leader and data trailer. (The last packet may be smaller because the packet size is not necessarily a multiple of the block size for the stream channel.)</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PayloadSize">
<summary>
<para>Size of the payload in bytes. This is the total number of bytes sent in the payload. Image data + chunk data if present. No packet headers.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LUTValue">
<summary>
<para>This value sets the value of the LUT element at the LUT index.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LUTIndex">
<summary>
<para>This value sets the LUT element to access. This value is used to index into a LUT array.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LUTEnable">
<summary>
<para>This boolean value enables the selected LUT.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LUTSelector">
<summary>
<para>This enumeration the lookup table (LUT) to configure. Once a LUT has been selected, all changes to the LUT settings will be applied to the selected LUT.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerSequenceTimerDurationRaw">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerSequenceTimerDelayRaw">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerSequenceTimerInverter">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerSequenceTimerEnable">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerSequenceTimerSelector">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerSequenceEntrySelector">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerSequenceCurrentEntryIndex">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerSequenceLastEntryIndex">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerSequenceEnable">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterReset">
<summary>
<para>This command will immediately reset the selected counter. Note that the counter starts counting immediately after the reset.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterResetSource">
<summary>
<para>This enumeration selects the source of the reset for the selected counter.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterEventSource">
<summary>
<para>This enumeration selects the event that will be the source to increment the counter.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CounterSelector">
<summary>
<para>This enumeration selects the counter to configure. Once a counter has been selected, all changes to the counter settings will be applied to the selected counter.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerTriggerActivation">
<summary>
<para>This enumeration sets the type of signal transistion that will start the timer.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerTriggerSource">
<summary>
<para>This enumeration sets the internal camera signal used to trigger the selected timer.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerDurationRaw">
<summary>
<para>This value sets an integer that will be used as a multiplier for the timer duration timebase. The actual duration time equals the current timer duration raw setting times the current timer duration time base abs setting.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerDurationAbs">
<summary>
<para>This float value sets the duration for the selected timer in microseconds.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerDelayRaw">
<summary>
<para>This value sets an integer that will be used as a multiplier for the timer delay timebase. The actual delay time equals the current timer delay raw setting times the current timer delay time base abs setting.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerDelayAbs">
<summary>
<para>This float value sets the delay for the selected timer in microseconds.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerSelector">
<summary>
<para>This enumeration selects the timer to configure. . Once a timer has been selected, all changes to the timer settings will be applied to the selected timer.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerDurationTimebaseAbs">
<summary>
<para>This float value sets the time base (in microseconds) that is used when a timer duration is set with the 'raw' setting.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TimerDelayTimebaseAbs">
<summary>
<para>This float value sets the time base (in microseconds) that is used when a timer delay is set with the 'raw' setting.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FrequencyConverterPreventOvertrigger">
<summary>
<para>This feature ensures that the multiplier sub-module does not provide a generated signal at a too high frequency that would cause camera overtriggering.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FrequencyConverterPostDivider">
<summary>
<para>Sets an integer value as the post-divider for the post-divider sub-module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FrequencyConverterMultiplier">
<summary>
<para>Sets an integer value as the multiplier for the multiplier sub-module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FrequencyConverterPreDivider">
<summary>
<para>Sets an integer value as the pre-divider for the pre-divider sub-module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FrequencyConverterSignalAlignment">
<summary>
<para>Selects the signal transition relationships between the signals received from the pre-divider sub-module and the signals generated by the multiplier sub-module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FrequencyConverterInputSource">
<summary>
<para>Selects the input source for the frequency converter module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShaftEncoderModuleReverseCounterReset">
<summary>
<para>This command resets the reverse counter of the shaft encoder module to 0 and informs the module that the current direction of conveyor movement is forward. Reset must be carried out before the first conveyor movement in the forward direction.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShaftEncoderModuleReverseCounterMax">
<summary>
<para>This integer value sets the maximum value for the reverse counter of the shaft encoder module (range: 0 to 32767).</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShaftEncoderModuleCounterReset">
<summary>
<para>This command resets the tick counter count of the shaft encoder module to 0.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShaftEncoderModuleCounterMax">
<summary>
<para>This integer value sets the maximum value for the tick counter of the shaft encoder module (range: 0 to 32767). If the tick counter is incrementing and it reaches the set maximum, it willl roll over to 0. If the tick counter is decrementing and it reaches 0, it willl roll back to the set maximum.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShaftEncoderModuleCounter">
<summary>
<para>This integer value (read only) indicates the current value of the tick counter of the shaft encoder module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShaftEncoderModuleCounterMode">
<summary>
<para>Selects the counting mode of the tick counter of the shaft encoder module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShaftEncoderModuleMode">
<summary>
<para>This enumeration value selects the circumstances for the shaft encoder module to output trigger signals.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShaftEncoderModuleLineSource">
<summary>
<para>Selects the input line as signal source for the shaft encoder module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShaftEncoderModuleLineSelector">
<summary>
<para>Selects the phase of the shaft encoder as input for the shaft encoder module.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.VInpSignalReadoutActivation">
<summary>
<para>This enumeration selects when to start the signal evaluation. The camera waits for a rising/falling edge on the input line. When the appropriate signal has been received, the camera starts evaluating the incoming bit patterns. When one bit pattern is finished, the camera waits for the next rising/falling edge to read out the next incoming bit pattern. The camera stops listening once three bits have been received.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.VInpSamplingPoint">
<summary>
<para>This integer value sets the time in microseconds that elapses between the beginning of the input bit and the time when the high/low status of the bit is evaluated. It applies to all bits.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.VInpBitLength">
<summary>
<para>This integer value sets the length of the input bit in microseconds. It applies to all bits in the signal.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.VInpSignalSource">
<summary>
<para>This enumeration selects the I/O line on which the camera receives the virtual input signal.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SyncUserOutputValueAll">
<summary>
<para>This integer value is a single bitfield that sets the state of all user settable synchronous output signals in one access.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SyncUserOutputValue">
<summary>
<para>This boolean value sets the state of the selected user settable synchronous output signal.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SyncUserOutputSelector">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserOutputValueAllMask">
<summary>
<para>This integer value defines a mask that is used when the User Output Value All setting is used to set all of the user settable output signals in one access.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserOutputValueAll">
<summary>
<para>This integer value is a single bitfield that sets the state of all user settable output signals in one access.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserOutputValue">
<summary>
<para>This boolean value sets the state of the selected user settable output signal.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.UserOutputSelector">
<summary>
<para>This enumeration selects the user settable output signal to configure. Once a user settable output signal has been selected, all changes to the user settable output signal settings will be applied to the selected user settable output signal.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineStatusAll">
<summary>
<para>This integer value is a single bitfield that indicates the current logical state of all available lines at time of polling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineStatus">
<summary>
<para>This boolean value indicates the current logical state for the selected line at the time of polling.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.MinOutPulseWidthAbs">
<summary>
<para>This float value sets the absolute value (in microseconds) for the minimum signal width of a signal that is received from the frequency converter or from the shaft encoder module and that is associated with a digital output line.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.MinOutPulseWidthRaw">
<summary>
<para>This integer value sets the raw value for the minimum signal width of a signal that is received from the frequency converter or from the shaft encoder module and that is associated with a digital output line.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineDebouncerTimeRaw">
<summary>
<para>Sets the raw value of the selected line debouncer time</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineDebouncerTimeAbs">
<summary>
<para>Sets the absolute value of the selected line debouncer time in microseconds</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineTermination">
<summary>
<para>This boolean value enables the termination resistor for the selected input line.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineInverter">
<summary>
<para>This boolean value enables the signal inverter function for the selected input or output line.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSource">
<summary>
<para>This enumeration selects the internally generated camera signal (source signal) for the selected line when the selected line is an output. </para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineFormat">
<summary>
<para>This feature controls the current electrical format of the selected physical input or output Line. Line Format can take any of the following values: No Connect: The Line is not connected. Tri-state: The Line is currently in Tri-state mode (Not driven). TTL: The Line is currently accepting or sending TTL level signals. LVDS: The Line is currently accepting or sending LVDS level signals. RS-422: The Line is currently accepting or sending RS-422 level signals. Opto-coupled: The Line is Opto-coupled. </para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineLogic">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineMode">
<summary>
<para>This feature controls whether the physical Line is used to Input or Output a signal. When a Line supports input and output mode, the default state is Input to avoid possible electrical contention. Line Mode can take any of the following values: Input: The selected physical line is used to input an electrical signal. Output: The selected physical line is used to output an electrical signal.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LineSelector">
<summary>
<para>This enumeration selects the I/O line to configure. Once a line has been selected, all changes to the line settings will be applied to the selected line.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SyncFreeRunTimerUpdate">
<summary>
<para>Activates changed settings for the synchronous free run.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SyncFreeRunTimerTriggerRateAbs">
<summary>
<para>Trigger rate for the clock synchronous trigger.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SyncFreeRunTimerStartTimeHigh">
<summary>
<para>High 32 bits of the synchronous free run trigger start time.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SyncFreeRunTimerStartTimeLow">
<summary>
<para>Low 32 bits of the synchronous free run trigger start time.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SyncFreeRunTimerEnable">
<summary>
<para>When enabled the camera triggers with the specified frame rate derived from the synchronized clock.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FrameTimeoutAbs">
<summary>
<para>Sets the frame timeout in microseconds. When the timeout expires before a frame acquisition is complete, a partial frame will be delivered.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FrameTimeoutEnable">
<summary>
<para>This boolean value enables the frame timeout. </para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AcquisitionStatus">
<summary>
<para>This feature is used to read the state (True or False) of the internal acquisition signal selected using AcquisitionStatusSelector.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AcquisitionStatusSelector">
<summary>
<para>This enumeration is used to select which internal acquisition signal to read using AcquisitionStatus.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ResultingFrameRateAbs">
<summary>
<para>Indicates the 'absolute' value of the maximum allowed acquisition frame rate. The 'absolute' value is a float value that indicates the maximum allowed acquisition frame rate in frames per second given the current settings for the area of interest, exposure time, and bandwidth.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ResultingFramePeriodAbs">
<summary>
<para>Indicates the 'absolute' value of the minimum allowed acquisition frame period. The 'absolute' value is a float value that indicates the minimum allowed acquisition frame period in microseconds given the current settings for the area of interest, exposure time, and bandwidth.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AcquisitionFrameRateAbs">
<summary>
<para>Sets the 'absolute' value of the acquisition frame rate. The 'absolute' value is a float value that sets the acquisition frame rate in frames per second.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AcquisitionFrameRateEnable">
<summary>
<para>This boolean value enables setting the camera's acquisition frame rate to a specified value.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ResultingLineRateAbs">
<summary>
<para>Indicates the 'absolute' value of the maximum allowed acquisition line rate. The 'absolute' value is a float value that indicates the maximum allowed acquisition line rate in lines per second given the current settings for the area of interest, exposure time, and bandwidth.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ResultingLinePeriodAbs">
<summary>
<para>Indicates the 'absolute' value of the minimum allowed acquisition line period. The 'absolute' value is a float value that indicates the minimum allowed acquisition line period in microseconds given the current settings for the area of interest, exposure time, and bandwidth.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AcquisitionLineRateAbs">
<summary>
<para>Sets the 'absolute' value of the acquisition line rate. The 'absolute' value is a float value that sets the acquisition line rate in lines per second.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SensorReadoutMode">
<summary>
<para>Sets the readout mode of the device</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ShutterMode">
<summary>
<para>This enumeration sets the shutter mode.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GlobalResetReleaseModeEnable">
<summary>
<para>Enable the Global Reset Release Mode</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExposureOverlapTimeMaxRaw">
<summary>
<para>This integer value sets the maximum overlap time (in raw units) of the sensor exposure with sensor readout in TriggerWidth exposure mode.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExposureOverlapTimeMaxAbs">
<summary>
<para>This float value sets the maximum overlap time (in microseconds) of the sensor exposure with sensor readout in TriggerWidth exposure mode.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExposureOverlapTimeMode">
<summary>
<para>Selects the manual or automatic control of the maximum overlap between immediately succeeding image acquisitions.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ReadoutTimeAbs">
<summary>
<para>Indicates the sensor readout time given the current settings.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExposureTimeRaw">
<summary>
<para>This value sets an integer that will be used as a multiplier for the exposure timebase. The actual exposure time equals the current exposure time raw setting times the current exposure time base abs setting.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExposureTimeBaseAbsEnable">
<summary>
<para>This value enables the use of the exposure time base.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExposureTimeBaseAbs">
<summary>
<para>This float value sets the time base (in microseconds) that is used when the exposure time is set with the 'raw' setting.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExposureTimeAbs">
<summary>
<para>This float value sets the camera's exposure time in microseconds.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExposureTimeMode">
<summary>
<para>Sets the exposure time mode.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExposureAuto">
<summary>
<para>The exposure auto function automatically adjusts the Auto Exposure Time Abs parameter value within set limits, until a target average gray value for the pixel data of the related Auto Function AOI is reached.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.InterlacedIntegrationMode">
<summary>
<para>Selects the Interlaced Integration Mode.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExposureMode">
<summary>
<para>This enumeration sets the exposure mode.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExposureStartDelayRaw">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ExposureStartDelayAbs">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerDelayLineTriggerCount">
<summary>
<para>This integer value sets the trigger delay expressed as a number of consecutive line triggers to apply after the trigger reception before effectively activating it.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerDelayAbs">
<summary>
<para>This float value sets the absolute trigger delay in microseconds to apply after the trigger reception before effectively activating it.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerDelaySource">
<summary>
<para>Selects wheter trigger delay is defined as a time interval or as a number of consecutive line triggers.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerPartialClosingFrame">
<summary>
<para>This feature determines whether a partial or a complete frame is transmitted when the frame start trigger is used with Level High or Level Low and when the frame start trigger signal transitions while the frame is still being acquired.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerActivation">
<summary>
<para>This enumeration sets the signal transition needed to activate the selected trigger.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSource">
<summary>
<para>This enumeration sets the signal source for the selected trigger.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSoftware">
<summary>
<para>This command generates a software trigger signal. The software trigger signal will be used if the trigger source is set to 'software'.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerMode">
<summary>
<para>This enumeration sets the trigger mode for the selected trigger.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerSelector">
<summary>
<para>This enumeration selects the trigger type to configure. Once a trigger type has been selected, all changes to the trigger settings will be applied to the selected trigger.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TriggerControlImplementation">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AcquisitionFrameCount">
<summary>
<para>This value sets the number of frames acquired in the multiframe acquisition mode</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AcquisitionAbort">
<summary>
<para>This command will immediately abort any image acquisition process that is currently in progress.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AcquisitionStop">
<summary>
<para>If the camera is set for continuous image acquisition and acquisition has been started, this command stops the acquisition of images.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AcquisitionStart">
<summary>
<para>This command starts the acquisition of images. If the camera is set for single frame acquisition, it will start acquisition of one frame. If the camera is set for continuous frame acquisition, it will start continuous acquisition of frames.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.AcquisitionMode">
<summary>
<para>This enumeration sets the image acquisition mode. </para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.EnableBurstAcquisition">
<summary>
<para>When enabled, the maximum frame rate onyl depends on sensor timing and timing of the trigger sequence, and not on the image transfer rate out of the camera.
Note: The maximum number of triggers within a burst sequence is limited. If the maximum number is exceeded, images may be damaged or lost.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.StackedZoneImagingZoneHeight">
<summary>
<para>Sets the height for the selected zone.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.StackedZoneImagingZoneOffsetY">
<summary>
<para>Sets the Y offset (top offset) for the selected zone.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.StackedZoneImagingZoneEnable">
<summary>
<para>Enables the selected zone.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.StackedZoneImagingIndex">
<summary>
<para>This value sets the zone to access.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.StackedZoneImagingEnable">
<summary>
<para>Enables the stacked zone imaging feature.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ROIZoneOffset">
<summary>
<para>Sets the ROI zone offset (pixels, in direction of assembly) for the previously enabled ROI zone. Equivalent to OffsetY for vertical zones.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ROIZoneSize">
<summary>
<para>Sets the ROI zone 'thickness' (pixels, in direction of assembly) for the previously enabled ROI zone. Equivalent to Height for vertical zones.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ROIZoneMode">
<summary>
<para>Provides for enabling/disabling the previously set ROI zone.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ROIZoneSelector">
<summary>
<para>Sets a ROI zone to be enabled, configured, and assembled with other ROI zones.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ScalingVerticalAbs">
<summary>
<para>This is a float value that sets the vertical scaling factor of the image.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ScalingHorizontalAbs">
<summary>
<para>This is a float value that sets the vertical scaling factor of the image.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.DecimationVertical">
<summary>
<para>Vertical sub-sampling of the image. This has the net effect of reducing the vertical resolution (height) of the image by the specified vertical decimation factor. A value of 1 indicates that the camera performs no vertical decimation.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.DecimationHorizontal">
<summary>
<para>Horizontal sub-sampling of the image. This has the net effect of reducing the horizontal resolution (width) of the image by the specified horizontal decimation factor. A value of 1 indicates that the camera performs no horizontal decimation.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BinningVertical">
<summary>
<para>Sets the number of binned adjacent vertical pixels. Their charges will be summed and reported out of the camera as a single pixel.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BinningModeVertical">
<summary>
<para>This enumeration sets the vertical binning mode.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BinningVerticalMode">
<summary>
<para>This enumeration sets the vertical binning mode.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BinningHorizontal">
<summary>
<para>Sets the number of binned adjacent horizontal pixels. Their charges will be summed and reported out of the camera as a single pixel.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BinningModeHorizontal">
<summary>
<para>This enumeration sets the horizontal binning mode.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BinningHorizontalMode">
<summary>
<para>This enumeration sets the horizontal binning mode.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LegacyBinningVertical">
<summary>
<para>This enumeration sets the vertical binning feature.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CenterY">
<summary>
<para>This feature is used to center the image vertically.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.CenterX">
<summary>
<para>This feature is used to center the image horizontally.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.OffsetY">
<summary>
<para>This value sets the Y offset (top offset) for the area of interest, i.e., the distance in pixels between the top of the sensor and the top of the image area.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.OffsetX">
<summary>
<para>This value sets the X offset (left offset) for the area of interest in pixels, i.e., the distance in pixels between the left side of the sensor and the left side of the image area.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.Height">
<summary>
<para>This value sets the height of the area of interest in pixels.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.Width">
<summary>
<para>This value sets the width of the area of interest in pixels.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TonalRangeTargetDark">
<summary>
<para>Target value at the bright end of the tonal range to which pixel values should be mapped during tonal range adjustments. When tonal range adjustments are enabled, the source and target values at the dark end are compared and the tonal range is adjusted accordingly. The kind of adjustment depends on whether you want to adjust color or contrast or both, whether you want to adjust all pixel values or, e.g., only the red pixel values, and so on.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TonalRangeTargetBright">
<summary>
<para>Target value at the dark end of the tonal range to which pixel values should be mapped during tonal range adjustments. When tonal range adjuments are enabled, the source and target values at the bright end are compared and the tonal range is adjusted accordingly. The kind of adjustment depends on whether you want to adjust color or contrast or both, whether you want to adjust all pixel values or, e.g., only the red pixel values, and so on.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TonalRangeSourceDark">
<summary>
<para>Source value for tonal range adjustments at the dark end of the tonal range. When tonal range adjustments are enabled, the source and target values are compared and the tonal range is adjusted accordingly. The kind of adjustment depends on whether you want to adjust color or contrast or both, whether you want to adjust all pixel values or, e.g., only the red pixel values, and so on.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TonalRangeSourceBright">
<summary>
<para>Source value for tonal range adjustments at the bright end of the tonal range. When tonal range adjustments are enabled, the source and target values are compared and the tonal range is adjusted accordingly. The kind of adjustment depends on whether you want to adjust color or contrast or both, whether you want to adjust all pixel values or, e.g., only the red pixel values, and so on.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TonalRangeSelector">
<summary>
<para>Sets which pixel values are used for tonal range adjustments.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TonalRangeAuto">
<summary>
<para>Sets the operation mode of the Tonal Range Auto auto function.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TonalRangeEnable">
<summary>
<para>Sets whether tonal range adjustment is used.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SharpnessEnhancementRaw">
<summary>
<para>Amount of sharpening to apply. The higher the sharpness, the more distinct the image subject's contours will be. However, too high values may result in image information loss. To enable this feature, the DemosaicingMode parameter must be set to BaslerPGI.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SharpnessEnhancementAbs">
<summary>
<para>Amount of sharpening to apply. The higher the sharpness, the more distinct the image subject's contours will be. However, too high values may result in image information loss. To enable this feature, the DemosaicingMode parameter must be set to BaslerPGI.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.NoiseReductionRaw">
<summary>
<para>Amount of noise reduction to apply. The higher the value, the less chroma noise will be visible in your images. However, too high values may result in image information loss. To enable this feature, the DemosaicingMode parameter must be set to BaslerPGI.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.NoiseReductionAbs">
<summary>
<para>Amount of noise reduction to apply. The higher the value, the less chroma noise will be visible in your images. However, too high values may result in image information loss. To enable this feature, the DemosaicingMode parameter must be set to BaslerPGI.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PgiMode">
<summary>
<para>Enables Basler PGI image optimizations.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.DemosaicingMode">
<summary>
<para>Sets the demosaicing mode.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BslContrastMode">
<summary>
<para>Sets the Contrast Mode.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BslContrastRaw">
<summary>
<para>Adjusting the contrast increases the difference between light and dark areas in the image.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BslContrast">
<summary>
<para>Adjusting the contrast increases the difference between light and dark areas in the image.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BslBrightnessRaw">
<summary>
<para>Adjusting the brightness lightens or darkens the entire image.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BslBrightness">
<summary>
<para>Adjusting the brightness lightens or darkens the entire image.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BslSaturationRaw">
<summary>
<para>Adjusting the saturation changes the intensity of the colors. A higher saturation, for example, makes colors easier to distinguish.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BslSaturation">
<summary>
<para>Adjusting the saturation changes the intensity of the colors. A higher saturation, for example, makes colors easier to distinguish.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BslHueRaw">
<summary>
<para>Adjusting the hue shifts the colors of the image. This can be useful, e.g., for correcting minor color shifts or creating false-color images.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BslHue">
<summary>
<para>Adjusting the hue shifts the colors of the image. This can be useful, e.g., for correcting minor color shifts or creating false-color images.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorAdjustmentSaturationRaw">
<summary>
<para>Sets an integer value for the adjustment of saturation of the selected color.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorAdjustmentSaturation">
<summary>
<para>Sets a floating point value for the adjustment of saturation of the selected color.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorAdjustmentHueRaw">
<summary>
<para>Sets an integer value for the adjustment of hue of the selected color.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorAdjustmentHue">
<summary>
<para>Sets a floating point value for the adjustment of hue of the selected color.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorAdjustmentSelector">
<summary>
<para>Selects the color for color adjustment.
Those colors in the image will be adjusted where the selected color predominates.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorAdjustmentReset">
<summary>
<para>Allows returning to the color adjustment settings extant before the latest changes of the settings.
This allows you undoing the latest unwanted changes of the color adjustment settings and returning to the preceding settings.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorAdjustmentEnable">
<summary>
<para>Enables color adjustment.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorTransformationMatrixFactorRaw">
<summary>
<para>Sets an integer value to define the extent to which the selected light source will be considered in color matrix transformation. If the value is set to 65536 the selected light source will be fully considered. If the value is set to 0 the selected light source will not be considered.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorTransformationMatrixFactor">
<summary>
<para>Sets a floating point value to define the extent to which the selected light source will be considered in color matrix transformation.
If the value is set to 1 the selected light source will be fully considered. If the value is set to 0 the selected light source will not be considered.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorTransformationValueRaw">
<summary>
<para>Sets an integer value for the selected element in the color transformation matrix.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorTransformationValue">
<summary>
<para>Sets a floating point value for the selected element in the color transformation matrix.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorTransformationValueSelector">
<summary>
<para>Selects the element to be entered in the 3 x 3 color transformation matrix for custom matrix color transformation.
Note: Depending on the camera model, some elements in the color transformation matrix may be preset and can not be changed.
</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ColorTransformationSelector">
<summary>
<para>Selects the matrix color transformation between color spaces.
Generally, the related color spaces are used for internal processing: The color signals provided by the sensor are transformed to the RGB color space to allow further transformations (to account for the type of light source, for color adjustment, for white balance, etc.).
The color transformation selected here does not refer to the color space selected for the transmission of image data out of the camera.
</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BalanceRatioRaw">
<summary>
<para>This value sets the selected balance ratio control as an integer.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BalanceRatioAbs">
<summary>
<para>This value sets the selected balance ratio control as a float value.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BalanceRatioSelector">
<summary>
<para>This enumeration selects a balance ratio control to configuration. Once a balance ratio control has been selected, all changes to the balance ratio settings will be applied to the selected control.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BalanceWhiteAuto">
<summary>
<para>The automatic white balance is a two-step process: First, the Balance Ratio Abs parameter values for red, green, and blue are each set to 1.5. Then, assuming a 'grey world' model, the Balance Ratio Abs parameter values are adjusted such that the average gray values for the 'red' and 'blue' pixels match the average gray value for the 'green' pixels.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BalanceWhiteReset">
<summary>
<para>Allows returning to the color adjustment settings extant before the latest changes of the settings.
This allows you undoing the latest unwanted changes of the color adjustment settings and returning to the preceding settings.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.LightSourceSelector">
<summary>
<para>Selects the color transformation mode to select the type of light source to be considered for matrix color transformation.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.HeightMax">
<summary>
<para>This is a read only element. It is an integer that indicates maximum allowed height of the image in pixels taking into account any function that may limit the allowed height.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.WidthMax">
<summary>
<para>This is a read only element. It is an integer that indicates maximum allowed width of the image in pixels taking into account any function that may limit the allowed width.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SensorHeight">
<summary>
<para>This is a read only element. It is an integer that indicates the actual height of the camera's sensor in pixels.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SensorWidth">
<summary>
<para>This is a read only element. It is an integer that indicates the actual width of the camera's sensor in pixels.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TestImageResetAndHold">
<summary>
<para>Holds all moving test images at their starting position. All test images will be displayed at their starting positions and will stay fixed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.TestImageSelector">
<summary>
<para>This enumeration provides a list of the available test images. Selecting a test image from the list will enable the test image.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.FieldOutputMode">
<summary>
<para>Selects the mode to output the fields.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ReverseY">
<summary>
<para>This feature is used to flip vertically the image sent by the device. The AOI is applied after the flipping.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ReverseX">
<summary>
<para>This feature is used to flip horizontally the image sent by the device. The AOI is applied after the flipping.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SpatialCorrectionStartingLine">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SpatialCorrectionAmount">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SpatialCorrection">
<summary>
<para>Specifies the direction of imaging and the separation (consecutive numbers) of related line captures. Related line captures will be combined.
Positive integer: The object will pass the top sensor line first.
Negative integer: The object will pass the bottom sensor line first.
In color cameras, the top sensor line is the green line, and the bottom sensor line is the blue line.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelDynamicRangeMax">
<summary>
<para>This a read only feature. It indicates the maximum possible pixel value that could be transferred from the camera.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelDynamicRangeMin">
<summary>
<para>This a read only feature. It indicates the minimum possible pixel value that could be transferred from the camera.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.ProcessedRawEnable">
<summary>
<para>Enables color improvement of RGB data and provides for their output as RGB raw data. Only available for cameras with an RGB Bayer filter.
Note: Make sure to also select a suitable raw pixel data output format.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelColorFilter">
<summary>
<para> This is a read only feature. This enumeration provides a list of values that indicate the alignment of the camera's Bayer filter to the pixels in the acquired images.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelSize">
<summary>
<para>This is a read only feature. This enumeration provides a list of values that indicate the depth of the pixel values in the acquired images in bits per pixel. This value will always be coherent with the pixel format setting.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelCoding">
<summary>
<para>Sets the color coding of the pixels in the acquired images</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.PixelFormat">
<summary>
<para>This enumeration sets the format of the pixel data transmitted for acquired images. </para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SensorDigitizationTaps">
<summary>
<para>This feature represents the number of digitized samples output simultaneously by the camera A/D conversion stage.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SensorBitDepth">
<summary>
<para>This feature selects the amount of data bits the sensor produces for one sample.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SubstrateVoltage">
<summary>
<para>This value sets the substrate voltage</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.DigitalShift">
<summary>
<para>This value sets the selected digital shift control</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.Gamma">
<summary>
<para>This feature is used to perform gamma correction of pixel intensity. This is typically used to compensate for non-linearity of the display system (such as CRT).</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GammaSelector">
<summary>
<para>This enumeration selects the type of gamma to apply.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GammaEnable">
<summary>
<para>This boolean value enables the gamma correction.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BlackLevelAbs">
<summary>
<para>This value sets the selected black level control as a float value.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BlackLevelRaw">
<summary>
<para>This value sets the selected black level control as an integer.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.BlackLevelSelector">
<summary>
<para>This enumeration selects the black level control to configure. Once a black level control has been selected, all changes to the black level settings will be applied to the selected control.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GainAbs">
<summary>
<para>Sets the 'absolute' value of the selected gain control. The 'absolute' value is a float value that sets the selected gain control in dB.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GainRaw">
<summary>
<para>Sets the 'raw' value of the selected gain control. The 'raw' value is an integer value that sets the selected gain control in units specific to the camera.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GainSelector">
<summary>
<para>This enumeration selects the gain control to configure. Once a gain control has been selected, all changes to the gain settings will be applied to the selected control.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.GainAuto">
<summary>
<para>The gain auto function automatically adjusts the Auto Gain Raw parameter value within set limits, until a target average gray value for the pixel data from Auto Function AOI1 is reached.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceAddressBitSource">
<summary>
<para>Selects the source for setting the selected bit of the sequence set address.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceAddressBitSelector">
<summary>
<para>Selects a bit of the sequence set address.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceControlSource">
<summary>
<para>Selects the source for sequence control. Possible values: Disabled - advance via asynchronous advance. Always Active - automatic sequence set advance. The sequence repeat starts with sequence set index number 1. Line N - the source for sequence restart or sequence set advance is line N. CCN - the source for sequence restart or sequence set advance is CCN.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceControlSelector">
<summary>
<para>Selects between controls for sequence restart or sequence set advance.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceAdvanceMode">
<summary>
<para>Selects the sequence set advance mode. Possible values: Auto - automatic sequence set advance as images are acquired. Controlled - sequence set advance controlled by settable source. Free selection - the sequence sets are selected according to the states of the input lines.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceSetExecutions">
<summary>
<para>Sets the number of consecutive executions per sequence cycle for the selected sequence set. Only available in Auto sequence advance mode.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceSetLoad">
<summary>
<para>Loads an existing sequence set to make it the current sequence set.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceSetStore">
<summary>
<para>Stores the current sequence set as one of the sequence sets of the sequence. Note: Storing the current sequence set will overwrite any already existing sequence set bearing the same index number. Note: The sequence set is stored in the volatile memory and will therefore be lost if the camera is reset or if power is switched off.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceSetIndex">
<summary>
<para>Selects the index number of a sequence set.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceSetTotalNumber">
<summary>
<para>Sets the total number of sequence sets in the sequence.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceAsyncAdvance">
<summary>
<para>Allows to advance from the current sequence set to the next one. The advance is asynchronous to the cameras's frame trigger. Only available in Controlled sequence advance mode.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceAsyncRestart">
<summary>
<para>Allows to restart the sequence of sequence sets to image acquisition, starting with the sequence set of lowest index number. The restart is asynchronous to the cameras's frame trigger. Only available in Auto and Controlled sequence advance mode.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceConfigurationMode">
<summary>
<para>Enables or disables the sequencer for configuration.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceCurrentSet">
<summary>
<para>Indicates the current sequence set.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLGigECamera.SequenceEnable">
<summary>
<para>Enables the existing sequence sets for image acquisition.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLGigECamera">
<summary>List of all parameter names available for GigE cameras.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbChunkData.ChunkCounterSelectorEnum.ToString">
<summary>The full name of ChunkCounterSelector</summary>
<returns>Returns the full name of ChunkCounterSelector</returns>
</member>
<member name="P:Basler.Pylon.PLUsbChunkData.ChunkCounterSelectorEnum.Name">
<summary>The full name of ChunkCounterSelector</summary>
</member>
<member name="P:Basler.Pylon.PLUsbChunkData.ChunkCounterSelectorEnum.Counter2">
<summary>
<para>Chunk data can be retrieved from counter 2.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbChunkData.ChunkCounterSelectorEnum.Counter1">
<summary>
<para>Chunk data can be retrieved from counter 1.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbChunkData.ChunkCounterSelectorEnum">
<tocexclude />
<summary>Sets which counter to retrieve chunk data from.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbChunkData.ChunkGainSelectorEnum.ToString">
<summary>The full name of ChunkGainSelector</summary>
<returns>Returns the full name of ChunkGainSelector</returns>
</member>
<member name="P:Basler.Pylon.PLUsbChunkData.ChunkGainSelectorEnum.Name">
<summary>The full name of ChunkGainSelector</summary>
</member>
<member name="P:Basler.Pylon.PLUsbChunkData.ChunkGainSelectorEnum.All">
<summary>
<para>Chunk data can be retrieved from all gain channels.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbChunkData.ChunkGainSelectorEnum">
<tocexclude />
<summary>Sets which gain channel to retrieve chunk data from.</summary>
</member>
<member name="P:Basler.Pylon.PLUsbChunkData.ChunkPayloadCRC16">
<summary>
<para>CRC checksum of the acquired image. The checksum is calculated using all of the image data and all of the appended chunks except for the checksum itself.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbChunkData.ChunkSequencerSetActive">
<summary>
<para>Index of the active sequencer set.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbChunkData.ChunkCounterValue">
<summary>
<para>Value of the selected chunk counter.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbChunkData.ChunkCounterSelector">
<summary>
<para>Sets which counter to retrieve chunk data from.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbChunkData.ChunkLineStatusAll">
<summary>
<para>A bit field that indicates the status of all of the camera's input and output lines when the image was acquired</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbChunkData.ChunkTimestamp">
<summary>
<para>Value of the timestamp when the image was acquired.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbChunkData.ChunkExposureTime">
<summary>
<para>Exposure time used to acquire the image.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbChunkData.ChunkGain">
<summary>
<para>Gain used to acquire the image.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbChunkData.ChunkGainSelector">
<summary>
<para>Sets which gain channel to retrieve chunk data from.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbChunkData">
<summary>List of all parameter names available for USB chunk data.</summary>
</member>
<member name="P:Basler.Pylon.PLUsbStream.Statistic_Last_Block_Id">
<summary>
<para>Last grabbed block ID.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbStream.Statistic_Resynchronization_Count">
<summary>
<para>Number of stream resynchronizations.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbStream.Statistic_Missed_Frame_Count">
<summary>
<para>Number of corrupt or lost frames between successfully grabbed images.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbStream.Statistic_Last_Failed_Buffer_Status_Text">
<summary>
<para>Status code of the last failed buffer.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbStream.Statistic_Last_Failed_Buffer_Status">
<summary>
<para>Status code of the last failed buffer.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbStream.Statistic_Failed_Buffer_Count">
<summary>
<para>GigE cameras: Number of buffers with at least one failed packet. A packet is considered failed if its status is not 'success'. Other cameras: Number of buffers that returned with an error status. </para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbStream.Statistic_Total_Buffer_Count">
<summary>
<para>GigE cameras: Number of frames received. Other cameras: Number of buffers processed.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbStream.TransferTimeout">
<summary>
<para>Timeout for payload and trailer transfers in milliseconds.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbStream.TransferLoopThreadPriority">
<summary>
<para>Priority of the thread that handles USB requests from the stream interface.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbStream.NumMaxQueuedUrbs">
<summary>
<para>Maximum number of USB request blocks (URBs) to be enqueued simultaneously.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbStream.MaxTransferSize">
<summary>
<para>
The default value is appropriate for most applications.
Reducing the value may cause a higher CPU load. USB host adapter drivers may require
to decrease the value in case the application fails to receive the image stream. The maximum value
for the Maximum Transfer Size depends on the operating system version and may be limited by the host adapter drivers.
</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbStream.MaxBufferSize">
<summary>
<para>Maximum size (in bytes) of a buffer used for grabbing images.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbStream.MaxNumBuffer">
<summary>
<para>Maximum number of buffers that can be used simultaneously for grabbing images.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbStream">
<summary>List of all parameter names available for the USB low level stream grabber</summary>
</member>
<member name="P:Basler.Pylon.PLUsbEventGrabber.Statistic_Last_Failed_Event_Buffer_Status">
<summary>
<para>The status code of the last failed event buffer.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbEventGrabber.Statistic_Failed_Event_Count">
<summary>
<para>The count of processed events with an error status.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbEventGrabber.Statistic_Total_Event_Count">
<summary>
<para>The total count of processed events.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbEventGrabber.TransferLoopThreadPriority">
<summary>
<para>Priority of the thread that handles USB requests from the stream interface.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbEventGrabber.NumMaxQueuedUrbs">
<summary>
<para>Maximum number of USB request blocks (URBs) to be enqueued simultaneously.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbEventGrabber.NumBuffer">
<summary>
<para>Number of Buffers that are going to be used receiving events.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbEventGrabber">
<summary>List of all parameter names available for the USB low level event grabber.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.TonalRangeSelectorEnum.ToString">
<summary>The full name of TonalRangeSelector</summary>
<returns>Returns the full name of TonalRangeSelector</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TonalRangeSelectorEnum.Name">
<summary>The full name of TonalRangeSelector</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TonalRangeSelectorEnum.Blue">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TonalRangeSelectorEnum.Green">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TonalRangeSelectorEnum.Red">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TonalRangeSelectorEnum.Sum">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.TonalRangeSelectorEnum">
<tocexclude />
<summary>See camera users manual for information.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.TonalRangeAutoEnum.ToString">
<summary>The full name of TonalRangeAuto</summary>
<returns>Returns the full name of TonalRangeAuto</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TonalRangeAutoEnum.Name">
<summary>The full name of TonalRangeAuto</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TonalRangeAutoEnum.Once">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TonalRangeAutoEnum.Off">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.TonalRangeAutoEnum">
<tocexclude />
<summary>See camera users manual for information.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.TonalRangeEnableEnum.ToString">
<summary>The full name of TonalRangeEnable</summary>
<returns>Returns the full name of TonalRangeEnable</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TonalRangeEnableEnum.Name">
<summary>The full name of TonalRangeEnable</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TonalRangeEnableEnum.On">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TonalRangeEnableEnum.Off">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.TonalRangeEnableEnum">
<tocexclude />
<summary>See camera users manual for information.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.FileOperationStatusEnum.ToString">
<summary>The full name of FileOperationStatus</summary>
<returns>Returns the full name of FileOperationStatus</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.FileOperationStatusEnum.Name">
<summary>The full name of FileOperationStatus</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.FileOperationStatusEnum.Failure">
<summary>
<para>The file operation has failed.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.FileOperationStatusEnum.Success">
<summary>
<para>The file operation was successful.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.FileOperationStatusEnum">
<tocexclude />
<summary>Returns the file operation execution status.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.FileOpenModeEnum.ToString">
<summary>The full name of FileOpenMode</summary>
<returns>Returns the full name of FileOpenMode</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.FileOpenModeEnum.Name">
<summary>The full name of FileOpenMode</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.FileOpenModeEnum.Write">
<summary>
<para>Files are opened in write-only mode.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.FileOpenModeEnum.Read">
<summary>
<para>Files are opened in read-only mode.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.FileOpenModeEnum">
<tocexclude />
<summary>Sets the access mode in which a file is opened in the device.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.FileOperationSelectorEnum.ToString">
<summary>The full name of FileOperationSelector</summary>
<returns>Returns the full name of FileOperationSelector</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.FileOperationSelectorEnum.Name">
<summary>The full name of FileOperationSelector</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.FileOperationSelectorEnum.Write">
<summary>
<para>The currently selected file can be written. When the FileOperationExecute command is executed, the camera writes FileAccessLength bytes taken from the FileAccessBuffer into the device storage at the file relative offset FileAccessOffset.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.FileOperationSelectorEnum.Read">
<summary>
<para>The currently selected file can be read. When the FileOperationExecute command is executed, the camera reads FileAccessLength bytes from the device storage at the file relative offset FileAccessOffset into FileAccessBuffer.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.FileOperationSelectorEnum.Close">
<summary>
<para>The currently selected file can be closed.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.FileOperationSelectorEnum.Open">
<summary>
<para>The currently selected file can be opened. The access mode in which the file is opened can be set using the FileOpenMode parameter.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.FileOperationSelectorEnum">
<tocexclude />
<summary>Sets the target operation for the currently selected file. After an operation has been selected, the operation can be executed using the FileOperationExecute command.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.FileSelectorEnum.ToString">
<summary>The full name of FileSelector</summary>
<returns>Returns the full name of FileSelector</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.FileSelectorEnum.Name">
<summary>The full name of FileSelector</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.FileSelectorEnum.ExpertFeature7File">
<summary>
<para>The 'Expert Feature 7 File' file is set.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.FileSelectorEnum.UserOffsetShading2">
<summary>
<para>The 'User Offset Shading 2' file is set.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.FileSelectorEnum.UserOffsetShading1">
<summary>
<para>The 'User Offset Shading 1' file is set.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.FileSelectorEnum.UserGainShading2">
<summary>
<para>The 'User Gain Shading 2' file is set.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.FileSelectorEnum.UserGainShading1">
<summary>
<para>The 'User Gain Shading 1' file is set.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.FileSelectorEnum.UserSet3">
<summary>
<para>The 'User Set 3' file is set.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.FileSelectorEnum.UserSet2">
<summary>
<para>The 'User Set 2' file is set.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.FileSelectorEnum.UserSet1">
<summary>
<para>The 'User Set 1' file is set.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.FileSelectorEnum.UserData">
<summary>
<para>The 'User Data' file is set.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.FileSelectorEnum">
<tocexclude />
<summary>Sets the target file in the device.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.ExpertFeatureAccessSelectorEnum.ToString">
<summary>The full name of ExpertFeatureAccessSelector</summary>
<returns>Returns the full name of ExpertFeatureAccessSelector</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ExpertFeatureAccessSelectorEnum.Name">
<summary>The full name of ExpertFeatureAccessSelector</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ExpertFeatureAccessSelectorEnum.ExpertFeature10">
<summary>
<para>Expert Feature 10 can be configured.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ExpertFeatureAccessSelectorEnum.ExpertFeature9">
<summary>
<para>Expert Feature 9 can be configured.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ExpertFeatureAccessSelectorEnum.ExpertFeature8">
<summary>
<para>Expert Feature 8 can be configured.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ExpertFeatureAccessSelectorEnum.ExpertFeature7">
<summary>
<para>Expert Feature 7 can be configured.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ExpertFeatureAccessSelectorEnum.ExpertFeature6">
<summary>
<para>Expert Feature 6 can be configured.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ExpertFeatureAccessSelectorEnum.ExpertFeature5">
<summary>
<para>Expert Feature 5 can be configured.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ExpertFeatureAccessSelectorEnum.ExpertFeature4">
<summary>
<para>Expert Feature 4 can be configured.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ExpertFeatureAccessSelectorEnum.ExpertFeature3">
<summary>
<para>Expert Feature 3 can be configured.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ExpertFeatureAccessSelectorEnum.ExpertFeature2">
<summary>
<para>Expert Feature 2 can be configured.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ExpertFeatureAccessSelectorEnum.ExpertFeature1">
<summary>
<para>Expert Feature 1 can be configured.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.ExpertFeatureAccessSelectorEnum">
<tocexclude />
<summary>Sets the expert feature to be configured. Once a feature has been set, all changes made using the feature enable feature will be applied to this feature.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.RemoveParameterLimitSelectorEnum.ToString">
<summary>The full name of RemoveParameterLimitSelector</summary>
<returns>Returns the full name of RemoveParameterLimitSelector</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.RemoveParameterLimitSelectorEnum.Name">
<summary>The full name of RemoveParameterLimitSelector</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.RemoveParameterLimitSelectorEnum.ExposureOverhead">
<summary>
<para>The factory limits of the ExposureOverhead parameter can be removed.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.RemoveParameterLimitSelectorEnum.AutoTargetValue">
<summary>
<para>The factory limits of the AutoTargetValue parameter can be removed.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.RemoveParameterLimitSelectorEnum.ExposureTime">
<summary>
<para>The factory limits of the ExposureTime parameter can be removed.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.RemoveParameterLimitSelectorEnum.BlackLevel">
<summary>
<para>The factory limits of the BlackLevel parameter can be removed.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.RemoveParameterLimitSelectorEnum.Gain">
<summary>
<para>The factory limits of the Gain parameter can be removed.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.RemoveParameterLimitSelectorEnum">
<tocexclude />
<summary>Sets the parameter whose factory limits should be removed. Once a parameter has been set, the factory limits can be removed using RemoveLimits.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.UserDefinedValueSelectorEnum.ToString">
<summary>The full name of UserDefinedValueSelector</summary>
<returns>Returns the full name of UserDefinedValueSelector</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserDefinedValueSelectorEnum.Name">
<summary>The full name of UserDefinedValueSelector</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserDefinedValueSelectorEnum.Value5">
<summary>
<para>The user-defined value 5 can be set or read.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserDefinedValueSelectorEnum.Value4">
<summary>
<para>The user-defined value 4 can be set or read.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserDefinedValueSelectorEnum.Value3">
<summary>
<para>The user-defined value 3 can be set or read.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserDefinedValueSelectorEnum.Value2">
<summary>
<para>The user-defined value 2 can be set or read.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserDefinedValueSelectorEnum.Value1">
<summary>
<para>The user-defined value 1 can be set or read.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.UserDefinedValueSelectorEnum">
<tocexclude />
<summary>Sets the user-defined value to set or read.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.DeviceIndicatorModeEnum.ToString">
<summary>The full name of DeviceIndicatorMode</summary>
<returns>Returns the full name of DeviceIndicatorMode</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DeviceIndicatorModeEnum.Name">
<summary>The full name of DeviceIndicatorMode</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DeviceIndicatorModeEnum.Active">
<summary>
<para>Indicators are active showing their respective status.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DeviceIndicatorModeEnum.Inactive">
<summary>
<para>Indicators are inactive (off).</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.DeviceIndicatorModeEnum">
<tocexclude />
<summary>Controls the behavior of the indicators (such as LEDs) showing the status of the device.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.TemperatureStateEnum.ToString">
<summary>The full name of TemperatureState</summary>
<returns>Returns the full name of TemperatureState</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TemperatureStateEnum.Name">
<summary>The full name of TemperatureState</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TemperatureStateEnum.Error">
<summary>
<para>Temperature state could not be retrieved.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TemperatureStateEnum.Critical">
<summary>
<para>Temperature is critical.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TemperatureStateEnum.Ok">
<summary>
<para>Temperature is normal.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.TemperatureStateEnum">
<tocexclude />
<summary>Returns the temperature state.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.DeviceTemperatureSelectorEnum.ToString">
<summary>The full name of DeviceTemperatureSelector</summary>
<returns>Returns the full name of DeviceTemperatureSelector</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DeviceTemperatureSelectorEnum.Name">
<summary>The full name of DeviceTemperatureSelector</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DeviceTemperatureSelectorEnum.Framegrabberboard">
<summary>
<para>The temperature is measured on the frame grabber board.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DeviceTemperatureSelectorEnum.Sensorboard">
<summary>
<para>The temperature is measured on the sensor board.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DeviceTemperatureSelectorEnum.Coreboard">
<summary>
<para>The temperature is measured on the core board.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.DeviceTemperatureSelectorEnum">
<tocexclude />
<summary>Sets the location within the device where the temperature will be measured. Once a location has been set, the temperature can be retrieved using the DeviceTemperature parameter.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.DeviceLinkThroughputLimitModeEnum.ToString">
<summary>The full name of DeviceLinkThroughputLimitMode</summary>
<returns>Returns the full name of DeviceLinkThroughputLimitMode</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DeviceLinkThroughputLimitModeEnum.Name">
<summary>The full name of DeviceLinkThroughputLimitMode</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DeviceLinkThroughputLimitModeEnum.On">
<summary>
<para>The device link throughput limit feature is enabled.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DeviceLinkThroughputLimitModeEnum.Off">
<summary>
<para>The device link throughput limit feature is disabled.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.DeviceLinkThroughputLimitModeEnum">
<tocexclude />
<summary>Controls if the device link throughput limit is active. When disabled, lower level throughput limit specific features are expected to control the throughput. When enabled, the device link throughput limit controls the overall throughput.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.DeviceScanTypeEnum.ToString">
<summary>The full name of DeviceScanType</summary>
<returns>Returns the full name of DeviceScanType</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DeviceScanTypeEnum.Name">
<summary>The full name of DeviceScanType</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DeviceScanTypeEnum.Linescan">
<summary>
<para>The device has a line scan sensor.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DeviceScanTypeEnum.Areascan">
<summary>
<para>The device has an area scan sensor.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.DeviceScanTypeEnum">
<tocexclude />
<summary>Returns the scan type of the device's sensor (area or line scan).</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.BslUSBSpeedModeEnum.ToString">
<summary>The full name of BslUSBSpeedMode</summary>
<returns>Returns the full name of BslUSBSpeedMode</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BslUSBSpeedModeEnum.Name">
<summary>The full name of BslUSBSpeedMode</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BslUSBSpeedModeEnum.SuperSpeed">
<summary>
<para>The USB port is operating at SuperSpeed, as specified in the USB standard.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BslUSBSpeedModeEnum.HighSpeed">
<summary>
<para>The USB port is operating at High Speed, as specified in the USB standard.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BslUSBSpeedModeEnum.FullSpeed">
<summary>
<para>The USB port is operating at Full Speed, as specified in the USB standard.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BslUSBSpeedModeEnum.LowSpeed">
<summary>
<para>The USB port is operating at Low Speed, as specified in the USB standard.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.BslUSBSpeedModeEnum">
<tocexclude />
<summary>Returns the speed mode of the USB port.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.EventNotificationEnum.ToString">
<summary>The full name of EventNotification</summary>
<returns>Returns the full name of EventNotification</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventNotificationEnum.Name">
<summary>The full name of EventNotification</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventNotificationEnum.On">
<summary>
<para>Event notifications are enabled.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventNotificationEnum.Off">
<summary>
<para>Event notifications are disabled.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.EventNotificationEnum">
<tocexclude />
<summary>Enables event notifications for the currently selected event. The event can selected using the EventSelector parameter.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.EventSelectorEnum.ToString">
<summary>The full name of EventSelector</summary>
<returns>Returns the full name of EventSelector</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventSelectorEnum.Name">
<summary>The full name of EventSelector</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventSelectorEnum.FrameBurstStartWait">
<summary>
<para>Event notifications for the frame burst start wait event can be enabled.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventSelectorEnum.FrameStartWait">
<summary>
<para>Event notifications for the frame start wait event can be enabled.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventSelectorEnum.OverTemperature">
<summary>
<para>Event notifications for the over temperature event can be enabled.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventSelectorEnum.CriticalTemperature">
<summary>
<para>Event notifications for the critical temperature event can be enabled.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventSelectorEnum.FrameBurstStartOvertrigger">
<summary>
<para>Event notifications for the frame burst start overtrigger event can be enabled.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventSelectorEnum.FrameStartOvertrigger">
<summary>
<para>Event notifications for the frame start overtrigger event can be enabled.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventSelectorEnum.FrameBurstStart">
<summary>
<para>Event notifications for the frame burst start event can be enabled.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventSelectorEnum.FrameStart">
<summary>
<para>Event notifications for the frame start event can be enabled.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventSelectorEnum.ExposureEnd">
<summary>
<para>Event notifications for the exposure end event can be enabled.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.EventSelectorEnum">
<tocexclude />
<summary>Sets the event notification to be enabled. Once an event notification has been set, the notification can be enabled using the EventNotification parameter.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.ChunkCounterSelectorEnum.ToString">
<summary>The full name of ChunkCounterSelector</summary>
<returns>Returns the full name of ChunkCounterSelector</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ChunkCounterSelectorEnum.Name">
<summary>The full name of ChunkCounterSelector</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ChunkCounterSelectorEnum.Counter2">
<summary>
<para>Chunk data can be retrieved from counter 2.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ChunkCounterSelectorEnum.Counter1">
<summary>
<para>Chunk data can be retrieved from counter 1.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.ChunkCounterSelectorEnum">
<tocexclude />
<summary>Sets which counter to retrieve chunk data from.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.ChunkGainSelectorEnum.ToString">
<summary>The full name of ChunkGainSelector</summary>
<returns>Returns the full name of ChunkGainSelector</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ChunkGainSelectorEnum.Name">
<summary>The full name of ChunkGainSelector</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ChunkGainSelectorEnum.All">
<summary>
<para>Chunk data can be retrieved from all gain channels.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.ChunkGainSelectorEnum">
<tocexclude />
<summary>Sets which gain channel to retrieve chunk data from.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.ChunkSelectorEnum.ToString">
<summary>The full name of ChunkSelector</summary>
<returns>Returns the full name of ChunkSelector</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ChunkSelectorEnum.Name">
<summary>The full name of ChunkSelector</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ChunkSelectorEnum.PayloadCRC16">
<summary>
<para>The CRC checksum chunk can be enabled.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ChunkSelectorEnum.SequencerSetActive">
<summary>
<para>The sequencer set active chunk can be enabled.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ChunkSelectorEnum.CounterValue">
<summary>
<para>The counter value chunk can be enabled.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ChunkSelectorEnum.LineStatusAll">
<summary>
<para>The line status all chunk can be enabled.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ChunkSelectorEnum.Timestamp">
<summary>
<para>The timestamp chunk can be enabled.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ChunkSelectorEnum.ExposureTime">
<summary>
<para>The exposure time chunk can be enabled.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ChunkSelectorEnum.Gain">
<summary>
<para>The gain chunk can be enabled.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ChunkSelectorEnum.Image">
<summary>
<para>The image chunk can be enabled.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.ChunkSelectorEnum">
<tocexclude />
<summary>Sets the chunk to be enabled. Once a chunk has been set, the chunk can be enabled using the ChunkEnable parameter.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.UserSetDefaultEnum.ToString">
<summary>The full name of UserSetDefault</summary>
<returns>Returns the full name of UserSetDefault</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserSetDefaultEnum.Name">
<summary>The full name of UserSetDefault</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserSetDefaultEnum.LightMicroscopy">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserSetDefaultEnum.UserSet3">
<summary>
<para>User set 3 is set as the startup set.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserSetDefaultEnum.UserSet2">
<summary>
<para>User set 2 is set as the startup set.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserSetDefaultEnum.UserSet1">
<summary>
<para>User set 1 is set as the startup set.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserSetDefaultEnum.ColorRaw">
<summary>
<para>The factory set disabling color adjustments is set as the startup set.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserSetDefaultEnum.Color">
<summary>
<para>The factory set enabling color adjustments is set as the startup set.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserSetDefaultEnum.AutoFunctions">
<summary>
<para>The factory set enabling auto functions is set as the startup set.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserSetDefaultEnum.HighGain">
<summary>
<para>The high gain factory set is set as the startup set.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserSetDefaultEnum.Default">
<summary>
<para>The default factory set is set as the as the startup set.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.UserSetDefaultEnum">
<tocexclude />
<summary>Sets the user set or the factory set to be used as the startup set. The startup set will be loaded as the active set whenever the camera is powered on or reset.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.UserSetSelectorEnum.ToString">
<summary>The full name of UserSetSelector</summary>
<returns>Returns the full name of UserSetSelector</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserSetSelectorEnum.Name">
<summary>The full name of UserSetSelector</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserSetSelectorEnum.LightMicroscopy">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserSetSelectorEnum.UserSet3">
<summary>
<para>User set 3 can be saved, loaded, or configured.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserSetSelectorEnum.UserSet2">
<summary>
<para>User set 2 can be saved, loaded, or configured.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserSetSelectorEnum.UserSet1">
<summary>
<para>User set 1 can be saved, loaded, or configured.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserSetSelectorEnum.ColorRaw">
<summary>
<para>The factory set disabling color adjustments can be loaded.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserSetSelectorEnum.Color">
<summary>
<para>The factory set enabling color adjustments can be loaded.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserSetSelectorEnum.AutoFunctions">
<summary>
<para>The factory set enabling auto functions can be loaded.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserSetSelectorEnum.HighGain">
<summary>
<para>The high gain factory set can be loaded.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserSetSelectorEnum.Default">
<summary>
<para>The default factory set can be loaded.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.UserSetSelectorEnum">
<tocexclude />
<summary>Sets the user set or the factory set to load, save or configure.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.CounterResetActivationEnum.ToString">
<summary>The full name of CounterResetActivation</summary>
<returns>Returns the full name of CounterResetActivation</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CounterResetActivationEnum.Name">
<summary>The full name of CounterResetActivation</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CounterResetActivationEnum.LevelLow">
<summary>
<para>The counter resets as long as the selected signal level is low.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CounterResetActivationEnum.LevelHigh">
<summary>
<para>The counter resets as long as the selected signal level is high.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CounterResetActivationEnum.AnyEdge">
<summary>
<para>The counter resets on the falling or rising edge of the selected signal.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CounterResetActivationEnum.FallingEdge">
<summary>
<para>The counter resets on the falling edge of the signal.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CounterResetActivationEnum.RisingEdge">
<summary>
<para>The counter resets on the rising edge of the signal.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.CounterResetActivationEnum">
<tocexclude />
<summary>Sets the signal on which the counter will be reset.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.CounterResetSourceEnum.ToString">
<summary>The full name of CounterResetSource</summary>
<returns>Returns the full name of CounterResetSource</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CounterResetSourceEnum.Name">
<summary>The full name of CounterResetSource</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CounterResetSourceEnum.Counter4End">
<summary>
<para>The selected counter can be reset by a counter end 4 signal.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CounterResetSourceEnum.Counter3End">
<summary>
<para>The selected counter can be reset by a counter end 3 signal.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CounterResetSourceEnum.Counter2End">
<summary>
<para>The selected counter can be reset by a counter end 2 signal.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CounterResetSourceEnum.Counter1End">
<summary>
<para>The selected counter can be reset by a counter end 1 signal.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CounterResetSourceEnum.Line4">
<summary>
<para>The selected counter can be reset by a signal applied to Line 4.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CounterResetSourceEnum.Line3">
<summary>
<para>The selected counter can be reset by a signal applied to Line 3.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CounterResetSourceEnum.Line2">
<summary>
<para>The selected counter can be reset by a signal applied to Line 2.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CounterResetSourceEnum.Line1">
<summary>
<para>The selected counter can be reset by a signal applied to Line 1.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CounterResetSourceEnum.Software">
<summary>
<para>The selected counter can be reset by a software command.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CounterResetSourceEnum.Off">
<summary>
<para>The counter reset is disabled.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.CounterResetSourceEnum">
<tocexclude />
<summary>Sets the source signal that can reset the currently selected counter.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.CounterEventSourceEnum.ToString">
<summary>The full name of CounterEventSource</summary>
<returns>Returns the full name of CounterEventSource</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CounterEventSourceEnum.Name">
<summary>The full name of CounterEventSource</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CounterEventSourceEnum.Counter3End">
<summary>
<para>The selected counter counts the number of counter 3 end events.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CounterEventSourceEnum.Counter2End">
<summary>
<para>The selected counter counts the number of counter 2 end events.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CounterEventSourceEnum.Counter1End">
<summary>
<para>The selected counter counts the number of counter 1 end events.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CounterEventSourceEnum.FrameStart">
<summary>
<para>The selected counter counts the number of Frame Start events.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CounterEventSourceEnum.FrameTrigger">
<summary>
<para>The selected counter counts the number of Frame Trigger events.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.CounterEventSourceEnum">
<tocexclude />
<summary>Sets the event that increments the currently selected counter.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.CounterSelectorEnum.ToString">
<summary>The full name of CounterSelector</summary>
<returns>Returns the full name of CounterSelector</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CounterSelectorEnum.Name">
<summary>The full name of CounterSelector</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CounterSelectorEnum.Counter2">
<summary>
<para>Counter 2 can be configured.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CounterSelectorEnum.Counter1">
<summary>
<para>Counter 1 can be configured.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.CounterSelectorEnum">
<tocexclude />
<summary>Sets the counter to be configured. Once a counter has been set, all changes to the counter settings will be applied to this counter.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.TimerTriggerSourceEnum.ToString">
<summary>The full name of TimerTriggerSource</summary>
<returns>Returns the full name of TimerTriggerSource</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TimerTriggerSourceEnum.Name">
<summary>The full name of TimerTriggerSource</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TimerTriggerSourceEnum.FlashWindowStart">
<summary>
<para>The timer can be triggered by the flash window start signal.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TimerTriggerSourceEnum.ExposureStart">
<summary>
<para>The timer can be triggered by the exposure start signal.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.TimerTriggerSourceEnum">
<tocexclude />
<summary>Sets the internal camera signal used to trigger the selected timer.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.TimerSelectorEnum.ToString">
<summary>The full name of TimerSelector</summary>
<returns>Returns the full name of TimerSelector</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TimerSelectorEnum.Name">
<summary>The full name of TimerSelector</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TimerSelectorEnum.Timer1">
<summary>
<para>Timer 1 can be configured.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.TimerSelectorEnum">
<tocexclude />
<summary>Sets the timer to be configured.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.SoftwareSignalSelectorEnum.ToString">
<summary>The full name of SoftwareSignalSelector</summary>
<returns>Returns the full name of SoftwareSignalSelector</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SoftwareSignalSelectorEnum.Name">
<summary>The full name of SoftwareSignalSelector</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SoftwareSignalSelectorEnum.SoftwareSignal4">
<summary>
<para>Software signal 4 can be controlled.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SoftwareSignalSelectorEnum.SoftwareSignal3">
<summary>
<para>Software signal 3 can be controlled.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SoftwareSignalSelectorEnum.SoftwareSignal2">
<summary>
<para>Software signal 2 can be controlled.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SoftwareSignalSelectorEnum.SoftwareSignal1">
<summary>
<para>Software signal 1 can be controlled.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.SoftwareSignalSelectorEnum">
<tocexclude />
<summary>Sets the software signal to control.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.UserOutputSelectorEnum.ToString">
<summary>The full name of UserOutputSelector</summary>
<returns>Returns the full name of UserOutputSelector</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserOutputSelectorEnum.Name">
<summary>The full name of UserOutputSelector</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserOutputSelectorEnum.UserOutput3">
<summary>
<para>User settable output signal 3 can be configured.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserOutputSelectorEnum.UserOutput2">
<summary>
<para>User settable output signal 2 can be configured.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserOutputSelectorEnum.UserOutput1">
<summary>
<para>User settable output signal 1 can be configured.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserOutputSelectorEnum.UserOutput0">
<summary>
<para>User settable output signal 0 can be configured.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.UserOutputSelectorEnum">
<tocexclude />
<summary>Sets the user settable output signal to be configured. Once a user settable output signal has been set, all changes to the user settable output signal settings will be applied to the selected user settable output signal.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.LineSourceEnum.ToString">
<summary>The full name of LineSource</summary>
<returns>Returns the full name of LineSource</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineSourceEnum.Name">
<summary>The full name of LineSource</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineSourceEnum.UserOutput4">
<summary>
<para>The User Output 4 bit state as defined by its current UserOutputValue.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineSourceEnum.FlashWindow">
<summary>
<para>The source signal for the currently selected line is set to the flash window signal.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineSourceEnum.UserOutput3">
<summary>
<para>Sets the source signal for the selected output line to user settable output signal 3.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineSourceEnum.UserOutput2">
<summary>
<para>Sets the source signal for the selected output line to user settable output signal 2.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineSourceEnum.UserOutput1">
<summary>
<para>Sets the source signal for the selected output line to user settable output signal 1.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineSourceEnum.UserOutput0">
<summary>
<para>Sets the source signal for the selected output line to user settable output signal 0.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineSourceEnum.Timer1Active">
<summary>
<para>Sets the source signal for the selected output line to timer 1 active.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineSourceEnum.FrameBurstTriggerWait">
<summary>
<para>The source signal for the currently selected line is set to the frame burst trigger wait signal.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineSourceEnum.FrameTriggerWait">
<summary>
<para>The source signal for the currently selected line is set to the frame trigger wait signal.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineSourceEnum.ExposureActive">
<summary>
<para>The source signal for the currently selected line is set to the exposure active signal.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineSourceEnum.Off">
<summary>
<para>No source signal is set for the currently selected line.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.LineSourceEnum">
<tocexclude />
<summary>Sets the source signal for the currently selected line. The currently selected line must be an output line.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.LineLogicEnum.ToString">
<summary>The full name of LineLogic</summary>
<returns>Returns the full name of LineLogic</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineLogicEnum.Name">
<summary>The full name of LineLogic</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineLogicEnum.Negative">
<summary>
<para>The line logic of the currently selected line is negative.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineLogicEnum.Positive">
<summary>
<para>The line logic of the currently selected line is positive.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.LineLogicEnum">
<tocexclude />
<summary>Returns the line logic of the currently selected line.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.LineFormatEnum.ToString">
<summary>The full name of LineFormat</summary>
<returns>Returns the full name of LineFormat</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineFormatEnum.Name">
<summary>The full name of LineFormat</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineFormatEnum.LVTTL">
<summary>
<para>The line is currently accepting or sending LVTTL level signals.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineFormatEnum.OptoCoupled">
<summary>
<para>The line is opto-coupled.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineFormatEnum.RS422">
<summary>
<para>The line is currently accepting or sending RS-422 level signals.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineFormatEnum.LVDS">
<summary>
<para>The line is currently accepting or sending LVDS level signals.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineFormatEnum.TTL">
<summary>
<para>The line is currently accepting or sending TTL level signals.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineFormatEnum.TriState">
<summary>
<para>The line is currently in tri-state mode (not driven).</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineFormatEnum.NoConnect">
<summary>
<para>The line is not connected.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.LineFormatEnum">
<tocexclude />
<summary>Returns the electrical configuration of the currently selected line.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.LineModeEnum.ToString">
<summary>The full name of LineMode</summary>
<returns>Returns the full name of LineMode</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineModeEnum.Name">
<summary>The full name of LineMode</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineModeEnum.Output">
<summary>
<para>The selected physical line can be used to output an electrical signal.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineModeEnum.Input">
<summary>
<para>The selected physical line can be used to input an electrical signal.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.LineModeEnum">
<tocexclude />
<summary>Sets the mode for the selected line. This controls whether the physical line is used to input or output a signal.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.LineSelectorEnum.ToString">
<summary>The full name of LineSelector</summary>
<returns>Returns the full name of LineSelector</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineSelectorEnum.Name">
<summary>The full name of LineSelector</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineSelectorEnum.Line4">
<summary>
<para>Line 4 can be configured.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineSelectorEnum.Line3">
<summary>
<para>Line 3 can be configured.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineSelectorEnum.Line2">
<summary>
<para>Line 2 can be configured.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineSelectorEnum.Line1">
<summary>
<para>Line 1 can be configured.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.LineSelectorEnum">
<tocexclude />
<summary>Sets the I/O line to be configured. Once a line has been set, all changes to the line settings will be applied to the selected line.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.LUTSelectorEnum.ToString">
<summary>The full name of LUTSelector</summary>
<returns>Returns the full name of LUTSelector</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LUTSelectorEnum.Name">
<summary>The full name of LUTSelector</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LUTSelectorEnum.Luminance">
<summary>
<para>The luminance lookup table can be configured.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.LUTSelectorEnum">
<tocexclude />
<summary>Sets the lookup table (LUT) to be configured. Once a LUT has been selected, all changes to the LUT settings will be applied to the selected LUT.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.AutoTonalRangeAdjustmentSelectorEnum.ToString">
<summary>The full name of AutoTonalRangeAdjustmentSelector</summary>
<returns>Returns the full name of AutoTonalRangeAdjustmentSelector</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoTonalRangeAdjustmentSelectorEnum.Name">
<summary>The full name of AutoTonalRangeAdjustmentSelector</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoTonalRangeAdjustmentSelectorEnum.Dark">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoTonalRangeAdjustmentSelectorEnum.Bright">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoTonalRangeAdjustmentSelectorEnum.DarkAndBright">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.AutoTonalRangeAdjustmentSelectorEnum">
<tocexclude />
<summary>See camera users manual for information.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.AutoTonalRangeModeSelectorEnum.ToString">
<summary>The full name of AutoTonalRangeModeSelector</summary>
<returns>Returns the full name of AutoTonalRangeModeSelector</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoTonalRangeModeSelectorEnum.Name">
<summary>The full name of AutoTonalRangeModeSelector</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoTonalRangeModeSelectorEnum.Contrast">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoTonalRangeModeSelectorEnum.Color">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoTonalRangeModeSelectorEnum.ColorAndContrast">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.AutoTonalRangeModeSelectorEnum">
<tocexclude />
<summary>See camera users manual for information.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.AutoFunctionAOISelectorEnum.ToString">
<summary>The full name of AutoFunctionAOISelector</summary>
<returns>Returns the full name of AutoFunctionAOISelector</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoFunctionAOISelectorEnum.Name">
<summary>The full name of AutoFunctionAOISelector</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoFunctionAOISelectorEnum.AOI2">
<summary>
<para>Auto function AOI 2 can be adjusted. AOI 2 is used by the Balance White Auto function.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoFunctionAOISelectorEnum.AOI1">
<summary>
<para>Auto function AOI 1 can be adjusted. AOI 1 is used by the Gain Auto and Exposure Auto functions.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.AutoFunctionAOISelectorEnum">
<tocexclude />
<summary>Sets which auto function AOI can be adjusted.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.AutoFunctionROISelectorEnum.ToString">
<summary>The full name of AutoFunctionROISelector</summary>
<returns>Returns the full name of AutoFunctionROISelector</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoFunctionROISelectorEnum.Name">
<summary>The full name of AutoFunctionROISelector</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoFunctionROISelectorEnum.ROI2">
<summary>
<para>Auto function ROI 2 can be adjusted. ROI 2 is used by the Balance White Auto function.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoFunctionROISelectorEnum.ROI1">
<summary>
<para>Auto function ROI 1 can be adjusted. ROI 1 is used by the Gain Auto and Exposure Auto functions.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.AutoFunctionROISelectorEnum">
<tocexclude />
<summary>Sets which auto function ROI can be adjusted.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.AutoFunctionProfileEnum.ToString">
<summary>The full name of AutoFunctionProfile</summary>
<returns>Returns the full name of AutoFunctionProfile</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoFunctionProfileEnum.Name">
<summary>The full name of AutoFunctionProfile</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoFunctionProfileEnum.MinimizeExposureTimeQuick">
<summary>
<para>Exposure time is kept as low as possible and is adjusted quickly.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoFunctionProfileEnum.MinimizeGainQuick">
<summary>
<para>Gain time is kept as low as possible and is adjusted quickly.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoFunctionProfileEnum.AntiFlicker60Hz">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoFunctionProfileEnum.AntiFlicker50Hz">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoFunctionProfileEnum.Smart">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoFunctionProfileEnum.MinimizeExposureTime">
<summary>
<para>Exposure time is kept as low as possible during automatic adjustments.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoFunctionProfileEnum.MinimizeGain">
<summary>
<para>Gain is kept as low as possible during automatic adjustments.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.AutoFunctionProfileEnum">
<tocexclude />
<summary>Sets how gain and exposure time will be balanced when the device is making automatic adjustments.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.BslImmediateTriggerModeEnum.ToString">
<summary>The full name of BslImmediateTriggerMode</summary>
<returns>Returns the full name of BslImmediateTriggerMode</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BslImmediateTriggerModeEnum.Name">
<summary>The full name of BslImmediateTriggerMode</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BslImmediateTriggerModeEnum.Off">
<summary>
<para>The immediate trigger mode is disabled. This increases the exposure start delay, but changes to image parameters become effective immediately.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BslImmediateTriggerModeEnum.On">
<summary>
<para>The immediate trigger mode is enabled. This reduces the exposure start delay.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.BslImmediateTriggerModeEnum">
<tocexclude />
<summary>Sets the immediate trigger mode. If this mode is enabled, exposure starts immediately after triggering, but changes to image parameters become effective with a short delay, i.e., after one or more images have been acquired.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.OverlapModeEnum.ToString">
<summary>The full name of OverlapMode</summary>
<returns>Returns the full name of OverlapMode</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.OverlapModeEnum.Name">
<summary>The full name of OverlapMode</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.OverlapModeEnum.Off">
<summary>
<para>Non-overlapping exposure and image readout.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.OverlapModeEnum.On">
<summary>
<para>Overlapping exposure and image readout.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.OverlapModeEnum">
<tocexclude />
<summary>Configures overlapping exposure and image readout.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.SensorShutterModeEnum.ToString">
<summary>The full name of SensorShutterMode</summary>
<returns>Returns the full name of SensorShutterMode</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SensorShutterModeEnum.Name">
<summary>The full name of SensorShutterMode</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SensorShutterModeEnum.GlobalReset">
<summary>
<para>The shutter opens at the same time for all pixels but ends in a sequential manner. The pixels are exposed for different lengths of time.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SensorShutterModeEnum.Rolling">
<summary>
<para>The shutter opens and closes sequentially for groups (typically lines) of pixels. All pixels are exposed for the same length of time but not at the same time.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SensorShutterModeEnum.Global">
<summary>
<para>The shutter opens and closes at the same time for all pixels. All pixels are exposed for the same length of time at the same time.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.SensorShutterModeEnum">
<tocexclude />
<summary>Sets the shutter mode of the device.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.AcquisitionStatusSelectorEnum.ToString">
<summary>The full name of AcquisitionStatusSelector</summary>
<returns>Returns the full name of AcquisitionStatusSelector</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AcquisitionStatusSelectorEnum.Name">
<summary>The full name of AcquisitionStatusSelector</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AcquisitionStatusSelectorEnum.AcquisitionIdle">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AcquisitionStatusSelectorEnum.ExposureActive">
<summary>
<para>A check can be performed if the device is currently exposing a frame.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AcquisitionStatusSelectorEnum.FrameTransfer">
<summary>
<para>A check can be performed if the device is currently transferring a frame.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AcquisitionStatusSelectorEnum.FrameActive">
<summary>
<para>A check can be performed if the device is currently capturing a frame.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AcquisitionStatusSelectorEnum.FrameTriggerWait">
<summary>
<para>A check can be performed if the device is currently waiting for a frame trigger.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AcquisitionStatusSelectorEnum.FrameBurstTriggerTransfer">
<summary>
<para>A check can be performed if the device is currently transferring a frame burst of one or many frames.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AcquisitionStatusSelectorEnum.FrameBurstTriggerActive">
<summary>
<para>A check can be performed if the device is currently doing a frame burst of one or many frames.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AcquisitionStatusSelectorEnum.FrameBurstTriggerWait">
<summary>
<para>A check can be performed if the device is currently waiting for a frame burst trigger.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.AcquisitionStatusSelectorEnum">
<tocexclude />
<summary>Sets the acquisition status to be checked. Once a status has been set, the status can be checked by reading the AcquisitionStatus parameter value.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.TriggerActivationEnum.ToString">
<summary>The full name of TriggerActivation</summary>
<returns>Returns the full name of TriggerActivation</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TriggerActivationEnum.Name">
<summary>The full name of TriggerActivation</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TriggerActivationEnum.LevelLow">
<summary>
<para>The selected trigger is activated when the source signal is low.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TriggerActivationEnum.LevelHigh">
<summary>
<para>The selected trigger is activated when the source signal is high.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TriggerActivationEnum.AnyEdge">
<summary>
<para>The selected trigger is activated on the falling or rising edge of the source signal.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TriggerActivationEnum.FallingEdge">
<summary>
<para>The selected trigger is activated on the falling edge of the source signal.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TriggerActivationEnum.RisingEdge">
<summary>
<para>The selected trigger is activated on the rising edge of the source signal.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.TriggerActivationEnum">
<tocexclude />
<summary>Sets the signal transition that activates the selected trigger.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.TriggerSourceEnum.ToString">
<summary>The full name of TriggerSource</summary>
<returns>Returns the full name of TriggerSource</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TriggerSourceEnum.Name">
<summary>The full name of TriggerSource</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TriggerSourceEnum.SoftwareSignal3">
<summary>
<para>The signal source for the selected trigger is set to software signal 3.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TriggerSourceEnum.SoftwareSignal2">
<summary>
<para>The signal source for the selected trigger is set to software signal 2.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TriggerSourceEnum.SoftwareSignal1">
<summary>
<para>The signal source for the selected trigger is set to software signal 1.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TriggerSourceEnum.Line4">
<summary>
<para>The signal source for the selected trigger is set to line 4.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TriggerSourceEnum.Line3">
<summary>
<para>The signal source for the selected trigger is set to line 3.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TriggerSourceEnum.Line2">
<summary>
<para>The signal source for the selected trigger is set to line 2</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TriggerSourceEnum.Line1">
<summary>
<para>The signal source for the selected trigger is set to line 1.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TriggerSourceEnum.Software">
<summary>
<para>The signal source for the selected trigger is set to software triggering.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.TriggerSourceEnum">
<tocexclude />
<summary>Sets the signal source for the selected trigger.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.TriggerModeEnum.ToString">
<summary>The full name of TriggerMode</summary>
<returns>Returns the full name of TriggerMode</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TriggerModeEnum.Name">
<summary>The full name of TriggerMode</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TriggerModeEnum.On">
<summary>
<para>The currently selected trigger is turned on.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TriggerModeEnum.Off">
<summary>
<para>The currently selected trigger is turned off.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.TriggerModeEnum">
<tocexclude />
<summary>Sets the mode for the currently selected trigger.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.TriggerSelectorEnum.ToString">
<summary>The full name of TriggerSelector</summary>
<returns>Returns the full name of TriggerSelector</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TriggerSelectorEnum.Name">
<summary>The full name of TriggerSelector</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TriggerSelectorEnum.FrameStart">
<summary>
<para>The frame start trigger can be configured.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TriggerSelectorEnum.FrameBurstStart">
<summary>
<para>The frame burst start trigger can be configured.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.TriggerSelectorEnum">
<tocexclude />
<summary>Sets the trigger type to be configured. Once a trigger type has been set, all changes to the trigger settings will be applied to the selected trigger.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.SensorReadoutModeEnum.ToString">
<summary>The full name of SensorReadoutMode</summary>
<returns>Returns the full name of SensorReadoutMode</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SensorReadoutModeEnum.Name">
<summary>The full name of SensorReadoutMode</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SensorReadoutModeEnum.Fast">
<summary>
<para>The device operates in fast readout mode. The readout time for each line of pixels is shortened compared to the normal readout mode. This allows higher frame rates, but may reduce image quality.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SensorReadoutModeEnum.Normal">
<summary>
<para>The device operates in normal readout mode.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.SensorReadoutModeEnum">
<tocexclude />
<summary>Sets the sensor readout mode.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.ExposureOverlapTimeModeEnum.ToString">
<summary>The full name of ExposureOverlapTimeMode</summary>
<returns>Returns the full name of ExposureOverlapTimeMode</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ExposureOverlapTimeModeEnum.Name">
<summary>The full name of ExposureOverlapTimeMode</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ExposureOverlapTimeModeEnum.Automatic">
<summary>
<para>The camera automatically uses the optimum overlap time for each acquisition.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ExposureOverlapTimeModeEnum.Manual">
<summary>
<para>The camera manually sets the overlap time for each acquisition. In this mode, you must also set the ExposureOverlapTimeMax parameter to specify the maximum overlap time.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.ExposureOverlapTimeModeEnum">
<tocexclude />
<summary>Sets the exposure overlap time mode.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.ExposureModeEnum.ToString">
<summary>The full name of ExposureMode</summary>
<returns>Returns the full name of ExposureMode</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ExposureModeEnum.Name">
<summary>The full name of ExposureMode</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ExposureModeEnum.TriggerWidth">
<summary>
<para>The trigger width exposure mode is set. In this mode, the length of the exposure for each frame acquisition will be directly controlled by the ExFSTrig signal.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ExposureModeEnum.Timed">
<summary>
<para>The timed exposure mode is set. In this mode, the exposure time for each frame acquisition is determined by the value of the camera's Exposure Time Abs parameter.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.ExposureModeEnum">
<tocexclude />
<summary>Sets the exposure mode.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.ExposureTimeModeEnum.ToString">
<summary>The full name of ExposureTimeMode</summary>
<returns>Returns the full name of ExposureTimeMode</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ExposureTimeModeEnum.Name">
<summary>The full name of ExposureTimeMode</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ExposureTimeModeEnum.UltraShort">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ExposureTimeModeEnum.Standard">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.ExposureTimeModeEnum">
<tocexclude />
<summary>See camera users manual for information.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.ExposureAutoEnum.ToString">
<summary>The full name of ExposureAuto</summary>
<returns>Returns the full name of ExposureAuto</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ExposureAutoEnum.Name">
<summary>The full name of ExposureAuto</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ExposureAutoEnum.Continuous">
<summary>
<para>Exposure time is adjusted repeatedly while images are acquired. The repeated automatic adjustment will proceed until the Once mode of operation is used or until the auto function is set to Off.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ExposureAutoEnum.Once">
<summary>
<para>Exposure time is automatically adjusted until it reaches a specific target value. When the target value has been reached, the auto function will automatically be set to Off and the new parameter value will be applied to the following images.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ExposureAutoEnum.Off">
<summary>
<para>The exposure auto function is disabled.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.ExposureAutoEnum">
<tocexclude />
<summary>Sets the operation mode of the exposure auto function. The exposure auto function automatically adjusts the exposure time within set limits until a target brightness value is reached.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.ShutterModeEnum.ToString">
<summary>The full name of ShutterMode</summary>
<returns>Returns the full name of ShutterMode</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ShutterModeEnum.Name">
<summary>The full name of ShutterMode</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ShutterModeEnum.GlobalResetRelease">
<summary>
<para>The shutter mode is set to global reset release shutter.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ShutterModeEnum.Rolling">
<summary>
<para>The shutter mode is set to rolling shutter.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ShutterModeEnum.Global">
<summary>
<para>The shutter mode is set to global shutter.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.ShutterModeEnum">
<tocexclude />
<summary>Sets the shutter mode.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.AcquisitionModeEnum.ToString">
<summary>The full name of AcquisitionMode</summary>
<returns>Returns the full name of AcquisitionMode</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AcquisitionModeEnum.Name">
<summary>The full name of AcquisitionMode</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AcquisitionModeEnum.Continuous">
<summary>
<para>The acquisition mode is set to continuous.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AcquisitionModeEnum.SingleFrame">
<summary>
<para>The acquisition mode is set to single frame.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.AcquisitionModeEnum">
<tocexclude />
<summary>Sets the image acquisition mode.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.PgiModeEnum.ToString">
<summary>The full name of PgiMode</summary>
<returns>Returns the full name of PgiMode</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PgiModeEnum.Name">
<summary>The full name of PgiMode</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PgiModeEnum.On">
<summary>
<para>Basler PGI image optimizations are enabled.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PgiModeEnum.Off">
<summary>
<para>Basler PGI image optimizations are disabled.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.PgiModeEnum">
<tocexclude />
<summary>Enables Basler PGI image optimizations.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.DemosaicingModeEnum.ToString">
<summary>The full name of DemosaicingMode</summary>
<returns>Returns the full name of DemosaicingMode</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DemosaicingModeEnum.Name">
<summary>The full name of DemosaicingMode</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DemosaicingModeEnum.BaslerPGI">
<summary>
<para>Demosaicing is performed using the Basler PGI algorithm. This algorithm uses advanced demosaicing methods. The Sharpness Enhancement and Noise Reduction features are enabled.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DemosaicingModeEnum.Simple">
<summary>
<para>Demosaicing is performed using a simple demosaicing algorithm. The Sharpness Enhancement and Noise Reduction features are disabled.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.DemosaicingModeEnum">
<tocexclude />
<summary>Sets the demosaicing mode.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.DefectPixelCorrectionModeEnum.ToString">
<summary>The full name of DefectPixelCorrectionMode</summary>
<returns>Returns the full name of DefectPixelCorrectionMode</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DefectPixelCorrectionModeEnum.Name">
<summary>The full name of DefectPixelCorrectionMode</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DefectPixelCorrectionModeEnum.StaticOnly">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DefectPixelCorrectionModeEnum.On">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DefectPixelCorrectionModeEnum.Off">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.DefectPixelCorrectionModeEnum">
<tocexclude />
<summary>Identifies pixels that have a significantly greater or lesser intensity value than its neighboring pixels (outlier pixels) and adjusts their intensity value.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.BslContrastModeEnum.ToString">
<summary>The full name of BslContrastMode</summary>
<returns>Returns the full name of BslContrastMode</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BslContrastModeEnum.Name">
<summary>The full name of BslContrastMode</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BslContrastModeEnum.SCurve">
<summary>
<para>S-curve contrast enhancement is used to adjust the contrast. This allows you to improve perceived contrast while preserving the dynamic range of the image.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BslContrastModeEnum.Linear">
<summary>
<para>Linear contrast enhancement is used to adjust the contrast.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.BslContrastModeEnum">
<tocexclude />
<summary>Sets the contrast mode. This specifies which type of contrast enhancement is used to adjust the contrast.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.ColorTransformationValueSelectorEnum.ToString">
<summary>The full name of ColorTransformationValueSelector</summary>
<returns>Returns the full name of ColorTransformationValueSelector</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ColorTransformationValueSelectorEnum.Name">
<summary>The full name of ColorTransformationValueSelector</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ColorTransformationValueSelectorEnum.Gain22">
<summary>
<para>The element in row 2 and column 2 of the color transformation matrix can be entered.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ColorTransformationValueSelectorEnum.Gain21">
<summary>
<para>The element in row 2 and column 1 of the color transformation matrix can be entered.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ColorTransformationValueSelectorEnum.Gain20">
<summary>
<para>The element in row 2 and column 0 of the color transformation matrix can be entered.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ColorTransformationValueSelectorEnum.Gain12">
<summary>
<para>The element in row 1 and column 2 of the color transformation matrix can be entered.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ColorTransformationValueSelectorEnum.Gain11">
<summary>
<para>The element in row 1 and column 1 of the color transformation matrix can be entered.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ColorTransformationValueSelectorEnum.Gain10">
<summary>
<para>The element in row 1 and column 0 of the color transformation matrix can be entered.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ColorTransformationValueSelectorEnum.Gain02">
<summary>
<para>The element in row 0 and column 2 of the color transformation matrix can be entered.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ColorTransformationValueSelectorEnum.Gain01">
<summary>
<para>The element in row 0 and column 1 of the color transformation matrix can be entered.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ColorTransformationValueSelectorEnum.Gain00">
<summary>
<para>The element in row 0 and column 0 of the color transformation matrix can be entered.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.ColorTransformationValueSelectorEnum">
<tocexclude />
<summary>Sets the element to be entered in the color transformation matrix for custom color transformation. Note: Depending on the camera model, some elements in the color transformation matrix may be preset and can not be changed.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.ColorTransformationSelectorEnum.ToString">
<summary>The full name of ColorTransformationSelector</summary>
<returns>Returns the full name of ColorTransformationSelector</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ColorTransformationSelectorEnum.Name">
<summary>The full name of ColorTransformationSelector</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ColorTransformationSelectorEnum.YUVtoRGB">
<summary>
<para>A matrix color transformation from YUV to RGB is performed on the pixels.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ColorTransformationSelectorEnum.RGBtoYUV">
<summary>
<para>A matrix color transformation from RGB to YUV is performed on the pixels.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ColorTransformationSelectorEnum.RGBtoRGB">
<summary>
<para>A matrix color transformation from RGB to RGB is performed on the pixels.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.ColorTransformationSelectorEnum">
<tocexclude />
<summary>Sets the type of color transformation that will be performed.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.ColorAdjustmentSelectorEnum.ToString">
<summary>The full name of ColorAdjustmentSelector</summary>
<returns>Returns the full name of ColorAdjustmentSelector</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ColorAdjustmentSelectorEnum.Name">
<summary>The full name of ColorAdjustmentSelector</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ColorAdjustmentSelectorEnum.Magenta">
<summary>
<para>Colors with predominant magenta can be adjusted.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ColorAdjustmentSelectorEnum.Blue">
<summary>
<para>Colors with predominant blue can be adjusted.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ColorAdjustmentSelectorEnum.Cyan">
<summary>
<para>Colors with predominant cyan can be adjusted.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ColorAdjustmentSelectorEnum.Green">
<summary>
<para>Colors with predominant green can be adjusted.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ColorAdjustmentSelectorEnum.Yellow">
<summary>
<para>Colors with predominant yellow can be adjusted.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ColorAdjustmentSelectorEnum.Red">
<summary>
<para>Colors with predominant red can be adjusted.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.ColorAdjustmentSelectorEnum">
<tocexclude />
<summary>Sets the color for color adjustment.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.BalanceRatioSelectorEnum.ToString">
<summary>The full name of BalanceRatioSelector</summary>
<returns>Returns the full name of BalanceRatioSelector</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BalanceRatioSelectorEnum.Name">
<summary>The full name of BalanceRatioSelector</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BalanceRatioSelectorEnum.Blue">
<summary>
<para>Balance ratio will be applied to the blue channel.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BalanceRatioSelectorEnum.Green">
<summary>
<para>Balance ratio will be applied to the green channel.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BalanceRatioSelectorEnum.Red">
<summary>
<para>Balance ratio will be applied to the red channel.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.BalanceRatioSelectorEnum">
<tocexclude />
<summary>Sets the color channel to be adjusted for manual white balance. Once a color intensity has been selected, all changes to the balance ratio parameter will be applied to the selected color intensity.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.BalanceWhiteAutoEnum.ToString">
<summary>The full name of BalanceWhiteAuto</summary>
<returns>Returns the full name of BalanceWhiteAuto</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BalanceWhiteAutoEnum.Name">
<summary>The full name of BalanceWhiteAuto</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BalanceWhiteAutoEnum.Continuous">
<summary>
<para>White balance is adjusted repeatedly while images are acquired. The repeated adjustment will proceed until the mode of operation is set to Once or to Off.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BalanceWhiteAutoEnum.Once">
<summary>
<para>White balance is adjusted automatically until it reaches a specific target value. After the adjustment is complete, the auto function will automatically be set to Off and the new parameter value will be applied to the following images.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BalanceWhiteAutoEnum.Off">
<summary>
<para>The balance white auto function is disabled.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.BalanceWhiteAutoEnum">
<tocexclude />
<summary>Sets the operation mode of the balance white auto function.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.LightSourcePresetEnum.ToString">
<summary>The full name of LightSourcePreset</summary>
<returns>Returns the full name of LightSourcePreset</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LightSourcePresetEnum.Name">
<summary>The full name of LightSourcePreset</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LightSourcePresetEnum.MicroscopeLED6000K">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LightSourcePresetEnum.MicroscopeLED5500K">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LightSourcePresetEnum.MicroscopeLED4500K">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LightSourcePresetEnum.Tungsten2800K">
<summary>
<para>A color preset for image acquisition with tungsten incandescent light (2800 K) is set.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LightSourcePresetEnum.Daylight6500K">
<summary>
<para>A color preset for image acquisition with daylight of 6500 K is set.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LightSourcePresetEnum.Daylight5000K">
<summary>
<para>A color preset for image acquisition with daylight of 5000 K is set.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LightSourcePresetEnum.Off">
<summary>
<para>No color preset is set.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.LightSourcePresetEnum">
<tocexclude />
<summary>Sets the light source preset. The colors in the image will be corrected so that they are appropriate for the selected light source.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.BslColorSpaceModeEnum.ToString">
<summary>The full name of BslColorSpaceMode</summary>
<returns>Returns the full name of BslColorSpaceMode</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BslColorSpaceModeEnum.Name">
<summary>The full name of BslColorSpaceMode</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BslColorSpaceModeEnum.sRGB">
<summary>
<para>Color space is set to sRGB. The image brightness is optimized for display on an sRGB monitor. An additional sRGB gamma correction value of approximately 0.4 is applied.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BslColorSpaceModeEnum.RGB">
<summary>
<para>Color space is set to RGB.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.BslColorSpaceModeEnum">
<tocexclude />
<summary>Sets the color space for image acquisition. Note that perception of brightness also depends on the gamma correction value set.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.ColorSpaceEnum.ToString">
<summary>The full name of ColorSpace</summary>
<returns>Returns the full name of ColorSpace</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ColorSpaceEnum.Name">
<summary>The full name of ColorSpace</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ColorSpaceEnum.sRGB">
<summary>
<para>Color space is set to sRGB. The image brightness is optimized for display on an sRGB monitor.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ColorSpaceEnum.RGB">
<summary>
<para>Color space is set to RGB.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.ColorSpaceEnum">
<tocexclude />
<summary>Returns the color space set for image acquisitions.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.BlackLevelSelectorEnum.ToString">
<summary>The full name of BlackLevelSelector</summary>
<returns>Returns the full name of BlackLevelSelector</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BlackLevelSelectorEnum.Name">
<summary>The full name of BlackLevelSelector</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BlackLevelSelectorEnum.All">
<summary>
<para>Black level will be applied to all channels or taps.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.BlackLevelSelectorEnum">
<tocexclude />
<summary>Sets the black level channel or tap to be adjusted. Once a black level channel or tap has been selected, all changes to the BlackLevel parameter will be applied to the selected channel or tap.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.GainSelectorEnum.ToString">
<summary>The full name of GainSelector</summary>
<returns>Returns the full name of GainSelector</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.GainSelectorEnum.Name">
<summary>The full name of GainSelector</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.GainSelectorEnum.AnalogAll">
<summary>
<para>Gain will be applied to all analog channels.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.GainSelectorEnum.DigitalAll">
<summary>
<para>Gain will be applied to all digital channels.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.GainSelectorEnum.All">
<summary>
<para>Gain will be applied to all channels or taps.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.GainSelectorEnum">
<tocexclude />
<summary>Sets the gain channel or tap to be adjusted. Once a gain channel or tap has been selected, all changes to the Gain parameter will be applied to the selected channel or tap.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.GainAutoEnum.ToString">
<summary>The full name of GainAuto</summary>
<returns>Returns the full name of GainAuto</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.GainAutoEnum.Name">
<summary>The full name of GainAuto</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.GainAutoEnum.Continuous">
<summary>
<para>Gain is adjusted repeatedly while images are acquired. The repeated automatic adjustment will proceed until the Once mode of operation is used or until the auto function is set to Off.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.GainAutoEnum.Once">
<summary>
<para>Gain is adjusted automatically until it reaches a specific target value. When the target value has been reached, the auto function will automatically be set to Off and the new parameter value will be applied to the following images.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.GainAutoEnum.Off">
<summary>
<para>The gain auto function is disabled.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.GainAutoEnum">
<tocexclude />
<summary>Sets the operation mode of the gain auto function. The gain auto function automatically adjusts the gain within set limits until a target brightness value is reached.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.ROIZoneModeEnum.ToString">
<summary>The full name of ROIZoneMode</summary>
<returns>Returns the full name of ROIZoneMode</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ROIZoneModeEnum.Name">
<summary>The full name of ROIZoneMode</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ROIZoneModeEnum.On">
<summary>
<para>Enables the previously set ROI zone.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ROIZoneModeEnum.Off">
<summary>
<para>Disables the previously set ROI zone.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.ROIZoneModeEnum">
<tocexclude />
<summary>Provides for enabling/disabling the previously set ROI zone.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.ROIZoneSelectorEnum.ToString">
<summary>The full name of ROIZoneSelector</summary>
<returns>Returns the full name of ROIZoneSelector</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ROIZoneSelectorEnum.Name">
<summary>The full name of ROIZoneSelector</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ROIZoneSelectorEnum.Zone7">
<summary>
<para>Sets vertical ROI zone 7 to be enabled, configured, and vertically assembled with other ROI zones.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ROIZoneSelectorEnum.Zone6">
<summary>
<para>Sets vertical ROI zone 6 to be enabled, configured, and vertically assembled with other ROI zones.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ROIZoneSelectorEnum.Zone5">
<summary>
<para>Sets vertical ROI zone 5 to be enabled, configured, and vertically assembled with other ROI zones.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ROIZoneSelectorEnum.Zone4">
<summary>
<para>Sets vertical ROI zone 4 to be enabled, configured, and vertically assembled with other ROI zones.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ROIZoneSelectorEnum.Zone3">
<summary>
<para>Sets vertical ROI zone 3 to be enabled, configured, and vertically assembled with other ROI zones.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ROIZoneSelectorEnum.Zone2">
<summary>
<para>Sets vertical ROI zone 2 to be enabled, configured, and vertically assembled with other ROI zones.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ROIZoneSelectorEnum.Zone1">
<summary>
<para>Sets vertical ROI zone 1 to be enabled, configured, and vertically assembled with other ROI zones.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ROIZoneSelectorEnum.Zone0">
<summary>
<para>Sets vertical ROI zone 0 to be enabled, configured, and vertically assembled with other ROI zones.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.ROIZoneSelectorEnum">
<tocexclude />
<summary>Sets a ROI zone to be enabled, configured, and assembled with other ROI zones.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.TestPatternEnum.ToString">
<summary>The full name of TestPattern</summary>
<returns>Returns the full name of TestPattern</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TestPatternEnum.Name">
<summary>The full name of TestPattern</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TestPatternEnum.ColorDiagonalSawtooth8">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TestPatternEnum.GreyDiagonalSawtooth8">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TestPatternEnum.Off">
<summary>
<para>No test pattern. Displays the original image.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.TestPatternEnum">
<tocexclude />
<summary>Selects the type of image test pattern that is generated by the device.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.TestImageSelectorEnum.ToString">
<summary>The full name of TestImageSelector</summary>
<returns>Returns the full name of TestImageSelector</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TestImageSelectorEnum.Name">
<summary>The full name of TestImageSelector</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TestImageSelectorEnum.Testimage6">
<summary>
<para>The camera generates and displays a test image with a test image 6 pattern.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TestImageSelectorEnum.Testimage5">
<summary>
<para>The camera generates and displays a test image with a test image 5 pattern.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TestImageSelectorEnum.Testimage4">
<summary>
<para>The camera generates and displays a test image with a test image 4 pattern.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TestImageSelectorEnum.Testimage3">
<summary>
<para>The camera generates and displays a test image with a test image 3 pattern.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TestImageSelectorEnum.Testimage2">
<summary>
<para>The camera generates and displays a test image with a test image 2 pattern.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TestImageSelectorEnum.Testimage1">
<summary>
<para>The camera generates and displays a test image with a test image 1 pattern.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TestImageSelectorEnum.Off">
<summary>
<para>The camera does not display a test image.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.TestImageSelectorEnum">
<tocexclude />
<summary>Sets the test image to display.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.PixelColorFilterEnum.ToString">
<summary>The full name of PixelColorFilter</summary>
<returns>Returns the full name of PixelColorFilter</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelColorFilterEnum.Name">
<summary>The full name of PixelColorFilter</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelColorFilterEnum.BayerBG">
<summary>
<para>The Bayer filter has a BG/GR alignment to the pixels in the acquired images.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelColorFilterEnum.BayerGR">
<summary>
<para>The Bayer filter has a GR/BG alignment to the pixels in the acquired images.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelColorFilterEnum.BayerGB">
<summary>
<para>The Bayer filter has a GB/RG alignment to the pixels in the acquired images.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelColorFilterEnum.BayerRG">
<summary>
<para>The Bayer filter has an RG/GB alignment to the pixels in the acquired images.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelColorFilterEnum.None">
<summary>
<para>No Bayer filter is present on the camera.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.PixelColorFilterEnum">
<tocexclude />
<summary>Returns the alignment of the camera's Bayer filter to the pixels in the acquired images.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.PixelSizeEnum.ToString">
<summary>The full name of PixelSize</summary>
<returns>Returns the full name of PixelSize</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelSizeEnum.Name">
<summary>The full name of PixelSize</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelSizeEnum.Bpp24">
<summary>
<para>The depth of the pixel values in the acquired images is 24 bits per pixel.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelSizeEnum.Bpp16">
<summary>
<para>The depth of the pixel values in the acquired images is 16 bits per pixel.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelSizeEnum.Bpp12">
<summary>
<para>The depth of the pixel values in the acquired images is 12 bits per pixel.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelSizeEnum.Bpp10">
<summary>
<para>The depth of the pixel values in the acquired images is 10 bits per pixel.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelSizeEnum.Bpp8">
<summary>
<para>The depth of the pixel values in the acquired images is 8 bits per pixel.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelSizeEnum.Bpp4">
<summary>
<para>The depth of the pixel values in the acquired images is 4 bits per pixel.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelSizeEnum.Bpp2">
<summary>
<para>The depth of the pixel values in the acquired images is 2 bits per pixel.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelSizeEnum.Bpp1">
<summary>
<para>The depth of the pixel values in the acquired images is 1 bit per pixel.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.PixelSizeEnum">
<tocexclude />
<summary>Returns the depth of the pixel values in the image (in bits per pixel). The value will always be coherent with the pixel format setting.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.PixelFormatEnum.ToString">
<summary>The full name of PixelFormat</summary>
<returns>Returns the full name of PixelFormat</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelFormatEnum.Name">
<summary>The full name of PixelFormat</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelFormatEnum.YCbCr422_8">
<summary>
<para>The pixel format is set to YCbCr 422.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelFormatEnum.BGR8">
<summary>
<para>The pixel format is set to BGR 8</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelFormatEnum.RGB8">
<summary>
<para>The pixel format is set to RGB 8</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelFormatEnum.BayerBG12p">
<summary>
<para>The pixel format is set to Bayer BG 12p.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelFormatEnum.BayerBG12">
<summary>
<para>The pixel format is set to Bayer BG 12.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelFormatEnum.BayerGB12p">
<summary>
<para>The pixel format is set to Bayer GB 12p.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelFormatEnum.BayerGB12">
<summary>
<para>The pixel format is set to Bayer GB 12.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelFormatEnum.BayerRG12p">
<summary>
<para>The pixel format is set to Bayer RG 12p.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelFormatEnum.BayerRG12">
<summary>
<para>The pixel format is set to Bayer RG 12.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelFormatEnum.BayerGR12p">
<summary>
<para>The pixel format is set to Bayer GR 12p.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelFormatEnum.BayerGR12">
<summary>
<para>The pixel format is set to Bayer GR 12.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelFormatEnum.BayerBG10p">
<summary>
<para>The pixel format is set to Bayer BG 10p.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelFormatEnum.BayerBG10">
<summary>
<para>The pixel format is set to Bayer BG 10.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelFormatEnum.BayerGB10p">
<summary>
<para>The pixel format is set to Bayer GB 10p.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelFormatEnum.BayerGB10">
<summary>
<para>The pixel format is set to Bayer GB 10.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelFormatEnum.BayerRG10p">
<summary>
<para>The pixel format is set to Bayer RG 10p.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelFormatEnum.BayerRG10">
<summary>
<para>The pixel format is set to Bayer RG 10.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelFormatEnum.BayerGR10p">
<summary>
<para>The pixel format is set to Bayer GR 10p.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelFormatEnum.BayerGR10">
<summary>
<para>The pixel format is set to Bayer GR 10.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelFormatEnum.BayerBG8">
<summary>
<para>The pixel format is set to Bayer BG 8.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelFormatEnum.BayerGB8">
<summary>
<para>The pixel format is set to Bayer GB 8.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelFormatEnum.BayerRG8">
<summary>
<para>The pixel format is set to Bayer RG 8.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelFormatEnum.BayerGR8">
<summary>
<para>The pixel format is set to Bayer GR 8.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelFormatEnum.Mono12p">
<summary>
<para>The pixel format is set to Mono 12p.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelFormatEnum.Mono12">
<summary>
<para>The pixel format is set to Mono 12.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelFormatEnum.Mono10p">
<summary>
<para>The pixel format is set to Mono 10p.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelFormatEnum.Mono10">
<summary>
<para>The pixel format is set to Mono 10.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelFormatEnum.Mono8">
<summary>
<para>The pixel format is set to Mono 8.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.PixelFormatEnum">
<tocexclude />
<summary>Sets the format of the pixel data transmitted by the camera. The available pixel formats depend on the camera model and whether the camera is monochrome or color.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.BinningVerticalModeEnum.ToString">
<summary>The full name of BinningVerticalMode</summary>
<returns>Returns the full name of BinningVerticalMode</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BinningVerticalModeEnum.Name">
<summary>The full name of BinningVerticalMode</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BinningVerticalModeEnum.Average">
<summary>
<para>The values of the binned pixels are averaged. This increases the signal-to-noise ratio without changing the camera's response to light.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BinningVerticalModeEnum.Sum">
<summary>
<para>The values of the binned pixels are summed. This increases the camera's response to light and the signal-to-noise ratio.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.BinningVerticalModeEnum">
<tocexclude />
<summary>Sets the binning vertical mode.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.BinningHorizontalModeEnum.ToString">
<summary>The full name of BinningHorizontalMode</summary>
<returns>Returns the full name of BinningHorizontalMode</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BinningHorizontalModeEnum.Name">
<summary>The full name of BinningHorizontalMode</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BinningHorizontalModeEnum.Average">
<summary>
<para>The values of the binned pixels are averaged. This increases the signal-to-noise ratio without changing the camera's response to light.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BinningHorizontalModeEnum.Sum">
<summary>
<para>The values of the binned pixels are summed. This increases the camera's response to light and the signal-to-noise ratio.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.BinningHorizontalModeEnum">
<tocexclude />
<summary>Sets the binning horizontal mode.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.SequencerTriggerActivationEnum.ToString">
<summary>The full name of SequencerTriggerActivation</summary>
<returns>Returns the full name of SequencerTriggerActivation</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SequencerTriggerActivationEnum.Name">
<summary>The full name of SequencerTriggerActivation</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SequencerTriggerActivationEnum.LevelLow">
<summary>
<para>The sequence set will advance when the source signal is low.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SequencerTriggerActivationEnum.LevelHigh">
<summary>
<para>The sequence set will advance when the source signal is high.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SequencerTriggerActivationEnum.AnyEdge">
<summary>
<para>The sequence set will advance on the falling or rising edge of the source signal.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SequencerTriggerActivationEnum.FallingEdge">
<summary>
<para>The sequence set will advance on the falling edge of the source signal.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SequencerTriggerActivationEnum.RisingEdge">
<summary>
<para>The sequence set will advance on the rising edge of the source signal.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.SequencerTriggerActivationEnum">
<tocexclude />
<summary>Sets the effective logical level for sequencer set advance. Currently, only LevelHigh is available.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.SequencerTriggerSourceEnum.ToString">
<summary>The full name of SequencerTriggerSource</summary>
<returns>Returns the full name of SequencerTriggerSource</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SequencerTriggerSourceEnum.Name">
<summary>The full name of SequencerTriggerSource</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SequencerTriggerSourceEnum.FrameEnd">
<summary>
<para>Frame End is selected as the trigger source for sequencer set advance.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SequencerTriggerSourceEnum.FrameStart">
<summary>
<para>Frame Start is selected as the trigger source for sequencer set advance.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SequencerTriggerSourceEnum.Counter3End">
<summary>
<para>Counter 3 End is selected as the trigger source for sequencer set advance.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SequencerTriggerSourceEnum.Counter2End">
<summary>
<para>Counter 2 End is selected as the trigger source for sequencer set advance.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SequencerTriggerSourceEnum.Counter1End">
<summary>
<para>Counter 1 End is selected as the trigger source for sequencer set advance.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SequencerTriggerSourceEnum.SoftwareSignal3">
<summary>
<para>Software signal 3 is selected as the trigger source for sequencer set advance.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SequencerTriggerSourceEnum.SoftwareSignal2">
<summary>
<para>Software signal 2 is selected as the trigger source for sequencer set advance.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SequencerTriggerSourceEnum.SoftwareSignal1">
<summary>
<para>Software signal 1 is selected as the trigger source for sequencer set advance.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SequencerTriggerSourceEnum.Line4">
<summary>
<para>Line 4 is selected as the trigger source for sequencer set advance.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SequencerTriggerSourceEnum.Line3">
<summary>
<para>Line 3 is selected as the trigger source for sequencer set advance.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SequencerTriggerSourceEnum.Line2">
<summary>
<para>Line 2 is selected as the trigger source for sequencer set advance.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SequencerTriggerSourceEnum.Line1">
<summary>
<para>Line 1 is selected as the trigger source for sequencer set advance.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.SequencerTriggerSourceEnum">
<tocexclude />
<summary>Sets the trigger source for sequencer set advance with the currently selected path.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.SequencerConfigurationModeEnum.ToString">
<summary>The full name of SequencerConfigurationMode</summary>
<returns>Returns the full name of SequencerConfigurationMode</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SequencerConfigurationModeEnum.Name">
<summary>The full name of SequencerConfigurationMode</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SequencerConfigurationModeEnum.On">
<summary>
<para>The sequencer can be configured. SequencerMode must be set to Off before setting this parameter to On.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SequencerConfigurationModeEnum.Off">
<summary>
<para>The sequencer can not be configured. The sequencer can now be used for image acquisition (by setting SequencerMode to On).</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.SequencerConfigurationModeEnum">
<tocexclude />
<summary>Sets whether the sequencer can be configured.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.SequencerModeEnum.ToString">
<summary>The full name of SequencerMode</summary>
<returns>Returns the full name of SequencerMode</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SequencerModeEnum.Name">
<summary>The full name of SequencerMode</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SequencerModeEnum.On">
<summary>
<para>The sequencer can be used for image acquisition. SequencerConfigurationMode must be set to Off before setting this parameter to On.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SequencerModeEnum.Off">
<summary>
<para>The sequencer can not be used for image acquisition. The sequencer can now be configured (by setting SequencerConfigurationMode to On).</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.SequencerModeEnum">
<tocexclude />
<summary>Sets whether the sequencer can be used for image acquisition.</summary>
</member>
<member name="M:Basler.Pylon.PLUsbCamera.CameraOperationModeEnum.ToString">
<summary>The full name of CameraOperationMode</summary>
<returns>Returns the full name of CameraOperationMode</returns>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CameraOperationModeEnum.Name">
<summary>The full name of CameraOperationMode</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CameraOperationModeEnum.LongExposure">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CameraOperationModeEnum.Standard">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera.CameraOperationModeEnum">
<tocexclude />
<summary>See camera users manual for information.</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TonalRangeTargetDark">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TonalRangeTargetBright">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TonalRangeSourceDark">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TonalRangeSourceBright">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TonalRangeSelector">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TonalRangeAuto">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TonalRangeEnable">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.FileOperationExecute">
<summary>
<para>Executes the operation selected by FileOperationSelector on the selected file.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.FileSize">
<summary>
<para>Size of the currently selected file in bytes.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.FileOperationResult">
<summary>
<para>File operation result. For read or write operations, the number of successfully read/written bytes is returned.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.FileOperationStatus">
<summary>
<para>Returns the file operation execution status.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.FileAccessLength">
<summary>
<para>File access length. Controls the mapping between the device file storage and the FileAccessBuffer.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.FileAccessOffset">
<summary>
<para>File access offset. Controls the mapping between the device file storage and the FileAccessBuffer.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.FileOpenMode">
<summary>
<para>Sets the access mode in which a file is opened in the device.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.FileOperationSelector">
<summary>
<para>Sets the target operation for the currently selected file. After an operation has been selected, the operation can be executed using the FileOperationExecute command.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.FileSelector">
<summary>
<para>Sets the target file in the device.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ExpertFeatureEnable">
<summary>
<para>Enables the currently selected expert feature.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ExpertFeatureAccessKey">
<summary>
<para>Key to access the selected expert feature.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ExpertFeatureAccessSelector">
<summary>
<para>Sets the expert feature to be configured. Once a feature has been set, all changes made using the feature enable feature will be applied to this feature.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.RemoveParameterLimit">
<summary>
<para>Removes the factory limit of the selected parameter. When the factory limit is removed, the parameter can be set within extended limits. range of the extended limit is only dictated by the physical restrictions of the camera, such as the absolute limits of the camera's variable gain control.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.RemoveParameterLimitSelector">
<summary>
<para>Sets the parameter whose factory limits should be removed. Once a parameter has been set, the factory limits can be removed using RemoveLimits.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserDefinedValue">
<summary>
<para>A user defined value. value can serve as storage location for the camera user. It has no impact on the operation of the camera.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserDefinedValueSelector">
<summary>
<para>Sets the user-defined value to set or read.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DeviceColorPipelineVersion">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DeviceRegistersStreamingEnd">
<summary>
<para>Announce the end of registers streaming.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DeviceRegistersStreamingStart">
<summary>
<para>Prepare the device for registers streaming without checking for consistency.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DeviceIndicatorMode">
<summary>
<para>Controls the behavior of the indicators (such as LEDs) showing the status of the device.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DeviceSFNCVersionSubMinor">
<summary>
<para>Subminor version number of the Standard Features Naming Convention (SFNC) specification that the device is compatible with.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DeviceSFNCVersionMinor">
<summary>
<para>Minor version number of the Standard Features Naming Convention (SFNC) specification that the device is compatible with.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DeviceSFNCVersionMajor">
<summary>
<para>Major version number of the Standard Features Naming Convention (SFNC) specification that the device is compatible with.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DeviceReset">
<summary>
<para>Immediately resets and reboots the device.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TemperatureState">
<summary>
<para>Returns the temperature state.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DeviceTemperature">
<summary>
<para>Temperature of the selected location within the device (in degrees centigrade). The temperature is measured at the location set by DeviceTemperatureSelector.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DeviceTemperatureSelector">
<summary>
<para>Sets the location within the device where the temperature will be measured. Once a location has been set, the temperature can be retrieved using the DeviceTemperature parameter.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DeviceLinkCurrentThroughput">
<summary>
<para>Actual bandwidth (in bytes per second) that the camera will use to transmit image data and chunk data given the current camera settings.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DeviceLinkThroughputLimit">
<summary>
<para>Value set to limit the maximum bandwidth of the data that will be streamed out by the device on the currently selected link (in bytes per second).</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DeviceLinkThroughputLimitMode">
<summary>
<para>Controls if the device link throughput limit is active. When disabled, lower level throughput limit specific features are expected to control the throughput. When enabled, the device link throughput limit controls the overall throughput.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DeviceLinkSpeed">
<summary>
<para>Speed of transmission negotiated on the selected link.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DeviceLinkSelector">
<summary>
<para>Sets which link of the device to control.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TimestampLatchValue">
<summary>
<para>Latched value of the timestamp counter.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TimestampLatch">
<summary>
<para>Latches the current timestamp counter and stores its value in TimestampLatchValue.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DeviceScanType">
<summary>
<para>Returns the scan type of the device's sensor (area or line scan).</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DeviceUserID">
<summary>
<para>User-settable ID of the device.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DeviceSerialNumber">
<summary>
<para>Serial number of the device.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DeviceFirmwareVersion">
<summary>
<para>Version of the device's firmware.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DeviceVersion">
<summary>
<para>Version of the device.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DeviceManufacturerInfo">
<summary>
<para>Additional information from the vendor about the camera.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DeviceModelName">
<summary>
<para>Model name of the device.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DeviceVendorName">
<summary>
<para>Name of the device's vendor.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PayloadFinalTransfer2Size">
<summary>
<para>Payload Final Transfer 2 Size</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PayloadFinalTransfer1Size">
<summary>
<para>Payload Final Transfer 1 Size</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PayloadTransferCount">
<summary>
<para>Payload Transfer Count</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PayloadTransferSize">
<summary>
<para>Payload Transfer Size</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PayloadTransferBlockDelay">
<summary>
<para>This parameter takes effect only when the sequencer mode is set to On. The parameter can only be set when the sequencer configuration mode is set to On.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TestPendingAck">
<summary>
<para>Test pending acknowledging time in milliseconds. On write, the device waits for this time period before acknowledging the write. If the time period is longer than the value in the Maximum Device Response Time register, the device must use PENDING_ACK during the completion of this request. On reads, the device returns the current value without any additional wait time.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SIPayloadFinalTransfer2Size">
<summary>
<para>Size of the second final payload transfer.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SIPayloadFinalTransfer1Size">
<summary>
<para>Size of the first final payload transfer.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SIPayloadTransferCount">
<summary>
<para>Expected number of payload transfers.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SIPayloadTransferSize">
<summary>
<para>Expected size of a single payload transfer.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BslUSBSpeedMode">
<summary>
<para>Returns the speed mode of the USB port.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PayloadSize">
<summary>
<para>Size of the payload in bytes. This is the total number of bytes sent in the payload.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventFrameBurstStartWaitTimestamp">
<summary>
<para>Time stamp of the frame brust start wait event.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventFrameBurstStartWait">
<summary>
<para>Unique identifier of the frame burst start wait event.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventFrameStartWaitTimestamp">
<summary>
<para>Time stamp of the frame start wait event.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventFrameStartWait">
<summary>
<para>Unique identifier of the frame start wait event.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventOverTemperatureTimestamp">
<summary>
<para>Time stamp of the over temperature event.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventOverTemperature">
<summary>
<para>Unique identifier of the over temperature event.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventCriticalTemperatureTimestamp">
<summary>
<para>Time stamp of the crititical temperature event.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventCriticalTemperature">
<summary>
<para>Unique identifier of the critical temperature event.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventTestTimestamp">
<summary>
<para>Time stamp of the test event.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventTest">
<summary>
<para>Unique identifier of the test event.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventFrameBurstStartOvertriggerFrameID">
<summary>
<para>Frame ID of the frame burst start overtrigger event.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventFrameBurstStartOvertriggerTimestamp">
<summary>
<para>Time stamp of the frame burst start overtrigger event.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventFrameBurstStartOvertrigger">
<summary>
<para>Unique identifier of the frame burst start overtrigger event. This feature can be used to register a callback function to be notified of the event occurrence. Its value uniquely identifies the type of event that will be received.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventFrameStartOvertriggerFrameID">
<summary>
<para>Frame ID of the frame start overtrigger event.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventFrameStartOvertriggerTimestamp">
<summary>
<para>Time stamp of the frame start overtrigger event.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventFrameStartOvertrigger">
<summary>
<para>Unique identifier of the frame start overtrigger event. This feature can be used to register a callback function to be notified of the event occurrence. Its value uniquely identifies the type of event that will be received.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventFrameBurstStartFrameID">
<summary>
<para>Frame ID of the frame burst start event.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventFrameBurstStartTimestamp">
<summary>
<para>Time stamp of the frame burst start event.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventFrameBurstStart">
<summary>
<para>Unique identifier of the frame burst start event. This feature can be used to register a callback function to be notified of the event occurrence. Its value uniquely identifies the type of event that will be received.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventFrameStartFrameID">
<summary>
<para>Frame ID of the frame start event.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventFrameStartTimestamp">
<summary>
<para>Time stamp of the frame start event.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventFrameStart">
<summary>
<para>Unique identifier of the frame start event. This feature can be used to register a callback function to be notified of the event occurrence. Its value uniquely identifies the type of event that will be received.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventExposureEndFrameID">
<summary>
<para>Frame ID of the exposure end event.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventExposureEndTimestamp">
<summary>
<para>Time stamp of the exposure end event.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventExposureEnd">
<summary>
<para>Unique identifier of the exposure end event. This parameter can be used to register a callback function to be notified of the event occurrence. Its value uniquely identifies the type of event that will be received.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TriggerEventTest">
<summary>
<para>Generates an event test signal.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventNotification">
<summary>
<para>Enables event notifications for the currently selected event. The event can selected using the EventSelector parameter.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.EventSelector">
<summary>
<para>Sets the event notification to be enabled. Once an event notification has been set, the notification can be enabled using the EventNotification parameter.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ChunkPayloadCRC16">
<summary>
<para>CRC checksum of the acquired image. The checksum is calculated using all of the image data and all of the appended chunks except for the checksum itself.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ChunkSequencerSetActive">
<summary>
<para>Index of the active sequencer set.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ChunkCounterValue">
<summary>
<para>Value of the selected chunk counter.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ChunkCounterSelector">
<summary>
<para>Sets which counter to retrieve chunk data from.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ChunkLineStatusAll">
<summary>
<para>A bit field that indicates the status of all of the camera's input and output lines when the image was acquired</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ChunkTimestamp">
<summary>
<para>Value of the timestamp when the image was acquired.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ChunkExposureTime">
<summary>
<para>Exposure time used to acquire the image.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ChunkGain">
<summary>
<para>Gain used to acquire the image.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ChunkGainSelector">
<summary>
<para>Sets which gain channel to retrieve chunk data from.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ChunkEnable">
<summary>
<para>Enables the inclusion of the currently selected chunk in the payload data.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ChunkSelector">
<summary>
<para>Sets the chunk to be enabled. Once a chunk has been set, the chunk can be enabled using the ChunkEnable parameter.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ChunkModeActive">
<summary>
<para>Enables the chunk mode.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserSetDefault">
<summary>
<para>Sets the user set or the factory set to be used as the startup set. The startup set will be loaded as the active set whenever the camera is powered on or reset.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserSetSave">
<summary>
<para>Saves the current active set into the selected user set.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserSetLoad">
<summary>
<para>Loads the selected set into the camera's volatile memory and makes it the active configuration set. Once the selected set is loaded, the parameters in the selected set will control the camera.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserSetSelector">
<summary>
<para>Sets the user set or the factory set to load, save or configure.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CounterDuration">
<summary>
<para>Duration (or number of events) before the CounterEnd event is generated.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CounterReset">
<summary>
<para>Immediately resets the selected counter. The counter starts counting immediately after the reset.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CounterResetActivation">
<summary>
<para>Sets the signal on which the counter will be reset.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CounterResetSource">
<summary>
<para>Sets the source signal that can reset the currently selected counter.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CounterEventSource">
<summary>
<para>Sets the event that increments the currently selected counter.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CounterSelector">
<summary>
<para>Sets the counter to be configured. Once a counter has been set, all changes to the counter settings will be applied to this counter.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TimerTriggerSource">
<summary>
<para>Sets the internal camera signal used to trigger the selected timer.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TimerDelay">
<summary>
<para>Delay of the currently selected timer in microseconds.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TimerDuration">
<summary>
<para>Duration of the currently selected timer in microseconds.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TimerSelector">
<summary>
<para>Sets the timer to be configured.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SoftwareSignalPulse">
<summary>
<para>Generates a signal that can be used as a software trigger.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SoftwareSignalSelector">
<summary>
<para>Sets the software signal to control.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserOutputValueAll">
<summary>
<para>A single bit field that sets the state of all user settable output signals in one access.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserOutputValue">
<summary>
<para>Enables the selected user settable output line.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.UserOutputSelector">
<summary>
<para>Sets the user settable output signal to be configured. Once a user settable output signal has been set, all changes to the user settable output signal settings will be applied to the selected user settable output signal.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineStatusAll">
<summary>
<para>This integer value is a single bit field that indicates the current logical state of all available lines at time of polling.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineStatus">
<summary>
<para>Indicates the current logical state of the selected line.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineOverloadReset">
<summary>
<para>This command resets the overload status of the selected line. If the overload condition is still fulfilled, the overload status will be set again immediately.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineOverloadStatus">
<summary>
<para>Indicates whether an overload condition was detected on the selected line.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineMinimumOutputPulseWidth">
<summary>
<para>Value for the minimum signal width of an output signal (in microseconds) .</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineDebouncerTime">
<summary>
<para>Value of the selected line debouncer time in microseconds.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineInverter">
<summary>
<para>Enables the signal inverter function for the currently selected input or output line.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineSource">
<summary>
<para>Sets the source signal for the currently selected line. The currently selected line must be an output line.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineLogic">
<summary>
<para>Returns the line logic of the currently selected line.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineFormat">
<summary>
<para>Returns the electrical configuration of the currently selected line.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineMode">
<summary>
<para>Sets the mode for the selected line. This controls whether the physical line is used to input or output a signal.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LineSelector">
<summary>
<para>Sets the I/O line to be configured. Once a line has been set, all changes to the line settings will be applied to the selected line.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LUTValue">
<summary>
<para>Value of the LUT element at the LUT index position.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LUTIndex">
<summary>
<para>Index of the LUT element to access.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LUTEnable">
<summary>
<para>Enables the selected lookup table (LUT).</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LUTSelector">
<summary>
<para>Sets the lookup table (LUT) to be configured. Once a LUT has been selected, all changes to the LUT settings will be applied to the selected LUT.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoTonalRangeTargetDark">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoTonalRangeTargetBright">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoTonalRangeThresholdDark">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoTonalRangeThresholdBright">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoTonalRangeAdjustmentSelector">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoTonalRangeModeSelector">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoFunctionAOIUseWhiteBalance">
<summary>
<para>Assigns the Balance White auto function to the currently selected auto function AOI.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoFunctionAOIUseBrightness">
<summary>
<para>Assigns the Gain Auto and the Exposure Auto functions to the currently selected auto function AOI. For this parameter, Gain Auto and the Exposure Auto are considered as a single "brightness" auto function.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoFunctionAOIOffsetY">
<summary>
<para>Vertical offset from the top of the sensor to the auto function AOI (in pixels).</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoFunctionAOIOffsetX">
<summary>
<para>Horizontal offset from the left side of the sensor to the auto function AOI (in pixels).</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoFunctionAOIHeight">
<summary>
<para>Height of the auto function AOI (in pixels).</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoFunctionAOIWidth">
<summary>
<para>Width of the auto function AOI (in pixels).</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoFunctionAOISelector">
<summary>
<para>Sets which auto function AOI can be adjusted.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoFunctionROIUseTonalRange">
<summary>
<para>Assigns the Tonal Range Auto auto function to the currently selected auto function ROI.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoFunctionROIUseWhiteBalance">
<summary>
<para>Assigns the Balance White auto function to the currently selected auto function ROI.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoFunctionROIUseBrightness">
<summary>
<para>Assigns the Gain Auto and the Exposure Auto functions to the currently selected auto function ROI. For this parameter, Gain Auto and the Exposure Auto are considered as a single "brightness" auto function.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoFunctionROIOffsetY">
<summary>
<para>Vertical offset from the top of the sensor to the auto function ROI (in pixels).</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoFunctionROIOffsetX">
<summary>
<para>Horizontal offset from the left side of the sensor to the auto function ROI (in pixels).</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoFunctionROIHeight">
<summary>
<para>Height of the auto function ROI (in pixels).</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoFunctionROIWidth">
<summary>
<para>Width of the auto function ROI (in pixels).</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoFunctionROISelector">
<summary>
<para>Sets which auto function ROI can be adjusted.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoBacklightCompensation">
<summary>
<para>Sets the backlight compensation that allows the camera to compensate for underexposure. This is done by excluding a given percentage of the brightest pixels in the image from the target average gray value calculations.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoExposureTimeUpperLimit">
<summary>
<para>Upper limit for the ExposureTime parameter when the exposure auto function is active.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoExposureTimeLowerLimit">
<summary>
<para>Lower limit for the ExposureTime parameter when the exposure auto function is active.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoGainUpperLimit">
<summary>
<para>Upper limit for the Gain parameter when the gain auto function is active.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoGainLowerLimit">
<summary>
<para>Lower limit for the Gain parameter when the gain auto function is active.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoFunctionProfile">
<summary>
<para>Sets how gain and exposure time will be balanced when the device is making automatic adjustments.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AutoTargetBrightness">
<summary>
<para>Target average brightness for the gain auto function and the exposure auto function.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BslImmediateTriggerMode">
<summary>
<para>Sets the immediate trigger mode. If this mode is enabled, exposure starts immediately after triggering, but changes to image parameters become effective with a short delay, i.e., after one or more images have been acquired.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.OverlapMode">
<summary>
<para>Configures overlapping exposure and image readout.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SensorShutterMode">
<summary>
<para>Sets the shutter mode of the device.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AcquisitionStatus">
<summary>
<para>Indicates the status (true or false) of the currently selected acquisition signal. acquisition signal can be selected using AcquisitionStatusSelector.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AcquisitionStatusSelector">
<summary>
<para>Sets the acquisition status to be checked. Once a status has been set, the status can be checked by reading the AcquisitionStatus parameter value.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SensorReadoutTime">
<summary>
<para>Sensor readout time given the current settings.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ResultingFrameRate">
<summary>
<para>Maximum allowed frame acquisition rate given the current camera settings (in frames per second).</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AcquisitionFrameRate">
<summary>
<para>Acquisition frame rate of the camera in frames per second.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AcquisitionFrameRateEnable">
<summary>
<para>Enables setting the camera's acquisition frame rate to a specified value.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TriggerDelay">
<summary>
<para>Trigger delay time in microseconds. The delay is applied after the trigger reception and before effectively activating the trigger.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TriggerActivation">
<summary>
<para>Sets the signal transition that activates the selected trigger.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TriggerSource">
<summary>
<para>Sets the signal source for the selected trigger.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TriggerSoftware">
<summary>
<para>Generates a software trigger signal. The software trigger signal will be used if the TriggerSource parameter is set to Software.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TriggerMode">
<summary>
<para>Sets the mode for the currently selected trigger.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TriggerSelector">
<summary>
<para>Sets the trigger type to be configured. Once a trigger type has been set, all changes to the trigger settings will be applied to the selected trigger.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AcquisitionBurstFrameCount">
<summary>
<para>Number of frames to acquire for each FrameBurstStart trigger.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SensorReadoutMode">
<summary>
<para>Sets the sensor readout mode.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ExposureOverlapTimeMax">
<summary>
<para>Maximum overlap of the sensor exposure with sensor readout in TriggerWidth exposure mode (in microseconds).</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ExposureOverlapTimeMode">
<summary>
<para>Sets the exposure overlap time mode.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ExposureTime">
<summary>
<para>Exposure time of the camera in microseconds.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ExposureMode">
<summary>
<para>Sets the exposure mode.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ExposureTimeMode">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ExposureAuto">
<summary>
<para>Sets the operation mode of the exposure auto function. The exposure auto function automatically adjusts the exposure time within set limits until a target brightness value is reached.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ShutterMode">
<summary>
<para>Sets the shutter mode.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AcquisitionStop">
<summary>
<para>Stops the acquisition of images if the camera is set for continuous image acquisition and acquisition has been started.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AcquisitionStart">
<summary>
<para>Starts the acquisition of images. If the camera is set for single frame acquisition, it will start acquisition of one frame. If the camera is set for continuous frame acquisition, it will start continuous acquisition of frames.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.AcquisitionMode">
<summary>
<para>Sets the image acquisition mode.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SharpnessEnhancement">
<summary>
<para>Amount of sharpening to apply. The higher the sharpness, the more distinct the image subject's contours will be. However, too high values may result in image information loss. To enable this feature, the DemosaicingMode parameter must be set to BaslerPGI.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.NoiseReduction">
<summary>
<para>Amount of noise reduction to apply. The higher the value, the less chroma noise will be visible in your images. However, too high values may result in image information loss. To enable this feature, the DemosaicingMode parameter must be set to BaslerPGI.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PgiMode">
<summary>
<para>Enables Basler PGI image optimizations.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DemosaicingMode">
<summary>
<para>Sets the demosaicing mode.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BslSaturationValue">
<summary>
<para>Amount of saturation to be applied. Adjusting the saturation changes the colorfulness (intensity) of the colors. A higher saturation, for example, will make colors easier to distinguish.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BslSaturation">
<summary>
<para>Adjusting the saturation changes the intensity of the colors. A higher saturation, for example, makes colors easier to distinguish.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BslHueValue">
<summary>
<para>Hue shift to be applied. Adjusting the hue shifts the colors of the image. This can be useful, e.g., for correcting minor color shifts or creating false-color images.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BslHue">
<summary>
<para>Adjusting the hue shifts the colors of the image. This can be useful, e.g., for correcting minor color shifts or creating false-color images.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DefectPixelCorrectionMode">
<summary>
<para>Identifies pixels that have a significantly greater or lesser intensity value than its neighboring pixels (outlier pixels) and adjusts their intensity value.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BslContrast">
<summary>
<para>Amount of contrast to be applied. The more contrast you apply, the more defined the difference between light and dark areas in the image will be.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BslBrightness">
<summary>
<para>Amount of brightness to be applied. This allows you to lighten or darken the entire image.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BslContrastMode">
<summary>
<para>Sets the contrast mode. This specifies which type of contrast enhancement is used to adjust the contrast.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ColorTransformationValue">
<summary>
<para>Transformation value for the selected element in the color transformation matrix.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ColorTransformationValueSelector">
<summary>
<para>Sets the element to be entered in the color transformation matrix for custom color transformation. Note: Depending on the camera model, some elements in the color transformation matrix may be preset and can not be changed.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ColorTransformationSelector">
<summary>
<para>Sets the type of color transformation that will be performed.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ColorAdjustmentSaturation">
<summary>
<para>Saturation adjustment value for the currently selected color.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ColorAdjustmentHue">
<summary>
<para>Hue adjustment value for the currently selected color.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ColorAdjustmentSelector">
<summary>
<para>Sets the color for color adjustment.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BalanceRatio">
<summary>
<para>Value of the currently selected balance ratio channel or tap.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BalanceRatioSelector">
<summary>
<para>Sets the color channel to be adjusted for manual white balance. Once a color intensity has been selected, all changes to the balance ratio parameter will be applied to the selected color intensity.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BalanceWhiteAuto">
<summary>
<para>Sets the operation mode of the balance white auto function.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LightSourcePreset">
<summary>
<para>Sets the light source preset. The colors in the image will be corrected so that they are appropriate for the selected light source.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BslColorSpaceMode">
<summary>
<para>Sets the color space for image acquisition. Note that perception of brightness also depends on the gamma correction value set.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DigitalShift">
<summary>
<para>Value set for digital shift. When the parameter is set to zero, digital shift will be disabled. When the parameter is set to 1, 2, 3, or 4, digital shift will be set to shift by 1, shift by 2, shift by 3, or shift by 4 respectively.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ColorSpace">
<summary>
<para>Returns the color space set for image acquisitions.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.Gamma">
<summary>
<para>Gamma correction value. Gamma correction lets you modify the brightness of the pixel values to account for a non-linearity in the human perception of brightness.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BlackLevel">
<summary>
<para>Value of the currently selected black level channel or tap.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BlackLevelSelector">
<summary>
<para>Sets the black level channel or tap to be adjusted. Once a black level channel or tap has been selected, all changes to the BlackLevel parameter will be applied to the selected channel or tap.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.Gain">
<summary>
<para>Value of the currently selected gain control in dB.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.GainSelector">
<summary>
<para>Sets the gain channel or tap to be adjusted. Once a gain channel or tap has been selected, all changes to the Gain parameter will be applied to the selected channel or tap.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.GainAuto">
<summary>
<para>Sets the operation mode of the gain auto function. The gain auto function automatically adjusts the gain within set limits until a target brightness value is reached.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ROIZoneOffset">
<summary>
<para>Sets the ROI zone offset [pixels, in direction of assembly] for the previously enabled ROI zone. Equivalent to OffsetY for vertical zones.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ROIZoneSize">
<summary>
<para>Sets the ROI zone 'thickness' (pixels, in direction of assembly) for the previously enabled ROI zone. Equivalent to Height for vertical zones.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ROIZoneMode">
<summary>
<para>Provides for enabling/disabling the previously set ROI zone.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ROIZoneSelector">
<summary>
<para>Sets a ROI zone to be enabled, configured, and assembled with other ROI zones.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TestPattern">
<summary>
<para>Selects the type of image test pattern that is generated by the device.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TestImageResetAndHold">
<summary>
<para>Holds all moving test images at their starting position. All test images will be displayed at their starting positions and will stay fixed.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.TestImageSelector">
<summary>
<para>Sets the test image to display.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelDynamicRangeMax">
<summary>
<para>Maximum possible pixel value that could be transferred from the camera.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelDynamicRangeMin">
<summary>
<para>Minimum possible pixel value that could be transferred from the camera.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelColorFilter">
<summary>
<para>Returns the alignment of the camera's Bayer filter to the pixels in the acquired images.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelSize">
<summary>
<para>Returns the depth of the pixel values in the image (in bits per pixel). The value will always be coherent with the pixel format setting.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.PixelFormat">
<summary>
<para>Sets the format of the pixel data transmitted by the camera. The available pixel formats depend on the camera model and whether the camera is monochrome or color.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ReverseY">
<summary>
<para>Enables vertical mirroring of the image. The pixel values for each row in a captured image will be swapped end-for-end about the row's center. You can use the ROI feature when using the reverse Y feature. Note that the position of the ROI relative to the sensor remains the same.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ReverseX">
<summary>
<para>Enables horizontal mirroring of the image. The pixel values for each line in a captured image will be swapped end-for-end about the line's center. You can use the ROI feature when using the reverse X feature. Note that the position of the ROI relative to the sensor remains the same.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ScalingVertical">
<summary>
<para>Vertical scaling factor.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.ScalingHorizontal">
<summary>
<para>Horizontal scaling factor.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DecimationVertical">
<summary>
<para>Vertical decimation factor. It specifies the extent of vertical sub-sampling of the acquired frame, i.e. it defines how many rows are left out of transmission. This has the net effect of reducing the vertical resolution (height) of the image by the specified decimation factor. A value of 1 indicates that the camera performs no vertical decimation.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.DecimationHorizontal">
<summary>
<para>Horizontal decimation factor. It specifies the extent of horizontal sub-sampling of the acquired frame, i.e. it defines how many pixel columns are left out of transmission. This has the net effect of reducing the horizontal resolution (width) of the image by the specified decimation factor. A value of 1 indicates that the camera performs no horizontal decimation.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BinningVertical">
<summary>
<para>Number of adjacent vertical pixels to be summed. Their charges will be summed and reported out of the camera as a single pixel.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BinningVerticalMode">
<summary>
<para>Sets the binning vertical mode.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BinningHorizontal">
<summary>
<para>Number of adjacent horizontal pixels to be summed. Their charges will be summed and reported out of the camera as a single pixel.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.BinningHorizontalMode">
<summary>
<para>Sets the binning horizontal mode.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CenterY">
<summary>
<para>Enables vertical centering of the image.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CenterX">
<summary>
<para>Enables horizontal centering of the image.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LinePitch">
<summary>
<para>Number of bytes separating the starting pixels of two consecutive lines. This feature is used to facilitate alignment of image data.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.LinePitchEnable">
<summary>
<para>Enables the line pitch feature which aligns output image data to multiples of 4 bytes.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.OffsetY">
<summary>
<para>Vertical offset from the top of the sensor to the region of interest (in pixels).</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.OffsetX">
<summary>
<para>Horizontal offset from the left side of the sensor to the region of interest (in pixels).</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.Height">
<summary>
<para>Height of the camera's region of interest in pixels. Depending on the camera model, the parameter can be set in different increments.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.Width">
<summary>
<para>Width of the camera's region of interest in pixels. Depending on the camera model, the parameter can be set in different increments.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.HeightMax">
<summary>
<para>Maximum allowed height of the region of interest in pixels. value takes into account any function that may limit the maximum height.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.WidthMax">
<summary>
<para>Maximum allowed width of the region of interest in pixels. value takes into account any function that may limit the maximum width.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SensorHeight">
<summary>
<para>Height of the camera's sensor in pixels.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SensorWidth">
<summary>
<para>Width of the camera's sensor in pixels.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SequencerTriggerActivation">
<summary>
<para>Sets the effective logical level for sequencer set advance. Currently, only LevelHigh is available.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SequencerTriggerSource">
<summary>
<para>Sets the trigger source for sequencer set advance with the currently selected path.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SequencerSetNext">
<summary>
<para>Next sequencer set to follow after the current one.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SequencerPathSelector">
<summary>
<para>Sets the sequencer path.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SequencerSetSave">
<summary>
<para>Saves the sequencer parameter values that are currently in the active set. The values will be saved for the sequencer set whose sequencer set index number is currently selected.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SequencerSetLoad">
<summary>
<para>Loads the parameter values of a sequencer set into the active set. The sequencer set will then be the current set.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SequencerSetSelector">
<summary>
<para>Sets a sequencer set by its index number.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SequencerSetStart">
<summary>
<para>Sequencer set that will be used with the first frame start trigger after SequencerMode was set to On. Only sequencer set 0 is available.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SequencerConfigurationMode">
<summary>
<para>Sets whether the sequencer can be configured.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SequencerSetActive">
<summary>
<para>Index number of the current sequencer set, i.e. of the sequencer set whose parameter values are currently present in the active set.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.SequencerMode">
<summary>
<para>Sets whether the sequencer can be used for image acquisition.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLUsbCamera.CameraOperationMode">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLUsbCamera">
<summary>List of all parameter names available for USB cameras </summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.FileOperationStatusEnum.ToString">
<summary>The full name of FileOperationStatus</summary>
<returns>Returns the full name of FileOperationStatus</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FileOperationStatusEnum.Name">
<summary>The full name of FileOperationStatus</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FileOperationStatusEnum.Failure">
<summary>
<para>This value denotes a failing file operation.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FileOperationStatusEnum.Success">
<summary>
<para>This value denotes a successful file operation.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.FileOperationStatusEnum">
<tocexclude />
<summary>The File Operation Status feature represents the file operation execution status.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.FileOpenModeEnum.ToString">
<summary>The full name of FileOpenMode</summary>
<returns>Returns the full name of FileOpenMode</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FileOpenModeEnum.Name">
<summary>The full name of FileOpenMode</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FileOpenModeEnum.Write">
<summary>
<para>This mode selects write-only open mode.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FileOpenModeEnum.Read">
<summary>
<para>This mode selects read-only open mode.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.FileOpenModeEnum">
<tocexclude />
<summary>The File Open Mode feature selects the access mode in which a file is opened in the device.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.FileOperationSelectorEnum.ToString">
<summary>The full name of FileOperationSelector</summary>
<returns>Returns the full name of FileOperationSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FileOperationSelectorEnum.Name">
<summary>The full name of FileOperationSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FileOperationSelectorEnum.Write">
<summary>
<para>Writes FileAccessLength bytes taken from the FileAccessBuffer into the device storage at the file relative offset FileAccessOffset.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FileOperationSelectorEnum.Read">
<summary>
<para>Reads FileAccessLength bytes from the device storage at the file relative offset FileAccessOffset into FileAccessBuffer.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FileOperationSelectorEnum.Close">
<summary>
<para>Closes the file selected by FileSelector in the device.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FileOperationSelectorEnum.Open">
<summary>
<para>Opens the file selected by FileSelector in the device. The access mode in which the file is opened is selected by FileOpenMode.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.FileOperationSelectorEnum">
<tocexclude />
<summary>The File Operation Selector feature selects the target operation for the selected file in the device. This Operation is executed when the FileOperationExecute feature is called.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.FileSelectorEnum.ToString">
<summary>The full name of FileSelector</summary>
<returns>Returns the full name of FileSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FileSelectorEnum.Name">
<summary>The full name of FileSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FileSelectorEnum.ExpertFeature7File">
<summary>
<para>Selects the file 'Expert Feature 7 File'</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FileSelectorEnum.UserOffsetShading2">
<summary>
<para>Selects the file 'User Offset Shading 2'</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FileSelectorEnum.UserOffsetShading1">
<summary>
<para>Selects the file 'User Offset Shading 1'</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FileSelectorEnum.UserGainShading2">
<summary>
<para>Selects the file 'User Gain Shading 2'</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FileSelectorEnum.UserGainShading1">
<summary>
<para>Selects the file 'User Gain Shading 1'</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FileSelectorEnum.UserSet3">
<summary>
<para>Selects the file 'User Set 3'</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FileSelectorEnum.UserSet2">
<summary>
<para>Selects the file 'User Set 2'</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FileSelectorEnum.UserSet1">
<summary>
<para>Selects the file 'User Set 1'</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FileSelectorEnum.UserData">
<summary>
<para>Selects the file 'User Data'</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.FileSelectorEnum">
<tocexclude />
<summary>The File Selector feature selects the target file in the device.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.ExpertFeatureAccessSelectorEnum.ToString">
<summary>The full name of ExpertFeatureAccessSelector</summary>
<returns>Returns the full name of ExpertFeatureAccessSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ExpertFeatureAccessSelectorEnum.Name">
<summary>The full name of ExpertFeatureAccessSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ExpertFeatureAccessSelectorEnum.ExpertFeature7">
<summary>
<para>Selects the Expert Feature 7 for configuration</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ExpertFeatureAccessSelectorEnum.ExpertFeature6">
<summary>
<para>Selects the Expert Feature 6 for configuration</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ExpertFeatureAccessSelectorEnum.ExpertFeature5">
<summary>
<para>Selects the Expert Feature 5 for configuration</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ExpertFeatureAccessSelectorEnum.ExpertFeature4">
<summary>
<para>Selects the Expert Feature 4 for configuration</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ExpertFeatureAccessSelectorEnum.ExpertFeature3">
<summary>
<para>Selects the Expert Feature 3 for configuration</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ExpertFeatureAccessSelectorEnum.ExpertFeature2">
<summary>
<para>Selects the Expert Feature 2 for configuration</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ExpertFeatureAccessSelectorEnum.ExpertFeature1">
<summary>
<para>Selects the Expert Feature 1 for configuration</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ExpertFeatureAccessSelectorEnum.ExpertFeature1_Legacy">
<summary>
<para>Selects the Expert Feature 1 for configuration</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.ExpertFeatureAccessSelectorEnum">
<tocexclude />
<summary>Selects the feature to configure. Once a feature has been selected, all changes made using the feature enable feature will be applied to the selected feature</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.ParameterSelectorEnum.ToString">
<summary>The full name of ParameterSelector</summary>
<returns>Returns the full name of ParameterSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ParameterSelectorEnum.Name">
<summary>The full name of ParameterSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ParameterSelectorEnum.ExposureOverhead">
<summary>
<para>This enumeration value selects the exposure overhead limits for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ParameterSelectorEnum.AutoTargetValue">
<summary>
<para>This enumeration value selects the target gray limits for auto functions.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ParameterSelectorEnum.Framerate">
<summary>
<para>This enumeration value selects the framerate limits for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ParameterSelectorEnum.ExposureTime">
<summary>
<para>This enumeration value selects the exposure time limits for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ParameterSelectorEnum.BlackLevel">
<summary>
<para>This enumeration value selects the blacklevel limits for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ParameterSelectorEnum.Brightness">
<summary>
<para>This enumeration value selects the brightness limits for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ParameterSelectorEnum.Gain">
<summary>
<para>This enumeration value selects the gain limits for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.ParameterSelectorEnum">
<tocexclude />
<summary>This enumeration selects the parameter to configure. Selects the parameter to configure. Once a parameter has been selected, all changes made using the Remove Limits feature will be applied to the selected parameter</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.LastErrorEnum.ToString">
<summary>The full name of LastError</summary>
<returns>Returns the full name of LastError</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LastErrorEnum.Name">
<summary>The full name of LastError</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LastErrorEnum.UserDefPixFailure">
<summary>
<para>Indicates an user defect pixel failure.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LastErrorEnum.InsufficientTriggerWidth">
<summary>
<para>In trigger width exposure mode, a minimum trigger width is required. The trigger width was shorter than the minimum required. Increase the trigger width to the minimum or above.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LastErrorEnum.PowerFailure">
<summary>
<para>Indicates that the power supply is not sufficient.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LastErrorEnum.OverTemperature">
<summary>
<para>The over temperature state has been detected.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LastErrorEnum.InvalidParameter">
<summary>
<para>Indicates that a parameter was set to an invalid value.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LastErrorEnum.Userset">
<summary>
<para>Indicates an error was detected while loading a userset.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LastErrorEnum.Overtrigger">
<summary>
<para>Indicates that the camera was overtriggered.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LastErrorEnum.NoError">
<summary>
<para>Indicates that no error was detected.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.LastErrorEnum">
<tocexclude />
<summary>Indicates the error that was detected last.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.TemperatureStateEnum.ToString">
<summary>The full name of TemperatureState</summary>
<returns>Returns the full name of TemperatureState</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TemperatureStateEnum.Name">
<summary>The full name of TemperatureState</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TemperatureStateEnum.Error">
<summary>
<para>Error</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TemperatureStateEnum.Critical">
<summary>
<para>Critical</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TemperatureStateEnum.Ok">
<summary>
<para>Ok</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.TemperatureStateEnum">
<tocexclude />
<summary>Temperature State</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.TemperatureSelectorEnum.ToString">
<summary>The full name of TemperatureSelector</summary>
<returns>Returns the full name of TemperatureSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TemperatureSelectorEnum.Name">
<summary>The full name of TemperatureSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TemperatureSelectorEnum.Case">
<summary>
<para>Temperature on the camera case</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TemperatureSelectorEnum.Framegrabberboard">
<summary>
<para>Temperature on framegrabber board</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TemperatureSelectorEnum.Coreboard">
<summary>
<para>Temperature on core board</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TemperatureSelectorEnum.Sensorboard">
<summary>
<para>Temperature on sensor board</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.TemperatureSelectorEnum">
<tocexclude />
<summary>Lists the temperature sources available for readout</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.DeviceScanTypeEnum.ToString">
<summary>The full name of DeviceScanType</summary>
<returns>Returns the full name of DeviceScanType</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.DeviceScanTypeEnum.Name">
<summary>The full name of DeviceScanType</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.DeviceScanTypeEnum.Linescan">
<summary>
<para>This enumeration value indicates that the camera uses an Line scan type of sensor.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.DeviceScanTypeEnum.Areascan">
<summary>
<para>This enumeration value indicates that the camera uses an area scan type of sensor.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.DeviceScanTypeEnum">
<tocexclude />
<summary>This enumeration lists the possible scan types for the sensor in the device.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.FeatureSetEnum.ToString">
<summary>The full name of FeatureSet</summary>
<returns>Returns the full name of FeatureSet</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FeatureSetEnum.Name">
<summary>The full name of FeatureSet</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FeatureSetEnum.Basic">
<summary>
<para>Makes available the basic feature set.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FeatureSetEnum.Full">
<summary>
<para>Makes available the full feature set.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.FeatureSetEnum">
<tocexclude />
<summary>Selects a feature set description file.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.UserDefinedValueSelectorEnum.ToString">
<summary>The full name of UserDefinedValueSelector</summary>
<returns>Returns the full name of UserDefinedValueSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserDefinedValueSelectorEnum.Name">
<summary>The full name of UserDefinedValueSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserDefinedValueSelectorEnum.Value5">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserDefinedValueSelectorEnum.Value4">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserDefinedValueSelectorEnum.Value3">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserDefinedValueSelectorEnum.Value2">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserDefinedValueSelectorEnum.Value1">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.UserDefinedValueSelectorEnum">
<tocexclude />
<summary>See camera users manual for information.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.ShadingSetCreateEnum.ToString">
<summary>The full name of ShadingSetCreate</summary>
<returns>Returns the full name of ShadingSetCreate</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShadingSetCreateEnum.Name">
<summary>The full name of ShadingSetCreate</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShadingSetCreateEnum.Once">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShadingSetCreateEnum.Off">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.ShadingSetCreateEnum">
<tocexclude />
<summary>ShadingSetCreate</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.ShadingSetSelectorEnum.ToString">
<summary>The full name of ShadingSetSelector</summary>
<returns>Returns the full name of ShadingSetSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShadingSetSelectorEnum.Name">
<summary>The full name of ShadingSetSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShadingSetSelectorEnum.UserShadingSet2">
<summary>
<para>This enumeration value selects the User Shading Set 2 for activation by the activate command.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShadingSetSelectorEnum.UserShadingSet1">
<summary>
<para>This enumeration value selects the User Shading Set 1 for activation by the activate command.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShadingSetSelectorEnum.DefaultShadingSet">
<summary>
<para>This enumeration value selects the default shading set for activation by the activate command.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.ShadingSetSelectorEnum">
<tocexclude />
<summary>This enumeration selects the shading set to which the activate command will be applied.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.ShadingSetDefaultSelectorEnum.ToString">
<summary>The full name of ShadingSetDefaultSelector</summary>
<returns>Returns the full name of ShadingSetDefaultSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShadingSetDefaultSelectorEnum.Name">
<summary>The full name of ShadingSetDefaultSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShadingSetDefaultSelectorEnum.UserShadingSet2">
<summary>
<para>This enumeration value selects the User Shading Set 2 as the bootup shading set.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShadingSetDefaultSelectorEnum.UserShadingSet1">
<summary>
<para>This enumeration value selects the User Shading Set 1 as the bootup shading set.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShadingSetDefaultSelectorEnum.DefaultShadingSet">
<summary>
<para>This enumeration value selects the default shading set (factory-created) as the bootup shading set.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.ShadingSetDefaultSelectorEnum">
<tocexclude />
<summary>This enumeration selects the shading set that will be loaded into the volatile memory during camera bootup.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.ShadingStatusEnum.ToString">
<summary>The full name of ShadingStatus</summary>
<returns>Returns the full name of ShadingStatus</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShadingStatusEnum.Name">
<summary>The full name of ShadingStatus</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShadingStatusEnum.CreateError">
<summary>
<para>This enumeration value indicates that a problem related to creating a shading set occurred.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShadingStatusEnum.ActivateError">
<summary>
<para>This enumeration value indicates that the selected shading set could not be loaded into the volatile memory.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShadingStatusEnum.StartupSetError">
<summary>
<para>This enumeration value indicates that a problem related to the startup shading set occurred.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShadingStatusEnum.NoError">
<summary>
<para>This enumeration value indicates that the latest operation related to shading correction was successful.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.ShadingStatusEnum">
<tocexclude />
<summary>This enumeratuion indicates error statuses related to shading correction.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.ShadingSelectorEnum.ToString">
<summary>The full name of ShadingSelector</summary>
<returns>Returns the full name of ShadingSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShadingSelectorEnum.Name">
<summary>The full name of ShadingSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShadingSelectorEnum.GainShading">
<summary>
<para>This enumeration value selects gain shading correction, i.e. the correction for photo response non-uniformity (PRNU).</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShadingSelectorEnum.OffsetShading">
<summary>
<para>This enumeration value selects offset shading correction, i.e. the correction for dark signal non-uniformity (DSNU).</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.ShadingSelectorEnum">
<tocexclude />
<summary>This enumeration selects the kind of shading correction.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.ColorOverexposureCompensationAOISelectorEnum.ToString">
<summary>The full name of ColorOverexposureCompensationAOISelector</summary>
<returns>Returns the full name of ColorOverexposureCompensationAOISelector</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorOverexposureCompensationAOISelectorEnum.Name">
<summary>The full name of ColorOverexposureCompensationAOISelector</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorOverexposureCompensationAOISelectorEnum.AOI1">
<summary>
<para>Selects Color Overexposure Compensation AOI 1.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.ColorOverexposureCompensationAOISelectorEnum">
<tocexclude />
<summary>Selcts the area of interest where color overexposure compensation will be performed. </summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.AutoFunctionAOISelectorEnum.ToString">
<summary>The full name of AutoFunctionAOISelector</summary>
<returns>Returns the full name of AutoFunctionAOISelector</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AutoFunctionAOISelectorEnum.Name">
<summary>The full name of AutoFunctionAOISelector</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AutoFunctionAOISelectorEnum.AOI8">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AutoFunctionAOISelectorEnum.AOI7">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AutoFunctionAOISelectorEnum.AOI6">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AutoFunctionAOISelectorEnum.AOI5">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AutoFunctionAOISelectorEnum.AOI4">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AutoFunctionAOISelectorEnum.AOI3">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AutoFunctionAOISelectorEnum.AOI2">
<summary>
<para>Auto Function AOI 2 is used by the Balance White Auto function.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AutoFunctionAOISelectorEnum.AOI1">
<summary>
<para>Auto Function AOI 1 is used by the Gain Auto and Exposure Auto functions.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.AutoFunctionAOISelectorEnum">
<tocexclude />
<summary>Selects the Auto Function AOI.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.AutoFunctionProfileEnum.ToString">
<summary>The full name of AutoFunctionProfile</summary>
<returns>Returns the full name of AutoFunctionProfile</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AutoFunctionProfileEnum.Name">
<summary>The full name of AutoFunctionProfile</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AutoFunctionProfileEnum.ExposureMinimum">
<summary>
<para>When this setting is selected tries to keep the exposure time value at its minimum.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AutoFunctionProfileEnum.GainMinimum">
<summary>
<para>When this setting is selected tries to keep the gain value at its minimum.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.AutoFunctionProfileEnum">
<tocexclude />
<summary>Selects the profile for controlling gain and shutter simultaneously.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.DefaultSetSelectorEnum.ToString">
<summary>The full name of DefaultSetSelector</summary>
<returns>Returns the full name of DefaultSetSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.DefaultSetSelectorEnum.Name">
<summary>The full name of DefaultSetSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.DefaultSetSelectorEnum.Custom1">
<summary>
<para>customer factory set 1</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.DefaultSetSelectorEnum.Custom0">
<summary>
<para>customer factory set 0</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.DefaultSetSelectorEnum.Color">
<summary>
<para>Factory set enabling color adjustments</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.DefaultSetSelectorEnum.AutoFunctions">
<summary>
<para>Factory set using auto functions</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.DefaultSetSelectorEnum.HighGain">
<summary>
<para>High gain factory set</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.DefaultSetSelectorEnum.Standard">
<summary>
<para>Standard factory set</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.DefaultSetSelectorEnum">
<tocexclude />
<summary>Selects the which factory setting will be used as default set.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.UserSetDefaultSelectorEnum.ToString">
<summary>The full name of UserSetDefaultSelector</summary>
<returns>Returns the full name of UserSetDefaultSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserSetDefaultSelectorEnum.Name">
<summary>The full name of UserSetDefaultSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserSetDefaultSelectorEnum.UserSet3">
<summary>
<para>This enumeration value sets user set 3 as the default startup set.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserSetDefaultSelectorEnum.UserSet2">
<summary>
<para>This enumeration value sets user set 2 as the default startup set.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserSetDefaultSelectorEnum.UserSet1">
<summary>
<para>This enumeration value sets user set 1 as the default startup set.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserSetDefaultSelectorEnum.Custom1">
<summary>
<para>This enumeration value sets the custom 1 user set as the default startup set.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserSetDefaultSelectorEnum.Custom0">
<summary>
<para>This enumeration value sets the custom 0 user set as the default startup set.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserSetDefaultSelectorEnum.Color">
<summary>
<para>This enumeration value sets the color user set as the default startup set.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserSetDefaultSelectorEnum.AutoFunctions">
<summary>
<para>This enumeration value sets the auto function user set as the default startup set.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserSetDefaultSelectorEnum.HighGain">
<summary>
<para>This enumeration value sets the high gain user set as the default startup set.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserSetDefaultSelectorEnum.Default">
<summary>
<para>This enumeration value sets the default user set as the default startup set.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.UserSetDefaultSelectorEnum">
<tocexclude />
<summary>This enumeration sets the configuration set to be used as the default startup set. The configuration set that has been selected as the default startup set will be loaded as the active set whenever the camera is powered on or reset.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.UserSetSelectorEnum.ToString">
<summary>The full name of UserSetSelector</summary>
<returns>Returns the full name of UserSetSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserSetSelectorEnum.Name">
<summary>The full name of UserSetSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserSetSelectorEnum.UserSet3">
<summary>
<para>This enumeration value selects user set 3. </para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserSetSelectorEnum.UserSet2">
<summary>
<para>This enumeration value selects user set 2. </para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserSetSelectorEnum.UserSet1">
<summary>
<para>This enumeration value selects user set 1. </para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserSetSelectorEnum.Custom1">
<summary>
<para>Factory set enabling custom 1 settings</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserSetSelectorEnum.Custom0">
<summary>
<para>Factory set enabling custom 0 settings</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserSetSelectorEnum.Color">
<summary>
<para>Factory set enabling color adjustments</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserSetSelectorEnum.AutoFunctions">
<summary>
<para>Factory set using auto functions</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserSetSelectorEnum.HighGain">
<summary>
<para>High gain factory set</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserSetSelectorEnum.Default">
<summary>
<para>This enumeration value selects the default configuration set.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.UserSetSelectorEnum">
<tocexclude />
<summary>This enumeration selects the configuration set to load, save or configure. Possible values for the User Set Selector are: Default: Selects a configuration set that contains factory settings. User Set 1: Selects the first user set. When the Default configuration set is selected and loaded using User Set Load, the device must be in default factory settings state and must make sure the mandatory continuous acquisition use case works directly. Default User Set is read-only and cannot be modified.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.ClPixelClockEnum.ToString">
<summary>The full name of ClPixelClock</summary>
<returns>Returns the full name of ClPixelClock</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ClPixelClockEnum.Name">
<summary>The full name of ClPixelClock</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.ClPixelClockEnum">
<tocexclude />
<summary>The pixel clock used in the communication with the grabber</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.ClSerialPortBaudRateEnum.ToString">
<summary>The full name of ClSerialPortBaudRate</summary>
<returns>Returns the full name of ClSerialPortBaudRate</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ClSerialPortBaudRateEnum.Name">
<summary>The full name of ClSerialPortBaudRate</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ClSerialPortBaudRateEnum.Baud921600">
<summary>
<para>921600 Baud</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ClSerialPortBaudRateEnum.Baud460800">
<summary>
<para>460800 Baud</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ClSerialPortBaudRateEnum.Baud230400">
<summary>
<para>230400 Baud</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ClSerialPortBaudRateEnum.Baud115200">
<summary>
<para>115200 Baud</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ClSerialPortBaudRateEnum.Baud57600">
<summary>
<para>57600 Baud</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ClSerialPortBaudRateEnum.Baud38400">
<summary>
<para>38400 Baud</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ClSerialPortBaudRateEnum.Baud19200">
<summary>
<para>19200 Baud</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ClSerialPortBaudRateEnum.Baud9600">
<summary>
<para>9600 Baud</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.ClSerialPortBaudRateEnum">
<tocexclude />
<summary>See camera users manual for information.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.ClTimeSlotsEnum.ToString">
<summary>The full name of ClTimeSlots</summary>
<returns>Returns the full name of ClTimeSlots</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ClTimeSlotsEnum.Name">
<summary>The full name of ClTimeSlots</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ClTimeSlotsEnum.TimeSlots1">
<summary>
<para>Single timeslot</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.ClTimeSlotsEnum">
<tocexclude />
<summary>See camera users manual for information.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.ClConfigurationEnum.ToString">
<summary>The full name of ClConfiguration</summary>
<returns>Returns the full name of ClConfiguration</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ClConfigurationEnum.Name">
<summary>The full name of ClConfiguration</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ClConfigurationEnum.Deca">
<summary>
<para>Standard Deca configuration with 10 taps of 8-bit, as described by the Camera Link Standard.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ClConfigurationEnum.DualBase">
<summary>
<para>The camera streams the data from multiple taps (that do not fit in the standard
base configuration) through two Camera Link base ports. It is responsibility of the
application or frame grabber to reconstruct the full image. Only one of the ports (fixed)
serves as the 'master' for serial communication and triggering.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ClConfigurationEnum.Full">
<summary>
<para>Standard full configuration described by the Camera Link standard.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ClConfigurationEnum.Medium">
<summary>
<para>Standard medium configuration described by the Camera Link standard.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ClConfigurationEnum.Base">
<summary>
<para>Standard base configuration described by the Camera Link standard.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.ClConfigurationEnum">
<tocexclude />
<summary>See camera users manual for information.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.ClTapGeometryEnum.ToString">
<summary>The full name of ClTapGeometry</summary>
<returns>Returns the full name of ClTapGeometry</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ClTapGeometryEnum.Name">
<summary>The full name of ClTapGeometry</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.ClTapGeometryEnum">
<tocexclude />
<summary>The tap geometry uniquely describes with a standardized name, the geometrical properties characterizing the different taps of a multitap camera</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.LUTSelectorEnum.ToString">
<summary>The full name of LUTSelector</summary>
<returns>Returns the full name of LUTSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LUTSelectorEnum.Name">
<summary>The full name of LUTSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LUTSelectorEnum.Luminance">
<summary>
<para>This enumeration value selects the luminance LUT for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.LUTSelectorEnum">
<tocexclude />
<summary>This enumeration the lookup table (LUT) to configure. Once a LUT has been selected, all changes to the LUT settings will be applied to the selected LUT.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.TimerSequenceTimerSelectorEnum.ToString">
<summary>The full name of TimerSequenceTimerSelector</summary>
<returns>Returns the full name of TimerSequenceTimerSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerSequenceTimerSelectorEnum.Name">
<summary>The full name of TimerSequenceTimerSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerSequenceTimerSelectorEnum.Timer4">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerSequenceTimerSelectorEnum.Timer3">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerSequenceTimerSelectorEnum.Timer2">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerSequenceTimerSelectorEnum.Timer1">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.TimerSequenceTimerSelectorEnum">
<tocexclude />
<summary>See camera users manual for information.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.TimerSequenceEntrySelectorEnum.ToString">
<summary>The full name of TimerSequenceEntrySelector</summary>
<returns>Returns the full name of TimerSequenceEntrySelector</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerSequenceEntrySelectorEnum.Name">
<summary>The full name of TimerSequenceEntrySelector</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerSequenceEntrySelectorEnum.Entry16">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerSequenceEntrySelectorEnum.Entry15">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerSequenceEntrySelectorEnum.Entry14">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerSequenceEntrySelectorEnum.Entry13">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerSequenceEntrySelectorEnum.Entry12">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerSequenceEntrySelectorEnum.Entry11">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerSequenceEntrySelectorEnum.Entry10">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerSequenceEntrySelectorEnum.Entry9">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerSequenceEntrySelectorEnum.Entry8">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerSequenceEntrySelectorEnum.Entry7">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerSequenceEntrySelectorEnum.Entry6">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerSequenceEntrySelectorEnum.Entry5">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerSequenceEntrySelectorEnum.Entry4">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerSequenceEntrySelectorEnum.Entry3">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerSequenceEntrySelectorEnum.Entry2">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerSequenceEntrySelectorEnum.Entry1">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.TimerSequenceEntrySelectorEnum">
<tocexclude />
<summary>See camera users manual for information.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.CounterResetSourceEnum.ToString">
<summary>The full name of CounterResetSource</summary>
<returns>Returns the full name of CounterResetSource</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterResetSourceEnum.Name">
<summary>The full name of CounterResetSource</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterResetSourceEnum.VInputDecActive">
<summary>
<para>This enumeration value selects Virtual Input Decoder Active as the source for counter reset.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterResetSourceEnum.VInput4">
<summary>
<para>This enumeration value selects VInput4 as the source for counter reset.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterResetSourceEnum.VInput3">
<summary>
<para>This enumeration value selects VInput3 as the source for counter reset.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterResetSourceEnum.VInput2">
<summary>
<para>This enumeration value selects VInput2 as the source for counter reset.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterResetSourceEnum.VInput1">
<summary>
<para>This enumeration value selects VInput1 as the source for counter reset.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterResetSourceEnum.CC4">
<summary>
<para>This enumeration value selects CC4 as the source for counter reset.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterResetSourceEnum.CC3">
<summary>
<para>This enumeration value selects CC3 as the source for counter reset.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterResetSourceEnum.CC2">
<summary>
<para>This enumeration value selects CC2 as the source for counter reset.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterResetSourceEnum.CC1">
<summary>
<para>This enumeration value selects CC1 as the source for counter reset.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterResetSourceEnum.Line8">
<summary>
<para>This enumeration value selects line 8 as the source for counter reset.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterResetSourceEnum.Line7">
<summary>
<para>This enumeration value selects line 7 as the source for counter reset.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterResetSourceEnum.Line6">
<summary>
<para>This enumeration value selects line 6 as the source for counter reset.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterResetSourceEnum.Line5">
<summary>
<para>This enumeration value selects line 5 as the source for counter reset.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterResetSourceEnum.Line4">
<summary>
<para>This enumeration value selects line 4 as the source for counter reset.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterResetSourceEnum.Line3">
<summary>
<para>This enumeration value selects line 3 as the source for counter reset.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterResetSourceEnum.Line2">
<summary>
<para>This enumeration value selects line 2 as the source for counter reset.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterResetSourceEnum.Line1">
<summary>
<para>This enumeration value selects line 1 as the source for counter reset.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterResetSourceEnum.Software">
<summary>
<para>This enumeration value selects software command as the source for counter reset.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterResetSourceEnum.Off">
<summary>
<para>This enumeration value disables counter reset.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.CounterResetSourceEnum">
<tocexclude />
<summary>This enumeration selects the source of the reset for the selected counter.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.CounterEventSourceEnum.ToString">
<summary>The full name of CounterEventSource</summary>
<returns>Returns the full name of CounterEventSource</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterEventSourceEnum.Name">
<summary>The full name of CounterEventSource</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterEventSourceEnum.ExposureEnd">
<summary>
<para>Counts the number of Exposure End.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterEventSourceEnum.ExposureStart">
<summary>
<para>Counts the number of Exposure Start.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterEventSourceEnum.LineEnd">
<summary>
<para>Counts the number of Line End.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterEventSourceEnum.LineStart">
<summary>
<para>Counts the number of Line Start.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterEventSourceEnum.LineTrigger">
<summary>
<para>Counts the number of Line Trigger.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterEventSourceEnum.FrameEnd">
<summary>
<para>Counts the number of Frame End.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterEventSourceEnum.FrameStart">
<summary>
<para>Counts the number of Frame Start.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterEventSourceEnum.FrameTrigger">
<summary>
<para>Counts the number of Frame Trigger.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterEventSourceEnum.AcquisitionEnd">
<summary>
<para>Counts the number of Acquisition End.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterEventSourceEnum.AcquisitionStart">
<summary>
<para>Counts the number of Acquisition Start.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterEventSourceEnum.AcquisitionTrigger">
<summary>
<para>Counts the number of Acquisition Trigger.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterEventSourceEnum.Off">
<summary>
<para>Counter is stopped.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.CounterEventSourceEnum">
<tocexclude />
<summary>This enumeration selects the event that will be the source to increment the counter.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.CounterSelectorEnum.ToString">
<summary>The full name of CounterSelector</summary>
<returns>Returns the full name of CounterSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterSelectorEnum.Name">
<summary>The full name of CounterSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterSelectorEnum.Counter4">
<summary>
<para>This enumeration value selects counter 4 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterSelectorEnum.Counter3">
<summary>
<para>This enumeration value selects counter 3 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterSelectorEnum.Counter2">
<summary>
<para>This enumeration value selects counter 2 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterSelectorEnum.Counter1">
<summary>
<para>This enumeration value selects counter 1 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.CounterSelectorEnum">
<tocexclude />
<summary>This enumeration selects the counter to configure. Once a counter has been selected, all changes to the counter settings will be applied to the selected counter.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.TimerTriggerActivationEnum.ToString">
<summary>The full name of TimerTriggerActivation</summary>
<returns>Returns the full name of TimerTriggerActivation</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerTriggerActivationEnum.Name">
<summary>The full name of TimerTriggerActivation</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerTriggerActivationEnum.LevelLow">
<summary>
<para>This enumeration value sets the type of signal change needed to start the timer to level low.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerTriggerActivationEnum.LevelHigh">
<summary>
<para>This enumeration value sets the type of signal change needed to start the timer to level high.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerTriggerActivationEnum.FallingEdge">
<summary>
<para>This enumeration value sets the type of signal change needed to start the timer to falling edge.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerTriggerActivationEnum.RisingEdge">
<summary>
<para>This enumeration value sets the type of signal change needed to start the timer to rising edge.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.TimerTriggerActivationEnum">
<tocexclude />
<summary>This enumeration sets the type of signal transistion that will start the timer.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.TimerTriggerSourceEnum.ToString">
<summary>The full name of TimerTriggerSource</summary>
<returns>Returns the full name of TimerTriggerSource</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerTriggerSourceEnum.Name">
<summary>The full name of TimerTriggerSource</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerTriggerSourceEnum.ExposureStart">
<summary>
<para>This enumeration value sets the source signal for the selected timer to exposure active.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerTriggerSourceEnum.Off">
<summary>
<para>This enumeration value sets the source signal for the selected timer to off.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.TimerTriggerSourceEnum">
<tocexclude />
<summary>This enumeration sets the internal camera signal used to trigger the selected timer.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.TimerSelectorEnum.ToString">
<summary>The full name of TimerSelector</summary>
<returns>Returns the full name of TimerSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerSelectorEnum.Name">
<summary>The full name of TimerSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerSelectorEnum.Timer4">
<summary>
<para>This enumeration value selects timer 4 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerSelectorEnum.Timer3">
<summary>
<para>This enumeration value selects timer 3 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerSelectorEnum.Timer2">
<summary>
<para>This enumeration value selects timer 2 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerSelectorEnum.Timer1">
<summary>
<para>This enumeration value selects timer 1 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.TimerSelectorEnum">
<tocexclude />
<summary>This enumeration selects the timer to configure. . Once a timer has been selected, all changes to the timer settings will be applied to the selected timer.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.FrequencyConverterSignalAlignmentEnum.ToString">
<summary>The full name of FrequencyConverterSignalAlignment</summary>
<returns>Returns the full name of FrequencyConverterSignalAlignment</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FrequencyConverterSignalAlignmentEnum.Name">
<summary>The full name of FrequencyConverterSignalAlignment</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FrequencyConverterSignalAlignmentEnum.FallingEdge">
<summary>
<para>For the falling edge of each signal received from the pre-divider sub-module a phase-locked falling edge of a signal generated by the multiplier sub-module is provided.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FrequencyConverterSignalAlignmentEnum.RisingEdge">
<summary>
<para>For the rising edge of each signal received from the pre-divider sub-module a phase-locked rising edge of a signal generated by the multiplier sub-module is provided.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.FrequencyConverterSignalAlignmentEnum">
<tocexclude />
<summary>Selects the signal transition relationships between the signals received from the pre-divider sub-module and the signals generated by the multiplier sub-module.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.FrequencyConverterInputSourceEnum.ToString">
<summary>The full name of FrequencyConverterInputSource</summary>
<returns>Returns the full name of FrequencyConverterInputSource</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FrequencyConverterInputSourceEnum.Name">
<summary>The full name of FrequencyConverterInputSource</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FrequencyConverterInputSourceEnum.ShaftEncoderModuleOut">
<summary>
<para>Selects the output of the shaft encoder module as the input source for the frequency converter module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FrequencyConverterInputSourceEnum.CC4">
<summary>
<para>Selects CC4 as the input source for the frequency converter module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FrequencyConverterInputSourceEnum.CC3">
<summary>
<para>Selects CC3 as the input source for the frequency converter module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FrequencyConverterInputSourceEnum.CC2">
<summary>
<para>Selects CC2 as the input source for the frequency converter module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FrequencyConverterInputSourceEnum.CC1">
<summary>
<para>Selects CC1 as the input source for the frequency converter module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FrequencyConverterInputSourceEnum.Line8">
<summary>
<para>Selects line 8 as the input source for the frequency converter module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FrequencyConverterInputSourceEnum.Line7">
<summary>
<para>Selects line 7 as the input source for the frequency converter module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FrequencyConverterInputSourceEnum.Line6">
<summary>
<para>Selects line 6 as the input source for the frequency converter module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FrequencyConverterInputSourceEnum.Line5">
<summary>
<para>Selects line 5 as the input source for the frequency converter module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FrequencyConverterInputSourceEnum.Line4">
<summary>
<para>Selects line 4 as the input source for the frequency converter module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FrequencyConverterInputSourceEnum.Line3">
<summary>
<para>Selects line 3 as the input source for the frequency converter module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FrequencyConverterInputSourceEnum.Line2">
<summary>
<para>Selects line 2 as the input source for the frequency converter module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FrequencyConverterInputSourceEnum.Line1">
<summary>
<para>Selects line 1 as the input source for the frequency converter module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.FrequencyConverterInputSourceEnum">
<tocexclude />
<summary>Selects the input source for the frequency converter module.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleCounterModeEnum.ToString">
<summary>The full name of ShaftEncoderModuleCounterMode</summary>
<returns>Returns the full name of ShaftEncoderModuleCounterMode</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleCounterModeEnum.Name">
<summary>The full name of ShaftEncoderModuleCounterMode</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleCounterModeEnum.IgnoreDirection">
<summary>
<para>The tick counter of the shaft encoder module increments for forward ticks for reverse ticks, i.e. the tick counts are incremented regardless of the direction of movement.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleCounterModeEnum.FollowDirection">
<summary>
<para>The tick counter of the shaft encoder module increments for forward ticks and decrements for reverse ticks.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleCounterModeEnum">
<tocexclude />
<summary>Selects the counting mode of the tick counter of the shaft encoder module.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleModeEnum.ToString">
<summary>The full name of ShaftEncoderModuleMode</summary>
<returns>Returns the full name of ShaftEncoderModuleMode</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleModeEnum.Name">
<summary>The full name of ShaftEncoderModuleMode</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleModeEnum.ForwardOnly">
<summary>
<para>This enumeration value selects that the shaft encoder module will output trigger signals for forward ticks only provided the reverse counter is not decrementing.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleModeEnum.AnyDirection">
<summary>
<para>This enumeration value selects that the shaft encoder module will output trigger signals for forward and reverse ticks provided the reverse counter is neither incrementing nor decrementing.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleModeEnum">
<tocexclude />
<summary>This enumeration value selects the circumstances for the shaft encoder module to output trigger signals.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleLineSourceEnum.ToString">
<summary>The full name of ShaftEncoderModuleLineSource</summary>
<returns>Returns the full name of ShaftEncoderModuleLineSource</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleLineSourceEnum.Name">
<summary>The full name of ShaftEncoderModuleLineSource</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleLineSourceEnum.CC4">
<summary>
<para>This enumeration value selects CC4 as signal source for the shaft encoder module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleLineSourceEnum.CC3">
<summary>
<para>This enumeration value selects CC3 as signal source for the shaft encoder module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleLineSourceEnum.CC2">
<summary>
<para>This enumeration value selects CC2 as signal source for the shaft encoder module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleLineSourceEnum.CC1">
<summary>
<para>This enumeration value selects CC1 as signal source for the shaft encoder module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleLineSourceEnum.Line8">
<summary>
<para>This enumeration value selects input line 8 as signal source for the shaft encoder module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleLineSourceEnum.Line7">
<summary>
<para>This enumeration value selects input line 7 as signal source for the shaft encoder module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleLineSourceEnum.Line6">
<summary>
<para>This enumeration value selects input line 6 as signal source for the shaft encoder module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleLineSourceEnum.Line5">
<summary>
<para>This enumeration value selects input line 5 as signal source for the shaft encoder module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleLineSourceEnum.Line4">
<summary>
<para>This enumeration value selects input line 4 as signal source for the shaft encoder module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleLineSourceEnum.Line3">
<summary>
<para>This enumeration value selects input line 3 as signal source for the shaft encoder module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleLineSourceEnum.Line2">
<summary>
<para>This enumeration value selects input line 2 as signal source for the shaft encoder module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleLineSourceEnum.Line1">
<summary>
<para>This enumeration value selects input line 1 as signal source for the shaft encoder module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleLineSourceEnum">
<tocexclude />
<summary>Selects the input line as signal source for the shaft encoder module.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleLineSelectorEnum.ToString">
<summary>The full name of ShaftEncoderModuleLineSelector</summary>
<returns>Returns the full name of ShaftEncoderModuleLineSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleLineSelectorEnum.Name">
<summary>The full name of ShaftEncoderModuleLineSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleLineSelectorEnum.PhaseB">
<summary>
<para>Selects phase B of the shaft encoder as input for the shaft encoder module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleLineSelectorEnum.PhaseA">
<summary>
<para>Selects phase A of the shaft encoder as input for the shaft encoder module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleLineSelectorEnum">
<tocexclude />
<summary>Selects the phase of the shaft encoder as input for the shaft encoder module.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.VInpSignalReadoutActivationEnum.ToString">
<summary>The full name of VInpSignalReadoutActivation</summary>
<returns>Returns the full name of VInpSignalReadoutActivation</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.VInpSignalReadoutActivationEnum.Name">
<summary>The full name of VInpSignalReadoutActivation</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.VInpSignalReadoutActivationEnum.FallingEdge">
<summary>
<para>This enumeration value sets the type of signal change necessary to start the signal evaluation. When the camera detects a falling edge, it starts evaluating the incoming bit patterns.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.VInpSignalReadoutActivationEnum.RisingEdge">
<summary>
<para>This enumeration value sets the type of signal change necessary to start the signal evaluation. When the camera detects a rising edge, it starts evaluating the incoming bit patterns.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.VInpSignalReadoutActivationEnum">
<tocexclude />
<summary>This enumeration selects when to start the signal evaluation. The camera waits for a rising/falling edge on the input line. When the appropriate signal has been received, the camera starts evaluating the incoming bit patterns. When one bit pattern is finished, the camera waits for the next rising/falling edge to read out the next incoming bit pattern. The camera stops listening once three bits have been received.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.VInpSignalSourceEnum.ToString">
<summary>The full name of VInpSignalSource</summary>
<returns>Returns the full name of VInpSignalSource</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.VInpSignalSourceEnum.Name">
<summary>The full name of VInpSignalSource</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.VInpSignalSourceEnum.CC4">
<summary>
<para>TODO.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.VInpSignalSourceEnum.CC3">
<summary>
<para>TODO.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.VInpSignalSourceEnum.CC2">
<summary>
<para>TODO.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.VInpSignalSourceEnum.CC1">
<summary>
<para>TODO.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.VInpSignalSourceEnum.Line8">
<summary>
<para>TODO.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.VInpSignalSourceEnum.Line7">
<summary>
<para>TODO.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.VInpSignalSourceEnum.Line6">
<summary>
<para>TODO.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.VInpSignalSourceEnum.Line5">
<summary>
<para>TODO.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.VInpSignalSourceEnum.Line4">
<summary>
<para>TODO.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.VInpSignalSourceEnum.Line3">
<summary>
<para>TODO.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.VInpSignalSourceEnum.Line2">
<summary>
<para>TODO.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.VInpSignalSourceEnum.Line1">
<summary>
<para>TODO.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.VInpSignalSourceEnum">
<tocexclude />
<summary>This enumeration selects the I/O line on which the camera receives the virtual input signal.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.SyncUserOutputSelectorEnum.ToString">
<summary>The full name of SyncUserOutputSelector</summary>
<returns>Returns the full name of SyncUserOutputSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SyncUserOutputSelectorEnum.Name">
<summary>The full name of SyncUserOutputSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SyncUserOutputSelectorEnum.SyncUserOutputClSpare">
<summary>
<para>This enumeration value selects user settable synchronous output signal CL Spare for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SyncUserOutputSelectorEnum.SyncUserOutputLine4">
<summary>
<para>This enumeration value selects user settable synchronous output signal Line4 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SyncUserOutputSelectorEnum.SyncUserOutputLine3">
<summary>
<para>This enumeration value selects user settable synchronous output signal Line3 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SyncUserOutputSelectorEnum.SyncUserOutputLine2">
<summary>
<para>This enumeration value selects user settable synchronous output signal Line2 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SyncUserOutputSelectorEnum.SyncUserOutputLine1">
<summary>
<para>This enumeration value selects user settable synchronous output signal Line1 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SyncUserOutputSelectorEnum.SyncUserOutputCC4">
<summary>
<para>This enumeration value selects user settable synchronous output signal CC4 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SyncUserOutputSelectorEnum.SyncUserOutputCC3">
<summary>
<para>This enumeration value selects user settable synchronous output signal CC3 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SyncUserOutputSelectorEnum.SyncUserOutputCC2">
<summary>
<para>This enumeration value selects user settable synchronous output signal CC2 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SyncUserOutputSelectorEnum.SyncUserOutputCC1">
<summary>
<para>This enumeration value selects user settable synchronous output signal CC1 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SyncUserOutputSelectorEnum.SyncUserOutput8">
<summary>
<para>This enumeration value selects user settable synchronous output signal 8 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SyncUserOutputSelectorEnum.SyncUserOutput7">
<summary>
<para>This enumeration value selects user settable synchronous output signal 7 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SyncUserOutputSelectorEnum.SyncUserOutput6">
<summary>
<para>This enumeration value selects user settable synchronous output signal 6 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SyncUserOutputSelectorEnum.SyncUserOutput5">
<summary>
<para>This enumeration value selects user settable synchronous output signal 5 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SyncUserOutputSelectorEnum.SyncUserOutput4">
<summary>
<para>This enumeration value selects user settable synchronous output signal 4 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SyncUserOutputSelectorEnum.SyncUserOutput3">
<summary>
<para>This enumeration value selects user settable synchronous output signal 3 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SyncUserOutputSelectorEnum.SyncUserOutput2">
<summary>
<para>This enumeration value selects user settable synchronous output signal 2 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SyncUserOutputSelectorEnum.SyncUserOutput1">
<summary>
<para>This enumeration value selects user settable synchronous output signal 1 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.SyncUserOutputSelectorEnum">
<tocexclude />
<summary>See camera users manual for information.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.UserOutputSelectorEnum.ToString">
<summary>The full name of UserOutputSelector</summary>
<returns>Returns the full name of UserOutputSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserOutputSelectorEnum.Name">
<summary>The full name of UserOutputSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserOutputSelectorEnum.UserOutputClSpare">
<summary>
<para>This enumeration value selects user settable output signal CL Spare for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserOutputSelectorEnum.UserOutputLine4">
<summary>
<para>This enumeration value selects user settable output signal Line4 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserOutputSelectorEnum.UserOutputLine3">
<summary>
<para>This enumeration value selects user settable output signal Line3 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserOutputSelectorEnum.UserOutputLine2">
<summary>
<para>This enumeration value selects user settable output signal Line2 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserOutputSelectorEnum.UserOutputLine1">
<summary>
<para>This enumeration value selects user settable output signal Line1 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserOutputSelectorEnum.UserOutputCC4">
<summary>
<para>This enumeration value selects user settable output signal CC4 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserOutputSelectorEnum.UserOutputCC3">
<summary>
<para>This enumeration value selects user settable output signal CC3 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserOutputSelectorEnum.UserOutputCC2">
<summary>
<para>This enumeration value selects user settable output signal CC2 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserOutputSelectorEnum.UserOutputCC1">
<summary>
<para>This enumeration value selects user settable output signal CC1 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserOutputSelectorEnum.UserOutput8">
<summary>
<para>This enumeration value selects user settable output signal 8 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserOutputSelectorEnum.UserOutput7">
<summary>
<para>This enumeration value selects user settable output signal 7 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserOutputSelectorEnum.UserOutput6">
<summary>
<para>This enumeration value selects user settable output signal 6 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserOutputSelectorEnum.UserOutput5">
<summary>
<para>This enumeration value selects user settable output signal 5 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserOutputSelectorEnum.UserOutput4">
<summary>
<para>This enumeration value selects user settable output signal 4 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserOutputSelectorEnum.UserOutput3">
<summary>
<para>This enumeration value selects user settable output signal 3 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserOutputSelectorEnum.UserOutput2">
<summary>
<para>This enumeration value selects user settable output signal 2 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserOutputSelectorEnum.UserOutput1">
<summary>
<para>This enumeration value selects user settable output signal 1 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.UserOutputSelectorEnum">
<tocexclude />
<summary>This enumeration selects the user settable output signal to configure. Once a user settable output signal has been selected, all changes to the user settable output signal settings will be applied to the selected user settable output signal.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.LineSourceEnum.ToString">
<summary>The full name of LineSource</summary>
<returns>Returns the full name of LineSource</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSourceEnum.Name">
<summary>The full name of LineSource</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSourceEnum.SyncUserOutput">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSourceEnum.FrameCycle">
<summary>
<para>This signal for the output is rising with frame trigger wait and falling with exposure active.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSourceEnum.FlashWindow">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSourceEnum.AcquisitionTriggerReady">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSourceEnum.PatternGenerator4">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSourceEnum.PatternGenerator3">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSourceEnum.PatternGenerator2">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSourceEnum.PatternGenerator1">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSourceEnum.FrequencyConverter">
<summary>
<para>This enumeration value associates the output of the camera's frequency converter module with the selected output line.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSourceEnum.ShaftEncoderModuleOut">
<summary>
<para>This enumeration value associates the output of the camera's shaft encoder module with the selected output line.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSourceEnum.AcquisitionTriggerWait">
<summary>
<para>This enumeration value associates the AcquisitionTriggerWait software status as a signal level with the selected output line.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSourceEnum.SerialTx">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSourceEnum.TriggerReady">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSourceEnum.UserOutput">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSourceEnum.UserOutput4">
<summary>
<para>This enumeration value sets the source signal for the selected output line to user settable output signal 4.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSourceEnum.UserOutput3">
<summary>
<para>This enumeration value sets the source signal for the selected output line to user settable output signal 3.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSourceEnum.UserOutput2">
<summary>
<para>This enumeration value sets the source signal for the selected output line to user settable output signal 2.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSourceEnum.UserOutput1">
<summary>
<para>This enumeration value sets the source signal for the selected output line to user settable output signal 1.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSourceEnum.TimerActive">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSourceEnum.Timer4Active">
<summary>
<para>This enumeration value sets the source signal for the selected output line to timer 4 active. </para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSourceEnum.Timer3Active">
<summary>
<para>This enumeration value sets the source signal for the selected output line to timer 3 active. </para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSourceEnum.Timer2Active">
<summary>
<para>This enumeration value sets the source signal for the selected output line to timer 2 active.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSourceEnum.Timer1Active">
<summary>
<para>This enumeration value sets the source signal for the selected output line to timer 1 active.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSourceEnum.LineTriggerWait">
<summary>
<para>This enumeration value associates the LineTriggerWait software status as a signal level with the selected output line.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSourceEnum.FrameTriggerWait">
<summary>
<para>This enumeration value associates the FrameTriggerWait software status as a signal level with the selected output line.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSourceEnum.ExposureActive">
<summary>
<para>This enumeration value sets the source signal for the selected output line to exposure active.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSourceEnum.Off">
<summary>
<para>This enumeration value sets the source signal for the selected output line to off.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.LineSourceEnum">
<tocexclude />
<summary>This enumeration selects the internally generated camera signal (source signal) for the selected line when the selected line is an output. </summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.LineFormatEnum.ToString">
<summary>The full name of LineFormat</summary>
<returns>Returns the full name of LineFormat</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineFormatEnum.Name">
<summary>The full name of LineFormat</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineFormatEnum.OptoCoupled">
<summary>
<para>This enumeration value sets the electrical configuration of the selected line to opto-coupled.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineFormatEnum.RS422">
<summary>
<para>This enumeration value sets the electrical configuration of the selected line to RS-422.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineFormatEnum.LVDS">
<summary>
<para>This enumeration value sets the electrical configuration of the selected line to LVDS.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineFormatEnum.TTL">
<summary>
<para>This enumeration value sets the electrical configuration of the selected line to TTL.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineFormatEnum.TriState">
<summary>
<para>This enumeration value sets the electrical configuration of the selected line to tri-state.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineFormatEnum.NoConnect">
<summary>
<para>This enumeration value sets the electrical configuration of the selected line to not connected.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.LineFormatEnum">
<tocexclude />
<summary>This feature controls the current electrical format of the selected physical input or output Line. Line Format can take any of the following values: No Connect: The Line is not connected. Tri-state: The Line is currently in Tri-state mode (Not driven). TTL: The Line is currently accepting or sending TTL level signals. LVDS: The Line is currently accepting or sending LVDS level signals. RS-422: The Line is currently accepting or sending RS-422 level signals. Opto-coupled: The Line is Opto-coupled. </summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.LineLogicEnum.ToString">
<summary>The full name of LineLogic</summary>
<returns>Returns the full name of LineLogic</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineLogicEnum.Name">
<summary>The full name of LineLogic</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineLogicEnum.Negative">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineLogicEnum.Positive">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.LineLogicEnum">
<tocexclude />
<summary>See camera users manual for information.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.LineModeEnum.ToString">
<summary>The full name of LineMode</summary>
<returns>Returns the full name of LineMode</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineModeEnum.Name">
<summary>The full name of LineMode</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineModeEnum.Output">
<summary>
<para>This enumeration value sets the mode for the selected line to output.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineModeEnum.Input">
<summary>
<para>This enumeration value sets the mode for the selected line to input.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.LineModeEnum">
<tocexclude />
<summary>This feature controls whether the physical Line is used to Input or Output a signal. When a Line supports input and output mode, the default state is Input to avoid possible electrical contention. Line Mode can take any of the following values: Input: The selected physical line is used to input an electrical signal. Output: The selected physical line is used to output an electrical signal.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.LineSelectorEnum.ToString">
<summary>The full name of LineSelector</summary>
<returns>Returns the full name of LineSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSelectorEnum.Name">
<summary>The full name of LineSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSelectorEnum.Out4">
<summary>
<para>This enumeration value selects output line 4 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSelectorEnum.Out3">
<summary>
<para>This enumeration value selects output line 3 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSelectorEnum.Out2">
<summary>
<para>This enumeration value selects output line 2 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSelectorEnum.Out1">
<summary>
<para>This enumeration value selects output line 1 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSelectorEnum.In4">
<summary>
<para>This enumeration value selects input line 4 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSelectorEnum.In3">
<summary>
<para>This enumeration value selects input line 3 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSelectorEnum.In2">
<summary>
<para>This enumeration value selects input line 2 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSelectorEnum.In1">
<summary>
<para>This enumeration value selects input line 1 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSelectorEnum.ClSpare">
<summary>
<para>This enumeration value selects Camera Link Spare for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSelectorEnum.CC4">
<summary>
<para>This enumeration value selects CC4 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSelectorEnum.CC3">
<summary>
<para>This enumeration value selects CC3 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSelectorEnum.CC2">
<summary>
<para>This enumeration value selects CC2 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSelectorEnum.CC1">
<summary>
<para>This enumeration value selects CC1 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSelectorEnum.Line8">
<summary>
<para>This enumeration value selects line 8 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSelectorEnum.Line7">
<summary>
<para>This enumeration value selects line 7 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSelectorEnum.Line6">
<summary>
<para>This enumeration value selects line 6 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSelectorEnum.Line5">
<summary>
<para>This enumeration value selects line 5 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSelectorEnum.Line4">
<summary>
<para>This enumeration value selects line 4 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSelectorEnum.Line3">
<summary>
<para>This enumeration value selects line 3 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSelectorEnum.Line2">
<summary>
<para>This enumeration value selects line 2 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSelectorEnum.Line1">
<summary>
<para>This enumeration value selects line 1 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.LineSelectorEnum">
<tocexclude />
<summary>This enumeration selects the I/O line to configure. Once a line has been selected, all changes to the line settings will be applied to the selected line.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.AcquisitionStatusSelectorEnum.ToString">
<summary>The full name of AcquisitionStatusSelector</summary>
<returns>Returns the full name of AcquisitionStatusSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AcquisitionStatusSelectorEnum.Name">
<summary>The full name of AcquisitionStatusSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AcquisitionStatusSelectorEnum.LineTriggerWait">
<summary>
<para>Device is currently waiting for a line trigger.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AcquisitionStatusSelectorEnum.ExposureActive">
<summary>
<para>Device is doing the exposure of a frame.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AcquisitionStatusSelectorEnum.FrameTransfer">
<summary>
<para>Device is currently transferring a frame.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AcquisitionStatusSelectorEnum.FrameActive">
<summary>
<para>Device is currently doing the capture of a frame.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AcquisitionStatusSelectorEnum.FrameTriggerWait">
<summary>
<para>Device is currently waiting for a Frame trigger.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AcquisitionStatusSelectorEnum.AcquisitionTransfer">
<summary>
<para>Device is currently transferring an acquisition of one or many frames.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AcquisitionStatusSelectorEnum.AcquisitionActive">
<summary>
<para>Device is currently doing an acquisition of one or many frames.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AcquisitionStatusSelectorEnum.AcquisitionTriggerWait">
<summary>
<para>Device is currently waiting for a trigger for the capture of one or many frames.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.AcquisitionStatusSelectorEnum">
<tocexclude />
<summary>This enumeration is used to select which internal acquisition signal to read using AcquisitionStatus.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.AcquisitionFrameRateEnumEnum.ToString">
<summary>The full name of AcquisitionFrameRateEnum</summary>
<returns>Returns the full name of AcquisitionFrameRateEnum</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AcquisitionFrameRateEnumEnum.Name">
<summary>The full name of AcquisitionFrameRateEnum</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AcquisitionFrameRateEnumEnum.FrameRate60">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AcquisitionFrameRateEnumEnum.FrameRate50">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AcquisitionFrameRateEnumEnum.FrameRate30">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AcquisitionFrameRateEnumEnum.FrameRate25">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AcquisitionFrameRateEnumEnum.FrameRate24">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.AcquisitionFrameRateEnumEnum">
<tocexclude />
<summary>See camera users manual for information.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.ShutterModeEnum.ToString">
<summary>The full name of ShutterMode</summary>
<returns>Returns the full name of ShutterMode</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShutterModeEnum.Name">
<summary>The full name of ShutterMode</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShutterModeEnum.GlobalResetRelease">
<summary>
<para>This enumeration value sets the shutter mode to global reset release shutter.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShutterModeEnum.Rolling">
<summary>
<para>This enumeration value sets the shutter mode to rolling shutter.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShutterModeEnum.Global">
<summary>
<para>This enumeration value sets the shutter mode to global shutter.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.ShutterModeEnum">
<tocexclude />
<summary>This enumeration sets the shutter mode.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.ExposureAutoEnum.ToString">
<summary>The full name of ExposureAuto</summary>
<returns>Returns the full name of ExposureAuto</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ExposureAutoEnum.Name">
<summary>The full name of ExposureAuto</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ExposureAutoEnum.Continuous">
<summary>
<para>When the 'continuous' mode of operation is selected, the parameter value is automatically adjusted while images are acquired. The repeated automatic adjustment will proceed until the 'once' mode of operation is used or until the auto function is set to 'off'.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ExposureAutoEnum.Once">
<summary>
<para>When the 'once' mode of operation is selected, the parameter value is automatically adjusted until the related image property reaches the target value. After the automatic parameter value adjustment is complete, the auto function will automatically be set to 'off' and the new parameter value will be applied to the following images.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ExposureAutoEnum.Off">
<summary>
<para>Disables the Exposure Auto function.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.ExposureAutoEnum">
<tocexclude />
<summary>The exposure auto function automatically adjusts the Auto Exposure Time Abs parameter value within set limits, until a target average gray value for the pixel data of the related Auto Function AOI is reached.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.InterlacedIntegrationModeEnum.ToString">
<summary>The full name of InterlacedIntegrationMode</summary>
<returns>Returns the full name of InterlacedIntegrationMode</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.InterlacedIntegrationModeEnum.Name">
<summary>The full name of InterlacedIntegrationMode</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.InterlacedIntegrationModeEnum.FrameIntegration">
<summary>
<para>Sets the integration mode to frame integration</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.InterlacedIntegrationModeEnum.FieldIntegration">
<summary>
<para>Sets the integration mode to field integration</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.InterlacedIntegrationModeEnum">
<tocexclude />
<summary>Selects the Interlaced Integration Mode.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.ExposureModeEnum.ToString">
<summary>The full name of ExposureMode</summary>
<returns>Returns the full name of ExposureMode</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ExposureModeEnum.Name">
<summary>The full name of ExposureMode</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ExposureModeEnum.TriggerControlled">
<summary>
<para>This enumeration value sets the exposure mode to trigger controlled.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ExposureModeEnum.TriggerWidth">
<summary>
<para>This enumeration value sets the exposure mode to trigger width.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ExposureModeEnum.Timed">
<summary>
<para>This enumeration value sets the exposure mode to timed.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ExposureModeEnum.Off">
<summary>
<para>This enumeration value sets the exposure mode to off.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.ExposureModeEnum">
<tocexclude />
<summary>This enumeration sets the exposure mode.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.TriggerDelaySourceEnum.ToString">
<summary>The full name of TriggerDelaySource</summary>
<returns>Returns the full name of TriggerDelaySource</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerDelaySourceEnum.Name">
<summary>The full name of TriggerDelaySource</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerDelaySourceEnum.LineTrigger">
<summary>
<para>Selects the trigger delay to be expressed as a number of consecutive line triggers.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerDelaySourceEnum.Time_us">
<summary>
<para>Selects the trigger delay to be expressed as a time interval (in microseconds).</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.TriggerDelaySourceEnum">
<tocexclude />
<summary>Selects wheter trigger delay is defined as a time interval or as a number of consecutive line triggers.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.TriggerActivationEnum.ToString">
<summary>The full name of TriggerActivation</summary>
<returns>Returns the full name of TriggerActivation</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerActivationEnum.Name">
<summary>The full name of TriggerActivation</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerActivationEnum.LevelLow">
<summary>
<para>Sets the selected trigger to become active when the source signal is low</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerActivationEnum.LevelHigh">
<summary>
<para>Sets the selected trigger to become active when the source signal is high</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerActivationEnum.AnyEdge">
<summary>
<para>Sets the selected trigger to become active on the falling or rising edge of the source signal</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerActivationEnum.FallingEdge">
<summary>
<para>Sets the selected trigger to become active on the falling edge of the source signal</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerActivationEnum.RisingEdge">
<summary>
<para>This enumeration value sets the sets the selected trigger to become active on the rising edge of the source signal.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.TriggerActivationEnum">
<tocexclude />
<summary>This enumeration sets the signal transition needed to activate the selected trigger.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.TriggerSourceEnum.ToString">
<summary>The full name of TriggerSource</summary>
<returns>Returns the full name of TriggerSource</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSourceEnum.Name">
<summary>The full name of TriggerSource</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSourceEnum.VInputDecActive">
<summary>
<para>Sets the signal source for the selected trigger to Virtual Input Decoder Active.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSourceEnum.VInput4">
<summary>
<para>Sets the signal source for the selected trigger to Virtual Input 4.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSourceEnum.VInput3">
<summary>
<para>Sets the signal source for the selected trigger to Virtual Input 3.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSourceEnum.VInput2">
<summary>
<para>Sets the signal source for the selected trigger to Virtual Input 2.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSourceEnum.VInput1">
<summary>
<para>Sets the signal source for the selected trigger to Virtual Input 1.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSourceEnum.Action4">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to action command signal 4.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSourceEnum.Action3">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to action command signal 3.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSourceEnum.Action2">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to action command signal 2.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSourceEnum.Action1">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to action command signal 1.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSourceEnum.UserOutput2">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to user output 2.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSourceEnum.UserOutput1">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to user output 1.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSourceEnum.Counter1End">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to counter 1 end.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSourceEnum.Counter1Start">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to counter 1 start.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSourceEnum.Timer1End">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to timer 1 end.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSourceEnum.Timer1Start">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to timer 1 start.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSourceEnum.FrequencyConverter">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to the frequency converter module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSourceEnum.ShaftEncoderModuleOut">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to the shaft encoder module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSourceEnum.CC4">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to CC4.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSourceEnum.CC3">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to CC3.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSourceEnum.CC2">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to CC2.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSourceEnum.CC1">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to CC1.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSourceEnum.Line8">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to line 8.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSourceEnum.Line7">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to line 7.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSourceEnum.Line6">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to line 6.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSourceEnum.Line5">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to line 5.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSourceEnum.Line4">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to line 4.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSourceEnum.Line3">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to line 3.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSourceEnum.Line2">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to line 2</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSourceEnum.Line1">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to line 1.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSourceEnum.Software">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to software trigger.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.TriggerSourceEnum">
<tocexclude />
<summary>This enumeration sets the signal source for the selected trigger.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.TriggerModeEnum.ToString">
<summary>The full name of TriggerMode</summary>
<returns>Returns the full name of TriggerMode</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerModeEnum.Name">
<summary>The full name of TriggerMode</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerModeEnum.On">
<summary>
<para>This enumeration value sets the mode for the selected trigger to on.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerModeEnum.Off">
<summary>
<para>This enumeration value sets the mode for the selected trigger to off.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.TriggerModeEnum">
<tocexclude />
<summary>This enumeration sets the trigger mode for the selected trigger.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.TriggerSelectorEnum.ToString">
<summary>The full name of TriggerSelector</summary>
<returns>Returns the full name of TriggerSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSelectorEnum.Name">
<summary>The full name of TriggerSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSelectorEnum.ExposureActive">
<summary>
<para>This enumeration value selects the exposure active trigger for configuration. </para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSelectorEnum.ExposureEnd">
<summary>
<para>This enumeration value selects the exposure end trigger for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSelectorEnum.ExposureStart">
<summary>
<para>This enumeration value selects the exposure start trigger for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSelectorEnum.LineStart">
<summary>
<para>This enumeration value selects the line start trigger for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSelectorEnum.FrameActive">
<summary>
<para>This enumeration value selects the frame active trigger for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSelectorEnum.FrameEnd">
<summary>
<para>This enumeration value selects the frame end trigger for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSelectorEnum.FrameStart">
<summary>
<para>This enumeration value selects the frame start trigger for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSelectorEnum.AcquisitionActive">
<summary>
<para>This enumeration value selects the acquisition active trigger for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSelectorEnum.AcquisitionEnd">
<summary>
<para>This enumeration value selects the acquisition end trigger for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSelectorEnum.AcquisitionStart">
<summary>
<para>This enumeration value selects the acquisition start trigger for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.TriggerSelectorEnum">
<tocexclude />
<summary>This enumeration selects the trigger type to configure. Once a trigger type has been selected, all changes to the trigger settings will be applied to the selected trigger.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.TriggerControlImplementationEnum.ToString">
<summary>The full name of TriggerControlImplementation</summary>
<returns>Returns the full name of TriggerControlImplementation</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerControlImplementationEnum.Name">
<summary>The full name of TriggerControlImplementation</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerControlImplementationEnum.Standard">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerControlImplementationEnum.Legacy">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.TriggerControlImplementationEnum">
<tocexclude />
<summary>See camera users manual for information.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.AcquisitionModeEnum.ToString">
<summary>The full name of AcquisitionMode</summary>
<returns>Returns the full name of AcquisitionMode</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AcquisitionModeEnum.Name">
<summary>The full name of AcquisitionMode</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AcquisitionModeEnum.Continuous">
<summary>
<para>This enumeration value sets the camera's acquisition mode to continuous.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AcquisitionModeEnum.MultiFrame">
<summary>
<para>This enumeration value sets the camera's acquisition mode to multi frame.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AcquisitionModeEnum.SingleFrame">
<summary>
<para>This enumeration value sets the camera's acquisition mode to single frame</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.AcquisitionModeEnum">
<tocexclude />
<summary>This enumeration sets the image acquisition mode. </summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.BinningModeVerticalEnum.ToString">
<summary>The full name of BinningModeVertical</summary>
<returns>Returns the full name of BinningModeVertical</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BinningModeVerticalEnum.Name">
<summary>The full name of BinningModeVertical</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BinningModeVerticalEnum.Averaging">
<summary>
<para>This enumeration value sets the binning mode to averaging. The grey values of binned pixels are averaged.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BinningModeVerticalEnum.Summing">
<summary>
<para>This enumeration value sets the binning mode to summing. The grey values of binned pixels are summed.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.BinningModeVerticalEnum">
<tocexclude />
<summary>This enumeration sets the vertical binning mode.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.BinningModeHorizontalEnum.ToString">
<summary>The full name of BinningModeHorizontal</summary>
<returns>Returns the full name of BinningModeHorizontal</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BinningModeHorizontalEnum.Name">
<summary>The full name of BinningModeHorizontal</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BinningModeHorizontalEnum.Averaging">
<summary>
<para>This enumeration value sets the binning mode to averaging. The grey values of binned pixels are averaged.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BinningModeHorizontalEnum.Summing">
<summary>
<para>This enumeration value sets the binning mode to summing. The grey values of binned pixels are summed.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.BinningModeHorizontalEnum">
<tocexclude />
<summary>This enumeration sets the horizontal binning mode.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.LegacyBinningVerticalEnum.ToString">
<summary>The full name of LegacyBinningVertical</summary>
<returns>Returns the full name of LegacyBinningVertical</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LegacyBinningVerticalEnum.Name">
<summary>The full name of LegacyBinningVertical</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LegacyBinningVerticalEnum.Two_Rows">
<summary>
<para>This enumeration value sets vertical binning to 2 rows.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LegacyBinningVerticalEnum.Off">
<summary>
<para>This enumeration value sets vertical binning to disabled.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.LegacyBinningVerticalEnum">
<tocexclude />
<summary>This enumeration sets the vertical binning feature.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.ColorAdjustmentSelectorEnum.ToString">
<summary>The full name of ColorAdjustmentSelector</summary>
<returns>Returns the full name of ColorAdjustmentSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorAdjustmentSelectorEnum.Name">
<summary>The full name of ColorAdjustmentSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorAdjustmentSelectorEnum.Magenta">
<summary>
<para>Selects magenta for the adjustment of colors with predominant magenta.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorAdjustmentSelectorEnum.Blue">
<summary>
<para>Selects blue for the adjustment of colors with predominant blue.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorAdjustmentSelectorEnum.Cyan">
<summary>
<para>Selects cyan for the adjustment of colors with predominant cyan.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorAdjustmentSelectorEnum.Green">
<summary>
<para>Selects green the adjustment of colors with predominant green.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorAdjustmentSelectorEnum.Yellow">
<summary>
<para>Selects yellow for the adjustment of colors with predominant yellow.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorAdjustmentSelectorEnum.Red">
<summary>
<para>Selects red for the adjustment of colors with predominant red.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.ColorAdjustmentSelectorEnum">
<tocexclude />
<summary>Selects the color for color adjustment.
Those colors in the image will be adjusted where the selected color predominates.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.ColorTransformationValueSelectorEnum.ToString">
<summary>The full name of ColorTransformationValueSelector</summary>
<returns>Returns the full name of ColorTransformationValueSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorTransformationValueSelectorEnum.Name">
<summary>The full name of ColorTransformationValueSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorTransformationValueSelectorEnum.Gain22">
<summary>
<para>Element in row 2 and column 2 of the color transformation matrix.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorTransformationValueSelectorEnum.Gain21">
<summary>
<para>Element in row 2 and column 1 of the color transformation matrix.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorTransformationValueSelectorEnum.Gain20">
<summary>
<para>Element in row 2 and column 0 of the color transformation matrix.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorTransformationValueSelectorEnum.Gain12">
<summary>
<para>Element in row 1 and column 2 of the color transformation matrix.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorTransformationValueSelectorEnum.Gain11">
<summary>
<para>Element in row 1 and column 1 of the color transformation matrix</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorTransformationValueSelectorEnum.Gain10">
<summary>
<para>Element in row 1 and column 0 of the color transformation matrix.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorTransformationValueSelectorEnum.Gain02">
<summary>
<para>Element in row 0 and column 2 of the color transformation matrix.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorTransformationValueSelectorEnum.Gain01">
<summary>
<para>Element in row 0 and column 1 of the color transformation matrix.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorTransformationValueSelectorEnum.Gain00">
<summary>
<para>Element in row 0 and column 0 of the color transformation matrix.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.ColorTransformationValueSelectorEnum">
<tocexclude />
<summary>Selects the element to be entered in the 3 x 3 color transformation matrix for custom matrix color transformation.
Note: Depending on the camera model, some elements in the color transformation matrix may be preset and can not be changed.
</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.ColorTransformationSelectorEnum.ToString">
<summary>The full name of ColorTransformationSelector</summary>
<returns>Returns the full name of ColorTransformationSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorTransformationSelectorEnum.Name">
<summary>The full name of ColorTransformationSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorTransformationSelectorEnum.YUVtoRGB">
<summary>
<para>Matrix color transformation from RGB to YUV.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorTransformationSelectorEnum.RGBtoYUV">
<summary>
<para>Matrix color transformation from YUV to RGB.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorTransformationSelectorEnum.RGBtoRGB">
<summary>
<para>Matrix color transformation from RGB to RGB.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.ColorTransformationSelectorEnum">
<tocexclude />
<summary>Selects the matrix color transformation between color spaces.
Generally, the related color spaces are used for internal processing: The color signals provided by the sensor are transformed to the RGB color space to allow further transformations (to account for the type of light source, for color adjustment, for white balance, etc.).
The color transformation selected here does not refer to the color space selected for the transmission of image data out of the camera.
</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.BalanceRatioSelectorEnum.ToString">
<summary>The full name of BalanceRatioSelector</summary>
<returns>Returns the full name of BalanceRatioSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BalanceRatioSelectorEnum.Name">
<summary>The full name of BalanceRatioSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BalanceRatioSelectorEnum.Blue">
<summary>
<para>This enumeration value selects the blue balance ratio control for adjustment.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BalanceRatioSelectorEnum.Green">
<summary>
<para>This enumeration value selects the green balance ratio control for adjustment.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BalanceRatioSelectorEnum.Red">
<summary>
<para>This enumeration value selects the red balance ratio control for adjustment.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.BalanceRatioSelectorEnum">
<tocexclude />
<summary>This enumeration selects a balance ratio control to configuration. Once a balance ratio control has been selected, all changes to the balance ratio settings will be applied to the selected control.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.BalanceWhiteAutoEnum.ToString">
<summary>The full name of BalanceWhiteAuto</summary>
<returns>Returns the full name of BalanceWhiteAuto</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BalanceWhiteAutoEnum.Name">
<summary>The full name of BalanceWhiteAuto</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BalanceWhiteAutoEnum.Continuous">
<summary>
<para>When the 'continuous' mode of operation is selected, the parameter value is automatically adjusted while images are acquired. The repeated automatic adjustment will proceed until the 'once' mode of operation is used or until the auto function is set to 'off'.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BalanceWhiteAutoEnum.Once">
<summary>
<para>When the 'once' mode of operation is selected, the parameter value is automatically adjusted until the related image property reaches the target value. After the automatic parameter value adjustment is complete, the auto function will automatically be set to 'off' and the new parameter value will be applied to the following images.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BalanceWhiteAutoEnum.Off">
<summary>
<para>Disables the Balance White Auto function.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.BalanceWhiteAutoEnum">
<tocexclude />
<summary>The automatic white balance is a two-step process: First, the Balance Ratio Abs parameter values for red, green, and blue are each set to 1.5. Then, assuming a 'grey world' model, the Balance Ratio Abs parameter values are adjusted such that the average gray values for the 'red' and 'blue' pixels match the average gray value for the 'green' pixels.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.LightSourceSelectorEnum.ToString">
<summary>The full name of LightSourceSelector</summary>
<returns>Returns the full name of LightSourceSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LightSourceSelectorEnum.Name">
<summary>The full name of LightSourceSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LightSourceSelectorEnum.LightSource1">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LightSourceSelectorEnum.LightSource0">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LightSourceSelectorEnum.Daylight6500K">
<summary>
<para>A predefined matrix is used for matrix color transformation. The matrix is optimized for image acquisition with daylight of 6500 K.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LightSourceSelectorEnum.Tungsten">
<summary>
<para>A predefined matrix is used for matrix color transformation. The matrix is optimized for image acquisition with tungsten incandescent light (3100 K).</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LightSourceSelectorEnum.Daylight">
<summary>
<para>A predefined matrix is used for matrix color transformation. The matrix is optimized for image acquisition with daylight of 5000 K.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LightSourceSelectorEnum.Custom">
<summary>
<para>Allows using a custom defined color transformation matrix.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LightSourceSelectorEnum.Off">
<summary>
<para>No matrix color transformation for specific light source is performed.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.LightSourceSelectorEnum">
<tocexclude />
<summary>Selects the color transformation mode to select the type of light source to be considered for matrix color transformation.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.TestImageSelectorEnum.ToString">
<summary>The full name of TestImageSelector</summary>
<returns>Returns the full name of TestImageSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TestImageSelectorEnum.Name">
<summary>The full name of TestImageSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TestImageSelectorEnum.Testimage7">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a test image 7 pattern.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TestImageSelectorEnum.Testimage6">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a test image 6 pattern.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TestImageSelectorEnum.Testimage5">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a test image 5 pattern.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TestImageSelectorEnum.Testimage4">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a test image 4 pattern.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TestImageSelectorEnum.Testimage3">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a test image 3 pattern.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TestImageSelectorEnum.Testimage2">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a test image 2 pattern.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TestImageSelectorEnum.Testimage1">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a test image 1 pattern.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TestImageSelectorEnum.MovingDiagonalColorGradient">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a moving diagonal color gradient pattern.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TestImageSelectorEnum.MovingDiagonalGrayGradientFeatureTest_12Bit">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a 12 bit moving diagonal gray gradient feature test pattern.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TestImageSelectorEnum.MovingDiagonalGrayGradientFeatureTest_8Bit">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with an 8 bit moving diagonal gray gradient feature test pattern.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TestImageSelectorEnum.MovingDiagonalGrayGradient_12Bit">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a 12 bit moving diagonal gray gradient pattern.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TestImageSelectorEnum.MovingDiagonalGrayGradient_8Bit">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with an 8 bit moving diagonal gray gradient pattern.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TestImageSelectorEnum.FixedDiagonalGrayGradient_8Bit">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with an 8 bit fixed diagonal gray gradient pattern.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TestImageSelectorEnum.DeviceSpecific">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a camera specific pattern.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TestImageSelectorEnum.FrameCounter">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a frame counter pattern.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TestImageSelectorEnum.ColorBar">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a color bar pattern.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TestImageSelectorEnum.VerticalLineMoving">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a moving vertical line pattern.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TestImageSelectorEnum.HorzontalLineMoving">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a moving horizontal line pattern.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TestImageSelectorEnum.GreyVerticalRampMoving">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a moving vertical gray gradient pattern.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TestImageSelectorEnum.GreyHorizontalRampMoving">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a moving horizontal gray gradient pattern.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TestImageSelectorEnum.GreyVerticalRamp">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a fixed vertical gray gradient pattern.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TestImageSelectorEnum.GreyHorizontalRamp">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a fixed horizontal gray gradient pattern.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TestImageSelectorEnum.White">
<summary>
<para>This enumeration value sets the camera to generate and transmit white test images.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TestImageSelectorEnum.Black">
<summary>
<para>This enumeration value sets the camera to generate and transmit black test images.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TestImageSelectorEnum.Off">
<summary>
<para>This enumeration value sets the camera's test image generation capability to disabled.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.TestImageSelectorEnum">
<tocexclude />
<summary>This enumeration provides a list of the available test images. Selecting a test image from the list will enable the test image.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.FieldOutputModeEnum.ToString">
<summary>The full name of FieldOutputMode</summary>
<returns>Returns the full name of FieldOutputMode</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FieldOutputModeEnum.Name">
<summary>The full name of FieldOutputMode</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FieldOutputModeEnum.DeinterlacedNewFields">
<summary>
<para>Sets the mode to output a frame generated by deinterlacing field 0 and field 1 using the deinterlacer selected by feature Deinterlacer.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FieldOutputModeEnum.ConcatenatedNewFields">
<summary>
<para>Sets the mode to output a frame consisting of field 0 in the upper half and field 1 in the lower half of the frame.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FieldOutputModeEnum.Field0First">
<summary>
<para>Sets the mode to only output field 0 and field 1 in single frames. Starting with field 0.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FieldOutputModeEnum.Field1">
<summary>
<para>Sets the mode to only output field 1.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FieldOutputModeEnum.Field0">
<summary>
<para>Sets the mode to only output field 0.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.FieldOutputModeEnum">
<tocexclude />
<summary>Selects the mode to output the fields.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.SpatialCorrectionStartingLineEnum.ToString">
<summary>The full name of SpatialCorrectionStartingLine</summary>
<returns>Returns the full name of SpatialCorrectionStartingLine</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SpatialCorrectionStartingLineEnum.Name">
<summary>The full name of SpatialCorrectionStartingLine</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SpatialCorrectionStartingLineEnum.LineBlue">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SpatialCorrectionStartingLineEnum.LineGreen">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SpatialCorrectionStartingLineEnum.LineRed">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.SpatialCorrectionStartingLineEnum">
<tocexclude />
<summary>See camera users manual for information.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.PixelColorFilterEnum.ToString">
<summary>The full name of PixelColorFilter</summary>
<returns>Returns the full name of PixelColorFilter</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelColorFilterEnum.Name">
<summary>The full name of PixelColorFilter</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelColorFilterEnum.None">
<summary>
<para>This enumeration value indicates that no Bayer filter is present on the camera.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelColorFilterEnum.Bayer_BG">
<summary>
<para>This enumeration value indicates that the Bayer filter has a BG/GR alignment to the pixels in the acquired images.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelColorFilterEnum.Bayer_GR">
<summary>
<para>This enumeration value indicates that the Bayer filter has a GR/BG alignment to the pixels in the acquired images.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelColorFilterEnum.Bayer_GB">
<summary>
<para>This enumeration value indicates that the Bayer filter has a GB/RG alignment to the pixels in the acquired images.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelColorFilterEnum.Bayer_RG">
<summary>
<para>This enumeration value indicates that the Bayer filter has an RG/GB alignment to the pixels in the acquired images.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.PixelColorFilterEnum">
<tocexclude />
<summary> This is a read only feature. This enumeration provides a list of values that indicate the alignment of the camera's Bayer filter to the pixels in the acquired images.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.PixelSizeEnum.ToString">
<summary>The full name of PixelSize</summary>
<returns>Returns the full name of PixelSize</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelSizeEnum.Name">
<summary>The full name of PixelSize</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelSizeEnum.Bpp64">
<summary>
<para>This enumeration value indicates that the depth of the pixel values in the acquired images is 64 bits per pixel.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelSizeEnum.Bpp48">
<summary>
<para>This enumeration value indicates that the depth of the pixel values in the acquired images is 48 bits per pixel.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelSizeEnum.Bpp36">
<summary>
<para>This enumeration value indicates that the depth of the pixel values in the acquired images is 36 bits per pixel.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelSizeEnum.Bpp32">
<summary>
<para>This enumeration value indicates that the depth of the pixel values in the acquired images is 32 bits per pixel.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelSizeEnum.Bpp24">
<summary>
<para>This enumeration value indicates that the depth of the pixel values in the acquired images is 24 bits per pixel.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelSizeEnum.Bpp16">
<summary>
<para>This enumeration value indicates that the depth of the pixel values in the acquired images is 16 bits per pixel.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelSizeEnum.Bpp14">
<summary>
<para>This enumeration value indicates that the depth of the pixel values in the acquired images is 12 bits per pixel.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelSizeEnum.Bpp12">
<summary>
<para>This enumeration value indicates that the depth of the pixel values in the acquired images is 12 bits per pixel.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelSizeEnum.Bpp10">
<summary>
<para>This enumeration value indicates that the depth of the pixel values in the acquired images is 10 bits per pixel.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelSizeEnum.Bpp8">
<summary>
<para>This enumeration value indicates that the depth of the pixel values in the acquired images is 8 bits per pixel.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelSizeEnum.Bpp4">
<summary>
<para>This enumeration value indicates that the depth of the pixel values in the acquired images is 4 bits per pixel.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelSizeEnum.Bpp2">
<summary>
<para>This enumeration value indicates that the depth of the pixel values in the acquired images is 2 bits per pixel.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelSizeEnum.Bpp1">
<summary>
<para>This enumeration value indicates that the depth of the pixel values in the acquired images is 1 bits per pixel.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.PixelSizeEnum">
<tocexclude />
<summary>This is a read only feature. This enumeration provides a list of values that indicate the depth of the pixel values in the acquired images in bits per pixel. This value will always be coherent with the pixel format setting.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.PixelCodingEnum.ToString">
<summary>The full name of PixelCoding</summary>
<returns>Returns the full name of PixelCoding</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelCodingEnum.Name">
<summary>The full name of PixelCoding</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelCodingEnum.RGB16Planar">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelCodingEnum.RGB8Planar">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelCodingEnum.YUV444">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelCodingEnum.YUV422">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelCodingEnum.YUV411">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelCodingEnum.RGB10V2Packed">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelCodingEnum.RGB10V1Packed">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelCodingEnum.BGR16">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelCodingEnum.RGB16">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelCodingEnum.BGRA8">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelCodingEnum.RGBA8">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelCodingEnum.BGR8">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelCodingEnum.RGB8">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelCodingEnum.Raw16">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelCodingEnum.Raw8">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelCodingEnum.Mono12Packed">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelCodingEnum.Mono10Packed">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelCodingEnum.Mono16">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelCodingEnum.Mono8Signed">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelCodingEnum.Mono8">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.PixelCodingEnum">
<tocexclude />
<summary>Sets the color coding of the pixels in the acquired images</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.ToString">
<summary>The full name of PixelFormat</summary>
<returns>Returns the full name of PixelFormat</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.Name">
<summary>The full name of PixelFormat</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.Mono8Signed">
<summary>
<para>This enumeration value sets the pixel format to Mono 8 Signed.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.RGB12V1Packed">
<summary>
<para>This enumeration value sets the pixel format to RGB 12 Packed.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.BayerBG16">
<summary>
<para>This enumeration value sets the pixel format to Bayer BG 16.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.BayerGB16">
<summary>
<para>This enumeration value sets the pixel format to Bayer GB 16.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.BayerRG16">
<summary>
<para>This enumeration value sets the pixel format to Bayer RG 16.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.BayerGR16">
<summary>
<para>This enumeration value sets the pixel format to Bayer GR 16.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.BayerBG12Packed">
<summary>
<para>This enumeration value sets the pixel format to Bayer BG 12 Packed.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.BayerRG12Packed">
<summary>
<para>This enumeration value sets the pixel format to Bayer RG 12 Packed.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.BayerGR12Packed">
<summary>
<para>This enumeration value sets the pixel format to Bayer GR 12 Packed.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.BayerGB12Packed">
<summary>
<para>This enumeration value sets the pixel format to Bayer GB 12 Packed.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.YUV422_YUYV_Packed">
<summary>
<para>This enumeration value sets the pixel format to YUV 422 (YUYV) Packed.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.RGB16Planar">
<summary>
<para>This enumeration value sets the pixel format to RGB 16 Planar.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.RGB12Planar">
<summary>
<para>This enumeration value sets the pixel format to RGB 12 Planar.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.RGB10Planar">
<summary>
<para>This enumeration value sets the pixel format to RGB 10 Planar. </para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.RGB8Planar">
<summary>
<para>This enumeration value sets the pixel format to RGB 8 Planar.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.YUV444Packed">
<summary>
<para>This enumeration value sets the pixel format to YUV 444 Packed.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.YUV422Packed">
<summary>
<para>This enumeration value sets the pixel format to YUV 422 Packed.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.YUV411Packed">
<summary>
<para>This enumeration value sets the pixel format to YUV 411 Packed.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.RGB10V2Packed">
<summary>
<para>This enumeration value sets the pixel format to RGB 10V2 Packed.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.RGB10V1Packed">
<summary>
<para>This enumeration value sets the pixel format to RGB 10V1 Packed.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.BGR12Packed">
<summary>
<para>This enumeration value sets the pixel format to BGR 12 Packed.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.RGB12Packed">
<summary>
<para>This enumeration value sets the pixel format to RGB 12 Packed.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.BGR10Packed">
<summary>
<para>This enumeration value sets the pixel format to BGR 10 Packed.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.RGB10Packed">
<summary>
<para>This enumeration value sets the pixel format to RGB 10 Packed.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.BGRA8Packed">
<summary>
<para>This enumeration value sets the pixel format to BGRA 8 Packed.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.RGBA8Packed">
<summary>
<para>This enumeration value sets the pixel format to RGBA 8 Packed.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.BGR8Packed">
<summary>
<para>This enumeration value sets the pixel format to BGR 8 Packed.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.RGB8Packed">
<summary>
<para>This enumeration value sets the pixel format to RGB 8 Packed.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.BayerBG12">
<summary>
<para>This enumeration value sets the pixel format to Bayer BG 12.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.BayerGB12">
<summary>
<para>This enumeration value sets the pixel format to Bayer GB 12.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.BayerRG12">
<summary>
<para>This enumeration value sets the pixel format to Bayer RG 12.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.BayerGR12">
<summary>
<para>This enumeration value sets the pixel format to Bayer GR 12.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.BayerBG10">
<summary>
<para>This enumeration value sets the pixel format to Bayer BG 10.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.BayerGB10">
<summary>
<para>This enumeration value sets the pixel format to Bayer GB 10.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.BayerRG10">
<summary>
<para>This enumeration value sets the pixel format to Bayer RG 10.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.BayerGR10">
<summary>
<para>This enumeration value sets the pixel format to Bayer GR 10.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.BayerBG8">
<summary>
<para>This enumeration value sets the pixel format to Bayer BG 8.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.BayerGB8">
<summary>
<para>This enumeration value sets the pixel format to Bayer GB 8.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.BayerRG8">
<summary>
<para>This enumeration value sets the pixel format to Bayer RG 8.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.BayerGR8">
<summary>
<para>This enumeration value sets the pixel format to Bayer GR 8.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.Mono16">
<summary>
<para>This enumeration value sets the pixel format to Mono 16.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.Mono12Packed">
<summary>
<para>This enumeration value sets the pixel format to Mono 12 Packed.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.Mono12">
<summary>
<para>This enumeration value sets the pixel format to Mono 12.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.Mono10Packed">
<summary>
<para>This enumeration value sets the pixel format to Mono 10 Packed.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.Mono10">
<summary>
<para>This enumeration value sets the pixel format to Mono 10.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum.Mono8">
<summary>
<para>This enumeration value sets the pixel format to Mono 8.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.PixelFormatEnum">
<tocexclude />
<summary>This enumeration sets the format of the pixel data transmitted for acquired images. </summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.SensorDigitizationTapsEnum.ToString">
<summary>The full name of SensorDigitizationTaps</summary>
<returns>Returns the full name of SensorDigitizationTaps</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SensorDigitizationTapsEnum.Name">
<summary>The full name of SensorDigitizationTaps</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SensorDigitizationTapsEnum.Four">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SensorDigitizationTapsEnum.Three">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SensorDigitizationTapsEnum.Two">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SensorDigitizationTapsEnum.One">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.SensorDigitizationTapsEnum">
<tocexclude />
<summary>This feature represents the number of digitized samples output simultaneously by the camera A/D conversion stage.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.SensorBitDepthEnum.ToString">
<summary>The full name of SensorBitDepth</summary>
<returns>Returns the full name of SensorBitDepth</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SensorBitDepthEnum.Name">
<summary>The full name of SensorBitDepth</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SensorBitDepthEnum.BitDepth16">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SensorBitDepthEnum.BitDepth14">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SensorBitDepthEnum.BitDepth12">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SensorBitDepthEnum.BitDepth10">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SensorBitDepthEnum.BitDepth8">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.SensorBitDepthEnum">
<tocexclude />
<summary>This feature selects the amount of data bits the sensor produces for one sample.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.GammaSelectorEnum.ToString">
<summary>The full name of GammaSelector</summary>
<returns>Returns the full name of GammaSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.GammaSelectorEnum.Name">
<summary>The full name of GammaSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.GammaSelectorEnum.sRGB">
<summary>
<para>This enumeration value selects the fixed sRGB gamma curve</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.GammaSelectorEnum.User">
<summary>
<para>This enumeration value selects the the user configurable gamma curve.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.GammaSelectorEnum">
<tocexclude />
<summary>This enumeration selects the type of gamma to apply.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.BlackLevelSelectorEnum.ToString">
<summary>The full name of BlackLevelSelector</summary>
<returns>Returns the full name of BlackLevelSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BlackLevelSelectorEnum.Name">
<summary>The full name of BlackLevelSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BlackLevelSelectorEnum.Blue">
<summary>
<para>This enumeration value selects the blue black level control for adjustment.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BlackLevelSelectorEnum.Green">
<summary>
<para>This enumeration value selects the green black level control for adjustment.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BlackLevelSelectorEnum.Red">
<summary>
<para>This enumeration value selects the red black level control for adjustment.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BlackLevelSelectorEnum.Tap4">
<summary>
<para>This enumeration value selects the tap 4 black level control for adjustment.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BlackLevelSelectorEnum.Tap3">
<summary>
<para>This enumeration value selects the tap 3 black level control for adjustment.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BlackLevelSelectorEnum.Tap2">
<summary>
<para>This enumeration value selects the tap 2 black level control for adjustment.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BlackLevelSelectorEnum.Tap1">
<summary>
<para>This enumeration value selects the tap 1 black level control for adjustment.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BlackLevelSelectorEnum.DigitalAll">
<summary>
<para>This enumeration value selects all available digital black level controls for adjustment.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BlackLevelSelectorEnum.AnalogAll">
<summary>
<para>This enumeration value selects all available analog black level controls for adjustment.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BlackLevelSelectorEnum.All">
<summary>
<para>This enumeration value selects all available black level controls for adjustment.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.BlackLevelSelectorEnum">
<tocexclude />
<summary>This enumeration selects the black level control to configure. Once a black level control has been selected, all changes to the black level settings will be applied to the selected control.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.GainSelectorEnum.ToString">
<summary>The full name of GainSelector</summary>
<returns>Returns the full name of GainSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.GainSelectorEnum.Name">
<summary>The full name of GainSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.GainSelectorEnum.Blue">
<summary>
<para>This enumeration value selects the blue gain control for adjustment.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.GainSelectorEnum.Green">
<summary>
<para>This enumeration value selects the green gain control for adjustment.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.GainSelectorEnum.Red">
<summary>
<para>This enumeration value selects the red gain control for adjustment.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.GainSelectorEnum.Tap4">
<summary>
<para>This enumeration value selects the tap 4 gain control for adjustment.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.GainSelectorEnum.Tap3">
<summary>
<para>This enumeration value selects the tap 3 gain control for adjustment.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.GainSelectorEnum.Tap2">
<summary>
<para>This enumeration value selects the tap 2 gain control for adjustment.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.GainSelectorEnum.Tap1">
<summary>
<para>This enumeration value selects the tap 1 gain control for adjustment.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.GainSelectorEnum.DigitalAll">
<summary>
<para>This enumeration value selects all available digital gain controls for adjustment.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.GainSelectorEnum.AnalogAll">
<summary>
<para>This enumeration value selects all available analog gain controls for adjustment.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.GainSelectorEnum.All">
<summary>
<para>This enumeration value selects all available gain controls for adjustment.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.GainSelectorEnum">
<tocexclude />
<summary>This enumeration selects the gain control to configure. Once a gain control has been selected, all changes to the gain settings will be applied to the selected control.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.GainAutoEnum.ToString">
<summary>The full name of GainAuto</summary>
<returns>Returns the full name of GainAuto</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.GainAutoEnum.Name">
<summary>The full name of GainAuto</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.GainAutoEnum.Continuous">
<summary>
<para>When the 'continuous' mode of operation is selected, the parameter value is automatically adjusted while images are acquired. The repeated automatic adjustment will proceed until the 'once' mode of operation is used or until the auto function is set to 'off'.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.GainAutoEnum.Once">
<summary>
<para>When the 'once' mode of operation is selected, the parameter value is automatically adjusted until the related image property reaches the target value. After the automatic parameter value adjustment is complete, the auto function will automatically be set to 'off' and the new parameter value will be applied to the following images.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.GainAutoEnum.Off">
<summary>
<para>Disables the Gain Auto function.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.GainAutoEnum">
<tocexclude />
<summary>The gain auto function automatically adjusts the Auto Gain Raw parameter value within set limits, until a target average gray value for the pixel data from Auto Function AOI1 is reached.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.SequenceAddressBitSourceEnum.ToString">
<summary>The full name of SequenceAddressBitSource</summary>
<returns>Returns the full name of SequenceAddressBitSource</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceAddressBitSourceEnum.Name">
<summary>The full name of SequenceAddressBitSource</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceAddressBitSourceEnum.VInputDecActive">
<summary>
<para>Selects Virtual Input Decoder Active as the source for the selected bit of the sequence set address.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceAddressBitSourceEnum.VInput4">
<summary>
<para>Selects Virtual Input 4 as the source for the selected bit of the sequence set address.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceAddressBitSourceEnum.VInput3">
<summary>
<para>Selects Virtual Input 3 as the source for the selected bit of the sequence set address.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceAddressBitSourceEnum.VInput2">
<summary>
<para>Selects Virtual Input 2 as the source for the selected bit of the sequence set address.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceAddressBitSourceEnum.VInput1">
<summary>
<para>Selects Virtual Input 1 as the source for the selected bit of the sequence set address.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceAddressBitSourceEnum.CC4">
<summary>
<para>Selects CC4 as the source for setting the selected bit of the sequence set address.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceAddressBitSourceEnum.CC3">
<summary>
<para>Selects CC3 as the source for setting the selected bit of the sequence set address.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceAddressBitSourceEnum.CC2">
<summary>
<para>Selects CC2 as the source for setting the selected bit of the sequence set address.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceAddressBitSourceEnum.CC1">
<summary>
<para>Selects CC1 as the source for setting the selected bit of the sequence set address.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceAddressBitSourceEnum.Line8">
<summary>
<para>Selects line 8 as the source for setting the selected bit of the sequence set address.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceAddressBitSourceEnum.Line7">
<summary>
<para>Selects line 7 as the source for setting the selected bit of the sequence set address.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceAddressBitSourceEnum.Line6">
<summary>
<para>Selects line 6 as the source for setting the selected bit of the sequence set address.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceAddressBitSourceEnum.Line5">
<summary>
<para>Selects line 5 as the source for setting the selected bit of the sequence set address.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceAddressBitSourceEnum.Line4">
<summary>
<para>Selects line 4 as the source for setting the selected bit of the sequence set address.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceAddressBitSourceEnum.Line3">
<summary>
<para>Selects line 3 as the source for setting the selected bit of the sequence set address.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceAddressBitSourceEnum.Line2">
<summary>
<para>Selects line 2 as the source for setting the selected bit of the sequence set address.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceAddressBitSourceEnum.Line1">
<summary>
<para>Selects line 1 as the source for setting the selected bit of the sequence set address.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.SequenceAddressBitSourceEnum">
<tocexclude />
<summary>Selects the source for setting the selected bit of the sequence set address.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.SequenceAddressBitSelectorEnum.ToString">
<summary>The full name of SequenceAddressBitSelector</summary>
<returns>Returns the full name of SequenceAddressBitSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceAddressBitSelectorEnum.Name">
<summary>The full name of SequenceAddressBitSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceAddressBitSelectorEnum.Bit3">
<summary>
<para>Selects bit 3 of the sequence set address.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceAddressBitSelectorEnum.Bit2">
<summary>
<para>Selects bit 2 of the sequence set address.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceAddressBitSelectorEnum.Bit1">
<summary>
<para>Selects bit 1 of the sequence set address.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceAddressBitSelectorEnum.Bit0">
<summary>
<para>Selects bit 0 of the sequence set address.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.SequenceAddressBitSelectorEnum">
<tocexclude />
<summary>Selects a bit of the sequence set address.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.SequenceControlSourceEnum.ToString">
<summary>The full name of SequenceControlSource</summary>
<returns>Returns the full name of SequenceControlSource</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceControlSourceEnum.Name">
<summary>The full name of SequenceControlSource</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceControlSourceEnum.VInputDecActive">
<summary>
<para>The source for sequence restart or sequence set advance is Virtual Input Decoder Active.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceControlSourceEnum.VInput4">
<summary>
<para>The source for sequence restart or sequence set advance is Virtual Input 4.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceControlSourceEnum.VInput3">
<summary>
<para>The source for sequence restart or sequence set advance is Virtual Input 3.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceControlSourceEnum.VInput2">
<summary>
<para>The source for sequence restart or sequence set advance is Virtual Input 2.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceControlSourceEnum.VInput1">
<summary>
<para>The source for sequence restart or sequence set advance is Virtual Input 1.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceControlSourceEnum.CC4">
<summary>
<para>The source for sequence restart or sequence set advance is CC4.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceControlSourceEnum.CC3">
<summary>
<para>The source for sequence restart or sequence set advance is CC3.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceControlSourceEnum.CC2">
<summary>
<para>The source for sequence restart or sequence set advance is CC2.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceControlSourceEnum.CC1">
<summary>
<para>The source for sequence restart or sequence set advance is CC1.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceControlSourceEnum.Line8">
<summary>
<para>The source for sequence restart or sequence set advance is line 8.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceControlSourceEnum.Line7">
<summary>
<para>The source for sequence restart or sequence set advance is line 7.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceControlSourceEnum.Line6">
<summary>
<para>The source for sequence restart or sequence set advance is line 6.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceControlSourceEnum.Line5">
<summary>
<para>The source for sequence restart or sequence set advance is line 5.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceControlSourceEnum.Line4">
<summary>
<para>The source for sequence restart or sequence set advance is line 4.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceControlSourceEnum.Line3">
<summary>
<para>The source for sequence restart or sequence set advance is line 3.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceControlSourceEnum.Line2">
<summary>
<para>The source for sequence restart or sequence set advance is line 2.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceControlSourceEnum.Line1">
<summary>
<para>The source for sequence restart or sequence set advance is line 1.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceControlSourceEnum.AlwaysActive">
<summary>
<para>Automatic sequence set advance. The sequence repeat starts with sequence set index number 1.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceControlSourceEnum.Disabled">
<summary>
<para>Advance via asynchronous advance only.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.SequenceControlSourceEnum">
<tocexclude />
<summary>Selects the source for sequence control. Possible values: Disabled - advance via asynchronous advance. Always Active - automatic sequence set advance. The sequence repeat starts with sequence set index number 1. Line N - the source for sequence restart or sequence set advance is line N. CCN - the source for sequence restart or sequence set advance is CCN.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.SequenceControlSelectorEnum.ToString">
<summary>The full name of SequenceControlSelector</summary>
<returns>Returns the full name of SequenceControlSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceControlSelectorEnum.Name">
<summary>The full name of SequenceControlSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceControlSelectorEnum.Advance">
<summary>
<para>Selects controls for sequence set advance. Only available in Controlled sequence advance mode.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceControlSelectorEnum.Restart">
<summary>
<para>Selects controls for sequence restart.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.SequenceControlSelectorEnum">
<tocexclude />
<summary>Selects between controls for sequence restart or sequence set advance.</summary>
</member>
<member name="M:Basler.Pylon.PLCameraLinkCamera.SequenceAdvanceModeEnum.ToString">
<summary>The full name of SequenceAdvanceMode</summary>
<returns>Returns the full name of SequenceAdvanceMode</returns>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceAdvanceModeEnum.Name">
<summary>The full name of SequenceAdvanceMode</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceAdvanceModeEnum.FreeSelection">
<summary>
<para>The sequence sets are selected according to the states of the input lines as the frame triggers occur.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceAdvanceModeEnum.Controlled">
<summary>
<para>Sequence set advance controlled by settable source.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceAdvanceModeEnum.Auto">
<summary>
<para>Automatic sequence set advance as images are acquired.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera.SequenceAdvanceModeEnum">
<tocexclude />
<summary>Selects the sequence set advance mode. Possible values: Auto - automatic sequence set advance as images are acquired. Controlled - sequence set advance controlled by settable source. Free selection - the sequence sets are selected according to the states of the input lines.</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.VolatileColumnOffsetValue">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.VolatileColumnOffsetIndex">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.VolatileColumnOffsetEnable">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.VolatileRowOffsetValue">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.VolatileRowOffsetIndex">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.VolatileRowOffsetEnable">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FileOperationExecute">
<summary>
<para>The File Operation Execute feature is the command that executes the operation selected by FileOperationSelector on the selected file.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FileSize">
<summary>
<para>The File Size feature represents the size of the selected file in bytes.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FileOperationResult">
<summary>
<para>The File Operation Result feature represents the file operation result. For Read or Write operations, the number of successfully read/written bytes is returned.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FileOperationStatus">
<summary>
<para>The File Operation Status feature represents the file operation execution status.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FileAccessLength">
<summary>
<para>This feature controls the mapping between the device file storage and the FileAccessBuffer.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FileAccessOffset">
<summary>
<para>This feature controls the mapping between the device file storage and the FileAccessBuffer.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FileOpenMode">
<summary>
<para>The File Open Mode feature selects the access mode in which a file is opened in the device.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FileOperationSelector">
<summary>
<para>The File Operation Selector feature selects the target operation for the selected file in the device. This Operation is executed when the FileOperationExecute feature is called.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FileSelector">
<summary>
<para>The File Selector feature selects the target file in the device.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ExpertFeatureEnable">
<summary>
<para>Enable the selected Feature</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ExpertFeatureAccessKey">
<summary>
<para>Sets the key to access the selected feature</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ExpertFeatureAccessSelector">
<summary>
<para>Selects the feature to configure. Once a feature has been selected, all changes made using the feature enable feature will be applied to the selected feature</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.Prelines">
<summary>
<para>This value sets the number of prelines.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.RemoveLimits">
<summary>
<para>Removes the factory-set limits of the selected parameter. Having removed the factory-set limits you may set the parameter within extended limits. These are only defined by technical restrictions. Note: Inferior image quality may result.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ParameterSelector">
<summary>
<para>This enumeration selects the parameter to configure. Selects the parameter to configure. Once a parameter has been selected, all changes made using the Remove Limits feature will be applied to the selected parameter</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ClearLastError">
<summary>
<para>Erases the last error and possibly reveals a previous error.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LastError">
<summary>
<para>Indicates the error that was detected last.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.OverTemperature">
<summary>
<para>Shows the over temperature state of the selected target</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CriticalTemperature">
<summary>
<para>Shows the over temperature state of the selected target</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TemperatureState">
<summary>
<para>Temperature State</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TemperatureAbs">
<summary>
<para>Shows the current temperature of the selected target in degrees centigrade</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TemperatureSelector">
<summary>
<para>Lists the temperature sources available for readout</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.DeviceReset">
<summary>
<para>This is a command that immediately resets and reboots the device.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.DeviceScanType">
<summary>
<para>This enumeration lists the possible scan types for the sensor in the device.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.DeviceFirmwareVersion">
<summary>
<para>This is a read only element. It is a string that indicates the version of the device's firmware and software.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.DeviceUserID">
<summary>
<para>This feature stores a user-programmable identifier.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.DeviceID">
<summary>
<para>This is a read only element. It is a string that indicates the device's serial number.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.DeviceVersion">
<summary>
<para>This is a read only element. It is a string that indicates the version of the device.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.DeviceManufacturerInfo">
<summary>
<para>This is a read only element. It is a string that provides additional information from the vendor about the camera.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.DeviceModelName">
<summary>
<para>This is a read only element. It is a text description that indicates the model name of the device.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.DeviceVendorName">
<summary>
<para>This is a read only element. It is a text description that indicates the name of the device's vendor.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FeatureSet">
<summary>
<para>Selects a feature set description file.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.GenicamXmlFileDefault">
<summary>
<para>If the camera contains multiple GenICam XML files, this parameter determines which of them is accessible to non-manifest-aware software accessing register address 0x0200 (first url).</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserDefinedValue">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserDefinedValueSelector">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShadingSetCreate">
<summary>
<para>ShadingSetCreate</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShadingSetActivate">
<summary>
<para>This command copies the selected shading set from the camera's non-volatile memory into the volatile memory. Shading correction is performed using the shading set in the volatile memory.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShadingSetSelector">
<summary>
<para>This enumeration selects the shading set to which the activate command will be applied.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShadingSetDefaultSelector">
<summary>
<para>This enumeration selects the shading set that will be loaded into the volatile memory during camera bootup.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShadingStatus">
<summary>
<para>This enumeratuion indicates error statuses related to shading correction.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShadingEnable">
<summary>
<para>This boolean value enables the selected kind of shading correction.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShadingSelector">
<summary>
<para>This enumeration selects the kind of shading correction.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorOverexposureCompensationAOIOffsetY">
<summary>
<para>Sets the vertical offset for the selected Color Overexposure Compensation AOI.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorOverexposureCompensationAOIOffsetX">
<summary>
<para>Sets the horizontal offset for the selected Color Overexposure Compensation AOI.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorOverexposureCompensationAOIHeight">
<summary>
<para>Sets the height for the selected Color Overexposure Compensation AOI.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorOverexposureCompensationAOIWidth">
<summary>
<para>Sets the width for the selected Color Overexposure Compensation AOI.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorOverexposureCompensationAOIFactorRaw">
<summary>
<para>Sets the raw value for the color overexposure compensation factor.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorOverexposureCompensationAOIFactor">
<summary>
<para>Sets the color overexposure compensation factor controlling the extent of compensation for the selected C.O.C. AOI.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorOverexposureCompensationAOIEnable">
<summary>
<para>Enables color overexposure compensation.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorOverexposureCompensationAOISelector">
<summary>
<para>Selcts the area of interest where color overexposure compensation will be performed. </para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AutoFunctionAOIUsageRedLightCorrection">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AutoFunctionAOIUsageWhiteBalance">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AutoFunctionAOIUsageIntensity">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AutoFunctionAOIOffsetY">
<summary>
<para>This value sets the starting line of the auto function area of interest in pixels.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AutoFunctionAOIOffsetX">
<summary>
<para>This value sets the starting column of the auto function area of interest in pixels.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AutoFunctionAOIHeight">
<summary>
<para>This value sets the height of the auto function area of interest in pixels.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AutoFunctionAOIWidth">
<summary>
<para>This value sets the width of the auto function area of interest in pixels.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AutoFunctionAOISelector">
<summary>
<para>Selects the Auto Function AOI.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AutoFunctionProfile">
<summary>
<para>Selects the profile for controlling gain and shutter simultaneously.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AutoExposureTimeAbsUpperLimit">
<summary>
<para>Upper limit of the Auto Exposure Time (Abs) [us] parameter</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AutoExposureTimeAbsLowerLimit">
<summary>
<para>Lower limit of the Auto Exposure Time (Abs) [us] parameter</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AutoGainRawUpperLimit">
<summary>
<para>Upper limit of the Auto Gain (Raw) parameter</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AutoGainRawLowerLimit">
<summary>
<para>Lower limit of the Auto Gain (Raw) parameter</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BalanceWhiteAdjustmentDampingRaw">
<summary>
<para>The Balance White adjustment damping parameter controls the rate by which the color components are changed when Balance White Auto is enabled.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BalanceWhiteAdjustmentDampingAbs">
<summary>
<para>The Balance White adjustment damping parameter controls the rate by which the color components are changed when Balance White Auto is enabled.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.GrayValueAdjustmentDampingRaw">
<summary>
<para>The gray value adjustment damping parameter controls the rate by which pixel gray values are changed when Exposure Auto and/or Gain Auto are enabled.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.GrayValueAdjustmentDampingAbs">
<summary>
<para>The gray value adjustment damping parameter controls the rate by which pixel gray values are changed when Exposure Auto and/or Gain Auto are enabled.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AutoTargetValue">
<summary>
<para>The target average grey value may range from nearly black to nearly white. Note that this range of gray values applies to 8 bit and to 16 bit (12 bit effective) output modes. Accordingly, also for 16 bit output modes, black is represented by 0 and white by 255.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.DefaultSetSelector">
<summary>
<para>Selects the which factory setting will be used as default set.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserSetDefaultSelector">
<summary>
<para>This enumeration sets the configuration set to be used as the default startup set. The configuration set that has been selected as the default startup set will be loaded as the active set whenever the camera is powered on or reset.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserSetSave">
<summary>
<para>This command copies the parameters in the current active configuration set into the selected user set in the camera's non-volatile memory.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserSetLoad">
<summary>
<para>This command loads the selected configuration set from the non-volatile memory in the camera to the volatile memory and makes the selected set the active configuration set. Once the selected set is loaded, the parameters in the selected set will control the camera.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserSetSelector">
<summary>
<para>This enumeration selects the configuration set to load, save or configure. Possible values for the User Set Selector are: Default: Selects a configuration set that contains factory settings. User Set 1: Selects the first user set. When the Default configuration set is selected and loaded using User Set Load, the device must be in default factory settings state and must make sure the mandatory continuous acquisition use case works directly. Default User Set is read-only and cannot be modified.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.DeviceRegistersStreamingEnd">
<summary>
<para>StopFeatureStreaming</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.DeviceRegistersStreamingStart">
<summary>
<para>StartFeatureStreaming</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TLParamsLocked">
<summary>
<para> Indicates whether a live grab is under way</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ClInterLineDelayAbs">
<summary>
<para>The Inter-line Delay Abs parameter sets the delay between the end of transmission of a line and the start of transmission of the next line.
The parameter sets a floating point value to express the delay in microseconds. The set value will be automatically adjusted to the nearest value that can be expressed as a multiple of the period of the currently selected pixel clock. The line valid signal (LVAL) remains low during the set delay.
The default value of the parameter is the minimum allowed inter-line delay.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ClInterLineDelayRaw">
<summary>
<para>The Inter-line Delay Raw parameter sets the delay between the end of transmission of a line and the start of transmission of the next line.
The parameter sets an integer value to express the delay as a number pixel clock cycles. The line valid signal (LVAL) remains low during the set number of pixel clock cycles.
The default value of the parameter is the minimum allowed number of inter-line clock cycles.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ClPixelClockAbs">
<summary>
<para>The pixel clock used in the communication with the grabber in Hz</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ClPixelClock">
<summary>
<para>The pixel clock used in the communication with the grabber</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ClSerialPortBaudRate">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ClTimeSlots">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ClConfiguration">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ClTapGeometry">
<summary>
<para>The tap geometry uniquely describes with a standardized name, the geometrical properties characterizing the different taps of a multitap camera</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LUTValue">
<summary>
<para>This value sets the value of the LUT element at the LUT index.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LUTIndex">
<summary>
<para>This value sets the LUT element to access. This value is used to index into a LUT array.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LUTEnable">
<summary>
<para>This boolean value enables the selected LUT.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LUTSelector">
<summary>
<para>This enumeration the lookup table (LUT) to configure. Once a LUT has been selected, all changes to the LUT settings will be applied to the selected LUT.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerSequenceTimerDurationRaw">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerSequenceTimerDelayRaw">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerSequenceTimerInverter">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerSequenceTimerEnable">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerSequenceTimerSelector">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerSequenceEntrySelector">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerSequenceCurrentEntryIndex">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerSequenceLastEntryIndex">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerSequenceEnable">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterReset">
<summary>
<para>This command will immediately reset the selected counter. Note that the counter starts counting immediately after the reset.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterResetSource">
<summary>
<para>This enumeration selects the source of the reset for the selected counter.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterEventSource">
<summary>
<para>This enumeration selects the event that will be the source to increment the counter.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CounterSelector">
<summary>
<para>This enumeration selects the counter to configure. Once a counter has been selected, all changes to the counter settings will be applied to the selected counter.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerTriggerActivation">
<summary>
<para>This enumeration sets the type of signal transistion that will start the timer.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerTriggerSource">
<summary>
<para>This enumeration sets the internal camera signal used to trigger the selected timer.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerDurationRaw">
<summary>
<para>This value sets an integer that will be used as a multiplier for the timer duration timebase. The actual duration time equals the current timer duration raw setting times the current timer duration time base abs setting.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerDurationAbs">
<summary>
<para>This float value sets the duration for the selected timer in microseconds.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerDelayRaw">
<summary>
<para>This value sets an integer that will be used as a multiplier for the timer delay timebase. The actual delay time equals the current timer delay raw setting times the current timer delay time base abs setting.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerDelayAbs">
<summary>
<para>This float value sets the delay for the selected timer in microseconds.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerSelector">
<summary>
<para>This enumeration selects the timer to configure. . Once a timer has been selected, all changes to the timer settings will be applied to the selected timer.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerDurationTimebaseAbs">
<summary>
<para>This float value sets the time base (in microseconds) that is used when a timer duration is set with the 'raw' setting.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TimerDelayTimebaseAbs">
<summary>
<para>This float value sets the time base (in microseconds) that is used when a timer delay is set with the 'raw' setting.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FrequencyConverterPreventOvertrigger">
<summary>
<para>This feature ensures that the multiplier sub-module does not provide a generated signal at a too high frequency that would cause camera overtriggering.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FrequencyConverterPostDivider">
<summary>
<para>Sets an integer value as the post-divider for the post-divider sub-module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FrequencyConverterMultiplier">
<summary>
<para>Sets an integer value as the multiplier for the multiplier sub-module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FrequencyConverterPreDivider">
<summary>
<para>Sets an integer value as the pre-divider for the pre-divider sub-module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FrequencyConverterSignalAlignment">
<summary>
<para>Selects the signal transition relationships between the signals received from the pre-divider sub-module and the signals generated by the multiplier sub-module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FrequencyConverterInputSource">
<summary>
<para>Selects the input source for the frequency converter module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleReverseCounterReset">
<summary>
<para>This command resets the reverse counter of the shaft encoder module to 0 and informs the module that the current direction of conveyor movement is forward. Reset must be carried out before the first conveyor movement in the forward direction.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleReverseCounterMax">
<summary>
<para>This integer value sets the maximum value for the reverse counter of the shaft encoder module (range: 0 to 32767).</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleCounterReset">
<summary>
<para>This command resets the tick counter count of the shaft encoder module to 0.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleCounterMax">
<summary>
<para>This integer value sets the maximum value for the tick counter of the shaft encoder module (range: 0 to 32767). If the tick counter is incrementing and it reaches the set maximum, it willl roll over to 0. If the tick counter is decrementing and it reaches 0, it willl roll back to the set maximum.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleCounter">
<summary>
<para>This integer value (read only) indicates the current value of the tick counter of the shaft encoder module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleCounterMode">
<summary>
<para>Selects the counting mode of the tick counter of the shaft encoder module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleMode">
<summary>
<para>This enumeration value selects the circumstances for the shaft encoder module to output trigger signals.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleLineSource">
<summary>
<para>Selects the input line as signal source for the shaft encoder module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShaftEncoderModuleLineSelector">
<summary>
<para>Selects the phase of the shaft encoder as input for the shaft encoder module.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.VInpSignalReadoutActivation">
<summary>
<para>This enumeration selects when to start the signal evaluation. The camera waits for a rising/falling edge on the input line. When the appropriate signal has been received, the camera starts evaluating the incoming bit patterns. When one bit pattern is finished, the camera waits for the next rising/falling edge to read out the next incoming bit pattern. The camera stops listening once three bits have been received.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.VInpSamplingPoint">
<summary>
<para>This integer value sets the time in microseconds that elapses between the beginning of the input bit and the time when the high/low status of the bit is evaluated. It applies to all bits.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.VInpBitLength">
<summary>
<para>This integer value sets the length of the input bit in microseconds. It applies to all bits in the signal.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.VInpSignalSource">
<summary>
<para>This enumeration selects the I/O line on which the camera receives the virtual input signal.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SyncUserOutputValueAll">
<summary>
<para>This integer value is a single bitfield that sets the state of all user settable synchronous output signals in one access.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SyncUserOutputValue">
<summary>
<para>This boolean value sets the state of the selected user settable synchronous output signal.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SyncUserOutputSelector">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserOutputValueAllMask">
<summary>
<para>This integer value defines a mask that is used when the User Output Value All setting is used to set all of the user settable output signals in one access.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserOutputValueAll">
<summary>
<para>This integer value is a single bitfield that sets the state of all user settable output signals in one access.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserOutputValue">
<summary>
<para>This boolean value sets the state of the selected user settable output signal.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.UserOutputSelector">
<summary>
<para>This enumeration selects the user settable output signal to configure. Once a user settable output signal has been selected, all changes to the user settable output signal settings will be applied to the selected user settable output signal.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineStatusAll">
<summary>
<para>This integer value is a single bitfield that indicates the current logical state of all available lines at time of polling.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineStatus">
<summary>
<para>This boolean value indicates the current logical state for the selected line at the time of polling.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.MinOutPulseWidthAbs">
<summary>
<para>This float value sets the absolute value (in microseconds) for the minimum signal width of a signal that is received from the frequency converter or from the shaft encoder module and that is associated with a digital output line.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.MinOutPulseWidthRaw">
<summary>
<para>This integer value sets the raw value for the minimum signal width of a signal that is received from the frequency converter or from the shaft encoder module and that is associated with a digital output line.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineDebouncerTimeRaw">
<summary>
<para>Sets the raw value of the selected line debouncer time</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineDebouncerTimeAbs">
<summary>
<para>Sets the absolute value of the selected line debouncer time in microseconds</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineTermination">
<summary>
<para>This boolean value enables the termination resistor for the selected input line.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineInverter">
<summary>
<para>This boolean value enables the signal inverter function for the selected input or output line.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSource">
<summary>
<para>This enumeration selects the internally generated camera signal (source signal) for the selected line when the selected line is an output. </para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineFormat">
<summary>
<para>This feature controls the current electrical format of the selected physical input or output Line. Line Format can take any of the following values: No Connect: The Line is not connected. Tri-state: The Line is currently in Tri-state mode (Not driven). TTL: The Line is currently accepting or sending TTL level signals. LVDS: The Line is currently accepting or sending LVDS level signals. RS-422: The Line is currently accepting or sending RS-422 level signals. Opto-coupled: The Line is Opto-coupled. </para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineLogic">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineMode">
<summary>
<para>This feature controls whether the physical Line is used to Input or Output a signal. When a Line supports input and output mode, the default state is Input to avoid possible electrical contention. Line Mode can take any of the following values: Input: The selected physical line is used to input an electrical signal. Output: The selected physical line is used to output an electrical signal.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LineSelector">
<summary>
<para>This enumeration selects the I/O line to configure. Once a line has been selected, all changes to the line settings will be applied to the selected line.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FrameTimeoutAbs">
<summary>
<para>Sets the frame timeout in microseconds. When the timeout expires before a frame acquisition is complete, a partial frame will be delivered.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FrameTimeoutEnable">
<summary>
<para>This boolean value enables the frame timeout. </para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AcquisitionStatus">
<summary>
<para>This feature is used to read the state (True or False) of the internal acquisition signal selected using AcquisitionStatusSelector.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AcquisitionStatusSelector">
<summary>
<para>This enumeration is used to select which internal acquisition signal to read using AcquisitionStatus.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ResultingFrameRateAbs">
<summary>
<para>Indicates the 'absolute' value of the maximum allowed acquisition frame rate. The 'absolute' value is a float value that indicates the maximum allowed acquisition frame rate in frames per second given the current settings for the area of interest, exposure time, and bandwidth.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ResultingFramePeriodAbs">
<summary>
<para>Indicates the 'absolute' value of the minimum allowed acquisition frame period. The 'absolute' value is a float value that indicates the minimum allowed acquisition frame period in microseconds given the current settings for the area of interest, exposure time, and bandwidth.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AcquisitionFrameRateEnum">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AcquisitionFrameRateAbs">
<summary>
<para>Sets the 'absolute' value of the acquisition frame rate. The 'absolute' value is a float value that sets the acquisition frame rate in frames per second.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AcquisitionFrameRateEnable">
<summary>
<para>This boolean value enables setting the camera's acquisition frame rate to a specified value.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ResultingLineRateAbs">
<summary>
<para>Indicates the 'absolute' value of the maximum allowed acquisition line rate. The 'absolute' value is a float value that indicates the maximum allowed acquisition line rate in lines per second given the current settings for the area of interest, exposure time, and bandwidth.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ResultingLinePeriodAbs">
<summary>
<para>Indicates the 'absolute' value of the minimum allowed acquisition line period. The 'absolute' value is a float value that indicates the minimum allowed acquisition line period in microseconds given the current settings for the area of interest, exposure time, and bandwidth.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AcquisitionLineRateAbs">
<summary>
<para>Sets the 'absolute' value of the acquisition line rate. The 'absolute' value is a float value that sets the acquisition line rate in lines per second.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ShutterMode">
<summary>
<para>This enumeration sets the shutter mode.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.GlobalResetReleaseModeEnable">
<summary>
<para>Enable the Global Reset Release Mode</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ExposureOverlapTimeMaxRaw">
<summary>
<para>This integer value sets the maximum overlap time (in raw units) of the sensor exposure with sensor readout in TriggerWidth exposure mode.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ExposureOverlapTimeMaxAbs">
<summary>
<para>This float value sets the maximum overlap time (in microseconds) of the sensor exposure with sensor readout in TriggerWidth exposure mode.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ReadoutTimeAbs">
<summary>
<para>Indicates the sensor readout time given the current settings.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ExposureTimeRaw">
<summary>
<para>This value sets an integer that will be used as a multiplier for the exposure timebase. The actual exposure time equals the current exposure time raw setting times the current exposure time base abs setting.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ExposureTimeBaseAbsEnable">
<summary>
<para>This value enables the use of the exposure time base.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ExposureTimeBaseAbs">
<summary>
<para>This float value sets the time base (in microseconds) that is used when the exposure time is set with the 'raw' setting.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ExposureTimeAbs">
<summary>
<para>This float value sets the camera's exposure time in microseconds.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ExposureAuto">
<summary>
<para>The exposure auto function automatically adjusts the Auto Exposure Time Abs parameter value within set limits, until a target average gray value for the pixel data of the related Auto Function AOI is reached.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.InterlacedIntegrationMode">
<summary>
<para>Selects the Interlaced Integration Mode.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ExposureMode">
<summary>
<para>This enumeration sets the exposure mode.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ExposureStartDelayRaw">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ExposureStartDelayAbs">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerDelayLineTriggerCount">
<summary>
<para>This integer value sets the trigger delay expressed as a number of consecutive line triggers to apply after the trigger reception before effectively activating it.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerDelayAbs">
<summary>
<para>This float value sets the absolute trigger delay in microseconds to apply after the trigger reception before effectively activating it.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerDelaySource">
<summary>
<para>Selects wheter trigger delay is defined as a time interval or as a number of consecutive line triggers.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerPartialClosingFrame">
<summary>
<para>This feature determines whether a partial or a complete frame is transmitted when the frame start trigger is used with Level High or Level Low and when the frame start trigger signal transitions while the frame is still being acquired.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerActivation">
<summary>
<para>This enumeration sets the signal transition needed to activate the selected trigger.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSource">
<summary>
<para>This enumeration sets the signal source for the selected trigger.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSoftware">
<summary>
<para>This command generates a software trigger signal. The software trigger signal will be used if the trigger source is set to 'software'.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerMode">
<summary>
<para>This enumeration sets the trigger mode for the selected trigger.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerSelector">
<summary>
<para>This enumeration selects the trigger type to configure. Once a trigger type has been selected, all changes to the trigger settings will be applied to the selected trigger.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TriggerControlImplementation">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AcquisitionFrameCount">
<summary>
<para>This value sets the number of frames acquired in the multiframe acquisition mode</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AcquisitionAbort">
<summary>
<para>This command will immediately abort any image acquisition process that is currently in progress.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AcquisitionStop">
<summary>
<para>If the camera is set for continuous image acquisition and acquisition has been started, this command stops the acquisition of images.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AcquisitionStart">
<summary>
<para>This command starts the acquisition of images. If the camera is set for single frame acquisition, it will start acquisition of one frame. If the camera is set for continuous frame acquisition, it will start continuous acquisition of frames.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.AcquisitionMode">
<summary>
<para>This enumeration sets the image acquisition mode. </para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.EnableBurstAcquisition">
<summary>
<para>When enabled, the maximum frame rate onyl depends on sensor timing and timing of the trigger sequence, and not on the image transfer rate out of the camera.
Note: The maximum number of triggers within a burst sequence is limited. If the maximum number is exceeded, images may be damaged or lost.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.StackedZoneImagingZoneHeight">
<summary>
<para>Sets the height for the selected zone.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.StackedZoneImagingZoneOffsetY">
<summary>
<para>Sets the Y offset (top offset) for the selected zone.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.StackedZoneImagingZoneEnable">
<summary>
<para>Enables the selected zone.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.StackedZoneImagingIndex">
<summary>
<para>This value sets the zone to access.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.StackedZoneImagingEnable">
<summary>
<para>Enables the stacked zone imaging feature.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.DecimationVertical">
<summary>
<para>Vertical sub-sampling of the image. This has the net effect of reducing the vertical resolution (height) of the image by the specified vertical decimation factor. A value of 1 indicates that the camera performs no vertical decimation.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.DecimationHorizontal">
<summary>
<para>Horizontal sub-sampling of the image. This has the net effect of reducing the horizontal resolution (width) of the image by the specified horizontal decimation factor. A value of 1 indicates that the camera performs no horizontal decimation.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BinningVertical">
<summary>
<para>Sets the number of binned adjacent vertical pixels. Their charges will be summed and reported out of the camera as a single pixel.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BinningModeVertical">
<summary>
<para>This enumeration sets the vertical binning mode.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BinningHorizontal">
<summary>
<para>Sets the number of binned adjacent horizontal pixels. Their charges will be summed and reported out of the camera as a single pixel.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BinningModeHorizontal">
<summary>
<para>This enumeration sets the horizontal binning mode.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LegacyBinningVertical">
<summary>
<para>This enumeration sets the vertical binning feature.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CenterY">
<summary>
<para>This feature is used to center the image vertically.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.CenterX">
<summary>
<para>This feature is used to center the image horizontally.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.OffsetY">
<summary>
<para>This value sets the Y offset (top offset) for the area of interest, i.e., the distance in pixels between the top of the sensor and the top of the image area.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.OffsetX">
<summary>
<para>This value sets the X offset (left offset) for the area of interest in pixels, i.e., the distance in pixels between the left side of the sensor and the left side of the image area.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.Height">
<summary>
<para>This value sets the height of the area of interest in pixels.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.Width">
<summary>
<para>This value sets the width of the area of interest in pixels.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorAdjustmentSaturationRaw">
<summary>
<para>Sets an integer value for the adjustment of saturation of the selected color.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorAdjustmentSaturation">
<summary>
<para>Sets a floating point value for the adjustment of saturation of the selected color.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorAdjustmentHueRaw">
<summary>
<para>Sets an integer value for the adjustment of hue of the selected color.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorAdjustmentHue">
<summary>
<para>Sets a floating point value for the adjustment of hue of the selected color.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorAdjustmentSelector">
<summary>
<para>Selects the color for color adjustment.
Those colors in the image will be adjusted where the selected color predominates.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorAdjustmentReset">
<summary>
<para>Allows returning to the color adjustment settings extant before the latest changes of the settings.
This allows you undoing the latest unwanted changes of the color adjustment settings and returning to the preceding settings.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorAdjustmentEnable">
<summary>
<para>Enables color adjustment.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorTransformationMatrixFactorRaw">
<summary>
<para>Sets an integer value to define the extent to which the selected light source will be considered in color matrix transformation. If the value is set to 65536 the selected light source will be fully considered. If the value is set to 0 the selected light source will not be considered.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorTransformationMatrixFactor">
<summary>
<para>Sets a floating point value to define the extent to which the selected light source will be considered in color matrix transformation.
If the value is set to 1 the selected light source will be fully considered. If the value is set to 0 the selected light source will not be considered.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorTransformationValueRaw">
<summary>
<para>Sets an integer value for the selected element in the color transformation matrix.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorTransformationValue">
<summary>
<para>Sets a floating point value for the selected element in the color transformation matrix.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorTransformationValueSelector">
<summary>
<para>Selects the element to be entered in the 3 x 3 color transformation matrix for custom matrix color transformation.
Note: Depending on the camera model, some elements in the color transformation matrix may be preset and can not be changed.
</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ColorTransformationSelector">
<summary>
<para>Selects the matrix color transformation between color spaces.
Generally, the related color spaces are used for internal processing: The color signals provided by the sensor are transformed to the RGB color space to allow further transformations (to account for the type of light source, for color adjustment, for white balance, etc.).
The color transformation selected here does not refer to the color space selected for the transmission of image data out of the camera.
</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BalanceRatioRaw">
<summary>
<para>This value sets the selected balance ratio control as an integer.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BalanceRatioAbs">
<summary>
<para>This value sets the selected balance ratio control as a float value.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BalanceRatioSelector">
<summary>
<para>This enumeration selects a balance ratio control to configuration. Once a balance ratio control has been selected, all changes to the balance ratio settings will be applied to the selected control.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BalanceWhiteAuto">
<summary>
<para>The automatic white balance is a two-step process: First, the Balance Ratio Abs parameter values for red, green, and blue are each set to 1.5. Then, assuming a 'grey world' model, the Balance Ratio Abs parameter values are adjusted such that the average gray values for the 'red' and 'blue' pixels match the average gray value for the 'green' pixels.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BalanceWhiteReset">
<summary>
<para>Allows returning to the color adjustment settings extant before the latest changes of the settings.
This allows you undoing the latest unwanted changes of the color adjustment settings and returning to the preceding settings.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.LightSourceSelector">
<summary>
<para>Selects the color transformation mode to select the type of light source to be considered for matrix color transformation.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.HeightMax">
<summary>
<para>This is a read only element. It is an integer that indicates maximum allowed height of the image in pixels taking into account any function that may limit the allowed height.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.WidthMax">
<summary>
<para>This is a read only element. It is an integer that indicates maximum allowed width of the image in pixels taking into account any function that may limit the allowed width.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SensorHeight">
<summary>
<para>This is a read only element. It is an integer that indicates the actual height of the camera's sensor in pixels.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SensorWidth">
<summary>
<para>This is a read only element. It is an integer that indicates the actual width of the camera's sensor in pixels.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.TestImageSelector">
<summary>
<para>This enumeration provides a list of the available test images. Selecting a test image from the list will enable the test image.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.FieldOutputMode">
<summary>
<para>Selects the mode to output the fields.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ReverseY">
<summary>
<para>This feature is used to flip vertically the image sent by the device. The AOI is applied after the flipping.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ReverseX">
<summary>
<para>This feature is used to flip horizontally the image sent by the device. The AOI is applied after the flipping.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SpatialCorrectionStartingLine">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SpatialCorrectionAmount">
<summary>
<para>See camera users manual for information.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SpatialCorrection">
<summary>
<para>Specifies the direction of imaging and the separation (consecutive numbers) of related line captures. Related line captures will be combined.
Positive integer: The object will pass the top sensor line first.
Negative integer: The object will pass the bottom sensor line first.
In color cameras, the top sensor line is the green line, and the bottom sensor line is the blue line.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelDynamicRangeMax">
<summary>
<para>This a read only feature. It indicates the maximum possible pixel value that could be transferred from the camera.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelDynamicRangeMin">
<summary>
<para>This a read only feature. It indicates the minimum possible pixel value that could be transferred from the camera.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.ProcessedRawEnable">
<summary>
<para>Enables color improvement of RGB data and provides for their output as RGB raw data. Only available for cameras with an RGB Bayer filter.
Note: Make sure to also select a suitable raw pixel data output format.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelColorFilter">
<summary>
<para> This is a read only feature. This enumeration provides a list of values that indicate the alignment of the camera's Bayer filter to the pixels in the acquired images.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelSize">
<summary>
<para>This is a read only feature. This enumeration provides a list of values that indicate the depth of the pixel values in the acquired images in bits per pixel. This value will always be coherent with the pixel format setting.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelCoding">
<summary>
<para>Sets the color coding of the pixels in the acquired images</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.PixelFormat">
<summary>
<para>This enumeration sets the format of the pixel data transmitted for acquired images. </para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SensorDigitizationTaps">
<summary>
<para>This feature represents the number of digitized samples output simultaneously by the camera A/D conversion stage.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SensorBitDepth">
<summary>
<para>This feature selects the amount of data bits the sensor produces for one sample.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SubstrateVoltage">
<summary>
<para>This value sets the substrate voltage</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.DigitalShift">
<summary>
<para>This value sets the selected digital shift control</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.Gamma">
<summary>
<para>This feature is used to perform gamma correction of pixel intensity. This is typically used to compensate for non-linearity of the display system (such as CRT).</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.GammaSelector">
<summary>
<para>This enumeration selects the type of gamma to apply.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.GammaEnable">
<summary>
<para>This boolean value enables the gamma correction.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BlackLevelAbs">
<summary>
<para>This value sets the selected black level control as a float value.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BlackLevelRaw">
<summary>
<para>This value sets the selected black level control as an integer.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.BlackLevelSelector">
<summary>
<para>This enumeration selects the black level control to configure. Once a black level control has been selected, all changes to the black level settings will be applied to the selected control.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.GainAbs">
<summary>
<para>Sets the 'absolute' value of the selected gain control. The 'absolute' value is a float value that sets the selected gain control in dB.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.GainRaw">
<summary>
<para>Sets the 'raw' value of the selected gain control. The 'raw' value is an integer value that sets the selected gain control in units specific to the camera.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.GainSelector">
<summary>
<para>This enumeration selects the gain control to configure. Once a gain control has been selected, all changes to the gain settings will be applied to the selected control.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.GainAuto">
<summary>
<para>The gain auto function automatically adjusts the Auto Gain Raw parameter value within set limits, until a target average gray value for the pixel data from Auto Function AOI1 is reached.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceAddressBitSource">
<summary>
<para>Selects the source for setting the selected bit of the sequence set address.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceAddressBitSelector">
<summary>
<para>Selects a bit of the sequence set address.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceControlSource">
<summary>
<para>Selects the source for sequence control. Possible values: Disabled - advance via asynchronous advance. Always Active - automatic sequence set advance. The sequence repeat starts with sequence set index number 1. Line N - the source for sequence restart or sequence set advance is line N. CCN - the source for sequence restart or sequence set advance is CCN.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceControlSelector">
<summary>
<para>Selects between controls for sequence restart or sequence set advance.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceAdvanceMode">
<summary>
<para>Selects the sequence set advance mode. Possible values: Auto - automatic sequence set advance as images are acquired. Controlled - sequence set advance controlled by settable source. Free selection - the sequence sets are selected according to the states of the input lines.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceSetExecutions">
<summary>
<para>Sets the number of consecutive executions per sequence cycle for the selected sequence set. Only available in Auto sequence advance mode.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceSetLoad">
<summary>
<para>Loads an existing sequence set to make it the current sequence set.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceSetStore">
<summary>
<para>Stores the current sequence set as one of the sequence sets of the sequence. Note: Storing the current sequence set will overwrite any already existing sequence set bearing the same index number. Note: The sequence set is stored in the volatile memory and will therefore be lost if the camera is reset or if power is switched off.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceSetIndex">
<summary>
<para>Selects the index number of a sequence set.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceSetTotalNumber">
<summary>
<para>Sets the total number of sequence sets in the sequence.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceAsyncAdvance">
<summary>
<para>Allows to advance from the current sequence set to the next one. The advance is asynchronous to the cameras's frame trigger. Only available in Controlled sequence advance mode.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceAsyncRestart">
<summary>
<para>Allows to restart the sequence of sequence sets to image acquisition, starting with the sequence set of lowest index number. The restart is asynchronous to the cameras's frame trigger. Only available in Auto and Controlled sequence advance mode.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceCurrentSet">
<summary>
<para>Indicates the current sequence set.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraLinkCamera.SequenceEnable">
<summary>
<para>Enables the existing sequence sets for image acquisition.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraLinkCamera">
<summary>List of all parameter names available for Camera Link cameras.</summary>
</member>
<member name="M:Basler.Pylon.PLChunkData.ChunkScan3dOutputModeEnum.ToString">
<summary>The full name of ChunkScan3dOutputMode</summary>
<returns>Returns the full name of ChunkScan3dOutputMode</returns>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkScan3dOutputModeEnum.Name">
<summary>The full name of ChunkScan3dOutputMode</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkScan3dOutputModeEnum.DisparityC">
<summary>
<para>Disparity 2.5D Depth map. The distance is inversely proportional to the pixel (disparity) value.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLChunkData.ChunkScan3dOutputModeEnum">
<tocexclude />
<summary>
<para>Returns the Calibrated Mode of the payload image.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLChunkData.ChunkScan3dDistanceUnitEnum.ToString">
<summary>The full name of ChunkScan3dDistanceUnit</summary>
<returns>Returns the full name of ChunkScan3dDistanceUnit</returns>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkScan3dDistanceUnitEnum.Name">
<summary>The full name of ChunkScan3dDistanceUnit</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkScan3dDistanceUnitEnum.Pixel">
<summary>
<para>Distance values reflect pixel positions on the Sensor Array.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLChunkData.ChunkScan3dDistanceUnitEnum">
<tocexclude />
<summary>
<para>Returns the Distance Unit of the payload image.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLChunkData.ChunkScan3dCoordinateSelectorEnum.ToString">
<summary>The full name of ChunkScan3dCoordinateSelector</summary>
<returns>Returns the full name of ChunkScan3dCoordinateSelector</returns>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkScan3dCoordinateSelectorEnum.Name">
<summary>The full name of ChunkScan3dCoordinateSelector</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkScan3dCoordinateSelectorEnum.CoordinateC">
<summary>
<para>The third (Z) coordinate.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLChunkData.ChunkScan3dCoordinateSelectorEnum">
<tocexclude />
<summary>
<para>Selects which Coordinate to retrieve data from.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLChunkData.ChunkScan3dCoordinateOffset" />, <see cref="P:Basler.Pylon.PLChunkData.ChunkScan3dCoordinateScale" />, <see cref="P:Basler.Pylon.PLChunkData.ChunkScan3dInvalidDataFlag" />, <see cref="P:Basler.Pylon.PLChunkData.ChunkScan3dInvalidDataValue" /></para>
</summary>
</member>
<member name="M:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.ToString">
<summary>The full name of ChunkPixelFormat</summary>
<returns>Returns the full name of ChunkPixelFormat</returns>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.Name">
<summary>The full name of ChunkPixelFormat</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.YUV444Packed">
<summary>
<para>The pixel data in the acquired image is in the YUV 444 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.YUV422_YUYV_Packed">
<summary>
<para>The pixel data in the acquired image is in the YUV 422 (YUYV) Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.YUV422_8">
<summary>
<para>The pixel format is set to YUV 4:2:2 8 bit packed.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.YUV422Packed">
<summary>
<para>The pixel data in the acquired image is in the YUV 422 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.YUV411Packed">
<summary>
<para>The pixel data in the acquired image is in the YUV 411 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.YCbCr422_8">
<summary>
<para>The pixel format is set to YCbCr 422.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.RGBA8Packed">
<summary>
<para>The pixel data in the acquired image is in the RGBA 8 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.RGB8Planar">
<summary>
<para>The pixel data in the acquired image is in the RGB 8 Planar format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.RGB8Packed">
<summary>
<para>The pixel data in the acquired image is in the RGB 8 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.RGB8">
<summary>
<para>The pixel format is set to RGB 8.</para>
<para>Applies to: Stereo ace, ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.RGB16Planar">
<summary>
<para>The pixel data in the acquired image is in the RGB 16 Planar format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.RGB12V1Packed">
<summary>
<para>The pixel data in the acquired image is in RGB 12 V1 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.RGB12Planar">
<summary>
<para>The pixel data in the acquired image is in the RGB 12 Planar format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.RGB12Packed">
<summary>
<para>The pixel data in the acquired image is in the RGB 12 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.RGB10V2Packed">
<summary>
<para>The pixel data in the acquired image is in the RGB 10V2 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.RGB10V1Packed">
<summary>
<para>The pixel data in the acquired image is in the RGB 10V1 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.RGB10Planar">
<summary>
<para>The pixel data in the acquired image is in the RGB 10 Planar format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.RGB10Packed">
<summary>
<para>The pixel data in the acquired image is in the RGB 10 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.Mono8Signed">
<summary>
<para>The pixel data in the acquired image is in the Mono 8 Signed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.Mono8">
<summary>
<para>The pixel data in the acquired image is in the Mono 8 format.</para>
<para>Applies to: Stereo ace, ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.Mono16">
<summary>
<para>The pixel data in the acquired image is in the Mono 16 format.</para>
<para>Applies to: Stereo ace and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.Mono12p">
<summary>
<para>The pixel format is set to Mono 12p.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.Mono12Packed">
<summary>
<para>The pixel data in the acquired image is in the Mono 12 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.Mono12">
<summary>
<para>The pixel data in the acquired image is in the Mono 12 format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.Mono10p">
<summary>
<para>The pixel data in the acquired image is in the Mono 10p format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.Mono10Packed">
<summary>
<para>The pixel data in the acquired image is in the Mono 10 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.Mono10">
<summary>
<para>The pixel data in the acquired image is in the Mono 10 format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.Error8">
<summary>
<para>Error 8-bit</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.Coord3D_C16">
<summary>
<para>3D coordinate, third component 16 bit.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.Confidence8">
<summary>
<para>Confidence 8-bit</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.BiColorRGBG8">
<summary>
<para>The pixel data in the acquired image is in the BiColor RGBG 8 format.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.BiColorBGRG8">
<summary>
<para>The pixel data in the acquired image is in the BiColor BGRG 8 format.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.BayerRG8">
<summary>
<para>The pixel data in the acquired image is in the Bayer RG 8 format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.BayerRG16">
<summary>
<para>The pixel data in the acquired image is in the Bayer RG 16 format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.BayerRG12p">
<summary>
<para>The pixel format is set to Bayer RG 12p.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.BayerRG12Packed">
<summary>
<para>The pixel data in the acquired image is in the Bayer RG 12 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.BayerRG12">
<summary>
<para>The pixel data in the acquired image is in the Bayer RG 12 format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.BayerRG10p">
<summary>
<para>The pixel data in the acquired image is in the Bayer RG 10p format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.BayerRG10">
<summary>
<para>The pixel data in the acquired image is in the Bayer RG 10 format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.BayerGR8">
<summary>
<para>The pixel data in the acquired image is in the Bayer GR 8 format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.BayerGR16">
<summary>
<para>The pixel data in the acquired image is in the Bayer GR 16 format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.BayerGR12p">
<summary>
<para>The pixel format is set to Bayer GR 12p.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.BayerGR12Packed">
<summary>
<para>The pixel data in the acquired image is in the Bayer GR 12 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.BayerGR12">
<summary>
<para>The pixel data in the acquired image is in the Bayer GR 12 format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.BayerGR10p">
<summary>
<para>The pixel data in the acquired image is in the Bayer GR 10p format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.BayerGR10">
<summary>
<para>The pixel data in the acquired image is in the Bayer GR 10 format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.BayerGB8">
<summary>
<para>The pixel data in the acquired image is in the Bayer GB 8 format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.BayerGB16">
<summary>
<para>The pixel data in the acquired image is in the Bayer GB 16 format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.BayerGB12p">
<summary>
<para>The pixel format is set to Bayer GB 12p.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.BayerGB12Packed">
<summary>
<para>The pixel data in the acquired image is in the Bayer GB 12 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.BayerGB12">
<summary>
<para>The pixel data in the acquired image is in the Bayer GB 12 format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.BayerGB10p">
<summary>
<para>The pixel data in the acquired image is in the Bayer GB 10p format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.BayerGB10">
<summary>
<para>The pixel data in the acquired image is in the Bayer GB 10 format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.BayerBG8">
<summary>
<para>The pixel data in the acquired image is in the Bayer BG 8 format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.BayerBG16">
<summary>
<para>The pixel data in the acquired image is in the Bayer BG 16 format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.BayerBG12p">
<summary>
<para>The pixel format is set to Bayer BG 12p.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.BayerBG12Packed">
<summary>
<para>The pixel data in the acquired image is in the Bayer BG 12 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.BayerBG12">
<summary>
<para>The pixel data in the acquired image is in the Bayer BG 12 format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.BayerBG10p">
<summary>
<para>The pixel data in the acquired image is in the Bayer BG 10p format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.BayerBG10">
<summary>
<para>The pixel data in the acquired image is in the Bayer BG 10 format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.BGRA8Packed">
<summary>
<para>The pixel data in the acquired image is in the BGRA 8 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.BGR8Packed">
<summary>
<para>The pixel data in the acquired image is in the BGR 8 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.BGR8">
<summary>
<para>The pixel format is set to BGR 8.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.BGR12Packed">
<summary>
<para>The pixel data in the acquired image is in the BGR 12 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum.BGR10Packed">
<summary>
<para>The pixel data in the acquired image is in the BGR 10 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLChunkData.ChunkPixelFormatEnum">
<tocexclude />
<summary>
<para>Indicates the pixel format of the acquired image.</para>
<para>Applies to: Stereo ace, ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLChunkData.ChunkComponentSelector" /></para>
</summary>
</member>
<member name="M:Basler.Pylon.PLChunkData.ChunkLineSourceEnum.ToString">
<summary>The full name of ChunkLineSource</summary>
<returns>Returns the full name of ChunkLineSource</returns>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkLineSourceEnum.Name">
<summary>The full name of ChunkLineSource</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkLineSourceEnum.Low">
<summary>
<para>The output is always Low.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkLineSourceEnum.High">
<summary>
<para>The output is always High.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkLineSourceEnum.ExposureAlternateActive">
<summary>
<para>Output is high during the exposure of every second Frame.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkLineSourceEnum.ExposureActive">
<summary>
<para>Output is high during the exposure of a Frame.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLChunkData.ChunkLineSourceEnum">
<tocexclude />
<summary>
<para>Line source for selected line.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLChunkData.ChunkLineSelector" /></para>
</summary>
</member>
<member name="M:Basler.Pylon.PLChunkData.ChunkLineSelectorEnum.ToString">
<summary>The full name of ChunkLineSelector</summary>
<returns>Returns the full name of ChunkLineSelector</returns>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkLineSelectorEnum.Name">
<summary>The full name of ChunkLineSelector</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkLineSelectorEnum.Out4">
<summary>
<para>Index of the physical line and associated I/O control block to use.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkLineSelectorEnum.Out3">
<summary>
<para>Index of the physical line and associated I/O control block to use.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkLineSelectorEnum.Out2">
<summary>
<para>Index of the physical line and associated I/O control block to use.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkLineSelectorEnum.Out1">
<summary>
<para>Index of the physical line and associated I/O control block to use.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkLineSelectorEnum.In4">
<summary>
<para>Index of the physical line and associated I/O control block to use.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkLineSelectorEnum.In3">
<summary>
<para>Index of the physical line and associated I/O control block to use.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkLineSelectorEnum.In2">
<summary>
<para>Index of the physical line and associated I/O control block to use.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkLineSelectorEnum.In1">
<summary>
<para>Index of the physical line and associated I/O control block to use.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLChunkData.ChunkLineSelectorEnum">
<tocexclude />
<summary>
<para>Selects the output for which to read the LineSource.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLChunkData.ChunkBslLineRatio" />, <see cref="P:Basler.Pylon.PLChunkData.ChunkLineSource" />, <see cref="P:Basler.Pylon.PLChunkData.ChunkLineStatus" /></para>
</summary>
</member>
<member name="M:Basler.Pylon.PLChunkData.ChunkGainSelectorEnum.ToString">
<summary>The full name of ChunkGainSelector</summary>
<returns>Returns the full name of ChunkGainSelector</returns>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkGainSelectorEnum.Name">
<summary>The full name of ChunkGainSelector</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkGainSelectorEnum.All">
<summary>
<para>Chunk data can be retrieved from all gain channels.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLChunkData.ChunkGainSelectorEnum">
<tocexclude />
<summary>
<para>Sets which gain channel to retrieve chunk data from.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLChunkData.ChunkGain" /></para>
</summary>
</member>
<member name="M:Basler.Pylon.PLChunkData.ChunkExposureTimeSelectorEnum.ToString">
<summary>The full name of ChunkExposureTimeSelector</summary>
<returns>Returns the full name of ChunkExposureTimeSelector</returns>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkExposureTimeSelectorEnum.Name">
<summary>The full name of ChunkExposureTimeSelector</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkExposureTimeSelectorEnum.Stage2">
<summary>
<para>Chunk data can be retrieved from the Stage 2 exposure time. Stage 2 is a predefined region of the sensor of your camera (a line on line scan cameras and an area on area scan cameras).</para>
<para>Applies to: ace 2 GigE and ace 2 USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkExposureTimeSelectorEnum.Stage1">
<summary>
<para>Chunk data can be retrieved from the Stage 1 exposure time. Stage 1 is a predefined region of the sensor of your camera (a line on line scan cameras and an area on area scan cameras).</para>
<para>Applies to: ace 2 GigE and ace 2 USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkExposureTimeSelectorEnum.Common">
<summary>
<para>Chunk data can be retrieved from the common exposure time.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLChunkData.ChunkExposureTimeSelectorEnum">
<tocexclude />
<summary>
<para>Sets which exposure time to retrieve chunk data from.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLChunkData.ChunkExposureTime" /></para>
</summary>
</member>
<member name="M:Basler.Pylon.PLChunkData.ChunkCounterSelectorEnum.ToString">
<summary>The full name of ChunkCounterSelector</summary>
<returns>Returns the full name of ChunkCounterSelector</returns>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkCounterSelectorEnum.Name">
<summary>The full name of ChunkCounterSelector</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkCounterSelectorEnum.Counter4">
<summary>
<para>Chunk data can be retrieved from counter 4.</para>
<para>Applies to: racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkCounterSelectorEnum.Counter3">
<summary>
<para>Chunk data can be retrieved from counter 3.</para>
<para>Applies to: racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkCounterSelectorEnum.Counter2">
<summary>
<para>Chunk data can be retrieved from counter 2.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkCounterSelectorEnum.Counter1">
<summary>
<para>Chunk data can be retrieved from counter 1.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLChunkData.ChunkCounterSelectorEnum">
<tocexclude />
<summary>
<para>Sets which counter to retrieve chunk data from.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLChunkData.ChunkCounterValue" /></para>
</summary>
</member>
<member name="M:Basler.Pylon.PLChunkData.ChunkComponentSelectorEnum.ToString">
<summary>The full name of ChunkComponentSelector</summary>
<returns>Returns the full name of ChunkComponentSelector</returns>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkComponentSelectorEnum.Name">
<summary>The full name of ChunkComponentSelector</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkComponentSelectorEnum.RawCombined">
<summary>
<para>Unrectified intensity images of left and right camera combined. Right image is stacked under left image.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkComponentSelectorEnum.IntensityCombined">
<summary>
<para>Intensity images of left and right camera combined. Right image is stacked under left image.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkComponentSelectorEnum.Intensity">
<summary>
<para>The image data is the intensity component.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkComponentSelectorEnum.Error">
<summary>
<para>The image data is the error map component.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkComponentSelectorEnum.Disparity">
<summary>
<para>The image data is the disparity component.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkComponentSelectorEnum.Confidence">
<summary>
<para>The image data is the confidence map component.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkComponentSelectorEnum.Calibration">
<summary>
<para>Annotated left and right images for calibration.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLChunkData.ChunkComponentSelectorEnum">
<tocexclude />
<summary>
<para>Selects the Component from which to retreive data from.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLChunkData.ChunkComponentID" />, <see cref="P:Basler.Pylon.PLChunkData.ChunkComponentIDValue" />, <see cref="P:Basler.Pylon.PLChunkData.ChunkDecimationHorizontal" />, <see cref="P:Basler.Pylon.PLChunkData.ChunkDecimationVertical" />, <see cref="P:Basler.Pylon.PLChunkData.ChunkHeight" />, <see cref="P:Basler.Pylon.PLChunkData.ChunkOffsetX" />, <see cref="P:Basler.Pylon.PLChunkData.ChunkOffsetY" />, <see cref="P:Basler.Pylon.PLChunkData.ChunkPartIndex" />, <see cref="P:Basler.Pylon.PLChunkData.ChunkPixelFormat" />, <see cref="P:Basler.Pylon.PLChunkData.ChunkScan3dFocalLength" />, <see cref="P:Basler.Pylon.PLChunkData.ChunkScan3dPrincipalPointU" />, <see cref="P:Basler.Pylon.PLChunkData.ChunkScan3dPrincipalPointV" />, <see cref="P:Basler.Pylon.PLChunkData.ChunkWidth" /></para>
</summary>
</member>
<member name="M:Basler.Pylon.PLChunkData.ChunkComponentIDEnum.ToString">
<summary>The full name of ChunkComponentID</summary>
<returns>Returns the full name of ChunkComponentID</returns>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkComponentIDEnum.Name">
<summary>The full name of ChunkComponentID</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkComponentIDEnum.IntensityCombined">
<summary>
<para>Intensity images of left and right camera combined. Right image is stacked under left image.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkComponentIDEnum.Intensity">
<summary>
<para>The image data is the intensity component.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkComponentIDEnum.Error">
<summary>
<para>The image data is the error map component.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkComponentIDEnum.Disparity">
<summary>
<para>The image data is the disparity component.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkComponentIDEnum.Confidence">
<summary>
<para>The image data is the confidence map component.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLChunkData.ChunkComponentIDEnum">
<tocexclude />
<summary>
<para>Returns the component of the payload image. This can be used to identify the image component of a generic part in a multi-part transfer.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLChunkData.ChunkComponentSelector" /></para>
</summary>
</member>
<member name="M:Basler.Pylon.PLChunkData.BslChunkTimestampSelectorEnum.ToString">
<summary>The full name of BslChunkTimestampSelector</summary>
<returns>Returns the full name of BslChunkTimestampSelector</returns>
</member>
<member name="P:Basler.Pylon.PLChunkData.BslChunkTimestampSelectorEnum.Name">
<summary>The full name of BslChunkTimestampSelector</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.BslChunkTimestampSelectorEnum.FrameStart">
<summary>
<para>The Chunk Timestamp Value parameter indicates when acquisition of the current image started.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.BslChunkTimestampSelectorEnum.ExposureStart">
<summary>
<para>The Chunk Timestamp Value parameter indicates when exposure of the current image started.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.BslChunkTimestampSelectorEnum.ExposureEnd">
<summary>
<para>The Chunk Timestamp Value parameter indicates when exposure of the current image ended.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE and dart USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLChunkData.BslChunkTimestampSelectorEnum">
<tocexclude />
<summary>
<para>Sets which information should be included in the Chunk Timestamp Value chunk.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLChunkData.BslChunkTimestampValue" /></para>
</summary>
</member>
<member name="M:Basler.Pylon.PLChunkData.BslChunkAutoBrightnessStatusEnum.ToString">
<summary>The full name of BslChunkAutoBrightnessStatus</summary>
<returns>Returns the full name of BslChunkAutoBrightnessStatus</returns>
</member>
<member name="P:Basler.Pylon.PLChunkData.BslChunkAutoBrightnessStatusEnum.Name">
<summary>The full name of BslChunkAutoBrightnessStatus</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.BslChunkAutoBrightnessStatusEnum.TargetReached">
<summary>
<para>Target brightness adjustments are enabled, and the target brightness value has been reached.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.BslChunkAutoBrightnessStatusEnum.TargetNotReached">
<summary>
<para>Target brightness adjustments are enabled, but the target brightness value has not been reached.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.BslChunkAutoBrightnessStatusEnum.Disabled">
<summary>
<para>Target brightness adjustments are disabled, i.e., Gain Auto and Exposure Auto are set to Off. </para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE and dart USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLChunkData.BslChunkAutoBrightnessStatusEnum">
<tocexclude />
<summary>
<para>Indicates the status of the target brightness adjustments performed by the Exposure Auto and Gain Auto auto functions.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE and dart USB</para>
<para>Visibility: Expert</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkWidth">
<summary>
<para>Width of the AOI of the acquired image.</para>
<para>Applies to: Stereo ace, ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLChunkData.ChunkComponentSelector" /></para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkVirtLineStatusAll">
<summary>
<para>Status of all of the camera's virtual input and output lines when the image was acquired.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkTriggerinputcounter">
<summary>
<para>Value of the Trigger Input counter when the image was acquired.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkTimestamp">
<summary>
<para>Value of the timestamp when the image was acquired.</para>
<para>Applies to: Stereo ace, ace GigE and ace USB</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkStride">
<summary>
<para>Number of bytes of data between the beginning of one line in the acquired image and the beginning of the next line in the acquired image.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkShaftEncoderCounter">
<summary>
<para>Value of the Shaft Encoder counter when the image was acquired.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkSequencerSetActive">
<summary>
<para>Index of the active sequencer set.</para>
<para>Applies to: ace 2 GigE, ace 2 USB and ace USB</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkSequenceSetIndex">
<summary>
<para>Sequence set index number related to the acquired image.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkScan3dPrincipalPointV">
<summary>
<para>Vertical position of the principal point.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLChunkData.ChunkComponentSelector" /></para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkScan3dPrincipalPointU">
<summary>
<para>Horizontal position of the principal point.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLChunkData.ChunkComponentSelector" /></para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkScan3dOutputMode">
<summary>
<para>Returns the Calibrated Mode of the payload image.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkScan3dInvalidDataValue">
<summary>
<para>Returns the value which identifies a non-valid pixel.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLChunkData.ChunkScan3dCoordinateSelector" /></para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkScan3dInvalidDataFlag">
<summary>
<para>Returns if a specific non-valid data flag is used in the payload image.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLChunkData.ChunkScan3dCoordinateSelector" /></para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkScan3dFocalLength">
<summary>
<para>Focal length of the camera in pixels.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLChunkData.ChunkComponentSelector" /></para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkScan3dDistanceUnit">
<summary>
<para>Returns the Distance Unit of the payload image.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkScan3dCoordinateSelector">
<summary>
<para>Selects which Coordinate to retrieve data from.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLChunkData.ChunkScan3dCoordinateOffset" />, <see cref="P:Basler.Pylon.PLChunkData.ChunkScan3dCoordinateScale" />, <see cref="P:Basler.Pylon.PLChunkData.ChunkScan3dInvalidDataFlag" />, <see cref="P:Basler.Pylon.PLChunkData.ChunkScan3dInvalidDataValue" /></para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkScan3dCoordinateScale">
<summary>
<para>Returns the scale factor when transforming a pixel from relative coordinates to world coordinates.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLChunkData.ChunkScan3dCoordinateSelector" /></para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkScan3dCoordinateOffset">
<summary>
<para>Returns the offset when transforming a pixel from relative coordinates to world coordinates.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLChunkData.ChunkScan3dCoordinateSelector" /></para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkScan3dBaseline">
<summary>
<para>Baseline of the stereo cameras in m.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelFormat">
<summary>
<para>Indicates the pixel format of the acquired image.</para>
<para>Applies to: Stereo ace, ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLChunkData.ChunkComponentSelector" /></para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelDynamicRangeMin">
<summary>
<para>Minimum possible pixel value in the acquired image.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPixelDynamicRangeMax">
<summary>
<para>Maximum possible pixel value in the acquired image.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPayloadCRC16">
<summary>
<para>CRC checksum of the acquired image. The checksum is calculated using all of the image data and all of the appended chunks except for the checksum itself.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace GigE, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkPartIndex">
<summary>
<para>Returns index of the image part in this block depending on selected component.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLChunkData.ChunkComponentSelector" /></para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkOffsetY">
<summary>
<para>Y offset of the AOI of the acquired image.</para>
<para>Applies to: Stereo ace, ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLChunkData.ChunkComponentSelector" /></para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkOffsetX">
<summary>
<para>X offset of the AOI of the acquired image.</para>
<para>Applies to: Stereo ace, ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLChunkData.ChunkComponentSelector" /></para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkLineTriggerIgnoredCounter">
<summary>
<para>Value of the Line Trigger Ignored counter when the image was acquired.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkLineTriggerEndToEndCounter">
<summary>
<para>Value of the Line Trigger End to End counter when the image was acquired.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkLineTriggerCounter">
<summary>
<para>Value of the Line Trigger counter when the image was acquired.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkLineStatusAll">
<summary>
<para>Bit field that indicates the status of all of the camera's input and output lines when the image was acquired.</para>
<para>Applies to: Stereo ace, ace 2 GigE, ace 2 USB, ace GigE, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkLineStatus">
<summary>
<para>Returns the current status of the selected input or output Line.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLChunkData.ChunkLineSelector" /></para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkLineSource">
<summary>
<para>Line source for selected line.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLChunkData.ChunkLineSelector" /></para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkLineSelector">
<summary>
<para>Selects the output for which to read the LineSource.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLChunkData.ChunkBslLineRatio" />, <see cref="P:Basler.Pylon.PLChunkData.ChunkLineSource" />, <see cref="P:Basler.Pylon.PLChunkData.ChunkLineStatus" /></para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkInputStatusAtLineTriggerValue">
<summary>
<para>Value indicating the status of the camera's input lines when a specific line was acquired. The information is stored in a 4-bit value (bit 0 = input line 1 state, bit 1 = input line 2 state etc.). For more information, see the Status Index parameter documentation.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkInputStatusAtLineTriggerIndex">
<summary>
<para>Index number used for the Input Status At Line Trigger parameter. The index number can be used to get the state of the camera's input lines when a specific line was acquired. For example, if you want to know the state of the camera's input lines when line 30 was acquired, set the index to 30, then retrieve the value of Status Index parameter.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkInputStatusAtLineTriggerBitsPerLine">
<summary>
<para>Number of bits per line used for the Input Status At Line Trigger parameter.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkHeight">
<summary>
<para>AOI height of the acquired image.</para>
<para>Applies to: Stereo ace, ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLChunkData.ChunkComponentSelector" /></para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkGainSelector">
<summary>
<para>Sets which gain channel to retrieve chunk data from.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLChunkData.ChunkGain" /></para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkGainAll">
<summary>
<para>Gain All value of the acquired image.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkGain">
<summary>
<para>Gain used during image acquisition.</para>
<para>Applies to: Stereo ace, ace 2 GigE, ace 2 USB, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLChunkData.ChunkGainSelector" /></para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkFramesPerTriggerCounter">
<summary>
<para>Value of the Frames per Trigger counter when the image was acquired.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkFramecounter">
<summary>
<para>Value of the Frame counter when the image was acquired.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkFrameTriggerIgnoredCounter">
<summary>
<para>Value of the Frame Trigger Ignored counter when the image was acquired.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkFrameTriggerCounter">
<summary>
<para>Value of the Frame Trigger counter when the image was acquired.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkFrameID">
<summary>
<para>Unique identifier of the current frame. The frame ID starts at 0 and keeps incrementing by 1 for each exposed image until the camera is powered off. The maximum value is 2^48.</para>
<para>Applies to: Stereo ace, ace 2 GigE, ace 2 USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkExposureTimeSelector">
<summary>
<para>Sets which exposure time to retrieve chunk data from.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLChunkData.ChunkExposureTime" /></para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkExposureTime">
<summary>
<para>Exposure time used to acquire the image.</para>
<para>Applies to: Stereo ace, ace 2 GigE, ace 2 USB, ace GigE, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLChunkData.ChunkExposureTimeSelector" /></para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkDynamicRangeMin">
<summary>
<para>Minimum possible pixel value in the acquired image.</para>
<para>Applies to: ace 2 GigE and ace GigE</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkDynamicRangeMax">
<summary>
<para>Maximum possible pixel value in the acquired image.</para>
<para>Applies to: ace 2 GigE and ace GigE</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkDecimationVertical">
<summary>
<para>Vertical sub-sampling of the image.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLChunkData.ChunkComponentSelector" /></para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkDecimationHorizontal">
<summary>
<para>Horizontal sub-sampling of the image.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLChunkData.ChunkComponentSelector" /></para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkCounterValue">
<summary>
<para>Value of the selected chunk counter.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLChunkData.ChunkCounterSelector" /></para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkCounterSelector">
<summary>
<para>Sets which counter to retrieve chunk data from.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLChunkData.ChunkCounterValue" /></para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkComponents">
<summary>
<para>Returns the bitmask of components contained in this block.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkComponentSelector">
<summary>
<para>Selects the Component from which to retreive data from.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLChunkData.ChunkComponentID" />, <see cref="P:Basler.Pylon.PLChunkData.ChunkComponentIDValue" />, <see cref="P:Basler.Pylon.PLChunkData.ChunkDecimationHorizontal" />, <see cref="P:Basler.Pylon.PLChunkData.ChunkDecimationVertical" />, <see cref="P:Basler.Pylon.PLChunkData.ChunkHeight" />, <see cref="P:Basler.Pylon.PLChunkData.ChunkOffsetX" />, <see cref="P:Basler.Pylon.PLChunkData.ChunkOffsetY" />, <see cref="P:Basler.Pylon.PLChunkData.ChunkPartIndex" />, <see cref="P:Basler.Pylon.PLChunkData.ChunkPixelFormat" />, <see cref="P:Basler.Pylon.PLChunkData.ChunkScan3dFocalLength" />, <see cref="P:Basler.Pylon.PLChunkData.ChunkScan3dPrincipalPointU" />, <see cref="P:Basler.Pylon.PLChunkData.ChunkScan3dPrincipalPointV" />, <see cref="P:Basler.Pylon.PLChunkData.ChunkWidth" /></para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkComponentIDValue">
<summary>
<para>Returns a unique Identifier value that corresponds to the selected chunk component.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLChunkData.ChunkComponentSelector" /></para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkComponentID">
<summary>
<para>Returns the component of the payload image. This can be used to identify the image component of a generic part in a multi-part transfer.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLChunkData.ChunkComponentSelector" /></para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkBslReducedDepthRange">
<summary>
<para>Signals if the depth range had to be reduced due to memory limits.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkBslNoise">
<summary>
<para>Returns the noise of the image.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkBslMinDepth">
<summary>
<para>Minimum depth that was used. This can be higher than anticipated due to camera or memory requirements.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkBslMaxDepth">
<summary>
<para>Maximum depth that was used.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.ChunkBslLineRatio">
<summary>
<para>Returns the exposure ratio of the selected output line.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLChunkData.ChunkLineSelector" /></para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.BslChunkTimestampValue">
<summary>
<para>Value of the timestamp when the image was acquired.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLChunkData.BslChunkTimestampSelector" /></para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.BslChunkTimestampSelector">
<summary>
<para>Sets which information should be included in the Chunk Timestamp Value chunk.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLChunkData.BslChunkTimestampValue" /></para>
</summary>
</member>
<member name="P:Basler.Pylon.PLChunkData.BslChunkAutoBrightnessStatus">
<summary>
<para>Indicates the status of the target brightness adjustments performed by the Exposure Auto and Gain Auto auto functions.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE and dart USB</para>
<para>Visibility: Expert</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLChunkData">
<summary>List of all parameter names available for chunk data of Basler camera devices</summary>
</member>
<member name="M:Basler.Pylon.PLStream.TypeEnum.ToString">
<summary>The full name of Type</summary>
<returns>Returns the full name of Type</returns>
</member>
<member name="P:Basler.Pylon.PLStream.TypeEnum.Name">
<summary>The full name of Type</summary>
</member>
<member name="P:Basler.Pylon.PLStream.TypeEnum.WindowsIntelPerformanceDriver">
<summary>
<para>The pylon GigE Vision Performance Driver is used.</para>
<para>Applies to: GigE and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.TypeEnum.WindowsFilterDriver">
<summary>
<para>The pylon GigE Vision Filter Driver is used.</para>
<para>Applies to: GigE and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.TypeEnum.SocketDriver">
<summary>
<para>The socket driver is used.</para>
<para>Applies to: GigE and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.TypeEnum.NoDriverAvailable">
<summary>
<para>No suitable driver is installed.</para>
<para>Applies to: GigE and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.TypeEnum.GigEAccelerator">
<summary>
<para>The GigE Accelerator.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLStream.TypeEnum">
<tocexclude />
<summary>
<para>Sets the driver type to be used by the stream grabber.</para>
<para>Applies to: GigE and blaze</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Type" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLStream.TransmissionTypeEnum.ToString">
<summary>The full name of TransmissionType</summary>
<returns>Returns the full name of TransmissionType</returns>
</member>
<member name="P:Basler.Pylon.PLStream.TransmissionTypeEnum.Name">
<summary>The full name of TransmissionType</summary>
</member>
<member name="P:Basler.Pylon.PLStream.TransmissionTypeEnum.UseCameraConfig">
<summary>
<para>The stream transmission configuration is read from the camera. Use this option only if you want to set up a monitoring application.</para>
<para>Applies to: GigE and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.TransmissionTypeEnum.Unicast">
<summary>
<para>The stream data is sent to a single device in the local network.</para>
<para>Applies to: GigE and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.TransmissionTypeEnum.SubnetDirectedBroadcast">
<summary>
<para>The stream data is sent to all devices in the same subnet as the camera. The subnet broadcast address is obtained by performing a bitwise OR operation between the camera's IP address (Destination IP Address parameter) and the bit complement of the subnet mask.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.TransmissionTypeEnum.Multicast">
<summary>
<para>The stream data is sent to selected devices in the local network. The Destination IP Address parameter must be set to a multicast group address (224.0.0.0 to 239.255.255.255). Some addresses in this range are reserved. If you are unsure, use an address between 239.255.0.0 and 239.255.255.255. This range is assigned by RFC 2365 as a locally administered address space. </para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.TransmissionTypeEnum.LimitedBroadcast">
<summary>
<para>The stream data is sent to all devices in the local area network (255.255.255.255).</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLStream.TransmissionTypeEnum">
<tocexclude />
<summary>
<para>Sets how stream data is transferred within the network. The stream grabber can send the stream data to one specific device or to multiple devices in the network.</para>
<para>Applies to: GigE and blaze</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLStream.DestinationAddr" />, <see cref="P:Basler.Pylon.PLStream.DestinationPort" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TransmissionType" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLStream.StreamTypeEnum.ToString">
<summary>The full name of StreamType</summary>
<returns>Returns the full name of StreamType</returns>
</member>
<member name="P:Basler.Pylon.PLStream.StreamTypeEnum.Name">
<summary>The full name of StreamType</summary>
</member>
<member name="P:Basler.Pylon.PLStream.StreamTypeEnum.USB3Vision">
<summary>
<para>USB3 Vision.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.StreamTypeEnum.U3V">
<summary>
<para>The data stream uses the USB3 Vision transport layer.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.StreamTypeEnum.Mixed">
<summary>
<para>Different interface modules of the GenTL Producer are of different types.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.StreamTypeEnum.GigEVision">
<summary>
<para>GigE Vision</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.StreamTypeEnum.GEV">
<summary>
<para>The data stream uses the GigE Vision transport layer.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.StreamTypeEnum.Custom">
<summary>
<para>The data stream uses a custom transport layer.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.StreamTypeEnum.CoaXPress">
<summary>
<para>CoaXPress.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.StreamTypeEnum.CameraLinkHS">
<summary>
<para>Camera Link High Speed.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.StreamTypeEnum.CameraLink">
<summary>
<para>Camera Link</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.StreamTypeEnum.CXP">
<summary>
<para>The data stream uses the CoaXPress transport layer.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.StreamTypeEnum.CLHS">
<summary>
<para>The data stream uses the Camera Link HS transport layer.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.StreamTypeEnum.CL">
<summary>
<para>The data stream uses the Camera Link transport layer.</para>
<para>Applies to: CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLStream.StreamTypeEnum">
<tocexclude />
<summary>
<para>Sets the transport layer of the data stream.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=StreamType" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLStream.StreamBufferHandlingModeEnum.ToString">
<summary>The full name of StreamBufferHandlingMode</summary>
<returns>Returns the full name of StreamBufferHandlingMode</returns>
</member>
<member name="P:Basler.Pylon.PLStream.StreamBufferHandlingModeEnum.Name">
<summary>The full name of StreamBufferHandlingMode</summary>
</member>
<member name="P:Basler.Pylon.PLStream.StreamBufferHandlingModeEnum.OldestFirstOverwrite">
<summary>
<para>The application always gets the buffer from the head of the output buffer queue (i.e., the oldest available). If the output buffer queue is empty, the application waits for a newly acquired buffer until the timeout expires.</para>
<para>Applies to: CoaXPress and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.StreamBufferHandlingModeEnum.OldestFirst">
<summary>
<para>The application always gets the buffer from the head of the output buffer queue (i.e., the oldest available). If the output buffer queue is empty, the application waits for a newly acquired buffer until the timeout expires.</para>
<para>Applies to: CoaXPress and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.StreamBufferHandlingModeEnum.NewestOnly">
<summary>
<para>The application always gets the latest completed buffer (i.e., the newest). If the output buffer queue is empty, the application waits for a newly acquired buffer until the timeout expires. This buffer handling mode is typically used in a live display GUI where it is important that there is no lag between camera and display.</para>
<para>Applies to: CoaXPress and blaze</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLStream.StreamBufferHandlingModeEnum">
<tocexclude />
<summary>
<para>Sets the buffer handling mode of this data stream.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=StreamBufferHandlingMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLStream.StatusEnum.ToString">
<summary>The full name of Status</summary>
<returns>Returns the full name of Status</returns>
</member>
<member name="P:Basler.Pylon.PLStream.StatusEnum.Name">
<summary>The full name of Status</summary>
</member>
<member name="P:Basler.Pylon.PLStream.StatusEnum.Open">
<summary>
<para>The stream grabber is open.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.StatusEnum.NotInitialized">
<summary>
<para>The stream grabber is not initialized.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.StatusEnum.Locked">
<summary>
<para>The stream grabber is locked.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.StatusEnum.Closed">
<summary>
<para>The stream grabber is closed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLStream.StatusEnum">
<tocexclude />
<summary>
<para>Indicates the current status of the stream grabber.</para>
<para>Applies to: GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Status" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLStream.AccessModeEnum.ToString">
<summary>The full name of AccessMode</summary>
<returns>Returns the full name of AccessMode</returns>
</member>
<member name="P:Basler.Pylon.PLStream.AccessModeEnum.Name">
<summary>The full name of AccessMode</summary>
</member>
<member name="P:Basler.Pylon.PLStream.AccessModeEnum.NotInitialized">
<summary>
<para>Access to the device has not been initialized.</para>
<para>Applies to: GigE and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.AccessModeEnum.Monitor">
<summary>
<para>The application has monitoring, i.e., read-only, access to the device.</para>
<para>Applies to: GigE and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.AccessModeEnum.Exclusive">
<summary>
<para>The application has exclusive access to the device. No other application can control or monitor the device.</para>
<para>Applies to: GigE and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.AccessModeEnum.Control">
<summary>
<para>The application has control access to the device. Other applications are still able to monitor the device and can request to take over control or gain exclusive access to the device.</para>
<para>Applies to: GigE and blaze</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLStream.AccessModeEnum">
<tocexclude />
<summary>
<para>Indicates the mode of access the current application has to the device.</para>
<para>Applies to: GigE and blaze</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AccessMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.UseExtendedIdIfAvailable">
<summary>
<para>
Enabling this setting will use Extended ID if it is supported by the camera and driver.
If it is not supported, it will not be used and this setting has no negative side effects.
</para>
<para>Applies to: GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=UseExtendedIdIfAvailable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.TypeIsWindowsIntelPerformanceDriverAvailable">
<summary>
<para>Indicates whether the pylon GigE Vision Performance Driver is currently available.</para>
<para>Applies to: GigE and blaze</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TypeIsWindowsIntelPerformanceDriverAvailable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.TypeIsWindowsFilterDriverAvailable">
<summary>
<para>Indicates whether the pylon GigE Vision Filter Driver is currently available.</para>
<para>Applies to: GigE and blaze</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TypeIsWindowsFilterDriverAvailable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.TypeIsSocketDriverAvailable">
<summary>
<para>Indicates whether the socket driver is currently available.</para>
<para>Applies to: GigE and blaze</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TypeIsSocketDriverAvailable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.TypeIsGigEAcceleratorAvailable">
<summary>
<para>Indicates whether the GigE Accelerator is currently available.</para>
<para>Applies to: GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TypeIsGigEAcceleratorAvailable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.Type">
<summary>
<para>Sets the driver type to be used by the stream grabber.</para>
<para>Applies to: GigE and blaze</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Type" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.TransmissionType">
<summary>
<para>Sets how stream data is transferred within the network. The stream grabber can send the stream data to one specific device or to multiple devices in the network.</para>
<para>Applies to: GigE and blaze</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLStream.DestinationAddr" />, <see cref="P:Basler.Pylon.PLStream.DestinationPort" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TransmissionType" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.TransferLoopThreadPriority">
<summary>
<para>Priority of the thread that handles USB requests from the stream interface.</para>
<para>Applies to: USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TransferLoopThreadPriority" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.StreamType">
<summary>
<para>Sets the transport layer of the data stream.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=StreamType" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.StreamStartedFrameCount">
<summary>
<para>Number of frames started in the acquisition engine. This number is incremented every time a new buffer is started and then filled regardless of whether the buffer is later delivered to the user or discarded for any reason. This number is initialized with 0 at at the time the stream is opened. It isn't reset until the stream is closed.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=StreamStartedFrameCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.StreamOutputBufferCount">
<summary>
<para>Number of buffers in the output buffer queue.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=StreamOutputBufferCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.StreamLostFrameCount">
<summary>
<para>Number of lost frames due to queue underrun. This number is initialized with zero at the time the stream is opened and incremented every time data couldn't be acquired because there was no buffer in the input buffer pool. It isn't reset until the stream is closed.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=StreamLostFrameCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.StreamIsGrabbing">
<summary>
<para>Indicates whether the acquisition engine is started or not. This is independent of the acquisition status of the remote device.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=StreamIsGrabbing" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.StreamInputBufferCount">
<summary>
<para>Number of buffers in the input buffer pool plus the buffers currently being filled.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=StreamInputBufferCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.StreamID">
<summary>
<para>Device-wide unique ID of the data stream.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=StreamID" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.StreamDeliveredFrameCount">
<summary>
<para>Number of delivered frames since last acquisition start. It isn't reset until the stream is closed.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=StreamDeliveredFrameCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.StreamChunkCountMaximum">
<summary>
<para>Maximum number of chunks to be expected in a buffer (can be used to allocate the array for the DSGetBufferChunkData function).</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=StreamChunkCountMaximum" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.StreamBufferHandlingMode">
<summary>
<para>Sets the buffer handling mode of this data stream.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=StreamBufferHandlingMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.StreamBufferAlignment">
<summary>
<para>Alignment size in bytes of the buffers passed to DSAnnounceBuffer.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=StreamBufferAlignment" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.StreamAnnouncedBufferCount">
<summary>
<para>Number of announced (known) buffers on this stream. This value is volatile. It may change if additional buffers are announced and/or buffers are revoked by the GenTL Consumer.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=StreamAnnouncedBufferCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.StreamAnnounceBufferMinimum">
<summary>
<para>Minimum number of buffers to announce to enable selected buffer handling mode.</para>
<para>Applies to: CoaXPress and blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=StreamAnnounceBufferMinimum" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.Status">
<summary>
<para>Indicates the current status of the stream grabber.</para>
<para>Applies to: GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Status" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.Statistic_Total_Packet_Count">
<summary>
<para>Number of packets received.</para>
<para>Applies to: GigE and blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Statistic_Total_Packet_Count" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.Statistic_Total_Buffer_Count">
<summary>
<para>GigE cameras: Number of frames received. Other cameras: Number of buffers processed.</para>
<para>Applies to: GigE, USB and blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Statistic_Total_Buffer_Count" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.Statistic_Resynchronization_Count">
<summary>
<para>Number of stream resynchronizations.</para>
<para>Applies to: USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Statistic_Resynchronization_Count" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.Statistic_Resend_Request_Count">
<summary>
<para>Number of emitted packet resend commands sent.</para>
<para>Applies to: GigE and blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Statistic_Resend_Request_Count" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.Statistic_Resend_Packet_Count">
<summary>
<para>Number of packets requested by packet resend commands.</para>
<para>Applies to: GigE and blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Statistic_Resend_Packet_Count" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.Statistic_Out_Of_Memory_Error_Count">
<summary>
<para>Number of out-of-memory errors.</para>
<para>Applies to: USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Statistic_Out_Of_Memory_Error_Count" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.Statistic_Missed_Frame_Count">
<summary>
<para>Number of corrupt or lost frames between successfully grabbed images.</para>
<para>Applies to: USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Statistic_Missed_Frame_Count" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.Statistic_Last_Failed_Buffer_Status_Text">
<summary>
<para>Status code of the last failed buffer.</para>
<para>Applies to: USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Statistic_Last_Failed_Buffer_Status_Text" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.Statistic_Last_Failed_Buffer_Status">
<summary>
<para>Status code of the last failed buffer.</para>
<para>Applies to: USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Statistic_Last_Failed_Buffer_Status" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.Statistic_Last_Block_Id">
<summary>
<para>Last grabbed block ID.</para>
<para>Applies to: USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Statistic_Last_Block_Id" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.Statistic_Failed_Packet_Count">
<summary>
<para>Number of failed packets, i.e., the number of packets whose status is not 'success'.</para>
<para>Applies to: GigE and blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Statistic_Failed_Packet_Count" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.Statistic_Failed_Buffer_Count">
<summary>
<para>GigE cameras: Number of buffers with at least one failed packet. A packet is considered failed if its status is not 'success'. Other cameras: Number of buffers that returned an error. </para>
<para>Applies to: GigE, USB and blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Statistic_Failed_Buffer_Count" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.Statistic_Buffer_Underrun_Count">
<summary>
<para>Number of frames lost because there were no buffers in the queue.</para>
<para>Applies to: GigE and blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Statistic_Buffer_Underrun_Count" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.SocketBufferSize">
<summary>
<para>Socket buffer size in kilobytes. Only available if the socket driver is used. </para>
<para>Applies to: GigE and blaze</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SocketBufferSize" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.ResendTimeout">
<summary>
<para>Time to wait (in milliseconds) between detecting a missing packet and sending a resend request. Only available if the pylon GigE Vision Performance Driver is used. </para>
<para>Applies to: GigE and blaze</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ResendTimeout" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.ResendRequestThreshold">
<summary>
<para>Threshold after which resend requests are initiated. The parameter value is set in percent of the receive window size (Receive Window Size parameter). Only available if the pylon GigE Vision Performance Driver is used. </para>
<para>Applies to: GigE and blaze</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ResendRequestThreshold" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.ResendRequestResponseTimeout">
<summary>
<para>Time to wait (in milliseconds) between sending a resend request and considering the request as lost. Only available if the pylon GigE Vision Performance Driver is used. </para>
<para>Applies to: GigE and blaze</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ResendRequestResponseTimeout" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.ResendRequestBatching">
<summary>
<para>Amount of packet resend requests to be batched, i.e., sent together. The parameter value is set in percent of the amount of frames between the resend request threshold and the start of the receive window. Only available if the pylon GigE Vision Performance Driver is used. </para>
<para>Applies to: GigE and blaze</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ResendRequestBatching" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.ReceiveWindowSize">
<summary>
<para>Size (in frames) of the receive window in which the stream grabber looks for missing packets. Only available if the pylon GigE Vision Performance Driver is used. </para>
<para>Applies to: GigE and blaze</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ReceiveWindowSize" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.ReceiveThreadPriorityOverride">
<summary>
<para>Enables assigning a custom priority to the thread which receives incoming stream packets. Only available if the socket driver is used. To assign the priority, use the Receive Thread Priority parameter.</para>
<para>Applies to: GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ReceiveThreadPriorityOverride" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.ReceiveThreadPriority">
<summary>
<para>Thread priority of the receive thread. Only available if the socket driver is used. To assign the priority, the Receive Thread Priority Override parameter must be set to true.</para>
<para>Applies to: GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ReceiveThreadPriority" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.ProbePacketSize">
<summary>
<para>Determines the largest possible packet size. Using large packets reduces the overhead for transmitting images. Whether large packets can be transmitted depends on the network hardware used and its configuration.</para>
<para>Applies to: GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ProbePacketSize" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.PayloadSize">
<summary>
<para>Size of the payload in bytes. This is the total number of bytes of the image data payload produced by the frame grabber. This value is computed by the frame grabber implementation. The pylon stream grabber needs to be open to be able to compute the payload size.</para>
<para>Applies to: CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PayloadSize" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.PacketTimeout">
<summary>
<para>Timeout period in milliseconds between two packets within one frame. The timeout is reset each time a packet is received. If the timeout expires, e.g., no packet was received during the given period, the packet resend mechanism takes effect. For more information, see the Enable Resends parameter.</para>
<para>Applies to: GigE and blaze</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PacketTimeout" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.NumMaxQueuedUrbs">
<summary>
<para>Maximum number of USB request blocks (URBs) to be enqueued simultaneously. Increasing this value may improve stability and reduce jitter, but requires more resources on the host computer.</para>
<para>Applies to: USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=NumMaxQueuedUrbs" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.MaximumNumberResendRequests">
<summary>
<para>Maximum number of resend requests per missing packet. Only available if the pylon GigE Vision Performance Driver is used. </para>
<para>Applies to: GigE and blaze</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=MaximumNumberResendRequests" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.MaxTransferSize">
<summary>
<para>Maximum USB data transfer size in bytes. The default value is appropriate for most applications. Decreasing the value may increase the CPU load. USB host adapter drivers may require decreasing the value if the application fails to receive the image stream. The maximum value also depends on the operating system.</para>
<para>Applies to: USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=MaxTransferSize" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.MaxNumBuffer">
<summary>
<para>Maximum number of buffers that can be used simultaneously for grabbing images.</para>
<para>Applies to: GigE, USB and blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=MaxNumBuffer" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.MaxBufferSize">
<summary>
<para>Maximum size (in bytes) of a buffer used for grabbing images. A grab application must set this parameter before grabbing starts.</para>
<para>Applies to: GigE, USB and blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=MaxBufferSize" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.FrameRetention">
<summary>
<para>Maximum time in milliseconds to receive all packets of a frame. The timer starts when the first packet has been received. If the transmission is not completed within the given time, the corresponding frame is delivered with the status 'Failed'.</para>
<para>Applies to: GigE and blaze</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FrameRetention" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.FirewallTraversalInterval">
<summary>
<para>Firewall traversal interval value in milliseconds. This applies to the stream channel. If set to 0, this feature is disabled.</para>
<para>Applies to: GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FirewallTraversalInterval" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.EnableResend">
<summary>
<para>Enables the packet resend mechanism. The pylon GigE Vision Filter Driver and the GigE Vision Performance Driver use different packet resend mechanisms.</para>
<para>Applies to: GigE and blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EnableResend" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.DestinationPort">
<summary>
<para>Port to which the stream grabber sends all stream data. If the parameter is set to zero, pylon automatically selects an unused port.</para>
<para>Applies to: GigE and blaze</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLStream.TransmissionType" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DestinationPort" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.DestinationAddr">
<summary>
<para>IP address to which the stream grabber sends all stream data.</para>
<para>Applies to: GigE and blaze</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLStream.TransmissionType" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DestinationAddr" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.AutoPacketSize">
<summary>
<para>Enables negotiation of the packet size to find the largest possible packet size. Using large packets reduces the overhead for transferring images. The maximum packet size depends on the network hardware and its configuration.</para>
<para>Applies to: GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoPacketSize" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLStream.AccessMode">
<summary>
<para>Indicates the mode of access the current application has to the device.</para>
<para>Applies to: GigE and blaze</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AccessMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLStream">
<summary>List of all parameter names available for pylon stream grabbers</summary>
</member>
<member name="M:Basler.Pylon.PLEventGrabber.StatusEnum.ToString">
<summary>The full name of Status</summary>
<returns>Returns the full name of Status</returns>
</member>
<member name="P:Basler.Pylon.PLEventGrabber.StatusEnum.Name">
<summary>The full name of Status</summary>
</member>
<member name="P:Basler.Pylon.PLEventGrabber.StatusEnum.Open">
<summary>
<para>The low level event grabber is open.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLEventGrabber.StatusEnum.Closed">
<summary>
<para>The low level event grabber is closed.</para>
<para>Applies to: GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLEventGrabber.StatusEnum">
<tocexclude />
<summary>
<para>For internal use only.</para>
<para>Applies to: GigE</para>
<para>Visibility: Guru</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLEventGrabber.TransferLoopThreadPriority">
<summary>
<para>Priority of the thread that handles USB requests from the stream interface.</para>
<para>Applies to: USB</para>
<para>Visibility: Guru</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLEventGrabber.Timeout">
<summary>
<para>Time to wait by the camera if an acknowledge request is configured (RetryCount != 0) to wait until the acknowledge arrives before resending the event message on its own.</para>
<para>Applies to: GigE</para>
<para>Visibility: Expert</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLEventGrabber.Status">
<summary>
<para>For internal use only.</para>
<para>Applies to: GigE</para>
<para>Visibility: Guru</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLEventGrabber.Statistic_Total_Event_Count">
<summary>
<para>Total count of processed events.</para>
<para>Applies to: USB</para>
<para>Visibility: Expert</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLEventGrabber.Statistic_Last_Failed_Event_Buffer_Status">
<summary>
<para>Status code of the last failed event buffer.</para>
<para>Applies to: USB</para>
<para>Visibility: Expert</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLEventGrabber.Statistic_Failed_Event_Count">
<summary>
<para>Count of processed events with an error status.</para>
<para>Applies to: USB</para>
<para>Visibility: Expert</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLEventGrabber.RetryCount">
<summary>
<para>Number retry attempts by the camera to get an acknowledge for a sent event message.</para>
<para>Applies to: GigE</para>
<para>Visibility: Expert</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLEventGrabber.NumMaxQueuedUrbs">
<summary>
<para>Maximum number of USB request blocks (URBs) to be enqueued simultaneously.</para>
<para>Applies to: USB</para>
<para>Visibility: Guru</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLEventGrabber.NumBuffer">
<summary>
<para>Number of Buffers that are going to be used receiving events.</para>
<para>Applies to: GigE and USB</para>
<para>Visibility: Expert</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLEventGrabber.FirewallTraversalInterval">
<summary>
<para>Firewall traversal interval value in milliseconds. This applies to the event channel. If set to 0, this feature is disabled.</para>
<para>Applies to: GigE</para>
<para>Visibility: Guru</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLEventGrabber">
<summary>List of all parameter names available for pylon event grabbers</summary>
</member>
<member name="M:Basler.Pylon.Camera.get_Parameters">
<summary> Usage: Parameters[PLCamera.ParameterName] </summary>
</member>
<member name="M:Basler.Pylon.Camera.get_IsOpen">
<inheritdoc />
</member>
<member name="T:Basler.Pylon.PCameraDetail.NamespaceDoc">
<summary>
<para>This will be removed.</para>
</summary>
</member>
<member name="T:Basler.Pylon.NamespaceDoc">
<summary>
<para>Provides classes and interfaces to find cameras, to parametrize cameras, and to acquire images.</para>
</summary>
</member>
<member name="M:Basler.Pylon.CStreamGrabberImpl.get_Parameters">
<summary> Usage: Parameters[PLStreamGrabber.ParameterName] </summary>
</member>
<member name="M:Basler.Pylon.ArrayBufferFactory`1.FreeBuffer(System.Object,System.IntPtr,System.Object)">
<summary>
Frees a previously allocated buffer.
</summary>
<param name="createdPinnedObject">The pointer to the allocated object. Created by this factory.</param>
<param name="createdPinnedBuffer">The pointer to the allocated buffer. Created by this factory.</param>
<param name="bufferUserData">User data information of the buffer returned by <see cref="M:Basler.Pylon.ArrayBufferFactory`1.AllocateBuffer(System.Int64,System.Object@,System.IntPtr@,System.Object@)" />.</param>
<remarks>
<para>
<b>Thread Safety:</b> This method must be thread-safe.</para>
<para>
<b>Error Safety:</b> Must not throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ArrayBufferFactory`1.AllocateBuffer(System.Int64,System.Object@,System.IntPtr@,System.Object@)">
<summary>
Allocates a buffer and provides additional context information.
</summary>
<param name="bufferSize">The size of the buffer in bytes that has to be allocated.</param>
<param name="createdPinnedObject">Underlying object (e.g., <see cref="T:System.Array" /> of bytes) that is used for providing createdPinnedBuffer. This object is provided when FreeBuffer() is called.</param>
<param name="createdPinnedBuffer">Return the pointer to the allocated and pinned buffer. This pointer is provided when FreeBuffer() is called.</param>
<param name="bufferUserData">User data information that belongs to the buffer. This user data information is provided when FreeBuffer() is called. The value can be left unchanged if not needed.</param>
<remarks>
<para>
<b>Thread Safety:</b> This method must be thread-safe.</para>
<para>
<b>Error Safety:</b> Must throw an exception if the allocation fails.</para>
</remarks>
</member>
<member name="T:Basler.Pylon.ArrayBufferFactory`1">
<summary>
A basic buffer factory that allocates arrays of a given type provided by the generic parameter.
</summary>
<typeparam name="T">The array item value type of the arrays this buffer factory allocates.</typeparam>
</member>
<member name="M:Basler.Pylon.Camera.ToString">
<summary>Gets the friendly name of the camera.</summary>
<returns>Returns the friendly name of the camera.</returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="E:Basler.Pylon.Camera.ConnectionLost">
<summary>Occurs when the physical connection to the camera has been lost unexpectedly.</summary>
<remarks>
<para> Called event handlers should expect exceptions if they call methods of the camera. It is safe to call <see cref="M:Basler.Pylon.Camera.Close" />.</para>
<para> If an event handler throws an exception, it will be ignored and the remaining handlers will be called.</para>
<para> This event is fired inside the lock of the camera instance. Event handlers should make no assumptions on the thread from which the event handler is called.</para>
</remarks>
</member>
<member name="E:Basler.Pylon.Camera.CameraClosed">
<summary>Occurs after the connection to the camera has been closed.</summary>
<remarks>
<para> During the execution of this event, the camera is already closed.</para>
<para> If an event handler throws an exception, it will be ignored and the remaining handlers will be called.</para>
<para> This event is fired inside the lock of the camera instance. </para>
</remarks>
</member>
<member name="E:Basler.Pylon.Camera.CameraClosing">
<summary>Occurs before the connection to the camera is closed.</summary>
<remarks>
<para> If the camera is closed properly, the connection to the camera is still open during the execution of this event.</para>
<para> If an event handler throws an exception, it will be ignored and the remaining handlers will be called.</para>
<para> This event is fired inside the lock of the camera instance.</para>
</remarks>
</member>
<member name="E:Basler.Pylon.Camera.CameraOpened">
<summary>Occurs after the connection to the camera has been opened successfully via <see cref="M:Basler.Pylon.Camera.Open" /> or <see cref="M:Basler.Pylon.Camera.Open(System.Int32,Basler.Pylon.TimeoutHandling)" />.</summary>
<remarks>
<para> During the execution of this event, the connection to the camera is already open.</para>
<para> If an event handler called by this event throws an exception, the connection to the camera will be closed and the exception will be propagated to the caller of Open(). No other handlers will be called.</para>
<para> This event is fired inside the lock of the camera instance.</para>
</remarks>
</member>
<member name="E:Basler.Pylon.Camera.CameraOpening">
<summary>Occurs before the connection to the camera is opened via <see cref="M:Basler.Pylon.Camera.Open" /> or <see cref="M:Basler.Pylon.Camera.Open(System.Int32,Basler.Pylon.TimeoutHandling)" />.</summary>
<remarks>
<para> During the execution of this event, the connection to the camera is not yet open.</para>
<para> If an event handler called by this event throws an exception, it will be propagated to the caller of Open(). No other handlers will be called.</para>
<para> This event is fired inside the lock of the camera instance.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.Camera.GetSfncVersion">
<summary>Gets the version number of the SFNC specification that the camera complies to.</summary>
<returns>Returns the version number of the SFNC specification that the camera complies to. If no SFNC version information is available, a version of 0.0.0.0 is returned.</returns>
<remarks>
<para>You can use the SFNC version number to determine which parameters the camera can provide.</para>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item>The connection to the camera device must be open.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the lock of the camera object.</para>
<para>
<b>Error Safety:</b> Can throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.Camera.ExecuteSoftwareTrigger">
<summary>Executes the software trigger command.</summary>
<remarks>
<para>To use this method, the camera has to be configured for software triggering.</para>
<para>Before executing a software trigger, you should check whether the camera is ready to accept a software trigger using <see cref="M:Basler.Pylon.Camera.WaitForFrameTriggerReady(System.Int32,Basler.Pylon.TimeoutHandling)" /></para>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item>The camera device is physically connected and a connection to the camera has been opened.</item>
<item>The camera device supports software triggering.</item>
<item>The grabbing is started using a stream grabber.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the lock of the camera object.</para>
<para>
<b>Error Safety:</b>Can throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.Camera.CanWaitForFrameTriggerReady">
<summary>Checks to see whether the camera device can be queried whether it is ready to accept the next frame trigger.</summary>
<returns>Returns true if the camera is open and the camera device can be queried whether it is ready to accept the next frame trigger.</returns>
<remarks>
<para>
If 'FrameTriggerWait' can be selected for 'AcquisitionStatusSelector' and 'AcquisitionStatus' is readable, the camera device can be queried whether it is ready to accept the next frame trigger.
</para>
<para>
If the nodes mentioned above are not available and the 'SoftwareTrigger' node is readable, the camera device can be queried whether it is ready to accept the next frame trigger.
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the lock of the camera object.</para>
<para>
<b>Error Safety:</b> Can throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.Camera.WaitForFrameTriggerReady(System.Int32,Basler.Pylon.TimeoutHandling)">
<summary>Polls the parameters of the camera until the camera is ready to receive a software trigger.</summary>
<param name="timeoutMs">The timeout period in milliseconds. If the SoftwareTrigger.IsDone() method does not return true within the given period, a timeout will occur.
The exact timeout behavior can be set using the timeoutHandling parameter.</param>
<param name="timeoutHandling">The action to perform when the functions exits with a timeout.</param>
<returns>Returns true if the camera was ready to receive a software trigger within the given time period. Otherwise, the action specified in timoutHandling is performed.</returns>
<remarks>
<para>
After issuing a software trigger, there is a short time period within which the camera is unable to accept another trigger. During this period, all triggers are ignored.
You can use this function to poll until the camera is ready to accept a trigger.
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the lock of the camera object.</para>
<para>
<b>Error Safety:</b> Can throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.Camera.CreateFileStream(System.String,System.IO.FileAccess)">
<summary>Create a file stream for upload or download.</summary>
<param name="Filename">
Name of the file in the camera. PLCamera.FileSelector contains a list of available file names.
</param>
<param name="Direction">Write to the camera or read from the camera.</param>
<returns>Returns a stream object for writing or reading.</returns>
<remarks>
<para>
<b>Preconditions for updating the camera info:</b>
<br />
<list type="bullet">
<item>The camera is open.</item>
</list>
</para>
<para>
<b>Example:</b>
<br />
<code>
// Copy a file into a byte array:
using (Stream fs = m_camera.CreateFileStream( fileName, System.IO.FileAccess.Read ))
using (MemoryStream ms = new MemoryStream())
{
fs.CopyTo( ms );
byte [] Buffer = ms.ToArray();
}
</code>
</para>
<para>It is not possible to access multiple files in parallel. Dispose the stream before opening the next.</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the lock of the camera object.</para>
<para>
<b>Error Safety:</b> Does throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.Camera.Close">
<summary>Closes the connection to the camera.</summary>
<remarks>
<para>
<list type="bullet">
<item>If the connection to the camera has been already closed, the function returns successfully.</item>
<item>If the camera is currently grabbing, grabbing is stopped.</item>
<item>The OnClose event is raised. If any event handler throws an exception it will be ignored and the next event handler will be called.</item>
<item>The connection to the camera device is closed.</item>
<item>The OnClosed" is raised. If any event handler throws an exception, it will be ignored and the next event handler will be called.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the lock of the camera object.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.Camera.Open(System.Int32,Basler.Pylon.TimeoutHandling)">
<summary>Tries to open a connection to the camera until a timeout occurs.
If the camera device is not available, the method tries to access the camera until a timeout occurs.</summary>
<param name="timeoutMs">The timeout period in milliseconds.</param>
<param name="timeoutHandling">The action to perform when the function exits with a timeout.</param>
<returns>Returns false if the camera cannot be found or opened.</returns>
<remarks>
<para>
<list type="bullet">
<item>If the camera is already open, the function returns successfully.</item>
<item>If the camera device is not available, the method tries to rediscover the camera by enumerating all camera devices of the same type or by checking the availability until a timeout occurs or the camera class is disposed.</item>
<item>If the camera is not found, the method returns or throws an exception. The action depends on the <paramref name="timeoutHandling" /> parameter.</item>
<item>Calls <see cref="M:Basler.Pylon.ICamera.Open" />) if the camera device has been found by enumeration and it is accessible (see <see cref="M:Basler.Pylon.CameraFinder.GetDeviceAccessibilityInfo(Basler.Pylon.ICameraInfo)" />).</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the lock of the camera object.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the camera cannot be opened successfully or if any of the event handlers throws an exception.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.Camera.Open">
<summary>Opens a connection to the camera device.</summary>
<returns>Returns a reference to the opened camera.</returns>
<remarks>
<para>
<list type="bullet">
<item>If the connection to the camera is already open, the function returns successfully.</item>
<item>The CameraOpening event is fired. The notification of event handlers stops in case any eventhandler throws an exception.</item>
<item>The connection to the camera device is established.</item>
<item>The CameraOpened event is fired if the camera object has been opened successfully. The notification of event handlers stops in case any eventhandler throws an exception.</item>
</list>
</para>
<para>
Opening the camera connection may fail if the camera connection has been already opened by another instance or if a physical connection could not be established.
You can check the current state of a camera by calling CameraFinder::GetDeviceAccessibilityInfo
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the lock of the camera object.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the camera cannot be opened successfully or if any of the event handlers throws an exception.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.Camera.CameraInfo">
<summary>Provides access to camera information. The camera information can be updated if camera properties have changed.
Camera properties may change e.g. if a GigE camera has been assigned a new IP address after reconnection.</summary>
<param name="updatedCameraInfo">The updated camera information.
The properties <see cref="P:Basler.Pylon.CameraInfoKey.SerialNumber" /> and the <see cref="P:Basler.Pylon.CameraInfoKey.DeviceType" /> of the updated camera information and the current camera information must be identical.
</param>
<returns>Returns information about the camera.</returns>
<remarks>
<para>Returns the camera information collection containing detailed camera information, e.g. name or serial number.</para>
<para>
<b>Preconditions for updating the camera info:</b>
<br />
<list type="bullet">
<item>The camera is closed.</item>
<item>The properties <see cref="P:Basler.Pylon.CameraInfoKey.SerialNumber" /> and the <see cref="P:Basler.Pylon.CameraInfoKey.DeviceType" /> of the updated camera information and the current camera information are identical.</item>
<item>The updated camera information is provided by the <see cref="T:Basler.Pylon.CameraFinder" />.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the lock of the camera object.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions when read. Can throw exceptions when set and the preconditions are not met.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.Camera.Parameters">
<summary>Returns the parameter collection of the camera for accessing all parameters. Example: camera.Parameters[PLCamera.Width].GetValue();</summary>
<returns>Returns the parameter collection of the camera.</returns>
<remarks>
<para>
You can use the parameter collection to configure the camera device and the camera instance through parameters.
You can access parameters by their name or predefined parameter lists.
</para>
<para>
There are several predefined parameter lists available:
<list type="bullet"><item>PLCamera</item><item>PLCameraInstance</item><item>PLStreamGrabber</item><item>PLEventGrabber</item><item>PLTransportLayer</item></list>
For more information about the parameters, see the documentation for the parameter list.
</para>
<para>
You can access parameters by passing a key from a parameter list to the index operator, e.g.
<code language="cs">
camera.Parameters[PLCamera.Width].GetValue();
</code></para>
<para>
<b>Thread Safety:</b> This method is synchronized with the lock of the camera object.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions</para>
</remarks>
</member>
<member name="P:Basler.Pylon.Camera.StreamGrabber">
<summary>Returns the stream grabber of the camera object.</summary>
<returns>Returns the stream grabber of the camera object.</returns>
<remarks>
<para>
The stream grabber can be used retrieve images from the camera.
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the lock of the camera object.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.Camera.IsConnected">
<summary>Indicates if the camera device is properly connected to the camera object while the camera object is open.</summary>
<returns>Returns true if the camera device is properly connected to the camera object while the camera object is open. Returns false if the camera object is closed.</returns>
<remarks>
<para>
The connection to the camera device can be lost if it is physically disconnected from the PC.
</para>
<para>
<b>Thread Safety:</b>This method is synchronized with the lock of the camera object.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.Camera.IsOpen">
<summary>Indicates if camera object has been opened.</summary>
<returns>Returns true if camera object has been opened.</returns>
<remarks>
<para>
The camera object will not automatically close itself if the connection to the camera device is lost, e.g., if the camera device is physically disconnected from the PC.
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the lock of the camera object.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.Camera.#ctor(System.Collections.Generic.IDictionary`2{System.String,System.String},Basler.Pylon.CameraSelectionStrategy)">
<summary>Creates a camera matching the key-value list passed using the selectionStrategy passed, e.g. for creating a camera with a known IP Address or Device User ID.</summary>
<param name="cameraInfoFilter">A collection of key-value pairs containing device information. You can use this to create a camera with a specific name, a specific IP address, etc.</param>
<param name="selectionStrategy">Sets the selection method that should be used if multiple cameras are found.</param>
<remarks>
<para>
Creates a camera instance by a) enumerating all cameras connected to the system, b) removing all cameras not matching the key value pairs passed in propertyKeyValueList,
c) selecting a camera using the selectionStrategy passed.
If no cameras are found, an exception is thrown.
</para>
<para>
<b>Error Safety:</b>Can throw exceptions.</para>
<code>
// Example
// Selects a USB camera with serial number 20399956
var cameraInfoFilter = new Dictionary&lt;string, string&gt;
{
{CameraInfoKey.SerialNumber, "20399956"},
{CameraInfoKey.DeviceType, DeviceType.Usb}
};
// Shown for demonstration purposes only.
// Selects a GigE camera with known IP Address "192.168.0.101"
var cameraInfoFilter2 = new Dictionary&lt;string, string&gt;
{
{CameraInfoKey.DeviceIpAddress, "192.168.0.101"},
{CameraInfoKey.DeviceType, DeviceType.GigE}
};
// Shown for demonstration purposes only.
// Selects a USB camera with DeviceUserID TopCamera
// See https://docs.baslerweb.com/#t=en%2Fdevice_information_parameters.htm
// or PLCamera.DeviceUserID for more information.
var cameraInfoFilter3 = new Dictionary&lt;string, string&gt;
{
{CameraInfoKey.UserDefinedName, "TopCamera"},
{CameraInfoKey.DeviceType, DeviceType.Usb}
};
// Shown for demonstration purposes only.
// Selects a GigE camera model acA1920-50gc having device DeviceUserID TopCamera
var cameraInfoFilter4 = new Dictionary&lt;string, string&gt;
{
{CameraInfoKey.ModelName, "acA1920-50gc"},
{CameraInfoKey.UserDefinedName, "TopCamera"},
{CameraInfoKey.DeviceType, DeviceType.GigE}
};
using (ICamera cameraTest = new Camera(cameraInfoFilter, CameraSelectionStrategy.Unambiguous))
{
//use the camera
}
</code>
</remarks>
</member>
<member name="M:Basler.Pylon.Camera.#ctor(System.Collections.Generic.IEnumerable`1{System.Collections.Generic.KeyValuePair`2{System.String,System.String}},Basler.Pylon.CameraSelectionStrategy)">
<summary>Creates a camera matching the key-value list passed using the selectionStrategy passed, e.g. for creating a camera with a known IP Address or Device User ID.</summary>
<param name="cameraInfoFilter">A collection of key-value pairs containing device information. You can use this to create a camera with a specific name, a specific IP address, etc.</param>
<param name="selectionStrategy">Sets the selection method that should be used if multiple cameras are found.</param>
<remarks>
<para>
Creates a camera instance by a) enumerating all cameras connected to the system, b) removing all cameras not matching the key value pairs passed in propertyKeyValueList,
c) selecting a camera using the selectionStrategy passed.
If no cameras are found, an exception is thrown.
</para>
<para>
<b>Error Safety:</b>Can throw exceptions.</para>
<code>
// Example
// Selects a USB camera with serial number 20399956
var cameraInfoFilter = new Dictionary&lt;string, string&gt;
{
{CameraInfoKey.SerialNumber, "20399956"},
{CameraInfoKey.DeviceType, DeviceType.Usb}
};
// Shown for demonstration purposes only.
// Selects a GigE camera with known IP Address "192.168.0.101"
var cameraInfoFilter2 = new Dictionary&lt;string, string&gt;
{
{CameraInfoKey.DeviceIpAddress, "192.168.0.101"},
{CameraInfoKey.DeviceType, DeviceType.GigE}
};
// Shown for demonstration purposes only.
// Selects a USB camera with DeviceUserID TopCamera
// See https://docs.baslerweb.com/#t=en%2Fdevice_information_parameters.htm
// or PLCamera.DeviceUserID for more information.
var cameraInfoFilter3 = new Dictionary&lt;string, string&gt;
{
{CameraInfoKey.UserDefinedName, "TopCamera"},
{CameraInfoKey.DeviceType, DeviceType.Usb}
};
// Shown for demonstration purposes only.
// Selects a GigE camera model acA1920-50gc having device DeviceUserID TopCamera
var cameraInfoFilter4 = new Dictionary&lt;string, string&gt;
{
{CameraInfoKey.ModelName, "acA1920-50gc"},
{CameraInfoKey.UserDefinedName, "TopCamera"},
{CameraInfoKey.DeviceType, DeviceType.GigE}
};
using (ICamera cameraTest = new Camera(cameraInfoFilter, CameraSelectionStrategy.Unambiguous))
{
//use the camera
}
</code>
</remarks>
</member>
<member name="M:Basler.Pylon.Camera.#ctor(System.String,Basler.Pylon.CameraSelectionStrategy)">
<summary>Creates a camera based on the camera type (GigE, USB, etc.) using the selectionStrategy passed.</summary>
<param name="deviceType">A string containing the camera type (GigE, USB, etc.). You can use the <see cref="T:Basler.Pylon.DeviceType" /> class to retrieve valid strings for this parameter.</param>
<param name="selectionStrategy">Sets the selection method that should be used if multiple cameras are found.</param>
<remarks>
<para>
Creates a camera instance by enumerating all cameras of the specified type connected to the system and selecting a camera using the selectionStrategy passed.
If no cameras are found, an exception is thrown.
</para>
<code>
using (ICamera camera = new Camera(DeviceType.Usb, CameraSelectionStrategy.FirstFound))
{
//use the first found USB camera
}
</code>
<para>
<b>Error Safety:</b>Can throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.Camera.#ctor(System.String)">
<summary>Creates a camera based on the serial number parameter.</summary>
<param name="serialNumber">A string containing the serial number of the camera. You can read the serial number from the label attached to the camera or by using the pylonViewer.</param>
<remarks>
<para>
Creates a camera instance by enumerating all cameras connected to the system and selecting the camera matching the serial number passed.
If no cameras are found, an exception is thrown.
</para>
<code>
using (ICamera camera = new Camera("20399956"))
{
//use the camera with serial number 20399956
}
</code>
<para>
<b>Error Safety:</b>Can throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.Camera.#ctor(Basler.Pylon.ICameraInfo)">
<summary>Creates a specific camera using information given in the cameraInfo parameter.</summary>
<param name="cameraInfo">Contains the exact properties of the camera to be created. You can retrieve camera infos by calling <see cref="M:Basler.Pylon.CameraFinder.Enumerate" /></param>
<remarks>
<para>
Use this constructor to create a specific camera using information returned by <see cref="M:Basler.Pylon.CameraFinder.Enumerate" />.
If no camera is found, an exception is thrown.
</para>
<para>
<b>Error Safety:</b>Can throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.Camera.#ctor(Basler.Pylon.CameraSelectionStrategy)">
<summary>Creates a camera using the selectionStrategy passed.</summary>
<param name="selectionStrategy">Sets the selection method that should be used if multiple cameras are found.</param>
<remarks>
<para>
Creates a camera instance by enumerating all cameras connected to the system and selecting a camera using the selectionStrategy passed.
If no cameras are found, an exception is thrown.
</para>
<para>
<b>Error Safety:</b>Can throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.Camera.#ctor">
<summary>Creates a camera object and selects the first physical camera device found.</summary>
<remarks>
<para>
Creates a camera instance by enumerating all cameras connected to the system and selecting the first camera device found.
If no cameras are found, an exception is thrown.
</para>
<para>
<b>Error Safety:</b>Can throw exceptions.</para>
</remarks>
</member>
<member name="T:Basler.Pylon.Camera">
<summary>Provides convenient access to a camera device.</summary>
</member>
<member name="T:Basler.Pylon.CameraSelectionStrategy">
<summary>Lists possible strategies for selecting a camera device.</summary>
</member>
<member name="F:Basler.Pylon.CameraSelectionStrategy.Unambiguous">
<summary>If exactly one camera is found, open the camera. If multiple cameras are found, an exception will be thrown.</summary>
</member>
<member name="F:Basler.Pylon.CameraSelectionStrategy.FirstFound">
<summary>Open the first suitable camera found.</summary>
</member>
<member name="M:Basler.Pylon.IImageExtensions.Display(Basler.Pylon.IImage,System.Int32)">
<summary>Uses the ImageWindow method <see cref="M:Basler.Pylon.ImageWindow.DisplayImage(System.Int32,Basler.Pylon.IImage)" /> to display the image.</summary>
<param name="image">The image to display. The image must be valid. Otherwise, the image window opens, but no image is shown.</param>
<param name="windowIndex">The window index used to display the image. Valid window indexes range from 0 to 31.</param>
</member>
<member name="M:Basler.Pylon.ImageWindow.Handle(System.Int32)">
<summary>Returns the window handle of the image window.</summary>
<param name="windowIndex"> The index of the image window. Valid window indexes range from 0 to 31.</param>
<returns>Returns the native window handle (HWND) of the image window.</returns>
<para>
This returns the native window handle (HWND) of the image window. Windows functions can be called using this handle.
</para>
<para>
<b>Thread Safety:</b>This function is thread-safe.</para>
<para>
<b>Error Safety:</b>Throws an exception if the window hasn't been created yet and the object doesn't hold a valid window index.</para>
</member>
<member name="M:Basler.Pylon.ImageWindow.Hide(System.Int32)">
<summary>Hides the image window.</summary>
<param name="windowIndex"> The index of the image window. Valid window indexes range from 0 to 31.</param>
<para>
This is a convenience function to hide the window. It will call Show(windowIndex, ShowMode::Hide).
</para>
<para>
<b>Thread Safety:</b>This function is thread-safe.</para>
<para>
<b>Error Safety:</b>Throws an exception if the window hasn't been created yet and the object doesn't hold a valid window index.</para>
</member>
<member name="M:Basler.Pylon.ImageWindow.Show(System.Int32)">
<summary>Shows the image window.</summary>
<param name="windowIndex"> The index of the image window. Valid window indexes range from 0 to 31.</param>
<para>
This is a convenience function to show the window. It will call Show(windowIndex, ShowMode::Show).
</para>
<para>
<b>Thread Safety:</b>This function is thread-safe.</para>
<para>
<b>Error Safety:</b>Throws an exception if the window hasn't been created yet and the object doesn't hold a valid window index.</para>
</member>
<member name="M:Basler.Pylon.ImageWindow.Show(System.Int32,Basler.Pylon.ShowMode)">
<summary>Shows or hides the image window.</summary>
<param name="windowIndex"> The index of the image window. Valid window indexes range from 0 to 31.</param>
<param name="showMode"> The mode. See the ShowMode enum class for details.</param>
<para>
This function calls ShowWindow from the Windows API.
You can pass the same values for the showMode parameter as described in the official documentation for ShowWindow().
The default value nShowDefault(which equals SW_SHOW) will show the window in its current state and position.
</para>
<para>
When the user closes the window, it will be hidden but not destroyed. You can call Show() to make it visible again.
</para>
<remarks>
After you create a window using Create(), it will be invisible. You must call Show() to make the window visible.
</remarks>
<para>
<b>Thread Safety:</b>This function is thread-safe.</para>
<para>
<b>Error Safety:</b>Throws an exception if the window hasn't been created yet and the object doesn't hold a valid window index.</para>
</member>
<member name="M:Basler.Pylon.ImageWindow.Close(System.Int32)">
<summary>Closes and destroys a window opened by using DisplayImage.</summary>
<param name="windowIndex">The index of the window to be closed. Valid window indexes range from 0 to 31.</param>
<remarks>
<para>
<b>Thread Safety:</b>This method is thread-safe.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageWindow.DisplayImage``1(System.Int32,``0[],Basler.Pylon.PixelType,System.Int32,System.Int32,System.Int32,Basler.Pylon.ImageOrientation)">
<summary>Displays the contents of an image buffer on screen.</summary>
<typeparam name="T">The value type of the buffer array containing the image data.</typeparam>
<param name="windowIndex"> The index of the image window. Valid window indexes range from 0 to 31.</param>
<param name="buffer">The typed array containing the image data.</param>
<param name="pixelType">The pixel type of the image data in the buffer.</param>
<param name="width">The number of pixels in a row of the image data in the buffer.</param>
<param name="height">The number of rows in the image data in the buffer.</param>
<param name="paddingX">The number of extra data bytes at the end of each row.</param>
<param name="orientation">The vertical orientation of the image in the image buffer.</param>
<remarks>
<para>
This method displays the contents of a buffer in a window.
</para>
<para>
If the window hasn't been created before, it will be created with default positions.
When the method returns, you may free the image buffer.
</para>
<para>
If you pass an empty or invalid buffer (e.g., buffer is empty or invalid), the window will be cleared.
To close the window call <see cref="M:Basler.Pylon.ImageWindow.Close(System.Int32)" />.
</para>
<list type="bullet">
<item>The window specified by windowIndex will be created and shown on screen.</item>
<item>If the image passed is valid, it is shown in the window specified by windowIndex.</item>
<item>If the image passed is invalid, the window specified by windowIndex will be cleared.</item>
</list>
<para>
<b>Thread Safety:</b>This method is thread-safe.</para>
<para>
<b>Error Safety:</b> Can throw an exception if the windowIndex, width, height, or paddingX passed are invalid or if the window could not be created.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageWindow.DisplayImage(System.Int32,System.IntPtr,System.Int64,Basler.Pylon.PixelType,System.Int32,System.Int32,System.Int32,Basler.Pylon.ImageOrientation)">
<summary>Displays the contents of a raw image buffer on screen.</summary>
<param name="windowIndex"> The index of the image window. Valid window indexes range from 0 to 31.</param>
<param name="pBuffer"> Pointer to the buffer containing the image data.</param>
<param name="bufferSize"> Size of the buffer in bytes.</param>
<param name="pixelType">The pixel type of the image data in the buffer.</param>
<param name="width">The number of pixels in a row of the image data in the buffer.</param>
<param name="height">The number of rows in the image data in the buffer.</param>
<param name="paddingX">The number of extra data bytes at the end of each row.</param>
<param name="orientation">The vertical orientation of the image in the image buffer.</param>
<remarks>
<para>
This method displays the contents of a raw buffer in a window.
</para>
<para>
If the window hasn't been created before, it will be created with default positions.
When the method returns, you may free the image buffer.
</para>
<para>
If you pass an empty or invalid buffer (e.g., pBuffer or bufferSize are invalid), the window will be cleared.
To close the window call <see cref="M:Basler.Pylon.ImageWindow.Close(System.Int32)" />.
</para>
<list type="bullet">
<item>The window specified by windowIndex will be created and shown on screen.</item>
<item>If the image passed is valid, it is shown in the window specified by windowIndex.</item>
<item>If the image passed is invalid, the window specified by windowIndex will be cleared.</item>
</list>
<para>
<b>Thread Safety:</b>This method is thread-safe.</para>
<para>
<b>Error Safety:</b> Can throw an exception if the windowIndex, width, height, or paddingX passed are invalid or if the window could not be created.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageWindow.DisplayImage(System.Int32,Basler.Pylon.IImage)">
<summary>Displays an image on screen.</summary>
<param name="windowIndex"> The index of the image window. Valid window indexes range from 0 to 31.</param>
<param name="image"> The image to display in the window.</param>
<remarks>
<para>
This method displays the image or the grab result in a window.
Using this method is the easiest way to display an image on screen.
</para>
<para>
You can pass any IImage-based object. If the window hasn't been created before, it will be created with default positions and the image will be shown.
When the method returns, you may dispose the image.
</para>
<para>
If you pass an empty or invalid image (e.g., IImage.IsValid() returns false), the window will be cleared.
To close the window call Close()
</para>
<list type="bullet">
<item>The window specified by windowIndex will be created and shown on screen.</item>
<item>If the image passed is valid, it is shown in the window specified by windowIndex.</item>
<item>If the image passed is invalid, the window specified by windowIndex will be cleared.</item>
</list>
<para>
<b>Thread Safety:</b>This method is thread-safe.</para>
<para>
<b>Error Safety:</b> Can throw an exception if the windowIndex passed is invalid or if the window could not be created.</para>
</remarks>
</member>
<member name="T:Basler.Pylon.ImageWindow">
<summary> Displays an IImage or IGrabResult on screen.</summary>
</member>
<member name="T:Basler.Pylon.ShowMode">
<summary>Defines the way an image window is shown.
These constants follow the ShowWindow API. </summary>
</member>
<member name="F:Basler.Pylon.ShowMode.ShowDefault">
<summary>Compatibility with ShowWindow API</summary>
</member>
<member name="F:Basler.Pylon.ShowMode.ShowNA">
<summary>Compatibility with ShowWindow API</summary>
</member>
<member name="F:Basler.Pylon.ShowMode.Normal">
<summary>Compatibility with ShowWindow API</summary>
</member>
<member name="F:Basler.Pylon.ShowMode.ShowMinNoActivate">
<summary>Shows the image window minimized, but does not activate it.</summary>
</member>
<member name="F:Basler.Pylon.ShowMode.ShowMaximized">
<summary>Shows the image window maximized.</summary>
</member>
<member name="F:Basler.Pylon.ShowMode.ShowMinimized">
<summary>Shows the image window minimized.</summary>
</member>
<member name="F:Basler.Pylon.ShowMode.ForceMinimize">
<summary>Minimizes the image window, forces it if needed.</summary>
</member>
<member name="F:Basler.Pylon.ShowMode.ShowNoActivate">
<summary>Shows the image window, but does not activate it.</summary>
</member>
<member name="F:Basler.Pylon.ShowMode.Restore">
<summary>Displays the image window. Restores old position and size if the image window was maximized or minimized. </summary>
</member>
<member name="F:Basler.Pylon.ShowMode.Minimize">
<summary>Minimizes the image window.</summary>
</member>
<member name="F:Basler.Pylon.ShowMode.Maximize">
<summary>Maximizes the image window.</summary>
</member>
<member name="F:Basler.Pylon.ShowMode.Hide">
<summary>Hides the image window.</summary>
</member>
<member name="F:Basler.Pylon.ShowMode.Show">
<summary>Shows the image window.</summary>
</member>
<member name="M:Basler.Pylon.PLVideoWriter.CompressionModeEnum.ToString">
<summary>The full name of CompressionMode</summary>
<returns>Returns the full name of CompressionMode</returns>
</member>
<member name="P:Basler.Pylon.PLVideoWriter.CompressionModeEnum.Name">
<summary>The full name of CompressionMode</summary>
</member>
<member name="P:Basler.Pylon.PLVideoWriter.CompressionModeEnum.Quality">
<summary>
<para>The resulting stream has a constant quality.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLVideoWriter.CompressionModeEnum.Bitrate">
<summary>
<para>The resulting stream has a constant bit rate.</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLVideoWriter.CompressionModeEnum">
<tocexclude />
<summary>
<para>Sets the compression mode. You can choose whether to keep the bit rate or the quality of the resulting video stream constant.</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLVideoWriter.Width">
<summary>
<para>Width of the image (in pixels).</para>
<para>Visibility: Invisible</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLVideoWriter.ThreadCount">
<summary>
<para>Number of threads used for recording the video.</para>
<para>Visibility: Expert</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLVideoWriter.Quality">
<summary>
<para>Quality of the resulting compressed stream. The quality has a direct influence on the resulting bit rate. The optimal bit rate is calculated based on the input values height, width, and playback frame rate (WIDTH * HEIGHT * PLAYBACKFRAMERATE * 0.25). This is then normalized to the quality value range 1-100, where 100 corresponds to the optimum bit rate and 1 to the lowest bit rate.</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLVideoWriter.PlaybackFrameRate">
<summary>
<para>Frame rate (in Hertz) of the video to be recorded.</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLVideoWriter.Height">
<summary>
<para>Height of the image (in pixels).</para>
<para>Visibility: Invisible</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLVideoWriter.FrameCount">
<summary>
<para>Number of frames written since starting the recording.</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLVideoWriter.CompressionMode">
<summary>
<para>Sets the compression mode. You can choose whether to keep the bit rate or the quality of the resulting video stream constant.</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLVideoWriter.BytesWritten">
<summary>
<para>Bytes written to file since starting the recording.</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLVideoWriter.Bitrate">
<summary>
<para>Bit rate of the resulting compressed stream.</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLVideoWriter">
<summary>List of all parameter names available for the Video Writer</summary>
</member>
<member name="P:Basler.Pylon.VideoWriter.IsSupported">
$4D$
<summary>Checks if video writing is supported.</summary><remarks><para>
Checks if all neccessary dynamic libraries are installed and can be loaded.
This does not check if the codec for the video can be used. This is checked in Create().
<returns> Returns true if supported (i.e. all DLLs are okay and can be loaded)
</returns></para><para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Does not throw exceptions.</para></remarks></member>
<member name="P:Basler.Pylon.VideoWriter.Parameters">
$4D$
<summary>Returns the parameter collection of the video writer for accessing all parameters. Example: videowriter.Parameters[PLVideoWriter.BytesWritten].GetValue();</summary><returns>Returns the parameter collection of the video writer.</returns><remarks><para>
You can use the parameter collection to configure the video writer through parameters.
You can access parameters by their name or predefined parameter list.
</para><para>
Currently the only predefined parameter list is:
<list type="bullet"><item>PLVideoWriter</item></list>
For more information about the parameters, see the documentation for the parameter list.
</para><para>
You can access parameters by passing a key from a parameter list to the index operator, e.g.
<code language="cs">
videowriter.Parameters[PLVideoWriter.BytesWritten].GetValue();
</code></para><para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Does not throw exceptions.</para></remarks></member>
<member name="P:Basler.Pylon.VideoWriter.ImageDataBytesWritten">
$4D$
<summary>Returns the amount of image data written to the video file in bytes.</summary><remarks><para>
This value is updated with each call to Write().
<returns> Returns the amount of image data bytes that have been written to the file.
Returns 0 if no images have been written yet.
</returns></para><para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Does not throw exceptions.</para></remarks></member>
<member name="M:Basler.Pylon.VideoWriter.Write``1(``0[],Basler.Pylon.PixelType,System.Int32,System.Int32,System.Int32,Basler.Pylon.ImageOrientation)">
$4D$
<summary>Writes the image to the video.</summary><param name="pixelData">The data of the image to be written.</param><param name="pixelType">The pixel type of the image.</param><param name="width">Width of the image.</param><param name="height">Height of the image.</param><param name="paddingX">The number of extra data bytes at the end of each row in <c>pixelData</c></param><param name="orientation">Orientation of the image data in <c>pixelData</c>.</param><typeparam name="T">The data type of pixels stored in <c>pixelData</c>.</typeparam><remarks><para>
If required, the image is automatically converted to the target format.
</para><para>
Preconditions
<list type="bullet"><item>The file is open.</item><item>The pixel type of the image is supported by pylon.</item><item>The width and height of the image match the values passed when opening the video file.</item></list></para><para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Does not throw exceptions.</para></remarks></member>
<member name="M:Basler.Pylon.VideoWriter.Write(Basler.Pylon.IImage)">
$4D$
<summary>Writes an image to the video.</summary><param name="image">The image to be added.</param><remarks><para>
If required, the image is automatically converted to the target format.
</para><pre>
Preconditions
<list type="bullet"><item>The file is open.</item><item>The image is valid.</item><item>The pixel type of the image is supported by pylon.</item><item>The width and height of the image match the values passed when opening the video file.</item></list></pre><para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Does not throw exceptions.</para></remarks></member>
<member name="M:Basler.Pylon.VideoWriter.CanWriteWithoutConversion(Basler.Pylon.PixelType,System.Int32,System.Int32,System.Int32,Basler.Pylon.ImageOrientation)">
$4D$
<summary>Checks whether the given data/image can be added to the video file without prior conversion.</summary><param name="pixelType">The pixel type of the image.</param><param name="width">Width of the image.</param><param name="height">Height of the image.</param><param name="paddingX">The number of extra data bytes at the end of each row.</param><param name="orientation">Orientation of the video. Most codecs support ImageOrientation.BottomUp only.</param><returns>Returns true if the image will added to the video stream without prior conversion when Write() is called.
Returns false if the image will be automatically converted when Write() is called.
Returns false if the image cannot be added at all. See the preconditions of Write() for more information.</returns><remarks><para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Does not throw exceptions.</para></remarks></member>
<member name="M:Basler.Pylon.VideoWriter.CanWriteWithoutConversion(Basler.Pylon.IImage)">
$4D$
<summary>Checks whether the image passed can be added to the video file without prior conversion.</summary><param name="image">Image or grabresult to check.</param><returns>Returns true if the image will added to the video stream without prior conversion when Write() is called.
Returns false if the image will be automatically converted when Write() is called.
Returns false if the image cannot be added at all. See the preconditions of Write() for more information.</returns><remarks><para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Does not throw exceptions.</para></remarks></member>
<member name="M:Basler.Pylon.VideoWriter.Close">
$4D$
<summary>Closes the file.</summary><remarks><para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Does not throw exceptions.</para></remarks></member>
<member name="P:Basler.Pylon.VideoWriter.IsOpen">
$4D$
<summary>Returns the open state of the video file.</summary><returns>Returns true if a file for video output has been opened.</returns><remarks><para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Does not throw exceptions.</para></remarks></member>
<member name="M:Basler.Pylon.VideoWriter.Create(System.String,System.Double,Basler.Pylon.ICamera)">
$4D$
<summary>Creates and opens a file for video writing.</summary><param name="filename">File name of the video file to be created. If the file doesn't have the an extension, .mp4 will be appended automatically. Existing files will be overwritten.</param><param name="playbackFramesPerSecond">Playback speed in frames per second.</param><param name="camera">The camera from which the current settings are read.</param><remarks><para>
This overload reads the PixelType, Width, and Height parameters from the camera passed.
</para><para>
Preconditions:
<list type="bullet"><item>The file is writable.</item><item>The camera must be open.</item><item>The pixel type must be supported by the image format converter.</item></list></para><para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Can throw exceptions if the file cannot be created successfully or the preconditions are not met.</para></remarks></member>
<member name="M:Basler.Pylon.VideoWriter.Create(System.String,System.Double,Basler.Pylon.PixelType,System.Int32,System.Int32,System.UInt32)">
$4D$
<summary>Creates and opens a file for video writing.</summary><param name="filename">File name of the video file to be created. If the file doesn't have the an extension, .mp4 will be appended automatically. Existing files will be overwritten.</param><param name="playbackFramesPerSecond">Playback speed in frames per second.</param><param name="pixelType">The pixel type of the images that will be added to the video writer. This input is used to derive the video format. Currently, the output is always YUV420p.</param><param name="width">Width of the video.</param><param name="height">Height of the video.</param><param name="quality">Quality of the video.</param><remarks><para>
Preconditions:
<list type="bullet"><item>The file is writable.</item><item><c>pixelType</c> is supported by the image format converter.</item><item><c>width</c> and <c>height</c> must be greater than 0.</item><item><c>quality</c> must be in the range 1 ... 100.</item></list></para><para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Can throw exceptions if the file cannot be created successfully or the preconditions are not met.</para></remarks></member>
<member name="M:Basler.Pylon.VideoWriter.Create(System.String,System.Double,Basler.Pylon.PixelType,System.Int32,System.Int32)">
$4D$
<summary>Creates and opens a file for video writing.</summary><param name="filename">File name of the video file to be created. If the file doesn't have the an extension, .mp4 will be appended automatically. Existing files will be overwritten.</param><param name="playbackFramesPerSecond">Playback speed in frames per second.</param><param name="pixelType">The pixel type of the images that will be added to the video writer. This input is used to derive the video format. Currently, the output is always YUV420p.</param><param name="width">Width of the video.</param><param name="height">Height of the video.</param><remarks><para>
Preconditions:
<list type="bullet"><item>The file is writable.</item><item><c>width</c> and <c>height</c> must be greater than 0.</item><item><c>pixelType</c> is supported by the image format converter.</item></list></para><para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Can throw exceptions if the file cannot be created successfully or the preconditions are not met.</para></remarks></member>
<member name="M:Basler.Pylon.VideoWriter.#ctor">
$4D$
<summary>Initializes a new instance of the VideoWriter class.</summary><remarks><para>
Creates and initializes a new instance of the VideoWriter class.
</para><para><b>Error Safety:</b> Can throw exceptions.</para></remarks></member>
<member name="T:Basler.Pylon.VideoWriter">
$4D$
<summary>
Provides a convenient way to save video files using the pylon Supplementary Package for MPEG-4.
</summary></member>
<member name="M:Basler.Pylon.PixelDataConverter.IsSupportedOutputFormat(Basler.Pylon.PixelType)">
<summary> Indicates if the given pixel format is a supported output format. </summary>
<param name="destinationPixelType"> The pixel format of the destination image.</param>
<returns> Returns true if the given pixel format is supported. </returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is not thread-safe.</para>
<para>
<b>Error Safety:</b> Does not throw C++ exceptions. </para>
</remarks>
</member>
<member name="M:Basler.Pylon.PixelDataConverter.IsSupportedInputFormat(Basler.Pylon.PixelType)">
<summary> Indicates if the given pixel format is a supported input format. </summary>
<param name="sourcePixelType"> The pixel format of the source image.</param>
<returns> Returns true if the given pixel format is supported. </returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is not thread-safe.</para>
<para>
<b>Error Safety:</b> Does not throw C++ exceptions. </para>
</remarks>
</member>
<member name="M:Basler.Pylon.PixelDataConverter.Convert``2(``0[],``1[],Basler.Pylon.PixelType,System.Int32,System.Int32,System.Int32,Basler.Pylon.ImageOrientation)">
<summary> Creates a new image by converting an image to a different format. </summary>
<param name="destinationBuffer"> The array providing the buffer of the destination image.</param>
<param name="sourceBuffer"> The array providing the buffer of the source image.</param>
<param name="sourcePixelType"> The pixel type of the source image.</param>
<param name="sourceWidth"> The number of pixels in a row in the source image.</param>
<param name="sourceHeight"> The number of rows in the source image.</param>
<param name="sourcePaddingX"> The number of extra data bytes at the end of each row. The default value is usually 0.</param>
<param name="sourceOrientation"> The vertical orientation of the source image in the image buffer. The default value is usually ImageOrientation.TopDown.</param>
<typeparam name="T">The array item value type of the destination buffer array.</typeparam>
<typeparam name="U">The array item value type of the source buffer array.</typeparam>
<remarks>
<para>
The image is converted to the destination image according to the current converter settings.
The padding area of a row in the destination image is set to zero.
</para>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item> The source buffer parameters must point to a valid image.</item>
<item> The format of the source image must be supported by the converter.</item>
<item> The destination image buffer must be large enough to hold the destination image.</item>
<item> The source image buffer and the destination image buffer must not be identical.</item>
<item> The sourceWidth value must be &gt;= 0.</item>
<item> The sourceHeight value must be &gt;= 0.</item>
<item> The sourcePaddingX value must be &gt;= 0.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is not thread-safe.</para>
<para>
<b>Error Safety:</b> Throws an exception if the passed parameters are not valid. The converter object is still valid after an error. </para>
</remarks>
</member>
<member name="M:Basler.Pylon.PixelDataConverter.Convert``1(System.IntPtr,System.Int64,``0[],Basler.Pylon.PixelType,System.Int32,System.Int32,System.Int32,Basler.Pylon.ImageOrientation)">
<summary> Creates a new image by converting an image to a different format. </summary>
<param name="pDestinationBuffer"> The pointer to the buffer of the destination image.</param>
<param name="destinationBufferSizeBytes"> The size of the buffer of the destination image.</param>
<param name="sourceBuffer"> The array providing the buffer of the source image.</param>
<param name="sourcePixelType"> The pixel type of the source image.</param>
<param name="sourceWidth"> The number of pixels in a row in the source image.</param>
<param name="sourceHeight"> The number of rows in the source image.</param>
<param name="sourcePaddingX"> The number of extra data bytes at the end of each row. The default value is usually 0.</param>
<param name="sourceOrientation"> The vertical orientation of the source image in the image buffer. The default value is usually ImageOrientation.TopDown.</param>
<typeparam name="T">The array item value type of the source buffer array.</typeparam>
<remarks>
<para>
The image is converted to the destination image according to the current converter settings.
The padding area of a row in the destination image is set to zero.
</para>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item> The source buffer parameters must point to a valid image.</item>
<item> The format of the source image must be supported by the converter.</item>
<item> The destination image buffer must be large enough to hold the destination image.</item>
<item> The source image buffer and the destination image buffer must not be identical.</item>
<item> The sourceWidth value must be &gt;= 0.</item>
<item> The sourceHeight value must be &gt;= 0.</item>
<item> The sourcePaddingX value must be &gt;= 0.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is not thread-safe.</para>
<para>
<b>Error Safety:</b> Throws an exception if the passed parameters are not valid. The converter object is still valid after an error. </para>
</remarks>
</member>
<member name="M:Basler.Pylon.PixelDataConverter.Convert``1(``0[],System.IntPtr,System.Int64,Basler.Pylon.PixelType,System.Int32,System.Int32,System.Int32,Basler.Pylon.ImageOrientation)">
<summary> Creates a new image by converting an image to a different format. </summary>
<param name="destinationBuffer"> The array providing the buffer of the destination image.</param>
<param name="pSourceBuffer"> The pointer to the buffer of the source image.</param>
<param name="sourceBufferSizeBytes"> The size of the buffer of the source image.</param>
<param name="sourcePixelType"> The pixel type of the source image.</param>
<param name="sourceWidth"> The number of pixels in a row in the source image.</param>
<param name="sourceHeight"> The number of rows in the source image.</param>
<param name="sourcePaddingX"> The number of extra data bytes at the end of each row. The default value is usually 0.</param>
<param name="sourceOrientation"> The vertical orientation of the source image in the image buffer. The default value is usually ImageOrientation.TopDown.</param>
<typeparam name="T">The array item value type of the destination buffer array.</typeparam>
<remarks>
<para>
The image is converted to the destination image according to the current converter settings.
The padding area of a row in the destination image is set to zero.
</para>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item> The source buffer parameters must point to a valid image.</item>
<item> The format of the source image must be supported by the converter.</item>
<item> The destination image buffer must be large enough to hold the destination image.</item>
<item> The source image buffer and the destination image buffer must not be identical.</item>
<item> The sourceWidth value must be &gt;= 0.</item>
<item> The sourceHeight value must be &gt;= 0.</item>
<item> The sourcePaddingX value must be &gt;= 0.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is not thread-safe.</para>
<para>
<b>Error Safety:</b> Throws an exception if the passed parameters are not valid. The converter object is still valid after an error. </para>
</remarks>
</member>
<member name="M:Basler.Pylon.PixelDataConverter.Convert(System.IntPtr,System.Int64,System.IntPtr,System.Int64,Basler.Pylon.PixelType,System.Int32,System.Int32,System.Int32,Basler.Pylon.ImageOrientation)">
<summary> Creates a new image by converting an image to a different format. </summary>
<param name="pDestinationBuffer"> The pointer to the buffer of the destination image.</param>
<param name="destinationBufferSizeBytes"> The size of the buffer of the destination image.</param>
<param name="pSourceBuffer"> The pointer to the buffer of the source image.</param>
<param name="sourceBufferSizeBytes"> The size of the buffer of the source image.</param>
<param name="sourcePixelType"> The pixel type of the source image.</param>
<param name="sourceWidth"> The number of pixels in a row in the source image.</param>
<param name="sourceHeight"> The number of rows in the source image.</param>
<param name="sourcePaddingX"> The number of extra data bytes at the end of each row. The default value is usually 0.</param>
<param name="sourceOrientation"> The vertical orientation of the source image in the image buffer. The default value is usually ImageOrientation.TopDown.</param>
<remarks>
<para>
The image is converted to the destination image according to the current converter settings.
The padding area of a row in the destination image is set to zero.
</para>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item> The source buffer parameters must point to a valid image.</item>
<item> The format of the source image must be supported by the converter.</item>
<item> The destination image buffer must be large enough to hold the destination image.</item>
<item> The source image buffer and the destination image buffer must not be identical.</item>
<item> The sourceWidth value must be &gt;= 0.</item>
<item> The sourceHeight value must be &gt;= 0.</item>
<item> The sourcePaddingX value must be &gt;= 0.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is not thread-safe.</para>
<para>
<b>Error Safety:</b> Throws an exception if the passed parameters are not valid. The converter object is still valid after an error. </para>
</remarks>
</member>
<member name="M:Basler.Pylon.PixelDataConverter.Convert``1(``0[],Basler.Pylon.IImage)">
<summary> Creates a new image by converting an image to a different format. </summary>
<param name="destinationBuffer">The array providing the buffer of the destination image.</param>
<param name="sourceImage">The source image.</param>
<typeparam name="T">The array item value type of the destination buffer array.</typeparam>
<remarks>
<para>
The image is converted to the destination image according to the current converter settings.
The padding area of a row in the destination image is set to zero.
</para>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item>The format of the source image must be supported by the converter.</item>
<item>The destination image buffer must be large enough to hold the destination image.</item>
<item>The source image buffer and the destination image buffer must not be identical.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is not thread-safe.</para>
<para>
<b>Error Safety:</b> Throws an exception if the passed parameters are not valid. The converter object is still valid after an error. </para>
</remarks>
</member>
<member name="M:Basler.Pylon.PixelDataConverter.Convert(System.IntPtr,System.Int64,Basler.Pylon.IImage)">
<summary> Creates a new image by converting an image to a different format. </summary>
<param name="pDestinationBuffer">The pointer to the buffer of the destination image.</param>
<param name="destinationBufferSizeBytes">The size of the buffer of the destination image.</param>
<param name="sourceImage">The source image.</param>
<remarks>
<para>
The image is converted to the destination image according to the current converter settings.
The padding area of a row in the destination image is set to zero.
</para>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item>The format of the source image must be supported by the converter.</item>
<item>The destination image buffer must be large enough to hold the destination image.</item>
<item>The source image buffer and the destination image buffer must not be identical.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is not thread-safe.</para>
<para>
<b>Error Safety:</b> Throws an exception if the passed parameters are not valid. The converter object is still valid after an error. </para>
</remarks>
</member>
<member name="M:Basler.Pylon.PixelDataConverter.GetBufferSizeForConversion(Basler.Pylon.PixelType,System.Int32,System.Int32)">
<summary> Computes the size of the destination image buffer in byte. Use <see cref="M:System.Convert.ToInt32(System.Int64)" /> to convert to 32 bit if necessary.</summary>
<param name="sourcePixelType">
The pixel type of the source image.
</param>
<param name="sourceWidth">
The number of pixels in a row in the source image.
</param>
<param name="sourceHeight">
The number of rows in the source image.
</param>
<returns>
The size of the destination image when converting the source image using current converter settings. Use <see cref="M:System.Convert.ToInt32(System.Int64)" /> to convert to 32 bit if necessary.
</returns>
<remarks>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item> The <c>sourceWidth</c> value must be &gt;= 0. </item>
<item> The <c>sourceHeight</c> value must be &gt;= 0. </item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is not thread-safe.</para>
<para>
<b>Error Safety:</b> Throws an exception if the destination image size for the input cannot be computed. The converter object is still valid after an error. </para>
</remarks>
</member>
<member name="M:Basler.Pylon.PixelDataConverter.GetBufferSizeForConversion(Basler.Pylon.IImage)">
<summary>
Computes the size of the destination image buffer in byte. Use <see cref="M:System.Convert.ToInt32(System.Int64)" /> to convert to 32 bit if necessary.
</summary>
<param name="sourceImage">
The source image.
</param>
<returns>
The size of the destination image when converting the given source image using current converter settings. Use <see cref="M:System.Convert.ToInt32(System.Int64)" /> to convert to 32 bit if necessary.
</returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is not thread-safe.</para>
<para>
<b>Error Safety:</b> Throws an exception if the destination image size for the input cannot be computed. The converter object is still valid after an error. </para>
</remarks>
</member>
<member name="M:Basler.Pylon.PixelDataConverter.set_OutputPixelFormat(Basler.Pylon.PixelType)">
<summary> Sets the output pixel format.</summary>
<remarks>
<para>
<b>Thread Safety:</b> This property is not thread-safe.</para>
<para>
<b>Error Safety:</b> Throws an exception if OutputPixelFormat is set to an unsupported or invalid PixelFormat. The converter object is still valid after an error. </para>
</remarks>
</member>
<member name="M:Basler.Pylon.PixelDataConverter.get_OutputPixelFormat">
<summary> Gets the output pixel format.</summary>
<remarks>
<para>
<b>Thread Safety:</b> This method is not thread-safe.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions. </para>
</remarks>
</member>
<member name="P:Basler.Pylon.PixelDataConverter.OutputPixelFormat">
<summary>Sets or gets the output pixel format.</summary>
<remarks>
<para>
<b>Thread Safety:</b> This property is not thread-safe.</para>
<para>
<b>Error Safety:</b> Throws an exception if OutputPixelFormat is set to an unsupported or invalid PixelFormat. The converter object is still valid after an error. </para>
</remarks>
</member>
<member name="P:Basler.Pylon.PixelDataConverter.Parameters">
<summary>The parameter collection of the camera object.</summary>
<returns>Returns the parameter collection of the camera object.</returns>
<remarks>
You can access parameters by passing a key from a parameter list to the index operator, e.g.
key from a parameter list, e.g.
<code language="cpp">
camera.Parameters[PLFormatConverter.OutputPaddingX].GetValue();
</code><para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Does not throw exceptions. </para></remarks>
</member>
<member name="T:Basler.Pylon.PixelDataConverter">
<summary> Creates new images by converting a source image to another format. </summary>
<remarks>
<para>Supported input image formats defined by the pixel type:
<list type="bullet"><item> Mono1packed</item><item> Mono2packed</item><item> Mono4packed</item><item> Mono8</item><item> Mono10</item><item> Mono10packed</item><item> Mono10p</item><item> Mono12</item><item> Mono12packed</item><item> Mono12p</item><item> Mono16</item></list><list type="bullet"><item> BayerGR8</item><item> BayerRG8</item><item> BayerGB8</item><item> BayerBG8</item><item> BayerGR10</item><item> BayerRG10</item><item> BayerGB10</item><item> BayerBG10</item><item> BayerGR12</item><item> BayerRG12</item><item> BayerGB12</item><item> BayerBG12</item><item> BayerGR12Packed</item><item> BayerRG12Packed</item><item> BayerGB12Packed</item><item> BayerBG12Packed</item><item> BayerGR12p</item><item> BayerRG12p</item><item> BayerGB12p</item><item> BayerBG12p</item><item> BayerGR16</item><item> BayerRG16</item><item> BayerGB16</item><item> BayerBG16</item></list><list type="bullet"><item> RGB8packed</item><item> BGR8packed</item><item> RGBA8packed</item><item> BGRA8packed</item><item> GB10packed</item><item> BGR10packed</item><item> RGB12packed</item><item> BGR12packed</item><item> RGB12V1packed</item><item> RGB16packed</item><item> RGB8planar</item><item> RGB16planar</item></list><list type="bullet"><item> YUV422packed</item><item> YUV422_YUYV_Packed</item></list>
Supported output image formats defined by the pixel type:
<list type="bullet"><item> BGRA8packed - This pixel type can be used in Windows bitmaps.</item><item> BGR8packed - This pixel type can be used in Windows bitmaps.</item><item> RGB8packed</item><item> RGB16packed</item><item> RGB8planar</item><item> RGB16planar</item><item> Mono8</item><item> Mono16</item></list>
All input image formats can be converted to all output image formats.</para>
<para>RGB, BGR and Bayer image formats are converted to monochrome formats by using the following formula:
<code language="cpp">
mono = (0.25 * red) + (0.625 * green) + (0.125 * blue);
</code>
YUV formats are converted to 16 bit bit depth in an intermediate conversion step. This is why the output
is always aligned at the most significant bit when converting to 16 bit color output formats like RGB16packed.
</para>
<para> Limitations:
The last column of an YUV input image with odd width cannot be converted.
The last column and the last row of a Bayer input image cannot be converted.
The default treatment of rows and columns that cannot be converted due to their location on edges
can be controlled using the @PixelDataConverter/InconvertibleEdgeHandling parameter.
For more information, see the Convert() method description.
</para>
<para>
<b>Thread Safety:</b> The PixelDataConverter class is not thread-safe.</para>
</remarks>
</member>
<member name="T:Basler.Pylon.zzzReserved">
<exclude />
</member>
<member name="M:Basler.Pylon.Interface.get_Parameters">
<summary> Usage: Parameters[PLInterface.InterfaceType] </summary>
</member>
<member name="M:Basler.Pylon.Interface.get_IsOpen">
<inheritdoc />
</member>
<member name="E:Basler.Pylon.Interface.InterfaceClosed">
<summary>Occurs after the interface has been closed.</summary>
<remarks>
<para> During the execution of this event, the interface is already closed.</para>
<para> If an event handler throws an exception, it will be ignored and the remaining handlers will be called.</para>
<para> This event is fired inside the lock of the interface instance. </para>
</remarks>
</member>
<member name="E:Basler.Pylon.Interface.InterfaceClosing">
<summary>Occurs before the interface is closed.</summary>
<remarks>
<para> If the interface is closed properly, the interface is still open during the execution of this event.</para>
<para> If an event handler throws an exception, it will be ignored and the remaining handlers will be called.</para>
<para> This event is fired inside the lock of the interface instance.</para>
</remarks>
</member>
<member name="E:Basler.Pylon.Interface.InterfaceOpened">
<summary>Occurs after the interface has been opened successfully via <see cref="M:Basler.Pylon.Interface.Open" />.</summary>
<remarks>
<para> During the execution of this event, the interface is already open.</para>
<para> If an event handler called by this event throws an exception, the interface will be closed and the exception will be propagated to the caller of Open(). No other handlers will be called.</para>
<para> This event is fired inside the lock of the interface instance.</para>
</remarks>
</member>
<member name="E:Basler.Pylon.Interface.InterfaceOpening">
<summary>Occurs before the interface is opened via <see cref="M:Basler.Pylon.Interface.Open" />.</summary>
<remarks>
<para> During the execution of this event, the interface is not yet open.</para>
<para> If an event handler called by this event throws an exception, it will be propagated to the caller of Open(). No other handlers will be called.</para>
<para> This event is fired inside the lock of the interface instance.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.Interface.EnumerateCameras">
<summary>Retrieves information about cameras connected to the interface.</summary>
<returns>
Returns a list of <see cref="T:Basler.Pylon.ICameraInfo" /> objects, one for each camera found.
The list is ordered by serial number.
</returns>
<remarks>
<para>
The function queries for camera devices connected to the interface and returns a list of
<see cref="T:Basler.Pylon.ICameraInfo" /> objects describing the cameras.
The returned information can be used to create a specific <see cref="T:Basler.Pylon.Camera" /> object.
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the lock of the interface object.</para>
<para>
<b>Error Safety:</b> Can throw exceptions. </para>
</remarks>
</member>
<member name="M:Basler.Pylon.Interface.Close">
<summary>Closes an interface.</summary>
<remarks>
<para>
<list type="bullet">
<item>If the interface has been already closed, the function returns successfully.</item>
<item>The OnClose event is raised. If any event handler throws an exception it will be ignored and the next event handler will be called.</item>
<item>The interface is closed.</item>
<item>The OnClosed event is raised. If any event handler throws an exception it will be ignored and the next event handler will be called.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the lock of the interface object.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.Interface.Open">
<summary>Opens an interface.</summary>
<returns>Returns a reference to the opened interface.</returns>
<remarks>
<para>
<list type="bullet">
<item>If the interface is already open, the function returns successfully.</item>
<item>The InterfaceOpening event is fired. The notification of event handlers stops in case any eventhandler throws an exception.</item>
<item>The the interface is opened.</item>
<item>The InterfaceOpened event is fired if the interface object has been opened successfully. The notification of event handlers stops in case any eventhandler throws an exception.</item>
</list>
</para>
<para>
Opening the interface may fail if the interface has been already opened by another instance.
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the lock of the interface object.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the interface cannot be opened successfully or if any of the event handlers throws an exception.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.Interface.InterfaceInfo">
<summary>Provides access to interface information.</summary>
<returns>Returns information about the interface.</returns>
<remarks>
<para>Returns the interface information collection containing detailed interface information, e.g. interface ID or interface type.
This information can be read at all times regardless of whether the interface is open or closed.</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the lock of the interface object.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.Interface.Parameters">
<summary>Returns the parameter collection of the interface for accessing all parameters. Example: interface.Parameters[PLInterface.InterfaceType].GetValue();</summary>
<returns>Returns the parameter collection of the interface.</returns>
<remarks>
<para>
You can use the parameter collection to configure the interface through parameters.
You can access parameters by their name or predefined parameter lists.
Currently, this object type is mainly used for the pylon GenTL Consumer Transport Layer, e.g., for CoaXPress.
All other pylon transport layers currently return one default interface which will have an empty parameter collection.
</para>
<para>
There is one predefined parameter list available: PLInterface
For more information about the parameters, see the documentation for the parameter list.
</para>
<para>
<b>Precondition for accessing the parameters:</b>
<br />
The interface is opened.
</para>
<para>
You can access parameters by passing a key from a parameter list to the index operator, e.g.
<code language="cs">
interface.Parameters[PLInterface.InterfaceType].GetValue();
</code></para>
<para>
<b>Thread Safety:</b> This method is synchronized with the lock of the interface object.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.Interface.IsOpen">
<summary>Indicates if interface object has been opened.</summary>
<returns>Returns true if interface object has been opened.</returns>
<remarks>
<para>
The 'open' status of an interface instance won't change even if an attached camera is used, e.g., opened or closed.
</para>
<para>
The interface object will not automatically close itself if the interface is disconnected, e.g., if the interface is physically removed from the PC.
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the lock of the interface object.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.Interface.#ctor(Basler.Pylon.IInterfaceInfo)">
<summary>Creates a specific interface using information given in the interfaceInfo parameter.</summary>
<param name="interfaceInfo">Contains the exact properties of the interface to be created. You can retrieve interface infos by calling <see cref="M:Basler.Pylon.InterfaceFinder.Enumerate" /></param>
<remarks>
<para>
Use this constructor to create a specific interface using information returned by <see cref="M:Basler.Pylon.InterfaceFinder.Enumerate" />.
If no interface is found, an exception is thrown.
</para>
<para>
<b>Error Safety:</b>Can throw exceptions.</para>
</remarks>
</member>
<member name="T:Basler.Pylon.Interface">
<summary>
Provides convenient access to an interface.
</summary>
<remarks>
An interface is used to represent a frame grabber board, a network card, etc.
Currently, this object type is mainly used for the pylon GenTL Consumer Transport Layer, e.g., for CoaXPress.
All other pylon transport layers currently return one default interface.
The 'open' status of an interface instance won't change even if an attached camera is used, e.g., opened or closed.
</remarks>
</member>
<member name="E:Basler.Pylon.IStreamGrabber.GrabStopped">
<summary>Occurs after a grab session has been stopped.</summary>
<remarks>
<para>
<b>Thread Safety:</b>
<br />This event handler is synchronized with the camera.</para>
<para>
<b>Error Safety:</b>
<br />Exceptions from this call will be caught and ignored. All event handlers are notified.</para>
</remarks>
</member>
<member name="E:Basler.Pylon.IStreamGrabber.GrabStopping">
<summary>Occurs before a grab session is stopped.</summary>
<remarks>
<para>
To avoid infinite recursion, IStreamGrabber.Stop must not be called from here or from subsequent calls.
</para>
<para>
<b>Thread Safety:</b>
<br />This event handler is synchronized with the camera.</para>
<para>
<b>Error Safety:</b>
<br />Exceptions from this call will be caught and ignored. All event handlers are notified.</para>
</remarks>
</member>
<member name="E:Basler.Pylon.IStreamGrabber.GrabStarted">
<summary>Occurs after a grab session has been started.</summary>
<remarks>
<para>
<b>Thread Safety:</b>
<br />This event handler is synchronized with the camera.</para>
<para>
<b>Error Safety:</b>
<br />Exceptions from this call will propagate through. The notification of event handlers stops when an exception is triggered.</para>
</remarks>
</member>
<member name="E:Basler.Pylon.IStreamGrabber.GrabStarting">
<summary>Occurs before a grab session is started.</summary>
<remarks>
<para>
To avoid infinite recursion, IStreamGrabber.Start must not be called from here or from subsequent calls.
</para>
<para>
<b>Thread Safety:</b>
<br />This handler is synchronized with the camera.</para>
<para>
<b>Error Safety:</b>
<br />Exceptions from this call will propagate through. The notification of event handlers stops when an exception is triggered.</para>
</remarks>
</member>
<member name="E:Basler.Pylon.IStreamGrabber.ImageGrabbed">
<summary>Occurs when an image has been grabbed.</summary>
<remarks>
<para>
The grab result passed can be evaluated here. It will be disposed when the call returns. If you want to keep the grab result, you must save it using the <see cref="M:Basler.Pylon.IGrabResult.Clone" /> method.
For more information, see <see cref="T:Basler.Pylon.IGrabResult" />.
</para>
<para>
<b>Thread Safety:</b>
<br />This event handler is synchronized with the camera.</para>
<para>
<b>Error Safety:</b>
<br />Exceptions from this call will propagate through. The notification of event handlers stops when an exception is triggered.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IStreamGrabber.BufferFactory">
<summary>
Sets an alternative buffer factory that is used for buffer allocation.
</summary>
<remarks>
<para>
The use of this property is optional and intended for advanced use cases only.
If nullptr is passed as buffer factory then the default buffer factory is used.
Buffers are allocated when <see cref="M:Basler.Pylon.IStreamGrabber.Start(Basler.Pylon.GrabStrategy,Basler.Pylon.GrabLoop)" /> is called.
A buffer factory must not be disposed while it is attached to the stream grabber object
and it must not be disposed until the last buffer is freed. To free all buffers
the grab needs to be stopped and all grab results must be released or destroyed.
</para>
<para>
<b>Thread Safety:</b>
<br />This property is synchronized with the camera.</para>
<para>
<b>Error Safety:</b>
<br />Does not throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IStreamGrabber.GrabOne(System.Int32,Basler.Pylon.TimeoutHandling)">
<summary> Grabs one image. </summary>
<param name="timeoutMs">The timeout period in milliseconds for waiting for a grab result. Alternatively, the <see cref="F:System.Threading.Timeout.Infinite" /> value can be set.</param>
<param name="timeoutHandling">The action to perform when the functions exits with a timeout. If set to ThrowException, a timeout exception is thrown on timeout.</param>
<returns> Returns the grab result or null on timeout. </returns>
<remarks>
<para>
The following code shows a simplified version of what is done (happy path scenario):
</para>
<code>
//grab one image
camera.StreamGrabber.Start(1, GrabStrategy.OneByOne, GrabLoop.ProvidedByUser);
//grab is stopped automatically due to maxImages = 1
return camera.StreamGrabber.RetrieveResult( timeoutMs, timeoutHandling);
</code>
<para> This method can be used with the configuration AcquireSingleFrame <see cref="M:Basler.Pylon.Configuration.AcquireSingleFrame(System.Object,System.EventArgs)" />). </para>
<para>
Grabbing single images using a software trigger (see <see cref="M:Basler.Pylon.Configuration.SoftwareTrigger(System.Object,System.EventArgs)" />) is recommended if you want to maximize frame rate.
This is because the overhead per grabbed image is reduced compared to single frame acquisition (see <see cref="M:Basler.Pylon.Configuration.AcquireSingleFrame(System.Object,System.EventArgs)" />).
The grabbing can be started using <see cref="M:Basler.Pylon.IStreamGrabber.Start(Basler.Pylon.GrabStrategy,Basler.Pylon.GrabLoop)" />.
Images are grabbed using the <see cref="M:Basler.Pylon.ICamera.WaitForFrameTriggerReady(System.Int32,Basler.Pylon.TimeoutHandling)" />, <see cref="M:Basler.Pylon.ICamera.ExecuteSoftwareTrigger" />,
and <see cref="M:Basler.Pylon.IStreamGrabber.RetrieveResult(System.Int32,Basler.Pylon.TimeoutHandling)" /> methods instead of using <see cref="M:Basler.Pylon.IStreamGrabber.GrabOne(System.Int32)" />.
Grabbing can be stopped using <see cref="M:Basler.Pylon.IStreamGrabber.Stop" /> when done.
</para>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item> The camera is opened.</item>
<item> The grabbing is stopped.</item>
</list>
</para>
<para>
<b>Postconditions:</b>
<br />
<list type="bullet">
<item> The grabbing is stopped.</item>
<item> Grab specific parameters of the camera object are unlocked, e.g. <see cref="P:Basler.Pylon.PLCameraInstance.MaxNumBuffer" />.</item>
</list>
</para>
<para>
<b>Error Safety:</b>
<br />
The camera object is still valid after an error. See <see cref="M:Basler.Pylon.IStreamGrabber.Start(Basler.Pylon.GrabStrategy,Basler.Pylon.GrabLoop)" />, <see cref="M:Basler.Pylon.IStreamGrabber.RetrieveResult(System.Int32,Basler.Pylon.TimeoutHandling)" />, and <see cref="M:Basler.Pylon.IStreamGrabber.Stop" />.
If exceptions are thrown after <see cref="M:Basler.Pylon.IStreamGrabber.Start(Basler.Pylon.GrabStrategy,Basler.Pylon.GrabLoop)" />, grabbing is stopped using <see cref="M:Basler.Pylon.IStreamGrabber.Stop" />.
</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IStreamGrabber.GrabOne(System.Int32)">
<summary>Grabs one image.</summary>
<param name="timeoutMs">The timeout period in milliseconds for waiting for a grab result. Alternatively, the <see cref="F:System.Threading.Timeout.Infinite" /> value can be set.</param>
<returns>Returns the grab result.</returns>
<remarks>
<para>
This method throws exceptions on timeout <see cref="T:Basler.Pylon.TimeoutHandling" />.
</para>
<para>
Grabbing single images using a software trigger (see <see cref="M:Basler.Pylon.Configuration.SoftwareTrigger(System.Object,System.EventArgs)" />) is recommended if you want to maximize frame rate.
This is because the overhead per grabbed image is reduced compared to single frame acquisition (see <see cref="M:Basler.Pylon.Configuration.AcquireSingleFrame(System.Object,System.EventArgs)" />).
The grabbing can be started using <see cref="M:Basler.Pylon.IStreamGrabber.Start(Basler.Pylon.GrabStrategy,Basler.Pylon.GrabLoop)" />.
Images are grabbed using the <see cref="M:Basler.Pylon.ICamera.WaitForFrameTriggerReady(System.Int32,Basler.Pylon.TimeoutHandling)" />, <see cref="M:Basler.Pylon.ICamera.ExecuteSoftwareTrigger" />,
and <see cref="M:Basler.Pylon.IStreamGrabber.RetrieveResult(System.Int32,Basler.Pylon.TimeoutHandling)" /> methods instead of using <see cref="M:Basler.Pylon.IStreamGrabber.GrabOne(System.Int32)" />.
Grabbing can be stopped using <see cref="M:Basler.Pylon.IStreamGrabber.Stop" /> when done.
</para>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item> The camera instance is opened.</item>
<item> The grabbing is stopped.</item>
</list>
</para>
<para>
<b>Postconditions:</b>
<br />
<list type="bullet">
<item> The grabbing is stopped.</item>
<item> Grab specific parameters of the camera instance are unlocked, e.g. <see cref="P:Basler.Pylon.PLCameraInstance.MaxNumBuffer" />.</item>
</list>
</para>
<para>
<b>Error Safety:</b>
The camera instance is still valid after an error. See <see cref="M:Basler.Pylon.IStreamGrabber.Start(Basler.Pylon.GrabStrategy,Basler.Pylon.GrabLoop)" />, <see cref="M:Basler.Pylon.IStreamGrabber.RetrieveResult(System.Int32,Basler.Pylon.TimeoutHandling)" />, and <see cref="M:Basler.Pylon.IStreamGrabber.Stop" />.
If exceptions are thrown after <see cref="M:Basler.Pylon.IStreamGrabber.Start(Basler.Pylon.GrabStrategy,Basler.Pylon.GrabLoop)" />, grabbing is stopped using <see cref="M:Basler.Pylon.IStreamGrabber.Stop" />.
</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IStreamGrabber.RetrieveResult(System.Int32,Basler.Pylon.TimeoutHandling)">
<summary>Retrieves a grab result according to the grab strategy. Waits if the grab result is not yet available.</summary>
<param name="timeoutMs">The timeout period in milliseconds for waiting for a grab result. Alternatively, the <see cref="F:System.Threading.Timeout.Infinite" /> value can be set.</param>
<param name="timeoutHandling">The action to perform when the functions exits with a timeout. If set to ThrowException, a timeout exception is thrown on timeout.</param>
<returns> Returns the grab result.</returns>
<remarks>
<para>
<list type="bullet">
<item> Waits for a grab result if it is not yet available. Camera events are handled.</item>
<item> One grab result is retrieved per call (OneByOne grab strategy is applied).</item>
<item> If chunk mode is used, chunk data parsing is performed. The grab result data is updated using chunk data.</item>
<item> If a grab result becomes available, the image event <see cref="E:Basler.Pylon.IStreamGrabber.ImageGrabbed" /> is fired. The notification of event handlers stops when an event call triggers an exception.</item>
<item> If the maximum number of images has been grabbed, the grabbing is stopped by calling <see cref="M:Basler.Pylon.IStreamGrabber.Stop" />.</item>
</list>
</para>
<para>You must check whether the grab represented by the grab result has been successful. For more information, see <see cref="P:Basler.Pylon.IGrabResult.GrabSucceeded" />.</para>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item> There is no other thread waiting for a result.</item>
</list>
</para>
<para>
<b>Postconditions:</b>
<br />
<list type="bullet">
<item> If no grab result has been retrieved, an empty grab result is returned in the grabResult parameter.</item>
<item> If the maximum number of images has been grabbed, grabbing is stopped.</item>
<item> If camera event handling is enabled and camera events were received, at least one or more camera event messages have been processed.</item>
</list>
</para>
<para>
<b>Thread Safety:</b>
<br />This method is synchronized with the camera.</para>
<para>
<b>Error Safety:</b>
<br />The camera object is still valid after an error. The grabbing is stopped if an exception is thrown.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IStreamGrabber.Stop">
<summary>Stops the grabbing of images.</summary>
<remarks>
<para>
<list type="bullet">
<item> If the camera object not currently grabbing, nothing is done.</item>
<item> The configuration event <see cref="E:Basler.Pylon.IStreamGrabber.GrabStopping" /> is fired. Possible exceptions from event calls are caught and ignored. All event handlers are notified.</item>
<item> The AcquisitionStop command of the camera device is executed.</item>
<item> The grabbing is stopped.</item>
<item> All buffer queues are cleared.</item>
<item> If the grabbing has been stopped successfully, the <see cref="E:Basler.Pylon.IStreamGrabber.GrabStopped" /> configuration event is fired. Possible exceptions from event calls are caught and ignored. All event handlers are notified.</item>
</list>
</para>
<para>
<b>Postconditions:</b>
<br />
<list type="bullet">
<item> The grabbing is stopped.</item>
<item> Grab specific parameters of the camera object are unlocked, e.g. <see cref="P:Basler.Pylon.PLCameraInstance.MaxNumBuffer" />.</item>
</list>
</para>
<para>
<b>Thread Safety:</b>
<br />This method is synchronized with the camera.</para>
<para>
<b>Error Safety:</b>
<br />Does not throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IStreamGrabber.Start(System.Int64,Basler.Pylon.GrabStrategy,Basler.Pylon.GrabLoop)">
<summary>Starts the grabbing for a maximum number of images using a specific grab strategy and a specific grab loop type.</summary>
<param name="maxImages"> The number of images to grab. This value must be larger than zero.</param>
<param name="strategy"> The grab strategy. For more information, see <see cref="T:Basler.Pylon.GrabStrategy" />.</param>
<param name="grabLoopType"> If <paramref name="grabLoopType" /> is set to <c>GrabLoop::ProvidedByStreamGrabber"</c>, an additional grab loop thread is used to run the grab loop. </param>
<remarks>
<para>
Extends the <see cref="M:Basler.Pylon.IStreamGrabber.Start(Basler.Pylon.GrabStrategy,Basler.Pylon.GrabLoop)" /> method call by a number of images to grab. If the given number of images has been reached, StopGrabbing is called
automatically. The images are counted according to the grab strategy. Skipped images are not taken into account.
</para>
<para>
<list type="bullet">
<item> If a grab loop thread has been used in the last grab session, the grab loop thread context is joined with the context of the caller.</item>
<item> The configuration event <see cref="E:Basler.Pylon.IStreamGrabber.GrabStarting" /> is fired. The notification of event handlers stops when an event call triggers an exception.</item>
<item> Grab-specific parameters of the camera object are locked, e.g. <see cref="P:Basler.Pylon.PLCameraInstance.MaxNumBuffer" />.</item>
<item> If the camera device parameter <see cref="P:Basler.Pylon.PLCamera.ChunkModeActive" /> is enabled, the chunk parsing support is initialized.</item>
<item> If the parameter GrabCameraEvents is enabled, the event grabbing support is initialized.</item>
<item> The AcquisitionStart command of the camera device is executed.</item>
<item> If the grabbing has been started successfully, the configuration event <see cref="E:Basler.Pylon.IStreamGrabber.GrabStarted" /> is fired. The notification of event handlers stops when an event call triggers an exception.</item>
<item> If <paramref name="grabLoopType" /> is set to <c>ProvidedByStreamGrabber</c>, an additional grab loop thread is started that calls <see cref="M:Basler.Pylon.IStreamGrabber.RetrieveResult(System.Int32,Basler.Pylon.TimeoutHandling)" /> in a loop.</item>
</list>
</para>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item> The grabbing is stopped.</item>
</list>
</para>
<para>
<b>Postconditions:</b>
<br />
<list type="bullet">
<item> The grabbing is started.</item>
<item> Grab-specific parameters of the camera object are locked, e.g. <see cref="P:Basler.Pylon.PLCameraInstance.MaxNumBuffer" />.</item>
<item> If <paramref name="grabLoopType" /> is set to <c>ProvidedByStreamGrabber</c>, an additional grab loop thread is started that calls <see cref="M:Basler.Pylon.IStreamGrabber.RetrieveResult(System.Int32,Basler.Pylon.TimeoutHandling)" /> in a loop. Images are processed by registered image event handlers.</item>
</list>
</para>
<para>
<b>Thread Safety:</b>This method is synchronized with the camera.</para>
<para>
<b>Error Safety:</b>
The StreamGrabber is still valid after an error. Configuration event calls may throw exceptions. The grab implementation may throw exceptions.
If the <see cref="E:Basler.Pylon.IStreamGrabber.GrabStarted" /> event call triggers an exception, the grabbing is stopped with <see cref="M:Basler.Pylon.IStreamGrabber.Stop" />.
</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IStreamGrabber.Start(Basler.Pylon.GrabStrategy,Basler.Pylon.GrabLoop)">
<summary>Starts the grabbing of images using a specific grab strategy and a specific grab loop type.</summary>
<param name="strategy"> The grab strategy. For more information, see <see cref="T:Basler.Pylon.GrabStrategy" />.</param>
<param name="grabLoopType"> If <paramref name="grabLoopType" /> is set to <c>GrabLoop::ProvidedByStreamGrabber"</c>, an additional grab loop thread is used to run the grab loop. </param>
<remarks>
<para>
<list type="bullet">
<item> If a grab loop thread has been used in the last grab session, the grab loop thread context is joined with the context of the caller.</item>
<item> The configuration event <see cref="E:Basler.Pylon.IStreamGrabber.GrabStarting" /> is fired. The notification of event handlers stops when an event call triggers an exception.</item>
<item> Grab-specific parameters of the camera object are locked, e.g. <see cref="P:Basler.Pylon.PLCameraInstance.MaxNumBuffer" />.</item>
<item> If the camera device parameter <see cref="P:Basler.Pylon.PLCamera.ChunkModeActive" /> is enabled, the chunk parsing support is initialized.</item>
<item> If the parameter GrabCameraEvents is enabled, the event grabbing support is initialized.</item>
<item> The AcquisitionStart command of the camera device is executed.</item>
<item> If the grabbing has been started successfully, the configuration event <see cref="E:Basler.Pylon.IStreamGrabber.GrabStarted" /> is fired. The notification of event handlers stops when an event call triggers an exception.</item>
<item> If <paramref name="grabLoopType" /> is set to <c>ProvidedByStreamGrabber</c>, an additional grab loop thread is started that calls <see cref="M:Basler.Pylon.IStreamGrabber.RetrieveResult(System.Int32,Basler.Pylon.TimeoutHandling)" /> in a loop.</item>
</list>
</para>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item> The grabbing is stopped.</item>
</list>
</para>
<para>
<b>Postconditions:</b>
<br />
<list type="bullet">
<item> The grabbing is started.</item>
<item> Grab-specific parameters of the camera object are locked, e.g. MaxNumBuffer.</item>
<item> If <paramref name="grabLoopType" /> is set to <c>ProvidedByStreamGrabber</c>, an additional grab loop thread is running that calls <see cref="M:Basler.Pylon.IStreamGrabber.RetrieveResult(System.Int32,Basler.Pylon.TimeoutHandling)" /> in a loop. Images are processed by registered image event handlers.</item>
</list>
</para>
<para>
<b>Thread Safety:</b>This method is synchronized with the camera.</para>
<para>
<b>Error Safety:</b>
The StreamGrabber is still valid after an error. Configuration event calls may throw exceptions. The grab implementation may throw exceptions.
If the <see cref="E:Basler.Pylon.IStreamGrabber.GrabStarted" /> event call triggers an exception, the grabbing is stopped with <see cref="M:Basler.Pylon.IStreamGrabber.Stop" />.
</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IStreamGrabber.Start(System.Int64)">
<summary>Starts the grabbing for a maximum number of images.</summary>
<param name="maxImages"> The number of images to grab. This value must be larger than zero.</param>
<remarks>
Grabbing is started using the <c>OneByOne</c> grab strategy and the <c>ProvidedByUser</c> grab loop method.
For each grabbed image, <see cref="M:Basler.Pylon.IStreamGrabber.RetrieveResult(System.Int32,Basler.Pylon.TimeoutHandling)" /> must be called.
<para><list type="bullet"><item> The configuration event <see cref="E:Basler.Pylon.IStreamGrabber.GrabStarting" /> is fired. The notification of event handlers stops when an event call triggers an exception.</item><item> Grab-specific parameters of the camera object are locked, e.g. <see cref="P:Basler.Pylon.PLCameraInstance.MaxNumBuffer" />.</item><item> If the camera device parameter <see cref="P:Basler.Pylon.PLCamera.ChunkModeActive" /> is enabled, the chunk parsing support is initialized.</item><item> If the parameter GrabCameraEvents is enabled, the event grabbing support is initialized.</item><item> The AcquisitionStart command of the camera device is executed.</item><item> If the grabbing has been started successfully, the configuration event <see cref="E:Basler.Pylon.IStreamGrabber.GrabStarted" /> is fired. The notification of event handlers stops when an event call triggers an exception.</item></list></para><para><b>Preconditions:</b><br /><list type="bullet"><item> The grabbing is stopped.</item></list></para><para><b>Postconditions:</b><br /><list type="bullet"><item> The grabbing is started.</item><item> Grab-specific parameters of the camera object are locked, e.g. <see cref="P:Basler.Pylon.PLCameraInstance.MaxNumBuffer" />.</item></list></para><para><b>Thread Safety:</b><br />This method is synchronized with the camera.</para><para><b>Error Safety:</b><br />
The StreamGrabber is still valid after an error. Configuration event calls may throw exceptions. The grab implementation may throw exceptions.
If the <see cref="E:Basler.Pylon.IStreamGrabber.GrabStarted" /> event call triggers an exception, the grabbing is stopped with <see cref="M:Basler.Pylon.IStreamGrabber.Stop" />.
</para></remarks>
</member>
<member name="M:Basler.Pylon.IStreamGrabber.Start">
<summary>Starts the grabbing of images.</summary>
Grabbing is started using the <c>OneByOne</c> grab strategy and the <c>ProvidedByUser</c> grab loop method.
For each grabbed image, <see cref="M:Basler.Pylon.IStreamGrabber.RetrieveResult(System.Int32,Basler.Pylon.TimeoutHandling)" /> must be called.
<remarks><para><list type="bullet"><item> The configuration event <see cref="E:Basler.Pylon.IStreamGrabber.GrabStarting" /> is fired. The notification of event handlers stops when an event call triggers an exception.</item><item> Grab-specific parameters of the camera object are locked, e.g. <see cref="P:Basler.Pylon.PLCameraInstance.MaxNumBuffer" />.</item><item> If the camera device parameter <see cref="P:Basler.Pylon.PLCamera.ChunkModeActive" /> is enabled, the chunk parsing support is initialized.</item><item> If the parameter GrabCameraEvents is enabled, the event grabbing support is initialized.</item><item> The AcquisitionStart command of the camera device is executed.</item><item> If the grabbing has been started successfully, the configuration event <see cref="E:Basler.Pylon.IStreamGrabber.GrabStarted" /> is fired. The notification of event handlers stops when an event call triggers an exception.</item></list></para><para><b>Preconditions:</b><br /><list type="bullet"><item> The grabbing is stopped.</item></list></para><para><b>Postconditions:</b><br /><list type="bullet"><item> The grabbing is started.</item><item> Grab-specific parameters of the camera object are locked, e.g. <see cref="P:Basler.Pylon.PLCameraInstance.MaxNumBuffer" />.</item></list></para><para><b>Thread Safety:</b><br />This method is synchronized with the camera.</para><para><b>Error Safety:</b><br />
The StreamGrabber is still valid after an error. Configuration event calls may throw exceptions. The grab implementation may throw exceptions.
If the <see cref="E:Basler.Pylon.IStreamGrabber.GrabStarted" /> event call triggers an exception, the grabbing is stopped with <see cref="M:Basler.Pylon.IStreamGrabber.Stop" />.
</para></remarks></member>
<member name="P:Basler.Pylon.IStreamGrabber.UserData">
<summary>Sets user data that is attached to each grab result of the stream whenever <see cref="M:Basler.Pylon.IStreamGrabber.RetrieveResult(System.Int32,Basler.Pylon.TimeoutHandling)" /> is called.</summary>
<remarks>
<para>
This is useful when handling multiple cameras.
</para>
<para>
<b>Thread Safety:</b>This method is synchronized with the camera.</para>
<para>
<b>Error Safety:</b>Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IStreamGrabber.GrabStopWaitHandle">
<summary>Provides access to a wait handle object indicating that the grabbing has stopped.</summary>
<returns>Returns a wait handle object indicating that the grabbing has stopped.</returns>
<remarks>
<para>
<b>Thread Safety:</b>
<br />This method is synchronized with the camera.</para>
<para>
<b>Error Safety:</b>
<br />Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IStreamGrabber.GrabResultWaitHandle">
<summary>Provides access to a wait handle object indicating available grab results.</summary>
<returns>Returns a wait handle object indicating available grab results.</returns>
<remarks>
<para>
<b>Thread Safety:</b>
<br />This method is synchronized with the camera.</para>
<para>
<b>Error Safety:</b>
<br />Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IStreamGrabber.IsGrabbing">
<summary> Indicates if the camera object is grabbing. </summary>
<returns> Returns true if the camera object is still grabbing.</returns>
<remarks>
<para>
After a successful call to <see cref="M:Basler.Pylon.IStreamGrabber.Start(Basler.Pylon.GrabStrategy,Basler.Pylon.GrabLoop)" />, the camera object is grabbing until <see cref="M:Basler.Pylon.IStreamGrabber.Stop" /> is called.
</para>
<para>
<b>Thread Safety:</b>
<br />This method is synchronized with the camera.</para>
<para>
<b>Error Safety:</b>
<br />Does not throw exceptions.</para>
</remarks>
</member>
<member name="T:Basler.Pylon.IStreamGrabber">
<summary> Provides convenient access to the StreamGrabber.</summary>
</member>
<member name="P:Basler.Pylon.GrabStopEventArgs.ErrorMessage">
<summary>The message that is displayed if the grab stopped because of an error.</summary>
</member>
<member name="P:Basler.Pylon.GrabStopEventArgs.Reason">
<summary>The reason why the GrabStopping or GrabStopped event occurred.</summary>
</member>
<member name="M:Basler.Pylon.GrabStopEventArgs.#ctor(Basler.Pylon.GrabStopReason,System.String)">
<summary>Creates an instance with a specified grab stop reason and an error message.</summary>
<param name="reason">The reason why the grab stop event occurred.</param>
<param name="errorMessage">The message that is displayed if the grab stopped because of an error.</param>
</member>
<member name="M:Basler.Pylon.GrabStopEventArgs.#ctor">
<summary>Creates an instance with the grab stop reason set to UserRequest and no error message.</summary>
</member>
<member name="T:Basler.Pylon.GrabStopEventArgs">
<summary>Provides data for the GrabStopping &amp; GrabStopped events.</summary>
</member>
<member name="T:Basler.Pylon.GrabStopReason">
<summary>States the reason why a GrabStopping or GrabStopped event occurred. </summary>
</member>
<member name="F:Basler.Pylon.GrabStopReason.GrabStartedEventException">
<summary>The GrabStarted event threw an exception.</summary>
</member>
<member name="F:Basler.Pylon.GrabStopReason.UserRequest">
<summary>The grab stopped gracefully by request of the user (i.e. IStreamGrabber::Stop was called.)</summary>
</member>
<member name="M:Basler.Pylon.ImageGrabbedEventArgs.DisposeGrabResultIfClone">
<summary>Disposes the grab result held if the event arguments have been created by calling <see cref="M:Basler.Pylon.ImageGrabbedEventArgs.Clone" />.</summary>
</member>
<member name="P:Basler.Pylon.ImageGrabbedEventArgs.IsClone">
<summary>Indicates if the event arguments have been created by calling <see cref="M:Basler.Pylon.ImageGrabbedEventArgs.Clone" />.</summary>
</member>
<member name="M:Basler.Pylon.ImageGrabbedEventArgs.Clone">
<summary>Clones the event arguments including the grab result.</summary>
<returns>Returns a copy of the event arguments with a clone of the contained grab result. The cloned grab result must be disposed.</returns>
<remarks>
<note type="Warning">The grab result or the cloned event must be disposed.</note>
</remarks>
</member>
<member name="P:Basler.Pylon.ImageGrabbedEventArgs.GrabResult">
<summary>Retrieves the grab result.</summary>
<remarks>
<note type="warning">
The grab result is going to be disposed after the event call.
Clone the event arguments or the grab result if you want to keep the grab result.
</note>
</remarks>
</member>
<member name="M:Basler.Pylon.ImageGrabbedEventArgs.#ctor(Basler.Pylon.IGrabResult)">
<summary>Initializes a new instance of the ImageGrabbedEventArgs class.</summary>
<param name="grabResult">A grab result.</param>
</member>
<member name="T:Basler.Pylon.ImageGrabbedEventArgs">
<summary> Provides data for the ImageGrabbed event </summary>
<remarks>
<note type="warning">
The grab result will be disposed after the event call.
If you want to keep the grab result, clone the event arguments or the grab result.
</note>
<para>The following pattern can be used in Windows Forms applications to marshal the event call to the GUI thread.</para>
<code language="cs">
private void OnImageGrabbed(Object sender, ImageGrabbedEventArgs e)
{
if (InvokeRequired)
{
// If called from a different thread, we must use the Invoke method to marshal the call to the proper thread.
BeginInvoke(new EventHandler&lt;ImageGrabbedEventArgs&gt;(OnImageGrabbed), sender, e.Clone());
return;
}
try
{
//do something
}
finally
{
e.DisposeGrabResultIfClone();
}
}
</code>
</remarks>
</member>
<member name="M:Basler.Pylon.Configuration.ProbePacketSize(System.Object,System.EventArgs)">
<summary> Call Probe Packet Size to set maximum available packetsize to camera.</summary>
<param name="sender">The sender of the event.</param>
<param name="e">The event argument.</param>
</member>
<member name="M:Basler.Pylon.Configuration.SelectRangeComponent(System.Object,System.EventArgs)">
<summary> Select a simple range component (if available).</summary>
<param name="sender">The sender of the event.</param>
<param name="e">The event argument.</param>
<remarks>
Not all cameras support a range component. Therefore, this procedure doesn't always have an effect.
</remarks>
</member>
<member name="M:Basler.Pylon.Configuration.DisableGenDC(System.Object,System.EventArgs)">
<summary> Disables GenDC streaming on the camera.</summary>
<param name="sender">The sender of the event.</param>
<param name="e">The event argument.</param>
<remarks>
Not all cameras support GenDC streaming. Therefore, this procedure doesn't always have an effect.
</remarks>
</member>
<member name="M:Basler.Pylon.Configuration.DisableCompression(System.Object,System.EventArgs)">
<summary> Disables compression on the camera.</summary>
<param name="sender">The sender of the event.</param>
<param name="e">The event argument.</param>
<remarks>
Not all cameras support compression. Therefore, this procedure doesn't always have an effect.
</remarks>
</member>
<member name="M:Basler.Pylon.Configuration.DisableAllTriggers(System.Object,System.EventArgs)">
<summary>Turns off all triggers enabled on the camera.</summary>
<param name="sender">The sender of the event.</param>
<param name="e">The event argument.</param>
</member>
<member name="M:Basler.Pylon.Configuration.SoftwareTrigger(System.Object,System.EventArgs)">
<summary>Changes the configuration of the camera to software triggered acquisition.</summary>
<param name="sender">The sender of the event.</param>
<param name="e">The event argument.</param>
<remarks>
Use together with <see cref="M:Basler.Pylon.ICamera.WaitForFrameTriggerReady(System.Int32,Basler.Pylon.TimeoutHandling)" /> and <see cref="M:Basler.Pylon.ICamera.ExecuteSoftwareTrigger" />.
To automatically apply this configuration when the connection to the camera is opened, add it to the <see cref="E:Basler.Pylon.ICamera.CameraOpened" /> event before calling ICamera.Open().
</remarks>
</member>
<member name="M:Basler.Pylon.Configuration.SoftwareTrigger(Basler.Pylon.ICamera)">
<summary>Changes the configuration of the camera to software triggered acquisition.</summary>
<param name="camera">The camera to be configured.</param>
<remarks>
The camera has to be opened before calling this function.
<para>
Use together with <see cref="M:Basler.Pylon.ICamera.WaitForFrameTriggerReady(System.Int32,Basler.Pylon.TimeoutHandling)" /> and <see cref="M:Basler.Pylon.ICamera.ExecuteSoftwareTrigger" />.
</para></remarks>
</member>
<member name="M:Basler.Pylon.Configuration.AcquireSingleFrame(System.Object,System.EventArgs)">
<summary>Changes the configuration of the camera to single frame acquisition.</summary>
<param name="sender">The sender of the event.</param>
<param name="e">The event argument.</param>
<remarks>
<para>
To maximize the frame rate, grabbing single images using a software trigger is recommended.
Using a software trigger will reduce the overhead per grabbed image compared to single frame acquisition.
To automatically apply this configuration when the connection to the camera is opened, add it to the <see cref="E:Basler.Pylon.ICamera.CameraOpened" /> event before calling ICamera.Open().
</para>
</remarks>
</member>
<member name="M:Basler.Pylon.Configuration.AcquireSingleFrame(Basler.Pylon.ICamera)">
<summary>Changes the configuration of the camera to single frame acquisition.</summary>
<param name="camera">The camera to be configured.</param>
<remarks>
The camera has to be opened before calling this function.
<para>
To maximize the frame rate, grabbing single images using a software trigger is recommended.
Using a software trigger will reduce the overhead per grabbed image compared to single frame acquisition.
</para></remarks>
</member>
<member name="M:Basler.Pylon.Configuration.AcquireContinuous(System.Object,System.EventArgs)">
<summary>Changes the configuration of the camera to free-running continuous acquisition.</summary>
<param name="sender">The sender of the event.</param>
<param name="e">The event argument.</param>
<remarks>
To automatically apply this configuration when the connection to the camera is opened, add it to the <see cref="E:Basler.Pylon.ICamera.CameraOpened" /> event before calling ICamera.Open().
</remarks>
</member>
<member name="M:Basler.Pylon.Configuration.AcquireContinuous(Basler.Pylon.ICamera)">
<summary>Changes the configuration of the camera to free-running continuous acquisition.</summary>
<param name="camera">The camera to be configured.</param>
<remarks>
The camera has to be opened before calling this function.
</remarks>
</member>
<member name="T:Basler.Pylon.Configuration">
<summary>Provides standard camera configurations.</summary>
</member>
<member name="T:Basler.Pylon.GrabLoop">
<summary>Defines the use of an additional grab loop thread.</summary>
</member>
<member name="F:Basler.Pylon.GrabLoop.ProvidedByUser">
<summary>The user provides code that calls IStreamGrabber.RetrieveResult() in a loop to process grabbed images and camera events.</summary>
</member>
<member name="F:Basler.Pylon.GrabLoop.ProvidedByStreamGrabber">
<summary>The grab loop thread is provided by the stream grabber. It calls IStreamGrabber.RetrieveResult in a loop. The grabbed images are processed by ImageGrabbed event handlers. The grab loop thread is started when grabbing starts.</summary>
</member>
<member name="T:Basler.Pylon.GrabStrategy">
<summary>Lists the possible grab strategies.</summary>
</member>
<member name="F:Basler.Pylon.GrabStrategy.LatestImages">
<summary>Image are continuously grabbed, but only the latest PLCameraInstance.OutputQueueSize images are kept.
Other grabbed images are skipped. This strategy can be used if the application does not retrieve all images in time.
The PLCameraInstance.OutputQueueSize parameter can be used to control how many images can be queued in the output queue.
When setting the output queue size to PLCameraInstance.MaxNumBuffer, this strategy is equivalent to GrabStrategy_OneByOne.
This strategy can be used for displaying images or any other use cases that do not require to process every single image,
e.g. some barcode scanning use cases.
By setting PLCameraInstance.OutputQueueSize to 1 and PLCameraInstance.MaxNumBuffer to 2 only a few buffers are required
and if the images cannot be displayed/processed fast enough older images are automatically discarded.
Note that the number buffers set need to be chosen depending on the actual use case.
</summary>
</member>
<member name="F:Basler.Pylon.GrabStrategy.OneByOne">
<summary>Images are processed in the order of their arrival.
This is the default grab strategy.
It is typically used for an inspection system that needs to process every triggered image, e.g. for quality control of manufactured items.
</summary>
</member>
<member name="P:Basler.Pylon.IGrabResult.Container">
<summary>
Retrieves the container with the data components.
</summary>
<remarks>
<para>
Any grab result containing an image can create a data container.
Some cameras can return grab results consisting of multiple components.
</para>
<para>
<b>Preconditions:</b> The grab result must be valid.</para>
<para>
<b>Error Safety:</b> Does throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IGrabResult.Clone">
<summary>
Clones the grab result for distribution of the grab result data to different modules.
All clones must be disposed. The cloned grab result references the same grab result data. No grab result data is copied.
</summary>
<returns>Returns a new grab result referencing the same grab result data.</returns>
<remarks>
<note type="warning">
If the grab results are never disposed, the grabbing will stop with an input queue underrun.
</note>
<para>
<b>Error Safety:</b>
<br /> Can throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IGrabResult.SkippedImageCount">
<summary>The number of images that were skipped before this image was acquired.</summary>
<returns>
Always returns a number larger than or equal 0. This number does not include the
number of images lost in case of a buffer underrun in the driver.
</returns>
<remarks>
<para>
<b>Error Safety:</b>
<br />Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IGrabResult.ImageNumber">
<summary>The number of the image.</summary>
<para>
Always returns a number larger than 0. The counting starts with 1
and is reset with every call of IStreamGrabber::Start().
</para>
<remarks>
<para>
<b>Error Safety:</b>
<br />Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IGrabResult.ID">
<summary>The ID of the grabbed image.</summary>
<remarks>
<para>
Always returns a number larger than 0. The counting starts with 1 and is never
reset during the lifetime of the Instant Camera object.
</para>
<para>
<b>Error Safety:</b>
<br />Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IGrabResult.BufferUserData">
<summary>Get the pointer of the buffer context retrieved when calling <see cref="M:Basler.Pylon.IBufferFactory.AllocateBuffer(System.Int64,System.Object@,System.IntPtr@,System.Object@)" />.</summary>
<remarks>
<para>
<b>Error Safety:</b>
<br />Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IGrabResult.StreamGrabberUserData">
<summary>The UserData value assigned to the stream grabber object.</summary>
<remarks>
<para>The UserData of the stream grabber is attached to the grab result when
the grab result is retrieved.</para>
<para>
<b>Error Safety:</b>
<br />Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IGrabResult.Timestamp">
<summary>The camera specific tick count.</summary>
<remarks>
<para>
The tick count indicates when the image exposure was started.
Cameras that do not support this feature return zero. If supported, this
can be used to determine which image AOIs were acquired simultaneously.
</para>
<para>
<b>Error Safety:</b>
<br />Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IGrabResult.BlockID">
<summary>The block ID of the grabbed frame. The format of the value depends on the camera device used.</summary>
<remarks>
<para>
<b>GigE Camera Devices</b>: The sequence number starts with 1 and wraps at 65535.
The value 0 indicates that this feature is not supported by the camera.
</para>
<para>
<b>USB camera devices</b>: The sequence number starts with 0 and uses the full 64 bit range.</para>
<para>
<b>Attention:</b>
<br />
A block ID with the value UINT64_MAX indicates that the block ID is invalid and must not be used.
</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IGrabResult.PayloadSize">
<summary>The current payload size in bytes.</summary>
<remarks>
<para>
<b>Error Safety:</b>
<br />Does not throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IGrabResult.CheckCRC">
<summary>Indicates if the CRC checksum of the buffer is valid.</summary>
<returns>Returns true if the CRC checksum is valid.</returns>
<remarks>
<para>
<b>Error Safety:</b>
<br />Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IGrabResult.HasCRC">
<summary>Indicates if the buffer has a CRC checksum attached.
A CRC checksum needs to be activated for the camera device. See the PayloadCRC16 chunk.</summary>
<remarks>
<para>
<b>Error Safety:</b>
<br />Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IGrabResult.ChunkData">
<summary>The collection of attached chunk data.</summary>
<remarks>
<para>The returned collection can be empty.</para>
<para>
<b>Error Safety:</b>
<br />Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IGrabResult.HasChunkData">
<summary>Indicates if chunk data is available.</summary>
<remarks>
<para>
This is the case if: a) the chunk mode is enabled for the camera device,
b) the parameter <see cref="P:Basler.Pylon.PLCameraInstance.ChunkNodeMapsEnable" /> of the camera object is set to true (default setting),
c) chunk data node maps are supported by the transport layer of the camera device.
</para>
<para>
<b>Error Safety:</b>
<br />Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IGrabResult.ErrorDescription">
<summary>Description of the error generated when an image cannot be grabbed successfully (GrabSucceeded is false).</summary>
<remarks>
<para>
<b>Error Safety:</b>
<br />Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IGrabResult.ErrorCode">
<summary>The error code generated when an image cannot be grabbed successfully (GrabSucceeded is false).</summary>
<remarks>
<para>
<b>Error Safety:</b>
<br />Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IGrabResult.GrabSucceeded">
<summary>Indicates if an image has been grabbed successfully.</summary>
<remarks>
<para>
<b>Error Safety:</b>
<br />Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IGrabResult.OffsetY">
<summary>Vertical offset from the top of the sensor to the image ROI.</summary>
<returns>
Vertical offset from the top of the sensor to the image ROI.
This specifies the position of the image ROI.
Only defined if the grab result contains image data.
</returns>
<remarks>
<para>
<b>Error Safety:</b>
<br />Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IGrabResult.OffsetX">
<summary>Horizontal offset from the left side of the sensor to the image ROI.</summary>
<returns>
Horizontal offset from the left side of the sensor to the image ROI.
This specifies the position of the image ROI.
Only defined if the grab result contains image data.
</returns>
<remarks>
<para>
<b>Error Safety:</b>
<br />Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IGrabResult.PaddingY">
<summary>The number of data bytes added to the end of the image data.</summary>
<remarks>
<para>
<b>Error Safety:</b>
<br />Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IGrabResult.PayloadTypeValue">
<summary>The payload type.</summary>
<remarks>
<para>
<b>Error Safety:</b>
<br />Does not throw exceptions.</para>
</remarks>
</member>
<member name="T:Basler.Pylon.IGrabResult">
<summary>
Interface of the grab result data.
</summary>
<remarks>
<para>
The grab result controls the reuse and the lifetime of the referenced pixel data buffer.
If the original and all cloned grab results referencing a pixel data buffer are disposed,
the pixel data buffer is freed or reused by the camera stream grabber (depending on the used buffer type).
The data and the pixel data buffer are still valid after the original camera object has been disposed.
</para>
<note type="warning">
If the grab results are never disposed, the grabbing will stop with an input queue underrun.
</note>
<para>
The grab result interface is derived from <see cref="T:Basler.Pylon.IImage" />. The IImage interface provides the property <see cref="P:Basler.Pylon.IImage.IsValid" />.
The grab result is considered a valid image if the <see cref="P:Basler.Pylon.IImage.PixelTypeValue" /> is defined and
<see cref="P:Basler.Pylon.IImage.Width" /> and <see cref="P:Basler.Pylon.IImage.Height" /> are larger than zero.
The <see cref="P:Basler.Pylon.IImage.PixelData" /> is provided as a byte array if no custom buffer factory is used.
With a custom buffer factory the provided type is dependent on its specific implementation.
</para>
</remarks>
</member>
<member name="M:Basler.Pylon.PLCameraInstance.BufferHandlingModeEnum.ToString">
<summary>The full name of BufferHandlingMode</summary>
<returns>Returns the full name of BufferHandlingMode</returns>
</member>
<member name="P:Basler.Pylon.PLCameraInstance.BufferHandlingModeEnum.Name">
<summary>The full name of BufferHandlingMode</summary>
</member>
<member name="P:Basler.Pylon.PLCameraInstance.BufferHandlingModeEnum.Stream">
<summary>
<para>The initial number of available buffers is set by the MaxNumBuffers node and allocated at the start of image acquisition. If more buffers are needed during image acquisition, new buffers are allocated.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraInstance.BufferHandlingModeEnum.Pool">
<summary>
<para>The number of available buffers is set by the MaxNumBuffers node and allocated at the start of image acquisition. It is fixed and will not be changed.</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraInstance.BufferHandlingModeEnum">
<tocexclude />
<summary>
<para>Determines whether the number of available buffers is limited and when they are allocated.</para>
<para>Visibility: Expert</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraInstance.UseExtendedIdIfAvailable">
<summary>
<para>Enabling this setting will use Extended ID if it is supported by the camera and driver. If it is not supported, it will not be used and this setting has no negative side effects.</para>
<para>Visibility: Guru</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraInstance.StaticChunkNodeMapPoolSize">
<summary>
<para>If larger than 0, a static chunk node map pool is used instead of dynamic chunk node map creation.</para>
<para>Visibility: Guru</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraInstance.OutputQueueSize">
<summary>
<para>The size of the grab result buffer output queue.</para>
<para>Visibility: Expert</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraInstance.NumReadyBuffers">
<summary>
<para>The number of grab result buffers in the output queue that are ready for retrieval.</para>
<para>Visibility: Expert</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraInstance.NumQueuedBuffers">
<summary>
<para>
This is the number of buffers that are queued for grabbing in the stream grabber.
The number is influenced by the number of available free buffers and the
maximum number of buffers that can be queued.
See also the MaxNumBuffer and MaxNumQueuedBuffer parameters.
This parameter can be used to check whether the number of buffers ready for grabbing
is stable, which means that the image processing is fast enough to keep up with the
rate of incoming images when using the GrabStrategy_OneByOne grab strategy.
</para>
<para>Visibility: Expert</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraInstance.NumEmptyBuffers">
<summary>
<para>The number of empty buffers that are not used for grabbing yet.</para>
<para>Visibility: Expert</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraInstance.MonitorModeActive">
<summary>
<para>The camera object is set to monitor mode when enabled, e.g. when using the GigE multicast feature. Is writable when the camera object is closed.</para>
<para>Visibility: Guru</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraInstance.MigrationModeActive">
<summary>
<para>The migration mode is set up according to this setting at defined points e.g., when the camera is opened.</para>
<para>Visibility: Guru</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraInstance.MaxNumQueuedBuffer">
<summary>
<para>The maximum number of buffers that are queued in the stream grabber input queue.</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraInstance.MaxNumGrabResults">
<summary>
<para>The maximum number of grab results available at any time during a grab session. This value can be limited to save resources. Furthermore, it can be used to check that the grab results are returned correctly.</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraInstance.MaxNumBuffer">
<summary>
<para>The maximum number of buffers that are allocated and used for grabbing.</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraInstance.InternalGrabEngineThreadPriorityOverride">
<summary>
<para>If enabled, the user can set a custom priority for the internal grab engine thread operating the stream grabber. Otherwise the priority defaults to 25.</para>
<para>Visibility: Guru</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraInstance.InternalGrabEngineThreadPriority">
<summary>
<para>This value sets the absolute thread priority for the internal grab engine thread operating the stream grabber.</para>
<para>Visibility: Guru</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraInstance.GrabLoopThreadUseTimeout">
<summary>
<para>If enabled, the user can set a custom timeout for the grab loop thread's call to RetrieveResult. RetrieveResult is configured to throw an exception on timeout, which will stop the grab session.</para>
<para>Visibility: Guru</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraInstance.GrabLoopThreadTimeout">
<summary>
<para>A custom timeout for the grab loop thread's call to RetrieveResult. RetrieveResult is configured to throw an exception on timeout, which will stop the grab session.</para>
<para>Visibility: Beginner</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraInstance.GrabLoopThreadPriorityOverride">
<summary>
<para>If enabled, the user can set a custom priority for the grab loop thread. Otherwise, the priority of the newly created thread is not changed.</para>
<para>Visibility: Guru</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraInstance.GrabLoopThreadPriority">
<summary>
<para>This value sets the absolute thread priority for the grab loop thread.</para>
<para>Visibility: Guru</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraInstance.GrabCameraEvents">
<summary>
<para>Enables/disables the grabbing of camera events while images are grabbed. Is writable when the camera object is closed.</para>
<para>Visibility: Expert</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraInstance.ClearBufferModeEnable">
<summary>
<para>If set, all buffers will be cleared (set to 0) before grabbing an image. Note that this requires additional processing time per frame.</para>
<para>Visibility: Guru</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraInstance.ChunkNodeMapsEnable">
<summary>
<para>Enables/disables the use of a chunk node map for each grab result. Grab result chunk node maps can be disabled to save resources.</para>
<para>Visibility: Guru</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraInstance.BufferHandlingMode">
<summary>
<para>Determines whether the number of available buffers is limited and when they are allocated.</para>
<para>Visibility: Expert</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCameraInstance.AcquisitionStartStopExecutionEnable">
<summary>
<para>If set, this will automatically execute AcquisitionStart when calling StartGrabbing and AcquisitionStop when calling StopGrabbing. This option is enabled by default.</para>
<para>Visibility: Guru</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCameraInstance">
<summary>List of all parameter names available for CameraInstance</summary>
</member>
<member name="E:Basler.Pylon.IInterface.InterfaceClosed">
<summary>Occurs after the interface has been closed.</summary>
<remarks>
<para> During the execution of this event, the interface is already closed.</para>
<para> If an event handler throws an exception, it will be ignored and the remaining handlers will be called.</para>
<para> This event is fired inside the lock of the interface instance. </para>
</remarks>
</member>
<member name="E:Basler.Pylon.IInterface.InterfaceClosing">
<summary>Occurs before the interface is closed.</summary>
<remarks>
<para> If the interface is closed properly, the interface is still open during the execution of this event.</para>
<para> If an event handler throws an exception, it will be ignored and the remaining handlers will be called.</para>
<para> This event is fired inside the lock of the interface instance.</para>
</remarks>
</member>
<member name="E:Basler.Pylon.IInterface.InterfaceOpened">
<summary>Occurs after the interface has been opened successfully via <see cref="M:Basler.Pylon.IInterface.Open" />.</summary>
<remarks>
<para> During the execution of this event, the interface is already open.</para>
<para> If an event handler called by this event throws an exception, the interface will be closed and the exception will be propagated to the caller of Open(). No other handlers will be called.</para>
<para> This event is fired inside the lock of the interface instance.</para>
</remarks>
</member>
<member name="E:Basler.Pylon.IInterface.InterfaceOpening">
<summary>Occurs before the interface is opened via <see cref="M:Basler.Pylon.IInterface.Open" />.</summary>
<remarks>
<para> During the execution of this event, the interface is not yet open.</para>
<para> If an event handler called by this event throws an exception, it will be propagated to the caller of Open(). No other handlers will be called.</para>
<para> This event is fired inside the lock of the interface instance.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IInterface.EnumerateCameras">
<summary>Retrieves information about cameras connected to the interface.</summary>
<returns>
Returns a list of <see cref="T:Basler.Pylon.ICameraInfo" /> objects, one for each camera found.
The list is ordered by serial number.
</returns>
<remarks>
<para>
The function queries for camera devices connected to the interface and returns a list of
<see cref="T:Basler.Pylon.ICameraInfo" /> objects describing the cameras.
The returned information can be used to create a specific <see cref="T:Basler.Pylon.Camera" /> object.
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the lock of the interface object.</para>
<para>
<b>Error Safety:</b> Can throw exceptions. </para>
</remarks>
</member>
<member name="M:Basler.Pylon.IInterface.Close">
<summary>Closes an interface.</summary>
<remarks>
<para>
<list type="bullet">
<item>If the interface has been already closed, the function returns successfully.</item>
<item>The OnClose event is raised. If any event handler throws an exception it will be ignored and the next event handler will be called.</item>
<item>The interface is closed.</item>
<item>The OnClosed event is raised. If any event handler throws an exception it will be ignored and the next event handler will be called.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the lock of the interface object.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IInterface.Open">
<summary>Opens an interface.</summary>
<returns>Returns a reference to the opened interface.</returns>
<remarks>
<para>
<list type="bullet">
<item>If the interface is already open, the function returns successfully.</item>
<item>The InterfaceOpening event is fired. The notification of event handlers stops in case any eventhandler throws an exception.</item>
<item>The the interface is opened.</item>
<item>The InterfaceOpened event is fired if the interface object has been opened successfully. The notification of event handlers stops in case any eventhandler throws an exception.</item>
</list>
</para>
<para>
Opening the interface may fail if the interface has been already opened by another instance.
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the lock of the interface object.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the interface cannot be opened successfully or if any of the event handlers throws an exception.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IInterface.InterfaceInfo">
<summary>Provides access to interface information.</summary>
<returns>Returns information about the interface.</returns>
<remarks>
<para>Returns the interface information collection containing detailed interface information, e.g. interface ID or interface type.
This information can be read at all times regardless of whether the interface is open or closed.</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the lock of the interface object.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions when read. Can throw exceptions when set and the preconditions are not met.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IInterface.Parameters">
<summary>Returns the parameter collection of the interface for accessing all parameters. Example: interface.Parameters[PLInterface.InterfaceType].GetValue();</summary>
<returns>Returns the parameter collection of the interface.</returns>
<remarks>
<para>
You can use the parameter collection to configure the interface through parameters.
You can access parameters by their name or predefined parameter lists.
Currently, this object type is mainly used for the pylon GenTL Consumer Transport Layer, e.g., for CoaXPress.
All other pylon transport layers currently return one default interface which will have an empty parameter collection.
</para>
<para>
There is one predefined parameter list available: PLInterface
For more information about the parameters, see the documentation for the parameter list.
</para>
<para>
<b>Precondition for accessing the parameters:</b>
<br />
The interface is opened.
</para>
<para>
You can access parameters by passing a key from a parameter list to the index operator, e.g.
<code language="cs">
interface.Parameters[PLInterface.InterfaceType].GetValue();
</code></para>
<para>
<b>Thread Safety:</b> This method is synchronized with the lock of the interface object.</para>
<para>
<b>Error Safety:</b> Can throw exceptions, e.g. if the interface has not been opened</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IInterface.IsOpen">
<summary>Indicates if interface object has been opened.</summary>
<returns>Returns true if interface object has been opened.</returns>
<remarks>
<para>
The 'open' status of an interface instance won't change even if an attached camera is used, e.g., opened or closed.
</para>
<para>
The interface object will not automatically close itself if the interface is disconnected, e.g., if the interface is physically removed from the PC.
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the lock of the interface object.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="T:Basler.Pylon.IInterface">
<summary>
Provides convenient access to an interface.
</summary>
<remarks>
An interface is used to represent a frame grabber board, a network card, etc.
Currently, this object type is mainly used for the pylon GenTL Consumer Transport Layer, e.g., for CoaXPress.
All other pylon transport layers currently return one default interface.
The 'open' status of an interface instance won't change even if an attached camera is used, e.g., opened or closed.
</remarks>
</member>
<member name="M:Basler.Pylon.InterfaceFinder.Enumerate(System.String)">
<summary>
Retrieves information about interfaces of a specific type in the system. An interface may represent a frame grabber board, a network card, etc.
Currently, this method is used mainly for the pylon GenTL Consumer transport layer, which is used for CoaXPress, for example.
All other pylon transport layers return one default interface. The default interface does not provide any parameters and therefore
returns an empty parameter collection.
</summary>
<param name="deviceType">
The name of the device type to enumerate interfaces.
The static class <see cref="T:Basler.Pylon.DeviceType" /> can be used to get a list of valid device class names.
</param>
<returns>
Returns a list of <see cref="T:Basler.Pylon.IInterfaceInfo" /> objects, one per interface found.
The list is ordered by interface ID.
</returns>
<remarks>
<para>
The function queries for interfaces of a specific device class in the system and
returns a list of <see cref="T:Basler.Pylon.IInterfaceInfo" /> objects describing the interfaces.
The returned information can be used to create a specific <see cref="T:Basler.Pylon.Interface" /> object.
The static class <see cref="T:Basler.Pylon.DeviceType" /> can be used to get a list of valid device type names.
</para>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b> Can throw exceptions. </para>
</remarks>
</member>
<member name="M:Basler.Pylon.InterfaceFinder.Enumerate">
<summary>
Retrieves information about interfaces in the system. An interface may represent a frame grabber board, a network card, etc.
Currently, this method is used mainly for the pylon GenTL Consumer transport layer, which is used for CoaXPress, for example.
All other pylon transport layers return one default interface. The default interface does not provide any parameters and therefore
returns an empty parameter collection.
</summary>
<returns>
Returns a list of <see cref="T:Basler.Pylon.IInterfaceInfo" /> objects, one for each interface found.
The list is ordered by device type and interface ID. Device type order: USB, GigE,
Camera Link, other device types ordered by using the &lt; operator, Camera Emulation
</returns>
<remarks>
<para>
The function queries for interfaces in the system and returns a list of
<see cref="T:Basler.Pylon.IInterfaceInfo" /> objects describing the interfaces.
The returned information can be used to create a specific <see cref="T:Basler.Pylon.Interface" /> object.
</para>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b> Can throw exceptions. </para>
</remarks>
</member>
<member name="T:Basler.Pylon.InterfaceFinder">
<summary>
The interface finder can be used to query information about interfaces in the system.
</summary>
</member>
<member name="T:Basler.Pylon.IInterfaceInfo">
<summary> Provides access to the properties of an interface. </summary>
<remarks>
The static class <see cref="T:Basler.Pylon.InterfaceInfoKey" /> can be used to get a list of available interfaces
info keys.
</remarks>
</member>
<member name="P:Basler.Pylon.InterfaceInfoKey.InterfaceID">
<summary>
The ID of the interface.
</summary>
</member>
<member name="P:Basler.Pylon.InterfaceInfoKey.TLType">
<summary>
The transport layer type of the interface.
</summary>
<remarks>
The static class <see cref="P:Basler.Pylon.InterfaceInfoKey.TLType" /> can be used to get a list of available transport
layer types.
</remarks>
</member>
<member name="P:Basler.Pylon.InterfaceInfoKey.DeviceType">
<summary>
The device type of the interface, e.g. BaslerGigE, BaslerUsb, BaslerCameraLink.
</summary>
</member>
<member name="P:Basler.Pylon.InterfaceInfoKey.VendorName">
<summary>
The vendor name of the interface.
</summary>
</member>
<member name="P:Basler.Pylon.InterfaceInfoKey.FriendlyName">
<summary>
The human readable name of the interface.
</summary>
</member>
<member name="T:Basler.Pylon.InterfaceInfoKey">
<summary>
Provides standard interface info key names.
</summary>
</member>
<member name="T:Basler.Pylon.ParameterCollectionEnumerator">
<summary>
IEnumerator implementation for ParameterCollection
</summary>
</member>
<member name="M:Basler.Pylon.IBufferFactory.FreeBuffer(System.Object,System.IntPtr,System.Object)">
<summary>
Frees a previously allocated buffer.
</summary>
<param name="createdPinnedObject">The pointer to the allocated object. Created by this factory.</param>
<param name="createdPinnedBuffer">The pointer to the allocated buffer. Created by this factory.</param>
<param name="bufferUserData">User data information of the buffer returned by <see cref="M:Basler.Pylon.IBufferFactory.AllocateBuffer(System.Int64,System.Object@,System.IntPtr@,System.Object@)" />.</param>
<remarks>
<para>
<b>Thread Safety:</b> This method must be thread-safe.</para>
<para>
<b>Error Safety:</b> Must not throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IBufferFactory.AllocateBuffer(System.Int64,System.Object@,System.IntPtr@,System.Object@)">
<summary>
Allocates a buffer and provides additional context information.
</summary>
<param name="bufferSize">The size of the buffer in bytes that has to be allocated.</param>
<param name="createdPinnedObject">Underlying object (e.g., <see cref="T:System.Array" /> of bytes) that is used for providing createdPinnedBuffer. This object is provided when FreeBuffer() is called.</param>
<param name="createdPinnedBuffer">Return the pointer to the allocated and pinned buffer. This pointer is provided when FreeBuffer() is called.</param>
<param name="bufferUserData">User data information that belongs to the buffer. This user data information is provided when FreeBuffer() is called. The value can be left unchanged if not needed.</param>
<remarks>
<para>
<b>Thread Safety:</b> This method must be thread-safe.</para>
<para>
<b>Error Safety:</b> Must throw an exception if the allocation fails.</para>
</remarks>
</member>
<member name="T:Basler.Pylon.IBufferFactory">
<summary>
Implement this interface to provide custom memory allocation.
</summary>
</member>
<member name="M:Basler.Pylon.DataContainerFactory.CreateFromFile(System.String)">
<summary>
Create a data container from a file.
</summary>
<param name="filename">Path to an existing file.</param>
<returns>Returns a data container.</returns>
<remarks>
<para>
<b>Thread Safety:</b>This method is thread-safe.</para>
<para>
<b>Error Safety:</b>This method throws</para>
<para>
<i>FileLoadException</i> if the file cannot be loaded.</para>
<para>
<i>FileNotFoundException</i> if the file was not found.</para>
</remarks>
</member>
<member name="T:Basler.Pylon.DataContainerFactory">
<summary>
Provides a factory for data container.
</summary>
</member>
<member name="M:Basler.Pylon.IDataContainer.Load(System.String)">
<summary>
Load the data container from a file.
</summary>
<param name="filename">Path to an existing file.</param>
<remarks>
<para>
<b>Postconditions:</b> The data container is valid.</para>
<para>
<b>Thread Safety:</b>This method is not thread-safe.</para>
<para>
<b>Error Safety:</b>This method throws</para>
<para>
<i>FileLoadException</i> If the file cannot be loaded.</para>
<para>
<i>FileNotFoundException</i> If the file was not found.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IDataContainer.Save(System.String)">
<summary>
Store the data container as a file.
</summary>
<param name="filename">Path to a file.</param>
<remarks>
<para>
<b>Preconditions:</b> The data container must be valid.</para>
<para>
<b>Thread Safety:</b> The method is not thread-safe.</para>
<para>
<b>Error Safety:</b> Throws exceptions if the container cannot be saved.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IDataContainer.GetEnumerator">
<summary>
Get access to the data components via IEnumerable interface.
</summary>
<returns>
Returns an IEnumerator object that can be used to iterate through
the collection of data components, e.g., in a foreach loop.
</returns>
<remarks>
<para>
<b>Preconditions:</b> The data container must be valid.</para>
<para>
<b>Thread Safety:</b> The method is not thread-safe.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IDataContainer.Item(System.Int32)">
<summary>
Random access to items per index.
</summary>
<param name="index">The index of an item.</param>
<returns>Returns a single data component.</returns>
<remarks>
<para>
<b>Preconditions:</b> The data container must be valid.</para>
<para>
<b>Thread Safety: The method is not thread-safe.</b>
</para>
<para>
<b>Error Safety:</b>Throws exception if index is out of range.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IDataContainer.Count">
<summary>
The number of components available in the container.
</summary>
<remarks>
<para>
<b>Preconditions:</b> The data container must be valid.</para>
<para>
<b>Thread Safety:</b>This method is not thread-safe.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="T:Basler.Pylon.IDataContainer">
<summary>
Provides methods for accessing grab results consisting of multiple components
</summary>
<remarks>
<para>
Some cameras can return complex grab results consisting of multiple components.
For example, Basler blaze cameras return a data stream that is composed of range,
intensity, and confidence components. To access the individual components, you
can use the <see cref="T:Basler.Pylon.IDataContainer" /> class.
</para>
<para>
An IDataContainer can hold one or more components. You can obtain a container
by calling IGrabResult::Container. You can then use the container
to query for the number of components by calling <see cref="P:Basler.Pylon.IDataContainer.Count" />.
To retrieve a specific component, you can call <see cref="P:Basler.Pylon.IDataContainer.Item(System.Int32)" />.
Each component in the container can be used to access the actual data, e.g., the
range values, and its metadata.
To iterate through the components, use an enumerator returned by
<see cref="M:Basler.Pylon.IDataContainer.GetEnumerator" />. If you use a foreach loop as in the
example below, this is called implicitly.
</para>
<para>
A container can be stored on disk using <see cref="M:Basler.Pylon.IDataContainer.Save(System.String)" /> or restored
from disk using <see cref="M:Basler.Pylon.IDataContainer.Load(System.String)" />.
</para>
<note>Any IDataContainer or IDataComponent must be disposed explicitly.</note>
</remarks>
<example> This sample shows how the enumerator is used implicitly.
<code>
// Retrieve a grab result and show all data components.
IGrabResult grabResult = camera.StreamGrabber.RetrieveResult( 5000, TimeoutHandling.ThrowException );
Console.WriteLine( "Found {0} components in the container.", grabResult.Container.Count );
// Display each component in a separate window.
int displayId = 1;
foreach( IDataComponent dataComponent in grabResult.Container )
{
if (dataComponent.IsValid)
{
Console.WriteLine( "Component type {0}", dataComponent.ComponentType.ToString() );
Console.WriteLine( "2D Size is {0}*{1} pixel", dataComponent.Width, dataComponent.Height );
Console.WriteLine( "Origins from ({0},{1})", dataComponent.OffsetX, dataComponent.OffsetY );
Console.WriteLine( "Pixel type is {0}", dataComponent.PixelTypeValue.ToString() );
Console.WriteLine( "Timestamp is {0}", dataComponent.Timestamp );
Console.WriteLine( "See image in display {0}:", displayId );
dataComponent.Display( displayId );
}
}
</code></example>
</member>
<member name="P:Basler.Pylon.IDataComponent.Orientation">
<summary>The vertical orientation of the pixel data stored in memory.</summary>
<remarks>
<para>
<b>Preconditions:</b> The data component must be valid.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IDataComponent.Timestamp">
<summary>Indicates when the image was taken.</summary>
<remarks>
<para>Returns the camera-specific time the data was created on the camera or 0 if the time is not available.</para>
<note>Timestamp generation is available only on some camera models.</note>
<para>
<b>Preconditions:</b> The data component must be valid.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IDataComponent.PixelDataPointer">
<summary>
The pointer to the pixel data buffer.
The pointer is provided without computational overhead.
Use <see cref="P:Basler.Pylon.IDataComponent.PixelData" /> to access the pixel data buffer like an array.
</summary>
<remarks>
<para>
<b>Preconditions:</b> The data component must be valid.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IDataComponent.PixelData">
<summary>
The pixel data buffer.The type of the object containing the buffer depends on the class implementing this interface.
The pixel data buffer is provided as an array of a type appropriate for the respective pixel type, e.g., UInt16 for Mono16 or Byte for Mono8.
The pixel data is copied when the PixelData function is called.
Use <see cref="P:Basler.Pylon.IDataComponent.PixelDataPointer" /> to access the pixel data buffer without creating a copy.
</summary>
<remarks>
<para>
<b>Preconditions:</b> The data component must be valid.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IDataComponent.PaddingX">
<summary>The number of data bytes added to the end of each row.</summary>
<remarks>
<para>
<b>Preconditions:</b> The data component must be valid.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IDataComponent.OffsetY">
<summary>The number of image rows from the origin.</summary>
<remarks>
<para>
<b>Preconditions:</b> The data component must be valid.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IDataComponent.OffsetX">
<summary>The number of image columns from the origin.</summary>
<remarks>
<para>
<b>Preconditions:</b> The data component must be valid.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IDataComponent.Height">
<summary>The height of the image in pixels, i.e., the number of image rows.</summary>
<remarks>
<para>
<b>Preconditions:</b> The data component must be valid.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IDataComponent.Width">
<summary>The width of the image in pixels, i.e., the number of image columns.</summary>
<remarks>
<para>
<b>Preconditions:</b> The data component must be valid.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IDataComponent.PixelTypeValue">
<summary>The pixel type.</summary>
<remarks>
<note>
Not all components contain pixel data. Only components of type ComponentType_Intensity,
ComponentType_Range, and ComponentType_Confidence return a valid pixel type
</note>
<para>
<b>Preconditions:</b> The data component must be valid.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IDataComponent.ComponentTypeValue">
<summary>The component type.</summary>
<remarks>
<para>
<b>Preconditions:</b> The data component must be valid.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IDataComponent.IsValid">
<summary>Indicates if the component is valid.</summary>
<returns>Returns true if the component is valid.</returns>
<remarks>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="T:Basler.Pylon.IDataComponent">
<summary>
Provides methods for accessing a single data component.
</summary>
<remarks>
<para>
Some cameras can return complex grab results consisting of multiple components.
For example, Basler blaze cameras return a data stream that is composed of range,
intensity, and confidence components. To access the individual components, you
can use the IDataContainer class.
</para>
<para>
Each component in the container can be used to access the actual data, e.g., the range
values, and its metadata.
Before accessing the data, check the <see cref="P:Basler.Pylon.IDataComponent.IsValid" /> property.
The position and the size can be retrieved with <see cref="P:Basler.Pylon.IDataComponent.OffsetX" />/
<see cref="P:Basler.Pylon.IDataComponent.OffsetY" /> and <see cref="P:Basler.Pylon.IDataComponent.Width" />/ <see cref="P:Basler.Pylon.IDataComponent.Height" />. To get access
to the pixel data, call <see cref="P:Basler.Pylon.IDataComponent.PixelData" /> or <see cref="P:Basler.Pylon.IDataComponent.PixelDataPointer" />.
</para>
<note>Any IDataContainer or IDataComponent must be disposed explicitly.</note>
<para>
<b>Thread Safety :</b>
This class is not thread-safe. If you access the same instance from multiple threads,
you must make sure to synchronize the access accordingly.
</para>
</remarks>
</member>
<member name="T:Basler.Pylon.ComponentType">
<summary> Provides standard component types.</summary>
</member>
<member name="F:Basler.Pylon.ComponentType.CalibrationSTA">
<summary>
Component contains the annotated left and right images for calibration.
</summary>
</member>
<member name="F:Basler.Pylon.ComponentType.RawCombinedSTA">
<summary>
Component contains the unrectified intensity images of the left and the right camera combined. The right image is stacked under the left image.
</summary>
</member>
<member name="F:Basler.Pylon.ComponentType.ErrorSTA">
<summary>
Component contains the error map of the acquired disparity image.
</summary>
</member>
<member name="F:Basler.Pylon.ComponentType.IntensityCombinedSTA">
<summary>
Component contains the intensity images of the left and the right camera combined. The right image is stacked under the left image.
</summary>
</member>
<member name="F:Basler.Pylon.ComponentType.Disparity">
<summary>
Component contains disparity value.
</summary>
</member>
<member name="F:Basler.Pylon.ComponentType.Scatter">
<summary>
Component contains scatter value.
</summary>
</member>
<member name="F:Basler.Pylon.ComponentType.Reflectance">
<summary>
Component contains reflectance value.
</summary>
</member>
<member name="F:Basler.Pylon.ComponentType.Confidence">
<summary>
Component contains confidence value.
</summary>
</member>
<member name="F:Basler.Pylon.ComponentType.Range">
<summary>
Component contains range values.
</summary>
</member>
<member name="F:Basler.Pylon.ComponentType.Intensity">
<summary>
Component contains intensity values.
</summary>
</member>
<member name="F:Basler.Pylon.ComponentType.Undefined">
<summary>
The component type is not known or hasn't been set.
</summary>
</member>
<member name="T:Basler.Pylon.PayloadType">
<summary>The list of possible payload types.</summary>
</member>
<member name="F:Basler.Pylon.PayloadType.DevciceSpecific">
<summary>The buffer contains device specific data.</summary>
</member>
<member name="F:Basler.Pylon.PayloadType.GenDC">
<summary>The buffer contains GenDC container.</summary>
</member>
<member name="F:Basler.Pylon.PayloadType.ChunkData">
<summary>The buffer contains chunk data.</summary>
</member>
<member name="F:Basler.Pylon.PayloadType.File">
<summary>The buffer contains file data.</summary>
</member>
<member name="F:Basler.Pylon.PayloadType.RawData">
<summary>The buffer contains raw data.</summary>
</member>
<member name="F:Basler.Pylon.PayloadType.Image">
<summary>The buffer contains image data.</summary>
</member>
<member name="F:Basler.Pylon.PayloadType.Undefined">
<summary>Undefined payload type.</summary>
</member>
<member name="T:Basler.Pylon.GenICamFileSet">
<exclude />
</member>
<member name="M:Basler.Pylon.ImagePersistence.Load(System.String,System.Byte[]@,Basler.Pylon.PixelType@,System.Int32@,System.Int32@,System.Int32@,Basler.Pylon.ImageOrientation@)">
<summary> Loads an image from disk. </summary>
<param name="filename"> Name and path of the image.</param>
<param name="buffer"> The byte array containing the image data on success.</param>
<param name="pixelType"> The pixel type of the image.</param>
<param name="width"> The number of image pixels in a row.</param>
<param name="height"> The number of rows of the image.</param>
<param name="paddingX"> The number of extra data bytes at the end of each row.</param>
<param name="orientation"> The vertical orientation of the image in the image buffer.</param>
<remarks>
<para>
On success, the buffer array will contain the raw image data of the image loaded.
</para>
<para>
Due to automatic conversion during save, saving an image and then loading it again may result in different memory layout of the image data.
</para>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b> Throws an exception if loading the image fails. </para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImagePersistence.Save(Basler.Pylon.ImageFileFormat,System.String,Basler.Pylon.IImage)">
<summary> Saves the image to disk. If required, converts the image to a new format and then saves it.</summary>
<param name="imageFileFormat"> The file format to save the image in.</param>
<param name="filename"> Name and path of the image.</param>
<param name="image"> The image to save.</param>
<remarks>
<para>
If required, the image is automatically converted to a new image and then saved.
An image with a bit depth higher than 8 bit is stored with 16 bit bit depth
if supported by the image file format. In this case, the pixel data is MSB aligned.
If more control over the conversion is required, the <see cref="T:Basler.Pylon.PixelDataConverter" /> class
can be used to convert the input image before saving it.
</para>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item> The pixel type of the image to save must be a supported input format of the <see cref="T:Basler.Pylon.PixelDataConverter" />.</item>
<item> The image must be valid.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b> Throws an exception if saving the image fails. </para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImagePersistence.Save``1(Basler.Pylon.ImageFileFormat,System.String,``0[],Basler.Pylon.PixelType,System.Int32,System.Int32,System.Int32,Basler.Pylon.ImageOrientation)">
<summary> Saves the image to disk. If required, converts the image to a new format and then saves it.</summary>
<param name="imageFileFormat"> The file format to save the image in.</param>
<param name="filename"> Name and path of the image.</param>
<param name="buffer"> The array providing the buffer of the image.</param>
<param name="pixelType"> The pixel type of the image to save.</param>
<param name="width"> The number of pixels in a row of the image to save.</param>
<param name="height"> The number of rows of the image to save.</param>
<param name="paddingX"> The number of extra data bytes at the end of each row.</param>
<param name="orientation"> The vertical orientation of the image in the image buffer.</param>
<typeparam name="T"> The array item value type of the destination buffer array.</typeparam>
<remarks>
<para>
If required, the image is automatically converted to a new image and then saved.
An image with a bit depth higher than 8 bit is stored with 16 bit bit depth
if supported by the image file format. In this case, the pixel data is MSB aligned.
If more control over the conversion is required, the <see cref="T:Basler.Pylon.PixelDataConverter" /> class
can be used to convert the input image before saving it.
</para>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item> The pixel type of the image to save must be a supported input format of the <see cref="T:Basler.Pylon.PixelDataConverter" />.</item>
<item> The width value must be &gt;= 0.</item>
<item> The height value must be &gt;= 0.</item>
<item> The paddingX value must be &gt;= 0.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b> Throws an exception if saving the image fails. </para>
</remarks>
</member>
<member name="M:Basler.Pylon.ImagePersistence.Save(Basler.Pylon.ImageFileFormat,System.String,System.IntPtr,System.Int64,Basler.Pylon.PixelType,System.Int32,System.Int32,System.Int32,Basler.Pylon.ImageOrientation)">
<summary> Saves the image to disk. If required, converts the image to a new format and then saves it.</summary>
<param name="imageFileFormat"> The file format to save the image in.</param>
<param name="filename"> Name and path of the image.</param>
<param name="pBuffer"> The pointer to the buffer of the image.</param>
<param name="bufferSize"> The size of the buffer in bytes.</param>
<param name="pixelType"> The pixel type of the image to save.</param>
<param name="width"> The number of pixels in a row of the image to save.</param>
<param name="height"> The number of rows of the image to save.</param>
<param name="paddingX"> The number of extra data bytes at the end of each row.</param>
<param name="orientation"> The vertical orientation of the image in the image buffer.</param>
<remarks>
<para>
If required, the image is automatically converted to a new image and then saved.
An image with a bit depth higher than 8 bit is stored with 16 bit bit depth
if supported by the image file format. In this case, the pixel data is MSB aligned.
If more control over the conversion is required, the <see cref="T:Basler.Pylon.PixelDataConverter" /> class
can be used to convert the input image before saving it.
</para>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item> The bufferSize value must be &gt;= 0.</item>
<item> The pixel type of the image to save must be a supported input format of the <see cref="T:Basler.Pylon.PixelDataConverter" />.</item>
<item> The width value must be &gt;= 0.</item>
<item> The height value must be &gt;= 0.</item>
<item> The paddingX value must be &gt;= 0.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b> Throws an exception if saving the image fails. </para>
</remarks>
</member>
<member name="T:Basler.Pylon.ImagePersistence">
<summary> Contains static methods that support saving of images.</summary>
</member>
<member name="T:Basler.Pylon.ImageFileFormat">
<summary> List of available file formats for ImagePersistence.</summary>
</member>
<member name="F:Basler.Pylon.ImageFileFormat.Raw">
<summary>Saves the raw image buffer data. Packed image formats are unpacked. In the format used for saving, the data cannot be loaded using ImagePersistence.Load</summary>
</member>
<member name="F:Basler.Pylon.ImageFileFormat.Png">
<summary>Portable Network Graphics (PNG) format. Lossless data compression.</summary>
</member>
<member name="F:Basler.Pylon.ImageFileFormat.Jpeg">
<summary>Joint Photographic Experts Group (JPEG) format. Lossy data compression.</summary>
</member>
<member name="F:Basler.Pylon.ImageFileFormat.Tiff">
<summary>Tagged Image File Format (TIFF), no compression. Supports mono images with more than 8 bit bit depth.</summary>
</member>
<member name="F:Basler.Pylon.ImageFileFormat.Bmp">
<summary>Windows Bitmap (BMP) format, no compression.</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.VignettingCorrectionModeEnum.ToString">
<summary>The full name of VignettingCorrectionMode</summary>
<returns>Returns the full name of VignettingCorrectionMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.VignettingCorrectionModeEnum.Name">
<summary>The full name of VignettingCorrectionMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.VignettingCorrectionModeEnum.On">
<summary>
<para>The vignetting correction is enabled.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.VignettingCorrectionModeEnum.Off">
<summary>
<para>The vignetting correction is disabled.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.VignettingCorrectionModeEnum">
<tocexclude />
<summary>
<para>The Vignetting Correction feature allows you to remove vignetting artifacts from your images. To do this, you first have to create vignetting correction data. For more information, see the Basler Product Documentation.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=VignettingCorrectionMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.VInpSignalSourceEnum.ToString">
<summary>The full name of VInpSignalSource</summary>
<returns>Returns the full name of VInpSignalSource</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.VInpSignalSourceEnum.Name">
<summary>The full name of VInpSignalSource</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.VInpSignalSourceEnum.Line8">
<summary>
<para>TODO.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.VInpSignalSourceEnum.Line7">
<summary>
<para>TODO.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.VInpSignalSourceEnum.Line6">
<summary>
<para>TODO.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.VInpSignalSourceEnum.Line5">
<summary>
<para>TODO.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.VInpSignalSourceEnum.Line4">
<summary>
<para>TODO.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.VInpSignalSourceEnum.Line3">
<summary>
<para>TODO.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.VInpSignalSourceEnum.Line2">
<summary>
<para>TODO.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.VInpSignalSourceEnum.Line1">
<summary>
<para>TODO.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.VInpSignalSourceEnum.CC4">
<summary>
<para>TODO.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.VInpSignalSourceEnum.CC3">
<summary>
<para>TODO.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.VInpSignalSourceEnum.CC2">
<summary>
<para>TODO.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.VInpSignalSourceEnum.CC1">
<summary>
<para>TODO.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.VInpSignalSourceEnum">
<tocexclude />
<summary>
<para>This enumeration selects the I/O line on which the camera receives the virtual input signal.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=VInpSignalSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.VInpSignalReadoutActivationEnum.ToString">
<summary>The full name of VInpSignalReadoutActivation</summary>
<returns>Returns the full name of VInpSignalReadoutActivation</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.VInpSignalReadoutActivationEnum.Name">
<summary>The full name of VInpSignalReadoutActivation</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.VInpSignalReadoutActivationEnum.RisingEdge">
<summary>
<para>This enumeration value sets the type of signal change necessary to start the signal evaluation. When the camera detects a rising edge, it starts evaluating the incoming bit patterns.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.VInpSignalReadoutActivationEnum.FallingEdge">
<summary>
<para>This enumeration value sets the type of signal change necessary to start the signal evaluation. When the camera detects a falling edge, it starts evaluating the incoming bit patterns.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.VInpSignalReadoutActivationEnum">
<tocexclude />
<summary>
<para>This enumeration selects when to start the signal evaluation. The camera waits for a rising/falling edge on the input line. When the appropriate signal has been received, the camera starts evaluating the incoming bit patterns. When one bit pattern is finished, the camera waits for the next rising/falling edge to read out the next incoming bit pattern. The camera stops listening once three bits have been received.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=VInpSignalReadoutActivation" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.UserSetSelectorEnum.ToString">
<summary>The full name of UserSetSelector</summary>
<returns>Returns the full name of UserSetSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetSelectorEnum.Name">
<summary>The full name of UserSetSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetSelectorEnum.UserSet3">
<summary>
<para>User set 3 can be saved, loaded, or configured.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetSelectorEnum.UserSet2">
<summary>
<para>User set 2 can be saved, loaded, or configured.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetSelectorEnum.UserSet1">
<summary>
<para>User set 1 can be saved, loaded, or configured.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetSelectorEnum.LightMicroscopy">
<summary>
<para>The Light Microscopy factory set can be loaded.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetSelectorEnum.HighGain">
<summary>
<para>The High Gain factory set can be loaded. This user set increases the gain by 6 dB.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetSelectorEnum.Default">
<summary>
<para>The Default User Set factory set can be loaded. This user set configures the camera to provide good camera performance in many common applications under normal conditions.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetSelectorEnum.Custom1">
<summary>
<para>The Custom 1 factory set can be loaded.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetSelectorEnum.Custom0">
<summary>
<para>The Custom 0 factory set can be loaded.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetSelectorEnum.ColorRaw">
<summary>
<para>The Color Raw factory set can be loaded. This user set disables the color enhancement features.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetSelectorEnum.Color">
<summary>
<para>The Color factory set can be loaded. This user set configures the camera to produce good color images under the most common lighting conditions.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetSelectorEnum.AutoFunctions">
<summary>
<para>The Auto Functions factory set can be loaded. This user set enables the camera's Exposure Auto and Gain Auto auto functions.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.UserSetSelectorEnum">
<tocexclude />
<summary>
<para>Sets the user set or the factory set to load, save, or configure.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.UserSetLoad" />, <see cref="P:Basler.Pylon.PLCamera.UserSetSave" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=UserSetSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.UserSetDefaultSelectorEnum.ToString">
<summary>The full name of UserSetDefaultSelector</summary>
<returns>Returns the full name of UserSetDefaultSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetDefaultSelectorEnum.Name">
<summary>The full name of UserSetDefaultSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetDefaultSelectorEnum.UserSet3">
<summary>
<para>User set 3 is set as the default startup set.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetDefaultSelectorEnum.UserSet2">
<summary>
<para>User set 2 is set as the default startup set.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetDefaultSelectorEnum.UserSet1">
<summary>
<para>User set 1 is set as the default startup set.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetDefaultSelectorEnum.LightMicroscopy">
<summary>
<para>The Light Microscopy factory set is set as the default startup set.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetDefaultSelectorEnum.HighGain">
<summary>
<para>The High Gain factory set is set as the default startup set.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetDefaultSelectorEnum.Default">
<summary>
<para>The Default User Set factory set is set as the default startup set.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetDefaultSelectorEnum.Custom1">
<summary>
<para>Custom 1 factory set is set as the default startup set.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetDefaultSelectorEnum.Custom0">
<summary>
<para>Custom 0 factory set is set as the default startup set.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetDefaultSelectorEnum.ColorRaw">
<summary>
<para>The Color Raw factory set is set as the default startup set.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetDefaultSelectorEnum.Color">
<summary>
<para>The Color factory set is set as the default startup set.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetDefaultSelectorEnum.AutoFunctions">
<summary>
<para>The Auto Functions factory set is set as the default startup set.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.UserSetDefaultSelectorEnum">
<tocexclude />
<summary>
<para>Sets the user set or the factory set to be used as the startup set. The default startup set will be loaded as the active set whenever the camera is powered on or reset.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=UserSetDefaultSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.UserSetDefaultEnum.ToString">
<summary>The full name of UserSetDefault</summary>
<returns>Returns the full name of UserSetDefault</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetDefaultEnum.Name">
<summary>The full name of UserSetDefault</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetDefaultEnum.UserSet3">
<summary>
<para>User set 3 is set as the default startup set.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetDefaultEnum.UserSet2">
<summary>
<para>User set 2 is set as the default startup set.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetDefaultEnum.UserSet1">
<summary>
<para>User set 1 is set as the default startup set.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetDefaultEnum.LightMicroscopy">
<summary>
<para>The Light Microscopy factory set is set as the default startup set.</para>
<para>Applies to: ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetDefaultEnum.HighGain">
<summary>
<para>The High Gain factory set is set as the default startup set.</para>
<para>Applies to: ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetDefaultEnum.Default">
<summary>
<para>The Default User Set factory set is set as the default startup set.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetDefaultEnum.ColorRaw">
<summary>
<para>The Color Raw factory set is set as the default startup set.</para>
<para>Applies to: ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetDefaultEnum.Color">
<summary>
<para>The factory set enabling color adjustments is set as the startup set.</para>
<para>Applies to: ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetDefaultEnum.AutoFunctions">
<summary>
<para>The Auto Functions factory set is set as the default startup set.</para>
<para>Applies to: ace USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.UserSetDefaultEnum">
<tocexclude />
<summary>
<para>Sets the user set or the factory set to be used as the startup set. The startup set will be loaded as the active set whenever the camera is powered on or reset.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=UserSetDefault" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.UserOutputSelectorEnum.ToString">
<summary>The full name of UserOutputSelector</summary>
<returns>Returns the full name of UserOutputSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.UserOutputSelectorEnum.Name">
<summary>The full name of UserOutputSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserOutputSelectorEnum.UserOutputLine4">
<summary>
<para>User-settable output signal Line 4 can be configured.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserOutputSelectorEnum.UserOutputLine3">
<summary>
<para>User-settable output signal Line 3 can be configured.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserOutputSelectorEnum.UserOutputLine2">
<summary>
<para>User-settable output signal Line 2 can be configured.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserOutputSelectorEnum.UserOutputLine1">
<summary>
<para>User-settable output signal Line 1 can be configured.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserOutputSelectorEnum.UserOutputClSpare">
<summary>
<para>The user-settable output signal CL Spare can be configured.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserOutputSelectorEnum.UserOutputCC4">
<summary>
<para>This enumeration value selects user settable output signal CC4 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserOutputSelectorEnum.UserOutputCC3">
<summary>
<para>This enumeration value selects user settable output signal CC3 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserOutputSelectorEnum.UserOutputCC2">
<summary>
<para>This enumeration value selects user settable output signal CC2 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserOutputSelectorEnum.UserOutputCC1">
<summary>
<para>This enumeration value selects user settable output signal CC1 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserOutputSelectorEnum.UserOutput8">
<summary>
<para>This enumeration value selects user settable output signal 8 for configuration.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserOutputSelectorEnum.UserOutput7">
<summary>
<para>This enumeration value selects user settable output signal 7 for configuration.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserOutputSelectorEnum.UserOutput6">
<summary>
<para>The user-settable output signal 6 can be configured.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserOutputSelectorEnum.UserOutput5">
<summary>
<para>The user-settable output signal 5 can be configured.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserOutputSelectorEnum.UserOutput4">
<summary>
<para>The user-settable output signal 4 can be configured.</para>
<para>Applies to: CameraLink, ace GigE and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserOutputSelectorEnum.UserOutput3">
<summary>
<para>The user-settable output signal 3 can be configured.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserOutputSelectorEnum.UserOutput2">
<summary>
<para>The user-settable output signal 2 can be configured.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserOutputSelectorEnum.UserOutput1">
<summary>
<para>The user-settable output signal 1 can be configured.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserOutputSelectorEnum.UserOutput0">
<summary>
<para>The user-settable output signal 0 can be configured.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.UserOutputSelectorEnum">
<tocexclude />
<summary>
<para>Sets the user-settable output signal to be configured. All changes to the user-settable output signal settings will be applied to the selected user-settable output signal.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.UserOutputValue" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=UserOutputSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.UserDefinedValueSelectorEnum.ToString">
<summary>The full name of UserDefinedValueSelector</summary>
<returns>Returns the full name of UserDefinedValueSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.UserDefinedValueSelectorEnum.Name">
<summary>The full name of UserDefinedValueSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserDefinedValueSelectorEnum.Value5">
<summary>
<para>The user-defined value 5 can be configured.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserDefinedValueSelectorEnum.Value4">
<summary>
<para>The user-defined value 4 can be configured.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserDefinedValueSelectorEnum.Value3">
<summary>
<para>The user-defined value 3 can be configured.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserDefinedValueSelectorEnum.Value2">
<summary>
<para>The user-defined value 2 can be configured.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserDefinedValueSelectorEnum.Value1">
<summary>
<para>The user-defined value 1 can be configured.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.UserDefinedValueSelectorEnum">
<tocexclude />
<summary>
<para>Sets the user-defined value to set or read.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Guru</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.UserDefinedValue" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=UserDefinedValueSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.TriggerSourceEnum.ToString">
<summary>The full name of TriggerSource</summary>
<returns>Returns the full name of TriggerSource</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.Name">
<summary>The full name of TriggerSource</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.VInputDecActive">
<summary>
<para>Sets the signal source for the selected trigger to Virtual Input Decoder Active.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.VInput4">
<summary>
<para>Sets the signal source for the selected trigger to Virtual Input 4.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.VInput3">
<summary>
<para>Sets the signal source for the selected trigger to Virtual Input 3.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.VInput2">
<summary>
<para>Sets the signal source for the selected trigger to Virtual Input 2.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.VInput1">
<summary>
<para>Sets the signal source for the selected trigger to Virtual Input 1.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.UserOutput2">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to user output 2.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.UserOutput1">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to user output 1.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.Timer2End">
<summary>
<para>The Timer 2 End trigger can be configured.</para>
<para>Applies to: CamEmu, ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.Timer2Active">
<summary>
<para>The Timer 2 Active trigger can be configured.</para>
<para>Applies to: CamEmu, ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.Timer1Start">
<summary>
<para>This enumeration value sets the signal source for the selected trigger to timer 1 start.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.Timer1End">
<summary>
<para>The Timer 1 End trigger can be configured.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.Timer1Active">
<summary>
<para>The Timer 1 Active trigger can be configured.</para>
<para>Applies to: CamEmu, ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.SoftwareSignal3">
<summary>
<para>The source signal for the selected trigger is set to software signal 3.</para>
<para>Applies to: CamEmu, ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.SoftwareSignal2">
<summary>
<para>The source signal for the selected trigger is set to software signal 2.</para>
<para>Applies to: CamEmu, ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.SoftwareSignal1">
<summary>
<para>The source signal for the selected trigger is set to software signal 1.</para>
<para>Applies to: CamEmu, ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.Software">
<summary>
<para>The source signal for the selected trigger is set to software triggering.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.ShaftEncoderModuleOut">
<summary>
<para>The source signal for the selected trigger is set to the shaft encoder module.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.PeriodicSignal1">
<summary>
<para>The source signal for the selected trigger is set to Periodic Signal 1.</para>
<para>Applies to: CamEmu, ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.Line8">
<summary>
<para>The source signal for the selected trigger is set to Line 8.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.Line7">
<summary>
<para>The source signal for the selected trigger is set to Line 7.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.Line6">
<summary>
<para>The source signal for the selected trigger is set to Line 6.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.Line5">
<summary>
<para>The source signal for the selected trigger is set to Line 5.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.Line4">
<summary>
<para>The source signal for the selected trigger is set to Line 4.</para>
<para>Applies to: CameraLink, ace GigE, ace USB and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.Line3">
<summary>
<para>The source signal for the selected trigger is set to Line 3.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.Line2">
<summary>
<para>The source signal for the selected trigger is set to Line 2.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.Line1">
<summary>
<para>The source signal for the selected trigger is set to Line 1.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.In4">
<summary>
<para>Trigger on signal of physical input 4.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.In3">
<summary>
<para>Trigger on signal of physical input 3.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.In2">
<summary>
<para>Trigger on signal of physical input 2.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.In1">
<summary>
<para>Trigger on signal of physical input 1.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.FrequencyConverter">
<summary>
<para>The source signal for the selected trigger is set to Frequency Converter.</para>
<para>Applies to: CameraLink, ace GigE, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.EncoderReverse1">
<summary>
<para>The source signal for the selected trigger is set to Encoder Reverse 1.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.Encoder1">
<summary>
<para>The source signal for the selected trigger is set to Encoder 1.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.CxpTrigger1">
<summary>
<para>The source signal for the selected trigger is set to CXP Trigger 1.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.CxpTrigger0">
<summary>
<para>The source signal for the selected trigger is set to CXP Trigger 0.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.Counter4Start">
<summary>
<para>The source signal for the selected trigger is set to Counter 4 Start.</para>
<para>Applies to: racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.Counter4End">
<summary>
<para>The source signal for the selected trigger is set to Counter 4 End.</para>
<para>Applies to: racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.Counter4Active">
<summary>
<para>The source signal for the selected trigger is set to Counter 4 Active.</para>
<para>Applies to: racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.Counter3Start">
<summary>
<para>The source signal for the selected trigger is set to Counter 3 Start.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.Counter3End">
<summary>
<para>The source signal for the selected trigger is set to Counter 3 End.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.Counter3Active">
<summary>
<para>The source signal for the selected trigger is set to Counter 3 Active.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.Counter2Start">
<summary>
<para>The source signal for the selected trigger is set to Counter 2 Start.</para>
<para>Applies to: CamEmu, ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.Counter2End">
<summary>
<para>The source signal for the selected trigger is set to Counter 2 End.</para>
<para>Applies to: CamEmu, ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.Counter2Active">
<summary>
<para>The source signal for the selected trigger is set to Counter 2 Active.</para>
<para>Applies to: CamEmu, ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.Counter1Start">
<summary>
<para>The source signal for the selected trigger is set to Counter 1 Start.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.Counter1End">
<summary>
<para>The source signal for the selected trigger is set to Counter 1 End.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.Counter1Active">
<summary>
<para>The source signal for the selected trigger is set to Counter 1 Active.</para>
<para>Applies to: CamEmu, ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.CXPTrigger0">
<summary>
<para>The CXP Trigger 0 trigger can be configured.</para>
<para>Applies to: boost V CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.CC4">
<summary>
<para>The source signal for the selected trigger is set to CC4.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.CC3">
<summary>
<para>The source signal for the selected trigger is set to CC3.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.CC2">
<summary>
<para>The source signal for the selected trigger is set to CC2.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.CC1">
<summary>
<para>The source signal for the selected trigger is set to CC1.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.Action4">
<summary>
<para>The source signal for the selected trigger is set to action command signal 4.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.Action3">
<summary>
<para>The source signal for the selected trigger is set to action command signal 3.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.Action2">
<summary>
<para>The source signal for the selected trigger is set to action command signal 2.</para>
<para>Applies to: CameraLink, ace 2 GigE and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSourceEnum.Action1">
<summary>
<para>The source signal for the selected trigger is set to action command signal 1.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.TriggerSourceEnum">
<tocexclude />
<summary>
<para>Sets the source signal for the selected trigger.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TriggerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.TriggerSelectorEnum.ToString">
<summary>The full name of TriggerSelector</summary>
<returns>Returns the full name of TriggerSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSelectorEnum.Name">
<summary>The full name of TriggerSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSelectorEnum.LineStart">
<summary>
<para>The Line Start trigger can be configured.</para>
<para>Applies to: CameraLink, ace GigE, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSelectorEnum.FrameStart">
<summary>
<para>The Frame Start trigger can be configured.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSelectorEnum.FrameEnd">
<summary>
<para>The Frame End trigger can be configured.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSelectorEnum.FrameBurstStart">
<summary>
<para>The Frame Burst Start trigger can be configured.</para>
<para>Applies to: CamEmu, ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSelectorEnum.FrameBurstEnd">
<summary>
<para>The Frame Burst End trigger can be configured.</para>
<para>Applies to: CamEmu, ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSelectorEnum.FrameBurstActive">
<summary>
<para>The Frame Burst Active trigger can be configured.</para>
<para>Applies to: CamEmu, ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSelectorEnum.FrameActive">
<summary>
<para>The Frame Active trigger can be configured.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSelectorEnum.ExposureStart">
<summary>
<para>The Exposure Start trigger can be configured.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSelectorEnum.ExposureEnd">
<summary>
<para>The Exposure End trigger can be configured.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSelectorEnum.ExposureActive">
<summary>
<para>The Exposure Active trigger can be configured.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSelectorEnum.AcquisitionStart">
<summary>
<para>The Acquisition Start trigger can be configured.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSelectorEnum.AcquisitionEnd">
<summary>
<para>This enumeration value selects the acquisition end trigger for configuration.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSelectorEnum.AcquisitionActive">
<summary>
<para>This enumeration value selects the acquisition active trigger for configuration.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.TriggerSelectorEnum">
<tocexclude />
<summary>
<para>Sets the trigger type to be configured. All changes to the trigger settings will be applied to the selected trigger.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TriggerControlImplementation" /></para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.TriggerActivation" />, <see cref="P:Basler.Pylon.PLCamera.TriggerDelay" />, <see cref="P:Basler.Pylon.PLCamera.TriggerDelayAbs" />, <see cref="P:Basler.Pylon.PLCamera.TriggerDelayLineTriggerCount" />, <see cref="P:Basler.Pylon.PLCamera.TriggerDelaySource" />, <see cref="P:Basler.Pylon.PLCamera.TriggerMode" />, <see cref="P:Basler.Pylon.PLCamera.TriggerPartialClosingFrame" />, <see cref="P:Basler.Pylon.PLCamera.TriggerSoftware" />, <see cref="P:Basler.Pylon.PLCamera.TriggerSource" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.TriggerModeEnum.ToString">
<summary>The full name of TriggerMode</summary>
<returns>Returns the full name of TriggerMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerModeEnum.Name">
<summary>The full name of TriggerMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerModeEnum.On">
<summary>
<para>The currently selected trigger is turned on.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerModeEnum.Off">
<summary>
<para>The currently selected trigger is turned off.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.TriggerModeEnum">
<tocexclude />
<summary>
<para>Sets the mode for the currently selected trigger.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TriggerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.TriggerDelaySourceEnum.ToString">
<summary>The full name of TriggerDelaySource</summary>
<returns>Returns the full name of TriggerDelaySource</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerDelaySourceEnum.Name">
<summary>The full name of TriggerDelaySource</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerDelaySourceEnum.Time_us">
<summary>
<para>The trigger delay is expressed as a time interval in microseconds.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerDelaySourceEnum.LineTrigger">
<summary>
<para>The trigger delay is expressed as a number of line triggers.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.TriggerDelaySourceEnum">
<tocexclude />
<summary>
<para>Sets whether trigger delay is defined as a time interval or as a number of consecutive line triggers.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TriggerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerDelaySource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.TriggerControlImplementationEnum.ToString">
<summary>The full name of TriggerControlImplementation</summary>
<returns>Returns the full name of TriggerControlImplementation</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerControlImplementationEnum.Name">
<summary>The full name of TriggerControlImplementation</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerControlImplementationEnum.Standard">
<summary>
<para>The image acquisition control mode is set to Standard. In this mode, the camera offers a Frame Start trigger and an Acquisition Start trigger.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerControlImplementationEnum.Legacy">
<summary>
<para>The image acquisition control mode is set to Legacy. In this mode, the camera offers a Frame Start trigger that is called Acquistion Start trigger.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.TriggerControlImplementationEnum">
<tocexclude />
<summary>
<para>Sets the image acquisition control mode. For more information, see your camera's product documentation.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.TriggerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerControlImplementation" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.TriggerActivationEnum.ToString">
<summary>The full name of TriggerActivation</summary>
<returns>Returns the full name of TriggerActivation</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerActivationEnum.Name">
<summary>The full name of TriggerActivation</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerActivationEnum.RisingEdge">
<summary>
<para>The selected trigger is activated by the rising edge of the source signal.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerActivationEnum.LevelLow">
<summary>
<para>The selected trigger is activated when the source signal is low.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerActivationEnum.LevelHigh">
<summary>
<para>The selected trigger is activated when the source signal is high.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerActivationEnum.FallingEdge">
<summary>
<para>The selected trigger is activated by the falling edge of the source signal.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerActivationEnum.AnyEdge">
<summary>
<para>The selected trigger is activated by the falling or rising edge of the source signal.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.TriggerActivationEnum">
<tocexclude />
<summary>
<para>Sets the type of signal transition that will activate the selected trigger.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TriggerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerActivation" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.TonalRangeSelectorEnum.ToString">
<summary>The full name of TonalRangeSelector</summary>
<returns>Returns the full name of TonalRangeSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.TonalRangeSelectorEnum.Name">
<summary>The full name of TonalRangeSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TonalRangeSelectorEnum.Sum">
<summary>
<para>The summed RGB pixel values are used for tonal range adjustments.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TonalRangeSelectorEnum.Red">
<summary>
<para>Only the red pixel values are used for tonal range adjustments.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TonalRangeSelectorEnum.Green">
<summary>
<para>Only the green pixel values are used for tonal range adjustments.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TonalRangeSelectorEnum.Blue">
<summary>
<para>Only the blue pixel values are used for tonal range adjustments.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.TonalRangeSelectorEnum">
<tocexclude />
<summary>
<para>Sets which pixel values are used for tonal range adjustments.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.TonalRangeSourceBright" />, <see cref="P:Basler.Pylon.PLCamera.TonalRangeSourceDark" />, <see cref="P:Basler.Pylon.PLCamera.TonalRangeTargetBright" />, <see cref="P:Basler.Pylon.PLCamera.TonalRangeTargetDark" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TonalRangeSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.TonalRangeEnableEnum.ToString">
<summary>The full name of TonalRangeEnable</summary>
<returns>Returns the full name of TonalRangeEnable</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.TonalRangeEnableEnum.Name">
<summary>The full name of TonalRangeEnable</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TonalRangeEnableEnum.On">
<summary>
<para>Tonal range adjustment is enabled.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TonalRangeEnableEnum.Off">
<summary>
<para>Tonal range adjustment is disabled.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.TonalRangeEnableEnum">
<tocexclude />
<summary>
<para>Sets whether tonal range adjustment is used.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TonalRangeEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.TonalRangeAutoEnum.ToString">
<summary>The full name of TonalRangeAuto</summary>
<returns>Returns the full name of TonalRangeAuto</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.TonalRangeAutoEnum.Name">
<summary>The full name of TonalRangeAuto</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TonalRangeAutoEnum.Once">
<summary>
<para>Automatic tonal range adjustment is enabled. The adjustment is carried out once when the next image is acquired. </para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TonalRangeAutoEnum.Off">
<summary>
<para>Automatic tonal range adjustment is disabled.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.TonalRangeAutoEnum">
<tocexclude />
<summary>
<para>Sets the operation mode of the Tonal Range Auto auto function.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TonalRangeAuto" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.ToString">
<summary>The full name of TimerTriggerSource</summary>
<returns>Returns the full name of TimerTriggerSource</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.Name">
<summary>The full name of TimerTriggerSource</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.Timer2End">
<summary>
<para>The selected timer can be started by a Timer 2 End signal. A Timer 2 End signal is generated whenever timer 2 has elapsed.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.Timer2Active">
<summary>
<para>The selected timer can be started by a Timer 2 Active signal. By default, a Timer 2 Active signal is generated whenever timer 2 is started. You can change this behavior using the Counter Event Activation parameter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.Timer1End">
<summary>
<para>The selected timer can be started by a Timer 1 End signal. A Timer 1 End signal is generated whenever timer 1 has elapsed.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.Timer1Active">
<summary>
<para>The selected timer can be started by a Timer 1 Active signal. By default, a Timer 1 Active signal is generated whenever timer 1 has been started. You can change this behavior using the Counter Event Activation parameter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.SoftwareSignal3">
<summary>
<para>The selected timer can be started by a Software Signal 3 signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.SoftwareSignal2">
<summary>
<para>The selected timer can be started by a Software Signal 2 signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.SoftwareSignal1">
<summary>
<para>The selected timer can be started by a Software Signal 1 signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.PeriodicSignal1">
<summary>
<para>The selected timer can be started by a Periodic Signal 1 signal.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.Off">
<summary>
<para>The selected timer is disabled and can't be started.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.LineTriggerWait">
<summary>
<para>The selected timer can be started by a Line Trigger Wait signal.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.Line4">
<summary>
<para>The selected timer can be started by a Line 4 signal.</para>
<para>Applies to: dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.Line3">
<summary>
<para>The selected timer can be started by a Line 3 signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.Line2">
<summary>
<para>The selected timer can be started by a Line 2 signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.Line1">
<summary>
<para>The selected timer can be started by a Line 1 signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.FrequencyConverter">
<summary>
<para>The selected timer can be started by a Frequency Converter signal.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.FrameTriggerWait">
<summary>
<para>The selected timer can be started by a Frame Trigger Wait signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.FrameBurstTriggerWait">
<summary>
<para>The selected timer can be started by a Frame Burst Trigger Wait signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.FrameBurstActive">
<summary>
<para>The selected timer can be started by a Frame Burst Active signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.FrameActive">
<summary>
<para>The selected timer can be started by a Frame Active signal.</para>
<para>Applies to: racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.FlashWindowStart">
<summary>
<para>The timer can be triggered by the flash window start signal.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.FlashWindow">
<summary>
<para>The selected timer can be started by a Flash Window signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.ExposureTriggerWait">
<summary>
<para>The selected timer can be started by an Exposure Trigger Wait signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.ExposureStart">
<summary>
<para>The selected timer can be started by an Exposure Start signal.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.ExposureActive">
<summary>
<para>The selected timer can be started by an Exposure Active signal. By default, an Exposure Active signal is generated whenever exposure is started. You can change this behavior using the Counter Event Activation parameter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.EncoderReverse1">
<summary>
<para>The selected timer can be started by an Encoder Reverse 1 signal.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.Encoder1">
<summary>
<para>The selected timer can be started by an Encoder 1 signal.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.CxpTrigger1">
<summary>
<para>The selected timer can be started by a CXP Trigger 1 signal.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.CxpTrigger0">
<summary>
<para>The selected timer can be started by a CXP Trigger 0 signal.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.Counter4Start">
<summary>
<para>The selected timer can be started by a Counter 4 Start signal. A Counter 4 Start signal is generated whenever counter 4 is started.</para>
<para>Applies to: racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.Counter4End">
<summary>
<para>The selected timer can be started by a Counter 4 End signal. A Counter 4 End signal is generated whenever counter 4 is stopped, reset, or when it has reached its maximum value.</para>
<para>Applies to: racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.Counter4Active">
<summary>
<para>The selected timer can be started by a Counter 4 Active signal. By default, a Counter 4 Active signal is generated whenever counter 4 is started. You can change this behavior using the Counter Event Activation parameter.</para>
<para>Applies to: racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.Counter3Start">
<summary>
<para>The selected timer can be started by a Counter 3 Start signal. A Counter 3 Start signal is generated whenever counter 3 is started.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.Counter3End">
<summary>
<para>The selected timer can be started by a Counter 3 End signal. A Counter 3 End signal is generated whenever counter 3 is stopped, reset, or when it has reached its maximum value.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.Counter3Active">
<summary>
<para>The selected timer can be started by a Counter 3 Active signal. By default, a Counter 3 Active signal is generated whenever counter 3 is started. You can change this behavior using the Counter Event Activation parameter.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.Counter2Start">
<summary>
<para>The selected timer can be started by a Counter 2 Start signal. A Counter 2 Start signal is generated whenever counter 2 is started.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.Counter2End">
<summary>
<para>The selected timer can be started by a Counter 2 End signal. A Counter 2 End signal is generated whenever counter 2 is stopped, reset, or when it has reached its maximum value.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.Counter2Active">
<summary>
<para>The selected timer can be started by a Counter 2 Active signal. By default, a Counter 2 Active signal is generated whenever counter 2 is started. You can change this behavior using the Counter Event Activation parameter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.Counter1Start">
<summary>
<para>The selected timer can be started by a Counter 1 Start signal. A Counter 1 Start signal is generated whenever counter 1 is started.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.Counter1End">
<summary>
<para>The selected timer can be started by a Counter 1 End signal. A Counter 1 End signal is generated whenever counter 1 is stopped, reset, or when it has reached its maximum value.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.Counter1Active">
<summary>
<para>The selected timer can be started by a Counter 1 Active signal. By default, a Counter 1 Active signal is generated whenever counter 1 is started. You can change this behavior using the Counter Event Activation parameter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.Action2">
<summary>
<para>The selected timer can be started by an action signal that is defined by action signal 2.</para>
<para>Applies to: ace 2 GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.Action1">
<summary>
<para>The selected timer can be started by an action signal that is defined by action signal 1.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSourceEnum.AcquisitionActive">
<summary>
<para>The selected timer can be started by an Acquisition Active signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.TimerTriggerSourceEnum">
<tocexclude />
<summary>
<para>Sets the internal camera signal used to trigger the selected timer.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TimerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TimerTriggerSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.TimerTriggerActivationEnum.ToString">
<summary>The full name of TimerTriggerActivation</summary>
<returns>Returns the full name of TimerTriggerActivation</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerActivationEnum.Name">
<summary>The full name of TimerTriggerActivation</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerActivationEnum.RisingEdge">
<summary>
<para>The timer will start at a rising edge signal change.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerActivationEnum.LevelLow">
<summary>
<para>The timer will start when the signal is low.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerActivationEnum.LevelHigh">
<summary>
<para>The timer will start when the signal is high.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerActivationEnum.FallingEdge">
<summary>
<para>The timer will start at a falling edge signal change.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerActivationEnum.AnyEdge">
<summary>
<para>The timer will start at any edge signal change.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.TimerTriggerActivationEnum">
<tocexclude />
<summary>
<para>Sets the type of signal transition that will start the timer.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TimerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TimerTriggerActivation" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.TimerStatusEnum.ToString">
<summary>The full name of TimerStatus</summary>
<returns>Returns the full name of TimerStatus</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerStatusEnum.Name">
<summary>The full name of TimerStatus</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerStatusEnum.TimerTriggerWait">
<summary>
<para>The timer is waiting to be started.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerStatusEnum.TimerIdle">
<summary>
<para>The timer is idle. A timer is in this state whenever the Timer Trigger Source parameter is set to Off, i.e., the timer can't be started.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerStatusEnum.TimerActive">
<summary>
<para>The timer has been started. A timer immediately switches to this state when the trigger source event occurs, regardless of the delay set. If an arm delay is set, the timer remains in the Timer Active state until the arm delay has expired.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.TimerStatusEnum">
<tocexclude />
<summary>
<para>Indicates the status of the currently selected timer.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TimerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TimerStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.TimerSequenceTimerSelectorEnum.ToString">
<summary>The full name of TimerSequenceTimerSelector</summary>
<returns>Returns the full name of TimerSequenceTimerSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerSequenceTimerSelectorEnum.Name">
<summary>The full name of TimerSequenceTimerSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerSequenceTimerSelectorEnum.Timer4">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerSequenceTimerSelectorEnum.Timer3">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerSequenceTimerSelectorEnum.Timer2">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerSequenceTimerSelectorEnum.Timer1">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.TimerSequenceTimerSelectorEnum">
<tocexclude />
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TimerSequenceEntrySelector" /></para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.TimerSequenceTimerDelayRaw" />, <see cref="P:Basler.Pylon.PLCamera.TimerSequenceTimerDurationRaw" />, <see cref="P:Basler.Pylon.PLCamera.TimerSequenceTimerEnable" />, <see cref="P:Basler.Pylon.PLCamera.TimerSequenceTimerInverter" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TimerSequenceTimerSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.TimerSequenceEntrySelectorEnum.ToString">
<summary>The full name of TimerSequenceEntrySelector</summary>
<returns>Returns the full name of TimerSequenceEntrySelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerSequenceEntrySelectorEnum.Name">
<summary>The full name of TimerSequenceEntrySelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerSequenceEntrySelectorEnum.Entry9">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerSequenceEntrySelectorEnum.Entry8">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerSequenceEntrySelectorEnum.Entry7">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerSequenceEntrySelectorEnum.Entry6">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerSequenceEntrySelectorEnum.Entry5">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerSequenceEntrySelectorEnum.Entry4">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerSequenceEntrySelectorEnum.Entry3">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerSequenceEntrySelectorEnum.Entry2">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerSequenceEntrySelectorEnum.Entry16">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerSequenceEntrySelectorEnum.Entry15">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerSequenceEntrySelectorEnum.Entry14">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerSequenceEntrySelectorEnum.Entry13">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerSequenceEntrySelectorEnum.Entry12">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerSequenceEntrySelectorEnum.Entry11">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerSequenceEntrySelectorEnum.Entry10">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerSequenceEntrySelectorEnum.Entry1">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.TimerSequenceEntrySelectorEnum">
<tocexclude />
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.TimerSequenceTimerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TimerSequenceEntrySelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.TimerSelectorEnum.ToString">
<summary>The full name of TimerSelector</summary>
<returns>Returns the full name of TimerSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerSelectorEnum.Name">
<summary>The full name of TimerSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerSelectorEnum.Timer4">
<summary>
<para>Timer 4 can be configured.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerSelectorEnum.Timer3">
<summary>
<para>Timer 3 can be configured.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerSelectorEnum.Timer2">
<summary>
<para>Timer 2 can be configured.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerSelectorEnum.Timer1">
<summary>
<para>Timer 1 can be configured.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.TimerSelectorEnum">
<tocexclude />
<summary>
<para>Sets the timer to be configured.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.TimerDelay" />, <see cref="P:Basler.Pylon.PLCamera.TimerDelayAbs" />, <see cref="P:Basler.Pylon.PLCamera.TimerDelayRaw" />, <see cref="P:Basler.Pylon.PLCamera.TimerDuration" />, <see cref="P:Basler.Pylon.PLCamera.TimerDurationAbs" />, <see cref="P:Basler.Pylon.PLCamera.TimerDurationRaw" />, <see cref="P:Basler.Pylon.PLCamera.TimerReset" />, <see cref="P:Basler.Pylon.PLCamera.TimerStatus" />, <see cref="P:Basler.Pylon.PLCamera.TimerTriggerActivation" />, <see cref="P:Basler.Pylon.PLCamera.TimerTriggerArmDelay" />, <see cref="P:Basler.Pylon.PLCamera.TimerTriggerSource" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TimerSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.TestPatternEnum.ToString">
<summary>The full name of TestPattern</summary>
<returns>Returns the full name of TestPattern</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.TestPatternEnum.Name">
<summary>The full name of TestPattern</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestPatternEnum.White">
<summary>
<para>The camera generates a white test pattern.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestPatternEnum.Testimage6">
<summary>
<para>The camera generates a test image with the test image 6 pattern.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestPatternEnum.Testimage3">
<summary>
<para>The camera generates a test image with the test image 3 pattern.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestPatternEnum.Testimage2">
<summary>
<para>The camera generates a test image with the test image 2 pattern.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestPatternEnum.Testimage1">
<summary>
<para>The camera generates a test image with the test image 1 pattern.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestPatternEnum.Off">
<summary>
<para>No test pattern is generated. The original image is displayed.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestPatternEnum.GreyDiagonalSawtooth8">
<summary>
<para>The camera generates a test image with a gray diagonal sawtooth pattern.</para>
<para>Applies to: dart USB and pulse USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestPatternEnum.ColorDiagonalSawtooth8">
<summary>
<para>The camera generates a test image with a color diagonal sawtooth pattern.</para>
<para>Applies to: dart USB and pulse USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestPatternEnum.Black">
<summary>
<para>The camera generates a black test pattern.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.TestPatternEnum">
<tocexclude />
<summary>
<para>Sets the test pattern to display.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TestPattern" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.TestImageSelectorEnum.ToString">
<summary>The full name of TestImageSelector</summary>
<returns>Returns the full name of TestImageSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.TestImageSelectorEnum.Name">
<summary>The full name of TestImageSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestImageSelectorEnum.White">
<summary>
<para>This enumeration value sets the camera to generate and transmit white test images.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestImageSelectorEnum.VerticalLineMoving">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a moving vertical line pattern.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestImageSelectorEnum.Testimage7">
<summary>
<para>The camera generates a test image with the test image 7 pattern.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestImageSelectorEnum.Testimage6">
<summary>
<para>The camera generates a test image with the test image 6 pattern.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestImageSelectorEnum.Testimage5">
<summary>
<para>The camera generates a test image with the test image 5 pattern.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestImageSelectorEnum.Testimage4">
<summary>
<para>The camera generates a test image with the test image 4 pattern.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestImageSelectorEnum.Testimage3">
<summary>
<para>The camera generates a test image with the test image 3 pattern.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestImageSelectorEnum.Testimage2">
<summary>
<para>The camera generates a test image with the test image 2 pattern.</para>
<para>Applies to: CamEmu, CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestImageSelectorEnum.Testimage1">
<summary>
<para>The camera generates a test image with the test image 1 pattern.</para>
<para>Applies to: CamEmu, CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestImageSelectorEnum.Off">
<summary>
<para>The camera doesn't display a test image.</para>
<para>Applies to: CamEmu, CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestImageSelectorEnum.MovingDiagonalGrayGradient_8Bit">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with an 8 bit moving diagonal gray gradient pattern.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestImageSelectorEnum.MovingDiagonalGrayGradient_12Bit">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a 12 bit moving diagonal gray gradient pattern.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestImageSelectorEnum.MovingDiagonalGrayGradientFeatureTest_8Bit">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with an 8 bit moving diagonal gray gradient feature test pattern.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestImageSelectorEnum.MovingDiagonalGrayGradientFeatureTest_12Bit">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a 12 bit moving diagonal gray gradient feature test pattern.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestImageSelectorEnum.MovingDiagonalColorGradient">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a moving diagonal color gradient pattern.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestImageSelectorEnum.HorzontalLineMoving">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a moving horizontal line pattern.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestImageSelectorEnum.GreyVerticalRampMoving">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a moving vertical gray gradient pattern.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestImageSelectorEnum.GreyVerticalRamp">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a fixed vertical gray gradient pattern.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestImageSelectorEnum.GreyHorizontalRampMoving">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a moving horizontal gray gradient pattern.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestImageSelectorEnum.GreyHorizontalRamp">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a fixed horizontal gray gradient pattern.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestImageSelectorEnum.FrameCounter">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a frame counter pattern.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestImageSelectorEnum.FixedDiagonalGrayGradient_8Bit">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with an 8 bit fixed diagonal gray gradient pattern.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestImageSelectorEnum.DeviceSpecific">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a camera specific pattern.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestImageSelectorEnum.ColorBar">
<summary>
<para>This enumeration value sets the camera to generate and transmit test images with a color bar pattern.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestImageSelectorEnum.Black">
<summary>
<para>This enumeration value sets the camera to generate and transmit black test images.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.TestImageSelectorEnum">
<tocexclude />
<summary>
<para>Sets the test image to display.</para>
<para>Applies to: CamEmu, CameraLink, ace GigE and ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TestImageSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.TemperatureStateEnum.ToString">
<summary>The full name of TemperatureState</summary>
<returns>Returns the full name of TemperatureState</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.TemperatureStateEnum.Name">
<summary>The full name of TemperatureState</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TemperatureStateEnum.Ok">
<summary>
<para>The temperature is within the normal operating temperature range.</para>
<para>Applies to: CameraLink, ace GigE, ace USB and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TemperatureStateEnum.Error">
<summary>
<para>The temperature is above the allowed maximum. Provide cooling immediately.</para>
<para>Applies to: CameraLink, ace GigE, ace USB and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TemperatureStateEnum.Critical">
<summary>
<para>The temperature is close to or at the allowed maximum. Provide cooling.</para>
<para>Applies to: CameraLink, ace GigE, ace USB and blaze</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.TemperatureStateEnum">
<tocexclude />
<summary>
<para>Indicates the temperature state.</para>
<para>Applies to: CameraLink, ace GigE, ace USB and blaze</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TemperatureState" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.TemperatureSelectorEnum.ToString">
<summary>The full name of TemperatureSelector</summary>
<returns>Returns the full name of TemperatureSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.TemperatureSelectorEnum.Name">
<summary>The full name of TemperatureSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TemperatureSelectorEnum.Sensorboard">
<summary>
<para>The temperature is measured on the sensor board.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TemperatureSelectorEnum.Framegrabberboard">
<summary>
<para>The temperature is measured on the frame grabber board.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TemperatureSelectorEnum.Coreboard">
<summary>
<para>The temperature is measured on the core board.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TemperatureSelectorEnum.Case">
<summary>
<para>The temperature is measured on the case.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.TemperatureSelectorEnum">
<tocexclude />
<summary>
<para>Sets the location in the camera where the temperature will be measured.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.TemperatureAbs" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TemperatureSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.SyncUserOutputSelectorEnum.ToString">
<summary>The full name of SyncUserOutputSelector</summary>
<returns>Returns the full name of SyncUserOutputSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.SyncUserOutputSelectorEnum.Name">
<summary>The full name of SyncUserOutputSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SyncUserOutputSelectorEnum.SyncUserOutputLine4">
<summary>
<para>User-settable synchronous output signal Line 4 can be configured.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SyncUserOutputSelectorEnum.SyncUserOutputLine3">
<summary>
<para>User-settable synchronous output signal Line 3 can be configured.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SyncUserOutputSelectorEnum.SyncUserOutputLine2">
<summary>
<para>User-settable synchronous output signal Line 2 can be configured.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SyncUserOutputSelectorEnum.SyncUserOutputLine1">
<summary>
<para>User-settable synchronous output signal Line 1 can be configured.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SyncUserOutputSelectorEnum.SyncUserOutputClSpare">
<summary>
<para>User-settable synchronous output signal CL Spare can be configured.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SyncUserOutputSelectorEnum.SyncUserOutputCC4">
<summary>
<para>This enumeration value selects user settable synchronous output signal CC4 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SyncUserOutputSelectorEnum.SyncUserOutputCC3">
<summary>
<para>This enumeration value selects user settable synchronous output signal CC3 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SyncUserOutputSelectorEnum.SyncUserOutputCC2">
<summary>
<para>This enumeration value selects user settable synchronous output signal CC2 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SyncUserOutputSelectorEnum.SyncUserOutputCC1">
<summary>
<para>This enumeration value selects user settable synchronous output signal CC1 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SyncUserOutputSelectorEnum.SyncUserOutput8">
<summary>
<para>This enumeration value selects user settable synchronous output signal 8 for configuration.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SyncUserOutputSelectorEnum.SyncUserOutput7">
<summary>
<para>This enumeration value selects user settable synchronous output signal 7 for configuration.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SyncUserOutputSelectorEnum.SyncUserOutput6">
<summary>
<para>This enumeration value selects user settable synchronous output signal 6 for configuration.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SyncUserOutputSelectorEnum.SyncUserOutput5">
<summary>
<para>This enumeration value selects user settable synchronous output signal 5 for configuration.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SyncUserOutputSelectorEnum.SyncUserOutput4">
<summary>
<para>User-settable synchronous output signal 4 can be configured.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SyncUserOutputSelectorEnum.SyncUserOutput3">
<summary>
<para>User-settable synchronous output signal 3 can be configured.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SyncUserOutputSelectorEnum.SyncUserOutput2">
<summary>
<para>User-settable synchronous output signal 2 can be configured.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SyncUserOutputSelectorEnum.SyncUserOutput1">
<summary>
<para>User-settable synchronous output signal 1 can be configured.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SyncUserOutputSelectorEnum.SyncUserOutput0">
<summary>
<para>User-settable synchronous output signal 0 can be configured.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.SyncUserOutputSelectorEnum">
<tocexclude />
<summary>
<para>Sets the user-settable synchronous output signal to be configured.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.SyncUserOutputValue" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SyncUserOutputSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.SoftwareSignalSelectorEnum.ToString">
<summary>The full name of SoftwareSignalSelector</summary>
<returns>Returns the full name of SoftwareSignalSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.SoftwareSignalSelectorEnum.Name">
<summary>The full name of SoftwareSignalSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SoftwareSignalSelectorEnum.SoftwareSignal4">
<summary>
<para>Software signal 4 can be controlled.</para>
<para>Applies to: ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SoftwareSignalSelectorEnum.SoftwareSignal3">
<summary>
<para>Software signal 3 can be executed.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SoftwareSignalSelectorEnum.SoftwareSignal2">
<summary>
<para>Software signal 2 can be executed.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SoftwareSignalSelectorEnum.SoftwareSignal1">
<summary>
<para>Software signal 1 can be executed.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.SoftwareSignalSelectorEnum">
<tocexclude />
<summary>
<para>Sets the software signal to be executed.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.SoftwareSignalPulse" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SoftwareSignalSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ShutterModeEnum.ToString">
<summary>The full name of ShutterMode</summary>
<returns>Returns the full name of ShutterMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ShutterModeEnum.Name">
<summary>The full name of ShutterMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShutterModeEnum.Rolling">
<summary>
<para>The shutter opens and closes sequentially for groups of rows. All rows are exposed for the same length of time but not at the same time.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShutterModeEnum.GlobalResetRelease">
<summary>
<para>The shutter opens at the same time for all rows but closes later for each consecutive row. This means that the rows are exposed for different lengths of time.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShutterModeEnum.Global">
<summary>
<para>The shutter opens and closes at the same time for all pixels. All pixels are exposed at the same time and for the same length of time.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ShutterModeEnum">
<tocexclude />
<summary>
<para>Sets the shutter mode of the camera.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShutterMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ShaftEncoderModuleModeEnum.ToString">
<summary>The full name of ShaftEncoderModuleMode</summary>
<returns>Returns the full name of ShaftEncoderModuleMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ShaftEncoderModuleModeEnum.Name">
<summary>The full name of ShaftEncoderModuleMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShaftEncoderModuleModeEnum.ForwardOnly">
<summary>
<para>The shaft encoder module outputs trigger signals for forward ticks only, provided the reverse counter is neither increasing nor decreasing.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShaftEncoderModuleModeEnum.AnyDirection">
<summary>
<para>The shaft encoder module outputs trigger signals for forward and reverse ticks, provided the reverse counter is neither increasing nor decreasing.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ShaftEncoderModuleModeEnum">
<tocexclude />
<summary>
<para>Sets how the shaft encoder module outputs trigger signals.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShaftEncoderModuleMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ShaftEncoderModuleLineSourceEnum.ToString">
<summary>The full name of ShaftEncoderModuleLineSource</summary>
<returns>Returns the full name of ShaftEncoderModuleLineSource</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ShaftEncoderModuleLineSourceEnum.Name">
<summary>The full name of ShaftEncoderModuleLineSource</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShaftEncoderModuleLineSourceEnum.Line8">
<summary>
<para>This enumeration value selects input line 8 as signal source for the shaft encoder module.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShaftEncoderModuleLineSourceEnum.Line7">
<summary>
<para>This enumeration value selects input line 7 as signal source for the shaft encoder module.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShaftEncoderModuleLineSourceEnum.Line6">
<summary>
<para>This enumeration value selects input line 6 as signal source for the shaft encoder module.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShaftEncoderModuleLineSourceEnum.Line5">
<summary>
<para>This enumeration value selects input line 5 as signal source for the shaft encoder module.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShaftEncoderModuleLineSourceEnum.Line4">
<summary>
<para>The source signal for the shaft encoder module is set to input line 4.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShaftEncoderModuleLineSourceEnum.Line3">
<summary>
<para>The source signal for the shaft encoder module is set to input line 3.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShaftEncoderModuleLineSourceEnum.Line2">
<summary>
<para>The source signal for the shaft encoder module is set to input line 2.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShaftEncoderModuleLineSourceEnum.Line1">
<summary>
<para>The source signal for the shaft encoder module is set to input line 1.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShaftEncoderModuleLineSourceEnum.CC4">
<summary>
<para>The source signal for the shaft encoder module is set to CC4.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShaftEncoderModuleLineSourceEnum.CC3">
<summary>
<para>The source signal for the shaft encoder module is set to CC3.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShaftEncoderModuleLineSourceEnum.CC2">
<summary>
<para>The source signal for the shaft encoder module is set to CC2.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShaftEncoderModuleLineSourceEnum.CC1">
<summary>
<para>The source signal for the shaft encoder module is set to CC1.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ShaftEncoderModuleLineSourceEnum">
<tocexclude />
<summary>
<para>Sets the line source for the shaft encoder module.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ShaftEncoderModuleLineSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShaftEncoderModuleLineSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ShaftEncoderModuleLineSelectorEnum.ToString">
<summary>The full name of ShaftEncoderModuleLineSelector</summary>
<returns>Returns the full name of ShaftEncoderModuleLineSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ShaftEncoderModuleLineSelectorEnum.Name">
<summary>The full name of ShaftEncoderModuleLineSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShaftEncoderModuleLineSelectorEnum.PhaseB">
<summary>
<para>Phase B of the shaft encoder is selected as input for the shaft encoder module.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShaftEncoderModuleLineSelectorEnum.PhaseA">
<summary>
<para>Phase A of the shaft encoder is selected as input for the shaft encoder module.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ShaftEncoderModuleLineSelectorEnum">
<tocexclude />
<summary>
<para>Sets the phase of the shaft encoder as input for the shaft encoder module.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ShaftEncoderModuleLineSource" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShaftEncoderModuleLineSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ShaftEncoderModuleCounterModeEnum.ToString">
<summary>The full name of ShaftEncoderModuleCounterMode</summary>
<returns>Returns the full name of ShaftEncoderModuleCounterMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ShaftEncoderModuleCounterModeEnum.Name">
<summary>The full name of ShaftEncoderModuleCounterMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShaftEncoderModuleCounterModeEnum.IgnoreDirection">
<summary>
<para>The tick counter of the shaft encoder module increases for forward ticks and for reverse ticks, i.e., the tick counts are incremented regardless of the direction of movement.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShaftEncoderModuleCounterModeEnum.FollowDirection">
<summary>
<para>The tick counter increases for forward ticks and decreases for reverse ticks.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ShaftEncoderModuleCounterModeEnum">
<tocexclude />
<summary>
<para>Sets the counting mode of the tick counter of the shaft encoder module.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShaftEncoderModuleCounterMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ShadingStatusEnum.ToString">
<summary>The full name of ShadingStatus</summary>
<returns>Returns the full name of ShadingStatus</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ShadingStatusEnum.Name">
<summary>The full name of ShadingStatus</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShadingStatusEnum.StartupSetError">
<summary>
<para>A problem with the startup shading set occurred.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShadingStatusEnum.NoError">
<summary>
<para>The last operation related to shading correction was successful.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShadingStatusEnum.CreateError">
<summary>
<para>A problem occurred while creating a shading set.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShadingStatusEnum.ActivateError">
<summary>
<para>The selected shading set could not be loaded.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ShadingStatusEnum">
<tocexclude />
<summary>
<para>Indicates error statuses related to shading correction.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShadingStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ShadingSetSelectorEnum.ToString">
<summary>The full name of ShadingSetSelector</summary>
<returns>Returns the full name of ShadingSetSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ShadingSetSelectorEnum.Name">
<summary>The full name of ShadingSetSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShadingSetSelectorEnum.UserShadingSet2">
<summary>
<para>User Shading Set 2 can be loaded using the Activate command.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShadingSetSelectorEnum.UserShadingSet1">
<summary>
<para>User Shading Set 1 can be loaded using the Activate command.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShadingSetSelectorEnum.DefaultShadingSet">
<summary>
<para>The default shading set can be loaded using the Activate command.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ShadingSetSelectorEnum">
<tocexclude />
<summary>
<para>Sets which shading set can be enabled or created.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ShadingSelector" /></para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ShadingSetActivate" />, <see cref="P:Basler.Pylon.PLCamera.ShadingSetCreate" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShadingSetSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ShadingSetDefaultSelectorEnum.ToString">
<summary>The full name of ShadingSetDefaultSelector</summary>
<returns>Returns the full name of ShadingSetDefaultSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ShadingSetDefaultSelectorEnum.Name">
<summary>The full name of ShadingSetDefaultSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShadingSetDefaultSelectorEnum.UserShadingSet2">
<summary>
<para>User Shading Set 2 is selected as the bootup shading set.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShadingSetDefaultSelectorEnum.UserShadingSet1">
<summary>
<para>User Shading Set 1 is selected as the bootup shading set.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShadingSetDefaultSelectorEnum.DefaultShadingSet">
<summary>
<para>The default shading set is selected as the bootup shading set.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ShadingSetDefaultSelectorEnum">
<tocexclude />
<summary>
<para>Sets the shading set that will be loaded into the volatile memory during camera start.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ShadingSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShadingSetDefaultSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ShadingSetCreateEnum.ToString">
<summary>The full name of ShadingSetCreate</summary>
<returns>Returns the full name of ShadingSetCreate</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ShadingSetCreateEnum.Name">
<summary>The full name of ShadingSetCreate</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShadingSetCreateEnum.Once">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShadingSetCreateEnum.Off">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ShadingSetCreateEnum">
<tocexclude />
<summary>
<para>Enables/disables shading set creation.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ShadingSetSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShadingSetCreate" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ShadingSelectorEnum.ToString">
<summary>The full name of ShadingSelector</summary>
<returns>Returns the full name of ShadingSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ShadingSelectorEnum.Name">
<summary>The full name of ShadingSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShadingSelectorEnum.OffsetShading">
<summary>
<para>Offset Shading correction, i.e., the correction for dark signal non-uniformity (DSNU) effects, is selected.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShadingSelectorEnum.GainShading">
<summary>
<para>Gain Shading correction, i.e., the correction of photo response non-uniformity (PRNU) effects, is selected.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ShadingSelectorEnum">
<tocexclude />
<summary>
<para>Sets the kind of shading correction.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ShadingEnable" />, <see cref="P:Basler.Pylon.PLCamera.ShadingSetDefaultSelector" />, <see cref="P:Basler.Pylon.PLCamera.ShadingSetSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShadingSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.SequencerTriggerSourceEnum.ToString">
<summary>The full name of SequencerTriggerSource</summary>
<returns>Returns the full name of SequencerTriggerSource</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerSourceEnum.Name">
<summary>The full name of SequencerTriggerSource</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerSourceEnum.Timer2End">
<summary>
<para>Timer 2 End signals can be used to advance to the next sequence set.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerSourceEnum.Timer2Active">
<summary>
<para>Timer 2 Active signals can be used to advance to the next sequence set.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerSourceEnum.Timer1End">
<summary>
<para>Timer 1 End signals can be used to advance to the next sequence set.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerSourceEnum.Timer1Active">
<summary>
<para>Timer 1 Active signals can be used to advance to the next sequence set.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerSourceEnum.SoftwareSignal3">
<summary>
<para>Software Signal 3 signals can be used to advance to the next sequence set.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerSourceEnum.SoftwareSignal2">
<summary>
<para>Software Signal 2 signals can be used to advance to the next sequence set.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerSourceEnum.SoftwareSignal1">
<summary>
<para>Software Signal 1 signals can be used to advance to the next sequence set.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerSourceEnum.PeriodicSignal1">
<summary>
<para>Periodic Signal 1 signals can be used to advance to the next sequence set.</para>
<para>Applies to: ace 2 GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerSourceEnum.Off">
<summary>
<para>The sequencer can't be triggered.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerSourceEnum.Line4">
<summary>
<para>Line 4 signals can be used to advance to the next sequence set.</para>
<para>Applies to: ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerSourceEnum.Line3">
<summary>
<para>Line 3 signals can be used to advance to the next sequence set.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerSourceEnum.Line2">
<summary>
<para>Line 2 signals can be used to advance to the next sequence set.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerSourceEnum.Line1">
<summary>
<para>Line 1 signals can be used to advance to the next sequence set.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerSourceEnum.FrameTriggerWait">
<summary>
<para>Frame Trigger Wait signals can be used to advance to the next sequence set.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerSourceEnum.FrameStart">
<summary>
<para>Frame Start signals can be used to advance to the next sequence set.</para>
<para>Applies to: ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerSourceEnum.FrameEnd">
<summary>
<para>Frame End is selected as the trigger source for sequencer set advance.</para>
<para>Applies to: ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerSourceEnum.FrameBurstTriggerWait">
<summary>
<para>Frame Burst Trigger Wait signals can be used to advance to the next sequence set.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerSourceEnum.FrameBurstActive">
<summary>
<para>Frame Burst Active signals can be used to advance to the next sequence set.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerSourceEnum.FlashWindow">
<summary>
<para>Flash Window signals can be used to advance to the next sequence set.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerSourceEnum.ExposureTriggerWait">
<summary>
<para>Exposure Trigger Wait signals can be used to advance to the next sequence set.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerSourceEnum.ExposureStart">
<summary>
<para>Exposure Start signals can be used to advance to the next sequence set.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerSourceEnum.ExposureActive">
<summary>
<para>Exposure Active signals can be used to advance to the next sequence set.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerSourceEnum.CxpTrigger1">
<summary>
<para>CXP Trigger 1 signals can be used to advance to the next sequence set.</para>
<para>Applies to: ace 2 CXP and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerSourceEnum.CxpTrigger0">
<summary>
<para>CXP Trigger 0 signals can be used to advance to the next sequence set.</para>
<para>Applies to: ace 2 CXP and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerSourceEnum.Counter3End">
<summary>
<para>Counter 3 End signals can be used to advance to the next sequence set.</para>
<para>Applies to: ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerSourceEnum.Counter2Start">
<summary>
<para>Counter 2 Start signals can be used to advance to the next sequence set.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerSourceEnum.Counter2End">
<summary>
<para>Counter 2 End signals can be used to advance to the next sequence set.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerSourceEnum.Counter2Active">
<summary>
<para>Counter 2 Active signals can be used to advance to the next sequence set.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerSourceEnum.Counter1Start">
<summary>
<para>Counter 1 Start signals can be used to advance to the next sequence set.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerSourceEnum.Counter1End">
<summary>
<para>Counter 1 End signals can be used to advance to the next sequence set.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerSourceEnum.Counter1Active">
<summary>
<para>Counter 1 Active signals can be used to advance to the next sequence set.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerSourceEnum.Action2">
<summary>
<para>Action 2 signals can be used to advance to the next sequence set.</para>
<para>Applies to: ace 2 GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerSourceEnum.Action1">
<summary>
<para>Action 1 signals can be used to advance to the next sequence set.</para>
<para>Applies to: ace 2 GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerSourceEnum.AcquisitionActive">
<summary>
<para>Acquisition Active signals can be used to advance to the next sequence set.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.SequencerTriggerSourceEnum">
<tocexclude />
<summary>
<para>Sets the source signal to be used to advance to the next set.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.SequencerPathSelector" />, <see cref="P:Basler.Pylon.PLCamera.SequencerSetSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SequencerTriggerSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.SequencerTriggerActivationEnum.ToString">
<summary>The full name of SequencerTriggerActivation</summary>
<returns>Returns the full name of SequencerTriggerActivation</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerActivationEnum.Name">
<summary>The full name of SequencerTriggerActivation</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerActivationEnum.RisingEdge">
<summary>
<para>The sequencer advances when the source signal rises, i.e., when the signal status changes from low to high.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerActivationEnum.LevelLow">
<summary>
<para>The sequencer advances when the source signal is low. If the signal is already low when the sequencer set becomes active, the sequencer immediately advances to the next set.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerActivationEnum.LevelHigh">
<summary>
<para>The sequencer advances when the source signal is high. If the signal is already high when the sequencer set becomes active, the sequencer immediately advances to the next set.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerActivationEnum.FallingEdge">
<summary>
<para>The sequencer advances when the source signal falls, i.e., when the signal status changes from high to low.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerActivationEnum.AnyEdge">
<summary>
<para>The sequencer advances when the source signal falls or rises.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.SequencerTriggerActivationEnum">
<tocexclude />
<summary>
<para>Sets the logical state that makes the sequencer advance to the next set.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.SequencerPathSelector" />, <see cref="P:Basler.Pylon.PLCamera.SequencerSetSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SequencerTriggerActivation" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.SequencerModeEnum.ToString">
<summary>The full name of SequencerMode</summary>
<returns>Returns the full name of SequencerMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerModeEnum.Name">
<summary>The full name of SequencerMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerModeEnum.On">
<summary>
<para>Image acquisitions will be controlled by the sequencer.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerModeEnum.Off">
<summary>
<para>The sequencer can't be used for image acquisition.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.SequencerModeEnum">
<tocexclude />
<summary>
<para>Sets whether the sequencer can be used for image acquisition.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SequencerMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.SequencerConfigurationModeEnum.ToString">
<summary>The full name of SequencerConfigurationMode</summary>
<returns>Returns the full name of SequencerConfigurationMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerConfigurationModeEnum.Name">
<summary>The full name of SequencerConfigurationMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerConfigurationModeEnum.On">
<summary>
<para>The sequencer can be configured.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerConfigurationModeEnum.Off">
<summary>
<para>The sequencer can't be configured.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.SequencerConfigurationModeEnum">
<tocexclude />
<summary>
<para>Sets whether the sequencer can be configured.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SequencerConfigurationMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.SequenceControlSourceEnum.ToString">
<summary>The full name of SequenceControlSource</summary>
<returns>Returns the full name of SequenceControlSource</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceControlSourceEnum.Name">
<summary>The full name of SequenceControlSource</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceControlSourceEnum.VInputDecActive">
<summary>
<para>The source for sequence restart or sequence set advance is Virtual Input Decoder Active.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceControlSourceEnum.VInput4">
<summary>
<para>The source for sequence restart or sequence set advance is Virtual Input 4.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceControlSourceEnum.VInput3">
<summary>
<para>The source for sequence restart or sequence set advance is Virtual Input 3.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceControlSourceEnum.VInput2">
<summary>
<para>The source for sequence restart or sequence set advance is Virtual Input 2.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceControlSourceEnum.VInput1">
<summary>
<para>The source for sequence restart or sequence set advance is Virtual Input 1.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceControlSourceEnum.Line8">
<summary>
<para>Sequence restart or sequence set advance are controlled using Line 8.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceControlSourceEnum.Line7">
<summary>
<para>Sequence restart or sequence set advance are controlled using Line 7.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceControlSourceEnum.Line6">
<summary>
<para>Sequence restart or sequence set advance are controlled using Line 6.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceControlSourceEnum.Line5">
<summary>
<para>Sequence restart or sequence set advance are controlled using Line 5.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceControlSourceEnum.Line4">
<summary>
<para>Sequence restart or sequence set advance are controlled using Line 4.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceControlSourceEnum.Line3">
<summary>
<para>Sequence restart or sequence set advance are controlled using Line 3.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceControlSourceEnum.Line2">
<summary>
<para>Sequence restart or sequence set advance are controlled using Line 2.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceControlSourceEnum.Line1">
<summary>
<para>Sequence restart or sequence set advance are controlled using Line 1.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceControlSourceEnum.Disabled">
<summary>
<para>Sequence set advance will be controlled using the Async Advance command.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceControlSourceEnum.CC4">
<summary>
<para>Sequence restart or sequence set advance are controlled using the CC4 signal.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceControlSourceEnum.CC3">
<summary>
<para>Sequence restart or sequence set advance are controlled using the CC3 signal.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceControlSourceEnum.CC2">
<summary>
<para>Sequence restart or sequence set advance are controlled using the CC2 signal.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceControlSourceEnum.CC1">
<summary>
<para>Sequence restart or sequence set advance are controlled using the CC1 signal.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceControlSourceEnum.AlwaysActive">
<summary>
<para>Sequence set advance is automatic. The sequence repeat starts with sequence set index number 1.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.SequenceControlSourceEnum">
<tocexclude />
<summary>
<para>Sets the source for sequence control.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.SequenceControlSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SequenceControlSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.SequenceControlSelectorEnum.ToString">
<summary>The full name of SequenceControlSelector</summary>
<returns>Returns the full name of SequenceControlSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceControlSelectorEnum.Name">
<summary>The full name of SequenceControlSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceControlSelectorEnum.Restart">
<summary>
<para>The sequence set restart can be configured.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceControlSelectorEnum.Advance">
<summary>
<para>The sequence set advance can be configured. Only available in Controlled sequence advance mode.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.SequenceControlSelectorEnum">
<tocexclude />
<summary>
<para>Sets whether sequence advance or sequence restart can be configured. A control source must be chosen using the Sequence Control Source parameter.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.SequenceControlSource" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SequenceControlSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.SequenceConfigurationModeEnum.ToString">
<summary>The full name of SequenceConfigurationMode</summary>
<returns>Returns the full name of SequenceConfigurationMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceConfigurationModeEnum.Name">
<summary>The full name of SequenceConfigurationMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceConfigurationModeEnum.On">
<summary>
<para>The sequencer can be configured.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceConfigurationModeEnum.Off">
<summary>
<para>The sequencer can't be configured.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.SequenceConfigurationModeEnum">
<tocexclude />
<summary>
<para>Sets whether the sequencer can be configured.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SequenceConfigurationMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.SequenceAdvanceModeEnum.ToString">
<summary>The full name of SequenceAdvanceMode</summary>
<returns>Returns the full name of SequenceAdvanceMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceAdvanceModeEnum.Name">
<summary>The full name of SequenceAdvanceMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceAdvanceModeEnum.FreeSelection">
<summary>
<para>The Free Selection sequence advance mode is selected. This mode is useful if you want to quickly change between freely selectable sequence sets without having to observe any particular order. You can use the input lines of your camera to determine the sequence.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceAdvanceModeEnum.Controlled">
<summary>
<para>The Controlled sequence advance mode is selected. This mode is useful if you want to configure a dynamic sequence which can be controlled via input line or software commands. The advance from one sequence set to the next proceeds in ascending sequence set index numbers according to the selected sequence control source.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceAdvanceModeEnum.Auto">
<summary>
<para>The Auto sequence advance mode is selected. This mode is useful if you want to configure a fixed sequence which is repeated continuously. The advance from one sequence set to the next occurs automatically as frame triggers are received. </para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.SequenceAdvanceModeEnum">
<tocexclude />
<summary>
<para>Sets the sequence set advance mode.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SequenceAdvanceMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.SequenceAddressBitSourceEnum.ToString">
<summary>The full name of SequenceAddressBitSource</summary>
<returns>Returns the full name of SequenceAddressBitSource</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceAddressBitSourceEnum.Name">
<summary>The full name of SequenceAddressBitSource</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceAddressBitSourceEnum.VInputDecActive">
<summary>
<para>Selects Virtual Input Decoder Active as the source for the selected bit of the sequence set address.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceAddressBitSourceEnum.VInput4">
<summary>
<para>Selects Virtual Input 4 as the source for the selected bit of the sequence set address.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceAddressBitSourceEnum.VInput3">
<summary>
<para>Selects Virtual Input 3 as the source for the selected bit of the sequence set address.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceAddressBitSourceEnum.VInput2">
<summary>
<para>Selects Virtual Input 2 as the source for the selected bit of the sequence set address.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceAddressBitSourceEnum.VInput1">
<summary>
<para>Selects Virtual Input 1 as the source for the selected bit of the sequence set address.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceAddressBitSourceEnum.Line8">
<summary>
<para>The selected bit of the sequence set address can be set using Line 8.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceAddressBitSourceEnum.Line7">
<summary>
<para>The selected bit of the sequence set address can be set using Line 7.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceAddressBitSourceEnum.Line6">
<summary>
<para>The selected bit of the sequence set address can be set using Line 6.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceAddressBitSourceEnum.Line5">
<summary>
<para>The selected bit of the sequence set address can be set using Line 5.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceAddressBitSourceEnum.Line4">
<summary>
<para>The selected bit of the sequence set address can be set using Line 4.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceAddressBitSourceEnum.Line3">
<summary>
<para>The selected bit of the sequence set address can be set using Line 3.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceAddressBitSourceEnum.Line2">
<summary>
<para>The selected bit of the sequence set address can be set using Line 2.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceAddressBitSourceEnum.Line1">
<summary>
<para>The selected bit of the sequence set address can be set using Line 1.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceAddressBitSourceEnum.CC4">
<summary>
<para>The selected bit of the sequence set address can be set using the CC4 signal.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceAddressBitSourceEnum.CC3">
<summary>
<para>The selected bit of the sequence set address can be set using the CC3 signal.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceAddressBitSourceEnum.CC2">
<summary>
<para>The selected bit of the sequence set address can be set using the CC2 signal.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceAddressBitSourceEnum.CC1">
<summary>
<para>The selected bit of the sequence set address can be set using the CC1 signal.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.SequenceAddressBitSourceEnum">
<tocexclude />
<summary>
<para>Sets an input line as the control source for the currently selected sequence set address bit. The bit can be selected using the Address Bit Selector parameter.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.SequenceAddressBitSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SequenceAddressBitSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.SequenceAddressBitSelectorEnum.ToString">
<summary>The full name of SequenceAddressBitSelector</summary>
<returns>Returns the full name of SequenceAddressBitSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceAddressBitSelectorEnum.Name">
<summary>The full name of SequenceAddressBitSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceAddressBitSelectorEnum.Bit3">
<summary>
<para>Bit 3 of the sequence set address can be controlled using an input line.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceAddressBitSelectorEnum.Bit2">
<summary>
<para>Bit 2 of the sequence set address can be controlled using an input line.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceAddressBitSelectorEnum.Bit1">
<summary>
<para>Bit 1 of the sequence set address can be controlled using an input line.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceAddressBitSelectorEnum.Bit0">
<summary>
<para>Bit 0 of the sequence set address can be controlled using an input line.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.SequenceAddressBitSelectorEnum">
<tocexclude />
<summary>
<para>Sets which bit of the sequence set address can be assigned to an input line. An input line can be set as the control source for this bit using the Address Bit Source parameter.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.SequenceAddressBitSource" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SequenceAddressBitSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.SensorShutterModeEnum.ToString">
<summary>The full name of SensorShutterMode</summary>
<returns>Returns the full name of SensorShutterMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.SensorShutterModeEnum.Name">
<summary>The full name of SensorShutterMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SensorShutterModeEnum.Rolling">
<summary>
<para>The shutter opens and closes sequentially for groups of rows. All rows are exposed for the same length of time but not at the same time.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart USB and pulse USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SensorShutterModeEnum.GlobalReset">
<summary>
<para>The shutter opens at the same time for all rows but closes later for each consecutive row. This means that the rows are exposed for different lengths of time.</para>
<para>Applies to: dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SensorShutterModeEnum.Global">
<summary>
<para>The shutter opens and closes at the same time for all pixels. All pixels are exposed at the same time and for the same length of time.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB and pulse USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.SensorShutterModeEnum">
<tocexclude />
<summary>
<para>Sets the shutter mode of the camera.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB and pulse USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SensorShutterMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.SensorReadoutModeEnum.ToString">
<summary>The full name of SensorReadoutMode</summary>
<returns>Returns the full name of SensorReadoutMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.SensorReadoutModeEnum.Name">
<summary>The full name of SensorReadoutMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SensorReadoutModeEnum.Normal">
<summary>
<para>The camera operates in normal readout mode.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SensorReadoutModeEnum.Fast">
<summary>
<para>The readout time for each row of pixels is reduced, compared to normal readout. This allows the the camera to operate at higher frame rates. This can, however, result in reduced image quality.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.SensorReadoutModeEnum">
<tocexclude />
<summary>
<para>Sets the sensor readout mode.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SensorReadoutMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.SensorDigitizationTapsEnum.ToString">
<summary>The full name of SensorDigitizationTaps</summary>
<returns>Returns the full name of SensorDigitizationTaps</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.SensorDigitizationTapsEnum.Name">
<summary>The full name of SensorDigitizationTaps</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SensorDigitizationTapsEnum.Two">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SensorDigitizationTapsEnum.Three">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SensorDigitizationTapsEnum.One">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SensorDigitizationTapsEnum.Four">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.SensorDigitizationTapsEnum">
<tocexclude />
<summary>
<para>This feature represents the number of digitized samples output simultaneously by the camera A/D conversion stage.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SensorDigitizationTaps" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.SensorBitDepthEnum.ToString">
<summary>The full name of SensorBitDepth</summary>
<returns>Returns the full name of SensorBitDepth</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.SensorBitDepthEnum.Name">
<summary>The full name of SensorBitDepth</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SensorBitDepthEnum.BitDepth8">
<summary>
<para>The sensor delivers 8-bit pixels.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SensorBitDepthEnum.BitDepth16">
<summary>
<para>The sensor delivers 16-bit pixels.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SensorBitDepthEnum.BitDepth14">
<summary>
<para>The sensor delivers 14-bit pixels.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SensorBitDepthEnum.BitDepth12">
<summary>
<para>The sensor delivers 12-bit pixels.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SensorBitDepthEnum.BitDepth10">
<summary>
<para>The sensor delivers 10-bit pixels.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.SensorBitDepthEnum">
<tocexclude />
<summary>
<para>Amount of data bits the sensor produces for one sample.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SensorBitDepth" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.Scan3dOutputModeEnum.ToString">
<summary>The full name of Scan3dOutputMode</summary>
<returns>Returns the full name of Scan3dOutputMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.Scan3dOutputModeEnum.Name">
<summary>The full name of Scan3dOutputMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Scan3dOutputModeEnum.UncalibratedC">
<summary>
<para>Uncalibrated 2.5D Depth map. The distance data does not represent a physical unit and may be non-linear. The data is a 2.5D range map only.</para>
<para>Applies to: blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Scan3dOutputModeEnum.DisparityC">
<summary>
<para>Disparity 2.5D Depth map. The distance is inversely proportional to the pixel (disparity) value.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Scan3dOutputModeEnum.CalibratedC">
<summary>
<para>Calibrated 2.5D Depth map. The distance data is expressed in the chosen distance unit. The data is a 2.5D range map. No information on X-Y axes available.</para>
<para>Applies to: blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Scan3dOutputModeEnum.CalibratedABC_Grid">
<summary>
<para>3 Coordinates in grid organization. The full 3 coordinate data with the grid array organization from the sensor kept.</para>
<para>Applies to: blaze</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.Scan3dOutputModeEnum">
<tocexclude />
<summary>
<para>Controls the Calibration and data organization of the device and the coordinates transmitted.</para>
<para>Applies to: Stereo ace and blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Scan3dOutputMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.Scan3dDistanceUnitEnum.ToString">
<summary>The full name of Scan3dDistanceUnit</summary>
<returns>Returns the full name of Scan3dDistanceUnit</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.Scan3dDistanceUnitEnum.Name">
<summary>The full name of Scan3dDistanceUnit</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Scan3dDistanceUnitEnum.Pixel">
<summary>
<para>Distance values reflect pixel positions on the Sensor Array.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Scan3dDistanceUnitEnum.Millimeter">
<summary>
<para>Distance values are in millimeter units (default).</para>
<para>Applies to: blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Scan3dDistanceUnitEnum.DeviceSpecific">
<summary>
<para>Distance values are in device-specific units.</para>
<para>Applies to: blaze</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.Scan3dDistanceUnitEnum">
<tocexclude />
<summary>
<para>Specifies the unit used when delivering (calibrated) distance data.</para>
<para>Applies to: Stereo ace and blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Scan3dDistanceUnit" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.Scan3dCoordinateSystemReferenceEnum.ToString">
<summary>The full name of Scan3dCoordinateSystemReference</summary>
<returns>Returns the full name of Scan3dCoordinateSystemReference</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.Scan3dCoordinateSystemReferenceEnum.Name">
<summary>The full name of Scan3dCoordinateSystemReference</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Scan3dCoordinateSystemReferenceEnum.Anchor">
<summary>
<para>Default value. Original fixed reference. The coordinate system fixed relative the camera reference point marker is used.</para>
<para>Applies to: blaze</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.Scan3dCoordinateSystemReferenceEnum">
<tocexclude />
<summary>
<para>Defines coordinate system reference location.</para>
<para>Applies to: blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Scan3dCoordinateSystemReference" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.Scan3dCoordinateSystemEnum.ToString">
<summary>The full name of Scan3dCoordinateSystem</summary>
<returns>Returns the full name of Scan3dCoordinateSystem</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.Scan3dCoordinateSystemEnum.Name">
<summary>The full name of Scan3dCoordinateSystem</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Scan3dCoordinateSystemEnum.Cartesian">
<summary>
<para>Default value. 3-axis orthogonal, right-hand X-Y-Z.</para>
<para>Applies to: blaze</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.Scan3dCoordinateSystemEnum">
<tocexclude />
<summary>
<para>Specifies the Coordinate system to use for the device.</para>
<para>Applies to: blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Scan3dCoordinateSystem" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.Scan3dCoordinateSelectorEnum.ToString">
<summary>The full name of Scan3dCoordinateSelector</summary>
<returns>Returns the full name of Scan3dCoordinateSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.Scan3dCoordinateSelectorEnum.Name">
<summary>The full name of Scan3dCoordinateSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Scan3dCoordinateSelectorEnum.CoordinateC">
<summary>
<para>The third (Z or Rho) coordinate.</para>
<para>Applies to: blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Scan3dCoordinateSelectorEnum.CoordinateB">
<summary>
<para>The second (Y or Phi) coordinate</para>
<para>Applies to: blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Scan3dCoordinateSelectorEnum.CoordinateA">
<summary>
<para>The first (X or Theta) coordinate</para>
<para>Applies to: blaze</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.Scan3dCoordinateSelectorEnum">
<tocexclude />
<summary>
<para>Selects the individual coordinates in the vectors for 3D information/transformation.</para>
<para>Applies to: blaze</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.Scan3dAxisMax" />, <see cref="P:Basler.Pylon.PLCamera.Scan3dAxisMin" />, <see cref="P:Basler.Pylon.PLCamera.Scan3dCoordinateOffset" />, <see cref="P:Basler.Pylon.PLCamera.Scan3dCoordinateScale" />, <see cref="P:Basler.Pylon.PLCamera.Scan3dInvalidDataFlag" />, <see cref="P:Basler.Pylon.PLCamera.Scan3dInvalidDataValue" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Scan3dCoordinateSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.RemoveParameterLimitSelectorEnum.ToString">
<summary>The full name of RemoveParameterLimitSelector</summary>
<returns>Returns the full name of RemoveParameterLimitSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.RemoveParameterLimitSelectorEnum.Name">
<summary>The full name of RemoveParameterLimitSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.RemoveParameterLimitSelectorEnum.Gain">
<summary>
<para>The factory limits of the Gain parameter can be removed.</para>
<para>Applies to: ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.RemoveParameterLimitSelectorEnum.ExposureTime">
<summary>
<para>The factory limits of the Exposure Time parameter can be removed.</para>
<para>Applies to: ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.RemoveParameterLimitSelectorEnum.ExposureOverhead">
<summary>
<para>The factory limits of the ExposureOverhead parameter can be removed.</para>
<para>Applies to: ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.RemoveParameterLimitSelectorEnum.BlackLevel">
<summary>
<para>The factory limits of the BlackLevel parameter can be removed.</para>
<para>Applies to: ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.RemoveParameterLimitSelectorEnum.AutoTargetValue">
<summary>
<para>The factory limits of the AutoTargetValue parameter can be removed.</para>
<para>Applies to: ace USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.RemoveParameterLimitSelectorEnum">
<tocexclude />
<summary>
<para>Sets the parameter whose factory limits can be removed. The factory limits can be removed using the Remove Limits parameter.</para>
<para>Applies to: ace USB</para>
<para>Visibility: Guru</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.RemoveParameterLimit" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=RemoveParameterLimitSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ROIZoneSelectorEnum.ToString">
<summary>The full name of ROIZoneSelector</summary>
<returns>Returns the full name of ROIZoneSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ROIZoneSelectorEnum.Name">
<summary>The full name of ROIZoneSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ROIZoneSelectorEnum.Zone7">
<summary>
<para>ROI zone 7 can be configured.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ROIZoneSelectorEnum.Zone6">
<summary>
<para>ROI zone 6 can be configured.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ROIZoneSelectorEnum.Zone5">
<summary>
<para>ROI zone 5 can be configured.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ROIZoneSelectorEnum.Zone4">
<summary>
<para>ROI zone 4 can be configured.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ROIZoneSelectorEnum.Zone3">
<summary>
<para>ROI zone 3 can be configured.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ROIZoneSelectorEnum.Zone2">
<summary>
<para>ROI zone 2 can be configured.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ROIZoneSelectorEnum.Zone1">
<summary>
<para>ROI zone 1 can be configured.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ROIZoneSelectorEnum.Zone0">
<summary>
<para>ROI zone 0 can be configured.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ROIZoneSelectorEnum">
<tocexclude />
<summary>
<para>Sets the ROI zone that can be configured.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ROIZoneMode" />, <see cref="P:Basler.Pylon.PLCamera.ROIZoneOffset" />, <see cref="P:Basler.Pylon.PLCamera.ROIZoneSize" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ROIZoneSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ROIZoneModeEnum.ToString">
<summary>The full name of ROIZoneMode</summary>
<returns>Returns the full name of ROIZoneMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ROIZoneModeEnum.Name">
<summary>The full name of ROIZoneMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ROIZoneModeEnum.On">
<summary>
<para>The currently selected ROI zone is enabled.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ROIZoneModeEnum.Off">
<summary>
<para>The currently selected ROI zone is disabled.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ROIZoneModeEnum">
<tocexclude />
<summary>
<para>Enables or disables the currently selected ROI zone.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ROIZoneSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ROIZoneMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.PtpStatusEnum.ToString">
<summary>The full name of PtpStatus</summary>
<returns>Returns the full name of PtpStatus</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpStatusEnum.Name">
<summary>The full name of PtpStatus</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpStatusEnum.Uncalibrated">
<summary>
<para>The port is in the Uncalibrated state. In this state, one or more master ports have been detected in the domain, the appropriate master port has been selected, and the local port is preparing to synchronize with the selected master port.</para>
<para>Applies to: Stereo ace, ace 2 GigE, blaze, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpStatusEnum.Slave">
<summary>
<para>The port is in the Slave state. In this state, the port is synchronizing with the selected master port.</para>
<para>Applies to: Stereo ace, ace 2 GigE, blaze, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpStatusEnum.PreMaster">
<summary>
<para>The port is in the PreMaster state. In this state, the port behaves as if it were in the MASTER state except that some messages will not be placed. Refer to the IEEE 1588 specification for additional information.</para>
<para>Applies to: Stereo ace, ace 2 GigE, blaze, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpStatusEnum.Passive">
<summary>
<para>The port is in the Passive state. In this state, the port is not behaving as a master port nor does it synchronize with a master port.</para>
<para>Applies to: Stereo ace, ace 2 GigE, blaze, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpStatusEnum.Master">
<summary>
<para>The port is in the Master state. In this state, the port is behaving as a master port.</para>
<para>Applies to: Stereo ace, ace 2 GigE, blaze, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpStatusEnum.Listening">
<summary>
<para>The port is in the Listening state. In this state, the port is waiting for the so-called announceReceiptTimeout timeout to expire or to receive an Announce message from a master.</para>
<para>Applies to: Stereo ace, ace 2 GigE, blaze, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpStatusEnum.Initializing">
<summary>
<para>The port is in the Initializing state. In this state, the port initializes its data sets, hardware, and communication facilities.</para>
<para>Applies to: Stereo ace, ace 2 GigE, blaze, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpStatusEnum.Faulty">
<summary>
<para>The port is in the Faulty state. In this state, the port does not place any PTP messages except for management messages that are a required response to another management message on its communication path.</para>
<para>Applies to: Stereo ace, ace 2 GigE, blaze, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpStatusEnum.Disabled">
<summary>
<para>The port is in the Disabled state. In this state, the port does not place any messages on its communication path. A port in this state discards all PTP received messages except for management messages.</para>
<para>Applies to: Stereo ace, ace 2 GigE, blaze, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.PtpStatusEnum">
<tocexclude />
<summary>
<para>Returns the latched state of the PTP clock.</para>
<para>Applies to: Stereo ace, ace 2 GigE, blaze, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PtpStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.PtpServoStatusEnum.ToString">
<summary>The full name of PtpServoStatus</summary>
<returns>Returns the full name of PtpServoStatus</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpServoStatusEnum.Name">
<summary>The full name of PtpServoStatus</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpServoStatusEnum.Unknown">
<summary>
<para>The status of the clock servo is unknown.</para>
<para>Applies to: Stereo ace, ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpServoStatusEnum.Locked">
<summary>
<para>The clock servo is locked.</para>
<para>Applies to: Stereo ace, ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.PtpServoStatusEnum">
<tocexclude />
<summary>
<para>Returns the latched state of the clock servo.</para>
<para>Applies to: Stereo ace, ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PtpServoStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.PtpClockAccuracyEnum.ToString">
<summary>The full name of PtpClockAccuracy</summary>
<returns>Returns the full name of PtpClockAccuracy</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpClockAccuracyEnum.Name">
<summary>The full name of PtpClockAccuracy</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpClockAccuracyEnum.Within2p5us">
<summary>
<para>The expected accuracy of the PTP device clock is within 2.5 microseconds.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpClockAccuracyEnum.Within2p5ms">
<summary>
<para>The expected accuracy of the PTP device clock is within 2.5 milliseconds.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpClockAccuracyEnum.Within25us">
<summary>
<para>The expected accuracy of the PTP device clock is within 25 microseconds.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpClockAccuracyEnum.Within25ns">
<summary>
<para>The expected accuracy of the PTP device clock is within 25 nanoseconds.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpClockAccuracyEnum.Within25ms">
<summary>
<para>The expected accuracy of the PTP device clock is within 25 milliseconds.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpClockAccuracyEnum.Within250us">
<summary>
<para>The expected accuracy of the PTP device clock is within 250 microseconds.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpClockAccuracyEnum.Within250ns">
<summary>
<para>The expected accuracy of the PTP device clock is within 250 nanoseconds.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpClockAccuracyEnum.Within250ms">
<summary>
<para>The expected accuracy of the PTP device clock is within 250 milliseconds.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpClockAccuracyEnum.Within1us">
<summary>
<para>The expected accuracy of the PTP device clock is within 1 microsecond.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpClockAccuracyEnum.Within1s">
<summary>
<para>The expected accuracy of the PTP device clock is within 1 second.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpClockAccuracyEnum.Within1ms">
<summary>
<para>The expected accuracy of the PTP device clock is within 1 millisecond.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpClockAccuracyEnum.Within10us">
<summary>
<para>The expected accuracy of the PTP device clock is within 10 microseconds.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpClockAccuracyEnum.Within10s">
<summary>
<para>The expected accuracy of the PTP device clock is within 10 seconds.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpClockAccuracyEnum.Within10ms">
<summary>
<para>The expected accuracy of the PTP device clock is within 10 milliseconds.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpClockAccuracyEnum.Within100us">
<summary>
<para>The expected accuracy of the PTP device clock is within 100 microseconds.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpClockAccuracyEnum.Within100ns">
<summary>
<para>The expected accuracy of the PTP device clock is within 100 nanoseconds.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpClockAccuracyEnum.Within100ms">
<summary>
<para>The expected accuracy of the PTP device clock is within 100 milliseconds.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpClockAccuracyEnum.Unknown">
<summary>
<para>The expected accuracy of the PTP device clock is unknown.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpClockAccuracyEnum.GreaterThan10s">
<summary>
<para>The expected accuracy of the PTP device clock is greater than 10 seconds.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.PtpClockAccuracyEnum">
<tocexclude />
<summary>
<para>Indicates the expected accuracy of the PTP device clock when it is or becomes the grandmaster.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PtpClockAccuracy" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.PixelSizeEnum.ToString">
<summary>The full name of PixelSize</summary>
<returns>Returns the full name of PixelSize</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelSizeEnum.Name">
<summary>The full name of PixelSize</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelSizeEnum.Bpp8">
<summary>
<para>The pixel depth in the acquired images is 8 bits per pixel.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelSizeEnum.Bpp64">
<summary>
<para>The pixel depth in the acquired images is 64 bits per pixel.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelSizeEnum.Bpp48">
<summary>
<para>The pixel depth in the acquired images is 48 bits per pixel.</para>
<para>Applies to: CamEmu, CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelSizeEnum.Bpp4">
<summary>
<para>The pixel depth in the acquired images is 4 bits per pixel.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelSizeEnum.Bpp36">
<summary>
<para>The pixel depth in the acquired images is 36 bits per pixel.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelSizeEnum.Bpp32">
<summary>
<para>The pixel depth in the acquired images is 32 bits per pixel.</para>
<para>Applies to: CamEmu, CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelSizeEnum.Bpp24">
<summary>
<para>The pixel depth in the acquired images is 24 bits per pixel.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelSizeEnum.Bpp2">
<summary>
<para>The pixel depth in the acquired images is 2 bits per pixel.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelSizeEnum.Bpp16">
<summary>
<para>The pixel depth in the acquired images is 16 bits per pixel.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelSizeEnum.Bpp14">
<summary>
<para>The pixel depth in the acquired images is 14 bits per pixel.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelSizeEnum.Bpp12">
<summary>
<para>The pixel depth in the acquired images is 12 bits per pixel.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelSizeEnum.Bpp10">
<summary>
<para>The pixel depth in the acquired images is 10 bits per pixel.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelSizeEnum.Bpp1">
<summary>
<para>The pixel depth in the acquired images is 1 bit per pixel.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.PixelSizeEnum">
<tocexclude />
<summary>
<para>Indicates the depth of the pixel values in the image (in bits per pixel). The potential values depend on the pixel format setting.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PixelSize" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.PixelFormatEnum.ToString">
<summary>The full name of PixelFormat</summary>
<returns>Returns the full name of PixelFormat</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.Name">
<summary>The full name of PixelFormat</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.YUV444Packed">
<summary>
<para>This enumeration value sets the pixel format to YUV 444 Packed.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.YUV422_YUYV_Packed">
<summary>
<para>The pixel format is set to YUV 422 (YUYV) Packed.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.YUV422_8">
<summary>
<para>The pixel format is set to YUV 4:2:2 8 bit packed.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart USB and racer 2S CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.YUV422Packed">
<summary>
<para>The pixel format is set to YUV 422 Packed.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.YUV411Packed">
<summary>
<para>This enumeration value sets the pixel format to YUV 411 Packed.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.YCbCr422_8">
<summary>
<para>The pixel format is set to YCbCr 422.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB, pulse USB, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.RGBA8Packed">
<summary>
<para>The pixel format is set to RGBA 8 Packed.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.RGB8Planar">
<summary>
<para>The pixel format is set to RGB 8 Planar.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.RGB8Packed">
<summary>
<para>The pixel format is set to RGB 8 Packed.</para>
<para>Applies to: CamEmu, CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.RGB8">
<summary>
<para>The pixel format is set to RGB 8.</para>
<para>Applies to: Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, dart GigE, dart USB, pulse USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.RGB16Planar">
<summary>
<para>The pixel format is set to RGB 16 Planar.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.RGB16Packed">
<summary>
<para>This enumeration value sets the pixel format to RGB 16 Packed.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.RGB12V1Packed">
<summary>
<para>The pixel format is set to RGB 12 V1 Packed.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.RGB12Planar">
<summary>
<para>The pixel format is set to RGB 12 Planar.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.RGB12Packed">
<summary>
<para>The pixel format is set to RGB 12 Packed.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.RGB10V2Packed">
<summary>
<para>The pixel format is set to RGB 10V2 Packed.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.RGB10V1Packed">
<summary>
<para>The pixel format is set to RGB 10V1 Packed.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.RGB10Planar">
<summary>
<para>The pixel format is set to RGB 10 Planar.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.RGB10Packed">
<summary>
<para>The pixel format is set to RGB 10 Packed.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.Mono8Signed">
<summary>
<para>This enumeration value sets the pixel format to Mono 8 Signed.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.Mono8">
<summary>
<para>The pixel format is set to Mono 8.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.Mono16">
<summary>
<para>The pixel format is set to Mono 16.</para>
<para>Applies to: CamEmu, CameraLink, ace GigE and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.Mono12p">
<summary>
<para>The pixel format is set to Mono 12p.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.Mono12Packed">
<summary>
<para>The pixel format is set to Mono 12 Packed.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.Mono12">
<summary>
<para>The pixel format is set to Mono 12.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.Mono10p">
<summary>
<para>The pixel format is set to Mono 10p.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.Mono10Packed">
<summary>
<para>This enumeration value sets the pixel format to Mono 10 Packed.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.Mono10">
<summary>
<para>The pixel format is set to Mono 10.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.Error8">
<summary>
<para>Error 8-bit</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.Coord3D_C16">
<summary>
<para>3D coordinate C 16-bit</para>
<para>Applies to: Stereo ace and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.Coord3D_ABC32f">
<summary>
<para>3D coordinate A-B-C 32-bit floating point</para>
<para>Applies to: blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.Confidence8">
<summary>
<para>Confidence 8-bit</para>
<para>Applies to: Stereo ace and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.Confidence16">
<summary>
<para>Confidence 16-bit</para>
<para>Applies to: blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.BiColorRGBG8">
<summary>
<para>The pixel format is set to BiColor RGBG 8.</para>
<para>Applies to: racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.BiColorBGRG8">
<summary>
<para>The pixel format is set to BiColor BGRG 8.</para>
<para>Applies to: racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.BayerRG8">
<summary>
<para>The pixel format is set to Bayer RG 8.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB and pulse USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.BayerRG16">
<summary>
<para>The pixel format is set to Bayer RG 16.</para>
<para>Applies to: CamEmu, CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.BayerRG12p">
<summary>
<para>The pixel format is set to Bayer RG 12p.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.BayerRG12Packed">
<summary>
<para>The pixel format is set to Bayer RG 12 Packed.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.BayerRG12">
<summary>
<para>The pixel format is set to Bayer RG 12.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB and pulse USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.BayerRG10p">
<summary>
<para>The pixel format is set to Bayer RG 10p.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.BayerRG10">
<summary>
<para>The pixel format is set to Bayer RG 10.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.BayerGR8">
<summary>
<para>The pixel format is set to Bayer GR 8.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB and pulse USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.BayerGR16">
<summary>
<para>The pixel format is set to Bayer GR 16.</para>
<para>Applies to: CamEmu, CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.BayerGR12p">
<summary>
<para>The pixel format is set to Bayer GR 12p.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.BayerGR12Packed">
<summary>
<para>The pixel format is set to Bayer GR 12 Packed.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.BayerGR12">
<summary>
<para>The pixel format is set to Bayer GR 12.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB and pulse USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.BayerGR10p">
<summary>
<para>The pixel format is set to Bayer GR 10p.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.BayerGR10">
<summary>
<para>The pixel format is set to Bayer GR 10.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.BayerGB8">
<summary>
<para>The pixel format is set to Bayer GB 8.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB and pulse USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.BayerGB16">
<summary>
<para>The pixel format is set to Bayer GB 16.</para>
<para>Applies to: CamEmu, CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.BayerGB12p">
<summary>
<para>The pixel format is set to Bayer GB 12p.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.BayerGB12Packed">
<summary>
<para>The pixel format is set to Bayer GB 12 Packed.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.BayerGB12">
<summary>
<para>The pixel format is set to Bayer GB 12.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB and pulse USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.BayerGB10p">
<summary>
<para>The pixel format is set to Bayer GB 10p.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.BayerGB10">
<summary>
<para>The pixel format is set to Bayer GB 10.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.BayerBG8">
<summary>
<para>The pixel format is set to Bayer BG 8.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB and pulse USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.BayerBG16">
<summary>
<para>The pixel format is set to Bayer BG 16.</para>
<para>Applies to: CamEmu, CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.BayerBG12p">
<summary>
<para>The pixel format is set to Bayer BG 12p.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.BayerBG12Packed">
<summary>
<para>The pixel format is set to Bayer BG 12 Packed.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.BayerBG12">
<summary>
<para>The pixel format is set to Bayer BG 12.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB and pulse USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.BayerBG10p">
<summary>
<para>The pixel format is set to Bayer BG 10p.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.BayerBG10">
<summary>
<para>The pixel format is set to Bayer BG 10.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.BGRA8Packed">
<summary>
<para>The pixel format is set to BGRA 8 Packed.</para>
<para>Applies to: CamEmu, CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.BGR8Packed">
<summary>
<para>The pixel format is set to BGR 8 Packed.</para>
<para>Applies to: CamEmu, CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.BGR8">
<summary>
<para>The pixel format is set to BGR 8.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.BGR12Packed">
<summary>
<para>The pixel format is set to BGR 12 Packed.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatEnum.BGR10Packed">
<summary>
<para>The pixel format is set to BGR 10 Packed.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.PixelFormatEnum">
<tocexclude />
<summary>
<para>Sets the format of the pixel data transmitted by the camera. The available pixel formats depend on the camera model and whether the camera is monochrome or color.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslAcquisitionMultiPartMode" />, <see cref="P:Basler.Pylon.PLCamera.ComponentSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PixelFormat" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.PixelColorFilterEnum.ToString">
<summary>The full name of PixelColorFilter</summary>
<returns>Returns the full name of PixelColorFilter</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelColorFilterEnum.Name">
<summary>The full name of PixelColorFilter</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelColorFilterEnum.None">
<summary>
<para>The camera doesn't have a Bayer filter.</para>
<para>Applies to: CameraLink, ace GigE, ace USB, dart USB and pulse USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelColorFilterEnum.Bayer_RG">
<summary>
<para>The Bayer filter has an RG/GB alignment to the pixels in the acquired images.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelColorFilterEnum.Bayer_GR">
<summary>
<para>The Bayer filter has a GR/BG alignment to the pixels in the acquired images.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelColorFilterEnum.Bayer_GB">
<summary>
<para>The Bayer filter has a GB/RG alignment to the pixels in the acquired images.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelColorFilterEnum.Bayer_BG">
<summary>
<para>The Bayer filter has a BG/GR alignment to the pixels in the acquired images.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelColorFilterEnum.BayerRG">
<summary>
<para>The Bayer filter has an RG/GB alignment to the pixels in the acquired images.</para>
<para>Applies to: ace USB, dart USB and pulse USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelColorFilterEnum.BayerGR">
<summary>
<para>The Bayer filter has a GR/BG alignment to the pixels in the acquired images.</para>
<para>Applies to: ace USB, dart USB and pulse USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelColorFilterEnum.BayerGB">
<summary>
<para>The Bayer filter has a GB/RG alignment to the pixels in the acquired images.</para>
<para>Applies to: ace USB, dart USB and pulse USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelColorFilterEnum.BayerBG">
<summary>
<para>The Bayer filter has a BG/GR alignment to the pixels in the acquired images.</para>
<para>Applies to: ace USB, dart USB and pulse USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.PixelColorFilterEnum">
<tocexclude />
<summary>
<para>Indicates the alignment of the camera's Bayer filter to the pixels in the acquired images.</para>
<para>Applies to: CameraLink, ace GigE, ace USB, dart USB and pulse USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PixelColorFilter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.PixelCodingEnum.ToString">
<summary>The full name of PixelCoding</summary>
<returns>Returns the full name of PixelCoding</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelCodingEnum.Name">
<summary>The full name of PixelCoding</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelCodingEnum.YUV444">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelCodingEnum.YUV422">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelCodingEnum.YUV411">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelCodingEnum.Raw8">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelCodingEnum.Raw16">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelCodingEnum.RGBA8">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelCodingEnum.RGB8Planar">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelCodingEnum.RGB8">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelCodingEnum.RGB16Planar">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelCodingEnum.RGB16">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelCodingEnum.RGB10V2Packed">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelCodingEnum.RGB10V1Packed">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelCodingEnum.Mono8Signed">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelCodingEnum.Mono8">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelCodingEnum.Mono16">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelCodingEnum.Mono12Packed">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelCodingEnum.Mono10Packed">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelCodingEnum.BayerRG10p">
<summary>
<para>This enumeration value sets the pixel format to Bayer RG 10p</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelCodingEnum.BayerGR10p">
<summary>
<para>This enumeration value sets the pixel format to Bayer GR 10p</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelCodingEnum.BayerGB10p">
<summary>
<para>This enumeration value sets the pixel format to Bayer GB 10p</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelCodingEnum.BayerBG10p">
<summary>
<para>This enumeration value sets the pixel format to Bayer BG 10p</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelCodingEnum.BGRA8">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelCodingEnum.BGR8">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelCodingEnum.BGR16">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.PixelCodingEnum">
<tocexclude />
<summary>
<para>Sets the color coding of the pixels in the acquired images</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PixelCoding" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.PgiModeEnum.ToString">
<summary>The full name of PgiMode</summary>
<returns>Returns the full name of PgiMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.PgiModeEnum.Name">
<summary>The full name of PgiMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PgiModeEnum.On">
<summary>
<para>Basler PGI image optimizations are enabled.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PgiModeEnum.Off">
<summary>
<para>Basler PGI image optimizations are disabled.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.PgiModeEnum">
<tocexclude />
<summary>
<para>Enables Basler PGI image optimizations.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PgiMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ParameterSelectorEnum.ToString">
<summary>The full name of ParameterSelector</summary>
<returns>Returns the full name of ParameterSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ParameterSelectorEnum.Name">
<summary>The full name of ParameterSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ParameterSelectorEnum.Gain">
<summary>
<para>The factory limits of the Gain parameter can be removed.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ParameterSelectorEnum.Framerate">
<summary>
<para>The factory limits of the Framerate parameter can be removed.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ParameterSelectorEnum.ExposureTime">
<summary>
<para>The factory limits of the Exposure Time parameter can be removed.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ParameterSelectorEnum.ExposureOverlapMax">
<summary>
<para>The factory limits of the Exposure Overlap Time Max parameter can be removed.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ParameterSelectorEnum.ExposureOverhead">
<summary>
<para>The factory limits of the Exposure Overhead parameter can be removed.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ParameterSelectorEnum.Brightness">
<summary>
<para>The factory limits of the Brightness parameter can be removed.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ParameterSelectorEnum.BlackLevel">
<summary>
<para>The factory limits of the Black Level parameter can be removed.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ParameterSelectorEnum.AutoTargetValue">
<summary>
<para>The factory limits of the Auto Target Value parameter can be removed.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ParameterSelectorEnum">
<tocexclude />
<summary>
<para>Sets the parameter whose factory limits can be removed. The factory limits can be removed using the Remove Limits parameter.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.RemoveLimits" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ParameterSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.OverlapModeEnum.ToString">
<summary>The full name of OverlapMode</summary>
<returns>Returns the full name of OverlapMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.OverlapModeEnum.Name">
<summary>The full name of OverlapMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.OverlapModeEnum.On">
<summary>
<para>Overlapping image acquisition is enabled. Exposures and readouts will overlap.</para>
<para>Applies to: dart USB and pulse USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.OverlapModeEnum.Off">
<summary>
<para>Overlapping image acquisition is disabled. Exposures and readouts will not overlap.</para>
<para>Applies to: dart USB and pulse USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.OverlapModeEnum">
<tocexclude />
<summary>
<para>Configures overlapping exposure and image readout.</para>
<para>Applies to: dart USB and pulse USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=OverlapMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.OperatingModeEnum.ToString">
<summary>The full name of OperatingMode</summary>
<returns>Returns the full name of OperatingMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.OperatingModeEnum.Name">
<summary>The full name of OperatingMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.OperatingModeEnum.ShortRange">
<summary>
<para>The operating mode is set to Short Range. The Minimum Working Range and Maximum Working Range parameters change accordingly and camera settings are optimized for capturing images at short distances.</para>
<para>Applies to: blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.OperatingModeEnum.LongRange">
<summary>
<para>The operating mode is set to Long Range. The Minimum Working Range and Maximum Working Range parameters change accordingly and camera settings are optimized for capturing images at long distances.</para>
<para>Applies to: blaze</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.OperatingModeEnum">
<tocexclude />
<summary>
<para>Sets the operating mode of the camera. The choice you make here, affects the working range of the camera, i.e., the Minimum Working Range and Maximum Working Range parameters. If the operating mode is changed, the exposure time is set to the recommended default value.</para>
<para>Applies to: blaze</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=OperatingMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.LineSourceEnum.ToString">
<summary>The full name of LineSource</summary>
<returns>Returns the full name of LineSource</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.Name">
<summary>The full name of LineSource</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.UserOutput4">
<summary>
<para>The source signal for the currently selected line is set to User Output 4.</para>
<para>Applies to: CameraLink, ace GigE and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.UserOutput3">
<summary>
<para>The source signal for the currently selected line is set to User Output 3.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.UserOutput2">
<summary>
<para>The source signal for the currently selected line is set to User Output 2.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.UserOutput1">
<summary>
<para>The source signal for the currently selected line is set to User Output 1.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.UserOutput0">
<summary>
<para>The source signal for the currently selected line is set to User Output 0.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.UserOutput">
<summary>
<para>The source signal for the currently selected line is set to User Output.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.TriggerReady">
<summary>
<para>The source signal for the currently selected line is set to Trigger Ready.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.TimerActive">
<summary>
<para>The source signal for the currently selected line is set to Timer Active.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.Timer4Active">
<summary>
<para>This enumeration value sets the source signal for the selected output line to timer 4 active. </para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.Timer3Active">
<summary>
<para>This enumeration value sets the source signal for the selected output line to timer 3 active. </para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.Timer2Active">
<summary>
<para>The source signal for the currently selected line is set to Timer 2 Active. You can use this signal to monitor the camera's Timer feature. The signal goes high after the delay specified. The signal goes low after the duration specified. </para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.Timer1Active">
<summary>
<para>The source signal for the currently selected line is set to Timer 1 Active. You can use this signal to monitor the camera's Timer feature. The signal goes high after the delay specified. The signal goes low after the duration specified. </para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.SyncUserOutput3">
<summary>
<para>The source signal for the currently selected line is set to Sync User Output 3.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.SyncUserOutput2">
<summary>
<para>The source signal for the currently selected line is set to Sync User Output 2.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.SyncUserOutput1">
<summary>
<para>The source signal for the currently selected line is set to Sync User Output 1.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.SyncUserOutput0">
<summary>
<para>The source signal for the currently selected line is set to Sync User Output 0.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.SyncUserOutput">
<summary>
<para>The source signal for the currently selected line is set to Sync User Output.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.ShaftEncoderModuleOut">
<summary>
<para>The signal for the currently selected line is associated with the output of the shaft encoder module.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.SerialTx">
<summary>
<para>The source signal for the currently selected line is set to Serial Tx.</para>
<para>Applies to: CameraLink, ace 2 GigE, ace 2 USB, ace GigE, boost CoaXPress, dart GigE and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.PatternGenerator4">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.PatternGenerator3">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.PatternGenerator2">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.PatternGenerator1">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.Off">
<summary>
<para>No source signal is set for the currently selected line.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.Low">
<summary>
<para>The output is always Low.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.LineTriggerWait">
<summary>
<para>The source signal for the currently selected line is set to Line Trigger Wait.</para>
<para>Applies to: CameraLink, ace GigE, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.High">
<summary>
<para>The output is always High.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.FrequencyConverter">
<summary>
<para>The signal for the currently selected line is associated with the output of the frequency converter module.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.FrameTriggerWait">
<summary>
<para>The source signal for the currently selected line is set to Frame Trigger Wait.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.FrameCycle">
<summary>
<para>The signal for the currently selected line is rising with Frame Trigger Wait and falling with Exposure Active.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.FrameBurstTriggerWait">
<summary>
<para>The source signal for the currently selected line is set to Frame Burst Trigger Wait.</para>
<para>Applies to: CamEmu, ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.FrameBurstActive">
<summary>
<para>The source signal for the currently selected line is set to Frame Burst Active. You can use this signal to monitor if the camera is currently acquiring a series of images (a "burst" of images). The signal goes high when the acquisition of a series of images has started. The signal goes low when the acquisition of a series of images has finished.</para>
<para>Applies to: CamEmu, ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.FrameActive">
<summary>
<para>The source signal for the currently selected line is set to Frame Active. You can use this signal to monitor if the camera is currently acquiring a series of images (a "burst" of images). The signal goes high when the acquisition of a series of images has started. The signal goes low when the acquisition of a series of images has finished.</para>
<para>Applies to: racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.FlashWindow">
<summary>
<para>The source signal for the currently selected line is set to Flash Window.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.ExposureTriggerWait">
<summary>
<para>The source signal for the currently selected line is set to Exposure Trigger Wait. The signal goes high when the camera is ready to receive exposure trigger signals. When you apply an exposure trigger signal, the signal goes low.</para>
<para>Applies to: CamEmu, ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.ExposureAlternateActive">
<summary>
<para>Output is high during the exposure of every second Frame.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.ExposureActive">
<summary>
<para>The source signal for the currently selected line is set to Exposure Active.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.Counter4Active">
<summary>
<para>The source signal for the currently selected line is set to Counter 4 Active. The signal goes high when the counter is started. The signal goes low when the counter is stopped, reset, or when it has reached its maximum value. </para>
<para>Applies to: racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.Counter3Active">
<summary>
<para>The source signal for the currently selected line is set to Counter 3 Active. The signal goes high when the counter is started. The signal goes low when the counter is stopped, reset, or when it has reached its maximum value. </para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.Counter2Active">
<summary>
<para>The source signal for the currently selected line is set to Counter 2 Active. The signal goes high when the counter is started. The signal goes low when the counter is stopped, reset, or when it has reached its maximum value. </para>
<para>Applies to: CamEmu, ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.Counter1Active">
<summary>
<para>The source signal for the currently selected line is set to Counter 1 Active. The signal goes high when the counter is started. The signal goes low when the counter is stopped, reset, or when it has reached its maximum value. </para>
<para>Applies to: CamEmu, ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.BslLightControl">
<summary>
<para>The source signal for the currently selected line is set to Light Control. If you change this setting, your light will stop working.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.AcquisitionTriggerWait">
<summary>
<para>The source signal for the currently selected line is set to Acquisition Trigger Wait.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.AcquisitionTriggerReady">
<summary>
<para>The source signal for the currently selected line is set to Acquisition Trigger Ready.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSourceEnum.AcquisitionActive">
<summary>
<para>The source signal for the currently selected line is set to Acquisition Active.</para>
<para>Applies to: CamEmu, ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.LineSourceEnum">
<tocexclude />
<summary>
<para>Sets the source signal for the currently selected line. The currently selected line must be an output line.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.LineSelector" /></para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.LineStatus" />, <see cref="P:Basler.Pylon.PLCamera.LineStatusAll" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.LineSelectorEnum.ToString">
<summary>The full name of LineSelector</summary>
<returns>Returns the full name of LineSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSelectorEnum.Name">
<summary>The full name of LineSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSelectorEnum.Out4">
<summary>
<para>Output Line 4 can be configured.</para>
<para>Applies to: CameraLink, Stereo ace and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSelectorEnum.Out3">
<summary>
<para>Output Line 3 can be configured.</para>
<para>Applies to: CameraLink, Stereo ace and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSelectorEnum.Out2">
<summary>
<para>Output Line 2 can be configured.</para>
<para>Applies to: CameraLink, Stereo ace and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSelectorEnum.Out1">
<summary>
<para>Output Line 1 can be configured.</para>
<para>Applies to: CameraLink, Stereo ace and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSelectorEnum.Line8">
<summary>
<para>This enumeration value selects line 8 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSelectorEnum.Line7">
<summary>
<para>This enumeration value selects line 7 for configuration.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSelectorEnum.Line6">
<summary>
<para>Line 6 can be configured.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSelectorEnum.Line5">
<summary>
<para>Line 5 can be configured.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSelectorEnum.Line4">
<summary>
<para>Line 4 can be configured.</para>
<para>Applies to: CameraLink, ace GigE, ace USB and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSelectorEnum.Line3">
<summary>
<para>Line 3 can be configured.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSelectorEnum.Line2">
<summary>
<para>Line 2 can be configured.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSelectorEnum.Line1">
<summary>
<para>Line 1 can be configured.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSelectorEnum.In4">
<summary>
<para>Index of the physical line and associated I/O control block to use.</para>
<para>Applies to: CameraLink and Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSelectorEnum.In3">
<summary>
<para>Index of the physical line and associated I/O control block to use.</para>
<para>Applies to: CameraLink and Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSelectorEnum.In2">
<summary>
<para>Index of the physical line and associated I/O control block to use.</para>
<para>Applies to: CameraLink and Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSelectorEnum.In1">
<summary>
<para>Index of the physical line and associated I/O control block to use.</para>
<para>Applies to: CameraLink and Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSelectorEnum.ClSpare">
<summary>
<para>The CL Spare line can be configured.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSelectorEnum.CC4">
<summary>
<para>CC4 can be configured.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSelectorEnum.CC3">
<summary>
<para>CC3 can be configured.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSelectorEnum.CC2">
<summary>
<para>CC2 can be configured.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSelectorEnum.CC1">
<summary>
<para>CC1 can be configured.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.LineSelectorEnum">
<tocexclude />
<summary>
<para>Sets the I/O line to be configured. All changes to the line settings will be applied to the selected line.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.BslInputFilterTime" />, <see cref="P:Basler.Pylon.PLCamera.BslInputHoldOffTime" />, <see cref="P:Basler.Pylon.PLCamera.BslLineConnection" />, <see cref="P:Basler.Pylon.PLCamera.BslLineOverloadStatus" />, <see cref="P:Basler.Pylon.PLCamera.BslLineRatio" />, <see cref="P:Basler.Pylon.PLCamera.BslLineTermination" />, <see cref="P:Basler.Pylon.PLCamera.LineDebouncerTime" />, <see cref="P:Basler.Pylon.PLCamera.LineDebouncerTimeAbs" />, <see cref="P:Basler.Pylon.PLCamera.LineFormat" />, <see cref="P:Basler.Pylon.PLCamera.LineInverter" />, <see cref="P:Basler.Pylon.PLCamera.LineLogic" />, <see cref="P:Basler.Pylon.PLCamera.LineMinimumOutputPulseWidth" />, <see cref="P:Basler.Pylon.PLCamera.LineMode" />, <see cref="P:Basler.Pylon.PLCamera.LineOverloadReset" />, <see cref="P:Basler.Pylon.PLCamera.LineOverloadStatus" />, <see cref="P:Basler.Pylon.PLCamera.LineSource" />, <see cref="P:Basler.Pylon.PLCamera.LineStatus" />, <see cref="P:Basler.Pylon.PLCamera.LineTermination" />, <see cref="P:Basler.Pylon.PLCamera.MinOutPulseWidthAbs" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.LineModeEnum.ToString">
<summary>The full name of LineMode</summary>
<returns>Returns the full name of LineMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.LineModeEnum.Name">
<summary>The full name of LineMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineModeEnum.Output">
<summary>
<para>The selected physical line can be used to output an electrical signal.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineModeEnum.Input">
<summary>
<para>The selected physical line can be used to input an electrical signal.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineModeEnum.InOut">
<summary>
<para>The selected physical line can be used to input and output an electrical signal.</para>
<para>Applies to: CamEmu, ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB and racer 2 CXP</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.LineModeEnum">
<tocexclude />
<summary>
<para>Sets the mode for the selected line. This controls whether the physical line is used to input or output a signal.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.LineSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.LineLogicEnum.ToString">
<summary>The full name of LineLogic</summary>
<returns>Returns the full name of LineLogic</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.LineLogicEnum.Name">
<summary>The full name of LineLogic</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineLogicEnum.Positive">
<summary>
<para>The line logic of the currently selected line is positive.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineLogicEnum.Negative">
<summary>
<para>The line logic of the currently selected line is negative.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.LineLogicEnum">
<tocexclude />
<summary>
<para>Indicates the line logic of the currently selected line.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.LineSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineLogic" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.LineFormatEnum.ToString">
<summary>The full name of LineFormat</summary>
<returns>Returns the full name of LineFormat</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.LineFormatEnum.Name">
<summary>The full name of LineFormat</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineFormatEnum.TriState">
<summary>
<para>The line is currently in tri-state mode (not driven).</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineFormatEnum.TTL">
<summary>
<para>The line is currently accepting or sending TTL level signals.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineFormatEnum.RS422">
<summary>
<para>The line is currently accepting or sending RS-422 level signals.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineFormatEnum.OptoCoupled">
<summary>
<para>The line is opto-coupled.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineFormatEnum.OpenDrain">
<summary>
<para>The output of the line is "open drain"/"open collector".</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineFormatEnum.NoConnect">
<summary>
<para>The line is not connected.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineFormatEnum.LVTTL">
<summary>
<para>The line is currently accepting or sending LVTTL level signals.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineFormatEnum.LVDS">
<summary>
<para>The line is currently accepting or sending LVDS level signals.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.LineFormatEnum">
<tocexclude />
<summary>
<para>Indicates the electrical configuration of the currently selected line.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.LineSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineFormat" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.LightSourceSelectorEnum.ToString">
<summary>The full name of LightSourceSelector</summary>
<returns>Returns the full name of LightSourceSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.LightSourceSelectorEnum.Name">
<summary>The full name of LightSourceSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LightSourceSelectorEnum.Tungsten">
<summary>
<para>A predefined matrix is used for the color transformation. The matrix is optimized for image acquisition with tungsten incandescent light (3100 K).</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LightSourceSelectorEnum.Off">
<summary>
<para>No color transformation for a specific light source is performed.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LightSourceSelectorEnum.MicroscopeLED6000K">
<summary>
<para>The light source preset for image acquisitions with microscope LED illumination of 6000 K is set.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LightSourceSelectorEnum.MicroscopeLED5500K">
<summary>
<para>The light source preset for image acquisitions with microscope LED illumination of 5500 K is set.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LightSourceSelectorEnum.MicroscopeLED4500K">
<summary>
<para>The light source preset for image acquisitions with microscope LED illumination of 4500 K is set.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LightSourceSelectorEnum.LightSource1">
<summary>
<para>The color transformation matrix is optimized for image acquisitions with a custom light source 1.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LightSourceSelectorEnum.LightSource0">
<summary>
<para>The color transformation matrix is optimized for image acquisitions with a custom light source 0.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LightSourceSelectorEnum.Daylight6500K">
<summary>
<para>A predefined matrix is used for the color transformation. The matrix is optimized for image acquisitions with daylight of 6500 K.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LightSourceSelectorEnum.Daylight">
<summary>
<para>A predefined matrix is used for the color transformation. The matrix is optimized for image acquisitions with daylight of 5000 K.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LightSourceSelectorEnum.Custom">
<summary>
<para>The color transformation matrix can be customized.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.LightSourceSelectorEnum">
<tocexclude />
<summary>
<para>Sets the type of light source for which color transformation will be performed.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ColorTransformationSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LightSourceSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.LightSourcePresetEnum.ToString">
<summary>The full name of LightSourcePreset</summary>
<returns>Returns the full name of LightSourcePreset</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.LightSourcePresetEnum.Name">
<summary>The full name of LightSourcePreset</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LightSourcePresetEnum.Tungsten2800K">
<summary>
<para>The light source preset for image acquisitions with tungsten incandescent light (2800 K) is selected.</para>
<para>Applies to: ace USB, dart USB and pulse USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LightSourcePresetEnum.Off">
<summary>
<para>No light source preset is selected.</para>
<para>Applies to: ace USB, dart USB and pulse USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LightSourcePresetEnum.MicroscopeLED6000K">
<summary>
<para>The light source preset for image acquisitions with microscope LED illumination of 6000 K is set.</para>
<para>Applies to: ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LightSourcePresetEnum.MicroscopeLED5500K">
<summary>
<para>The light source preset for image acquisitions with microscope LED illumination of 5500 K is set.</para>
<para>Applies to: ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LightSourcePresetEnum.MicroscopeLED4500K">
<summary>
<para>The light source preset for image acquisitions with microscope LED illumination of 4500 K is set.</para>
<para>Applies to: ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LightSourcePresetEnum.Daylight6500K">
<summary>
<para>The light source preset for image acquisitions with daylight of 6500 K is selected.</para>
<para>Applies to: ace USB, dart USB and pulse USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LightSourcePresetEnum.Daylight5000K">
<summary>
<para>The light source preset for image acquisitions with daylight of 5000 K is selected.</para>
<para>Applies to: ace USB, dart USB and pulse USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.LightSourcePresetEnum">
<tocexclude />
<summary>
<para>Sets the light source preset. The colors in the image will be corrected so that they are appropriate for the selected light source.</para>
<para>Applies to: ace USB, dart USB and pulse USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LightSourcePreset" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.LegacyBinningVerticalEnum.ToString">
<summary>The full name of LegacyBinningVertical</summary>
<returns>Returns the full name of LegacyBinningVertical</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.LegacyBinningVerticalEnum.Name">
<summary>The full name of LegacyBinningVertical</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LegacyBinningVerticalEnum.Two_Rows">
<summary>
<para>Vertical binning is set to 2 rows.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LegacyBinningVerticalEnum.Off">
<summary>
<para>Vertical binning is disabled.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.LegacyBinningVerticalEnum">
<tocexclude />
<summary>
<para>Sets whether vertical binning is used.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LegacyBinningVertical" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.LastErrorEnum.ToString">
<summary>The full name of LastError</summary>
<returns>Returns the full name of LastError</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.LastErrorEnum.Name">
<summary>The full name of LastError</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LastErrorEnum.Userset">
<summary>
<para>An error was detected while loading a user set.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LastErrorEnum.UserDefPixFailure">
<summary>
<para>An error was detected while loading user defect pixel data.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LastErrorEnum.PowerFailure">
<summary>
<para>The power supply is not sufficient.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LastErrorEnum.Overtrigger">
<summary>
<para>The camera was overtriggered.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LastErrorEnum.OverTemperature">
<summary>
<para>An over temperature state has been detected.</para>
<para>Applies to: CameraLink, ace GigE and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LastErrorEnum.NoError">
<summary>
<para>No error was detected.</para>
<para>Applies to: CameraLink, ace GigE and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LastErrorEnum.InvalidParameter">
<summary>
<para>A parameter was set to an invalid value.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LastErrorEnum.InsufficientTriggerWidth">
<summary>
<para>The trigger width was too short. In Trigger Width exposure mode, a minimum trigger width is required. Increase the trigger width to the minimum width or higher.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LastErrorEnum.Illumination">
<summary>
<para>Indicates a problem with the VCSELs.</para>
<para>Applies to: blaze</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.LastErrorEnum">
<tocexclude />
<summary>
<para>Indicates the last error code in the memory. To delete the last error code from the list of error codes, use the Clear Last Error command.</para>
<para>Applies to: CameraLink, ace GigE and blaze</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LastError" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.LUTSelectorEnum.ToString">
<summary>The full name of LUTSelector</summary>
<returns>Returns the full name of LUTSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.LUTSelectorEnum.Name">
<summary>The full name of LUTSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LUTSelectorEnum.Luminance">
<summary>
<para>The luminance lookup table can be configured.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.LUTSelectorEnum">
<tocexclude />
<summary>
<para>Sets the lookup table (LUT) to be configured. All changes to the LUT settings will be applied to the selected LUT.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.LUTEnable" />, <see cref="P:Basler.Pylon.PLCamera.LUTIndex" />, <see cref="P:Basler.Pylon.PLCamera.LUTValue" />, <see cref="P:Basler.Pylon.PLCamera.LUTValueAll" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LUTSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.InterlacedIntegrationModeEnum.ToString">
<summary>The full name of InterlacedIntegrationMode</summary>
<returns>Returns the full name of InterlacedIntegrationMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.InterlacedIntegrationModeEnum.Name">
<summary>The full name of InterlacedIntegrationMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.InterlacedIntegrationModeEnum.FrameIntegration">
<summary>
<para>Sets the integration mode to frame integration</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.InterlacedIntegrationModeEnum.FieldIntegration">
<summary>
<para>Sets the integration mode to field integration</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.InterlacedIntegrationModeEnum">
<tocexclude />
<summary>
<para>Selects the Interlaced Integration Mode.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=InterlacedIntegrationMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.IntensityCalculationEnum.ToString">
<summary>The full name of IntensityCalculation</summary>
<returns>Returns the full name of IntensityCalculation</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.IntensityCalculationEnum.Name">
<summary>The full name of IntensityCalculation</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.IntensityCalculationEnum.Method2">
<summary>
<para>Method 2 is used to calculate the intensity image. This ensures that the depth image and the intensity image are in synch. The disadvantage is that the resulting intensity image will be darker and contain more noise.</para>
<para>Applies to: blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.IntensityCalculationEnum.Method1">
<summary>
<para>Method 1 is used to calculate the intensity image. This is the default value. In scenes containing motion, you may notice a lag between the depth image and the intensity image.</para>
<para>Applies to: blaze</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.IntensityCalculationEnum">
<tocexclude />
<summary>
<para>Sets the method for calculating the intensity data.</para>
<para>Applies to: blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=IntensityCalculation" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ImageFileModeEnum.ToString">
<summary>The full name of ImageFileMode</summary>
<returns>Returns the full name of ImageFileMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ImageFileModeEnum.Name">
<summary>The full name of ImageFileMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ImageFileModeEnum.On">
<summary>
<para>Sets the mode to on.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ImageFileModeEnum.Off">
<summary>
<para>Sets the mode to off.</para>
<para>Applies to: CamEmu</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ImageFileModeEnum">
<tocexclude />
<summary>
<para>Enables loading files from disk for image acquisition.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ImageFileMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ImageCompressionRateOptionEnum.ToString">
<summary>The full name of ImageCompressionRateOption</summary>
<returns>Returns the full name of ImageCompressionRateOption</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ImageCompressionRateOptionEnum.Name">
<summary>The full name of ImageCompressionRateOption</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ImageCompressionRateOptionEnum.Lossless">
<summary>
<para>The camera uses lossless compression. This means that the restored image will be identical to the original image.</para>
<para>Applies to: ace 2 GigE and ace 2 USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ImageCompressionRateOptionEnum.FixRatio">
<summary>
<para>The camera compresses acquired images. If lossless compression can't be achieved, image quality is reduced.</para>
<para>Applies to: ace 2 GigE and ace 2 USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ImageCompressionRateOptionEnum">
<tocexclude />
<summary>
<para>Configures the selected compression mechanism. The available options depend on the selected pixel format and the image compression mode.</para>
<para>Applies to: ace 2 GigE and ace 2 USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ImageCompressionRateOption" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ImageCompressionModeEnum.ToString">
<summary>The full name of ImageCompressionMode</summary>
<returns>Returns the full name of ImageCompressionMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ImageCompressionModeEnum.Name">
<summary>The full name of ImageCompressionMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ImageCompressionModeEnum.Off">
<summary>
<para>Image compression is disabled. The image is transmitted uncompressed.</para>
<para>Applies to: ace 2 GigE and ace 2 USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ImageCompressionModeEnum.BaslerCompressionBeyond">
<summary>
<para>Images are compressed using the Compression Beyond feature.</para>
<para>Applies to: ace 2 GigE and ace 2 USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ImageCompressionModeEnum">
<tocexclude />
<summary>
<para>Sets the image compression mode of the camera. The available image compression modes depend on the selected pixel format.</para>
<para>Applies to: ace 2 GigE and ace 2 USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ImageCompressionMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.GevStreamChannelSelectorEnum.ToString">
<summary>The full name of GevStreamChannelSelector</summary>
<returns>Returns the full name of GevStreamChannelSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.GevStreamChannelSelectorEnum.Name">
<summary>The full name of GevStreamChannelSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevStreamChannelSelectorEnum.StreamChannel0">
<summary>
<para>Stream channel 0 can be configured.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.GevStreamChannelSelectorEnum">
<tocexclude />
<summary>
<para>Sets the stream channels to be configured. All changes to the stream channel settings will be applied to the selected stream channel.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.GevGVSPExtendedIDMode" />, <see cref="P:Basler.Pylon.PLCamera.GevSCBWA" />, <see cref="P:Basler.Pylon.PLCamera.GevSCBWR" />, <see cref="P:Basler.Pylon.PLCamera.GevSCBWRA" />, <see cref="P:Basler.Pylon.PLCamera.GevSCDA" />, <see cref="P:Basler.Pylon.PLCamera.GevSCDCT" />, <see cref="P:Basler.Pylon.PLCamera.GevSCDMT" />, <see cref="P:Basler.Pylon.PLCamera.GevSCFJM" />, <see cref="P:Basler.Pylon.PLCamera.GevSCFTD" />, <see cref="P:Basler.Pylon.PLCamera.GevSCPD" />, <see cref="P:Basler.Pylon.PLCamera.GevSCPHostPort" />, <see cref="P:Basler.Pylon.PLCamera.GevSCPInterfaceIndex" />, <see cref="P:Basler.Pylon.PLCamera.GevSCPSBigEndian" />, <see cref="P:Basler.Pylon.PLCamera.GevSCPSDoNotFragment" />, <see cref="P:Basler.Pylon.PLCamera.GevSCPSFireTestPacket" />, <see cref="P:Basler.Pylon.PLCamera.GevSCPSPacketSize" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevStreamChannelSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.GevInterfaceSelectorEnum.ToString">
<summary>The full name of GevInterfaceSelector</summary>
<returns>Returns the full name of GevInterfaceSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.GevInterfaceSelectorEnum.Name">
<summary>The full name of GevInterfaceSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevInterfaceSelectorEnum.NetworkInterface0">
<summary>
<para>Network interface 0 can be configured.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.GevInterfaceSelectorEnum">
<tocexclude />
<summary>
<para>Sets the physical network interface to be configured. All changes to the network interface settings will be applied to the selected interface.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.GevCurrentDefaultGateway" />, <see cref="P:Basler.Pylon.PLCamera.GevCurrentIPAddress" />, <see cref="P:Basler.Pylon.PLCamera.GevCurrentIPConfiguration" />, <see cref="P:Basler.Pylon.PLCamera.GevCurrentSubnetMask" />, <see cref="P:Basler.Pylon.PLCamera.GevLinkCrossover" />, <see cref="P:Basler.Pylon.PLCamera.GevLinkFullDuplex" />, <see cref="P:Basler.Pylon.PLCamera.GevLinkMaster" />, <see cref="P:Basler.Pylon.PLCamera.GevLinkSpeed" />, <see cref="P:Basler.Pylon.PLCamera.GevMACAddress" />, <see cref="P:Basler.Pylon.PLCamera.GevPersistentDefaultGateway" />, <see cref="P:Basler.Pylon.PLCamera.GevPersistentIPAddress" />, <see cref="P:Basler.Pylon.PLCamera.GevPersistentSubnetMask" />, <see cref="P:Basler.Pylon.PLCamera.GevSupportedIPConfigurationDHCP" />, <see cref="P:Basler.Pylon.PLCamera.GevSupportedIPConfigurationLLA" />, <see cref="P:Basler.Pylon.PLCamera.GevSupportedIPConfigurationPersistentIP" />, <see cref="P:Basler.Pylon.PLCamera.GevSupportedOptionalLegacy16BitBlockID" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevInterfaceSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.GevIEEE1588StatusLatchedEnum.ToString">
<summary>The full name of GevIEEE1588StatusLatched</summary>
<returns>Returns the full name of GevIEEE1588StatusLatched</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.GevIEEE1588StatusLatchedEnum.Name">
<summary>The full name of GevIEEE1588StatusLatched</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevIEEE1588StatusLatchedEnum.Undefined">
<summary>
<para>The port is in an undefined state.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevIEEE1588StatusLatchedEnum.Uncalibrated">
<summary>
<para>The port is in the Uncalibrated state. In this state, one or more master ports have been detected in the domain, the appropriate master port has been selected, and the local port is preparing to synchronize with the selected master port.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevIEEE1588StatusLatchedEnum.Slave">
<summary>
<para>The port is in the Slave state. In this state, the port is synchronizing with the selected master port.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevIEEE1588StatusLatchedEnum.PreMaster">
<summary>
<para>The port is in the PreMaster state. In this state, the port behaves as if it were in the MASTER state except that some messages will not be placed.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevIEEE1588StatusLatchedEnum.Passive">
<summary>
<para>The port is in the Passive state. In this state, the port is not acting as the master port nor does it synchronize with a master port.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevIEEE1588StatusLatchedEnum.Master">
<summary>
<para>The port is in the Master state. In this state, the port is acting as the master port.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevIEEE1588StatusLatchedEnum.Listening">
<summary>
<para>The port is in the Listening state. In this state, the port is waiting for the so-called announceReceiptTimeout timeout to expire or to receive an Announce message from a master.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevIEEE1588StatusLatchedEnum.Initializing">
<summary>
<para>The port is in the Initializing state. In this state, the port initializes its data sets, hardware, and communication facilities.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevIEEE1588StatusLatchedEnum.Faulty">
<summary>
<para>The port is in the Faulty state. In this state, the port does not place any messages on its communication path. It discards all PTP messages received except for management messages.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevIEEE1588StatusLatchedEnum.Disabled">
<summary>
<para>The port is in the Disabled state. In this state, the port does not place any messages on its communication path. It discards all PTP messages received except for management messages.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.GevIEEE1588StatusLatchedEnum">
<tocexclude />
<summary>
<para>Indicates the latched state of the IEEE 1588 clock. (The state must first be latched using the IEEE 1588 Latch command.) The state is indicated by values 1 to 9, corresponding to the states INITIALIZING, FAULTY, DISABLED, LISTENING, PRE_MASTER, MASTER, PASSIVE, UNCALIBRATED, and SLAVE.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevIEEE1588StatusLatched" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.GevIEEE1588StatusEnum.ToString">
<summary>The full name of GevIEEE1588Status</summary>
<returns>Returns the full name of GevIEEE1588Status</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.GevIEEE1588StatusEnum.Name">
<summary>The full name of GevIEEE1588Status</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevIEEE1588StatusEnum.Undefined">
<summary>
<para>The port is in an undefined state.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevIEEE1588StatusEnum.Uncalibrated">
<summary>
<para>The port is in the Uncalibrated state. In this state, one or more master ports have been detected in the domain, the appropriate master port has been selected, and the local port is preparing to synchronize with the selected master port.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevIEEE1588StatusEnum.Slave">
<summary>
<para>The port is in the Slave state. In this state, the port is synchronizing with the selected master port.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevIEEE1588StatusEnum.PreMaster">
<summary>
<para>The port is in the PreMaster state. In this state, the port behaves as if it were in the MASTER state except that some messages will not be placed.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevIEEE1588StatusEnum.Passive">
<summary>
<para>The port is in the Passive state. In this state, the port is not acting as the master port nor does it synchronize with a master port.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevIEEE1588StatusEnum.Master">
<summary>
<para>The port is in the Master state. In this state, the port is acting as the master port.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevIEEE1588StatusEnum.Listening">
<summary>
<para>The port is in the Listening state. In this state, the port is waiting for the so-called announceReceiptTimeout timeout to expire or to receive an Announce message from a master.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevIEEE1588StatusEnum.Initializing">
<summary>
<para>The port is in the Initializing state. In this state, the port initializes its data sets, hardware, and communication facilities.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevIEEE1588StatusEnum.Faulty">
<summary>
<para>The port is in the Faulty state. In this state, the port does not place any messages on its communication path. It discards all PTP messages received except for management messages.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevIEEE1588StatusEnum.Disabled">
<summary>
<para>The port is in the Disabled state. In this state, the port does not place any messages on its communication path. It discards all PTP messages received except for management messages.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.GevIEEE1588StatusEnum">
<tocexclude />
<summary>
<para>Indicates the state of the IEEE 1588 clock. Values of this field must match the IEEE 1588 PTP port state enumeration (INITIALIZING, FAULTY, DISABLED, LISTENING, PRE_MASTER, MASTER, PASSIVE, UNCALIBRATED, SLAVE).</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevIEEE1588Status" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.GevGVSPExtendedIDModeEnum.ToString">
<summary>The full name of GevGVSPExtendedIDMode</summary>
<returns>Returns the full name of GevGVSPExtendedIDMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.GevGVSPExtendedIDModeEnum.Name">
<summary>The full name of GevGVSPExtendedIDMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevGVSPExtendedIDModeEnum.On">
<summary>
<para>The Extended ID mode is switched on.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevGVSPExtendedIDModeEnum.Off">
<summary>
<para>The Extended ID mode is switched off.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.GevGVSPExtendedIDModeEnum">
<tocexclude />
<summary>
<para>Sets the Extended ID mode for GVSP (64-bit block ID, 32-bit packet ID). This bit can't be reset if the stream channels do not support the standard ID mode.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GevStreamChannelSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevGVSPExtendedIDMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.GevCCPEnum.ToString">
<summary>The full name of GevCCP</summary>
<returns>Returns the full name of GevCCP</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.GevCCPEnum.Name">
<summary>The full name of GevCCP</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevCCPEnum.ExclusiveControl">
<summary>
<para>The control channel privilege is set to Exclusive Control.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevCCPEnum.Exclusive">
<summary>
<para>The control channel privilege is set to Exclusive. An application with exclusive access is the primary application for this camera. It can read from or write to the camera. No other application can read from or write to this camera.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevCCPEnum.Control">
<summary>
<para>The control channel privilege is set to Control. An application with control access is the primary application for the camera. It can read from or write to the camera. Other applications are not allowed to read from the camera.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.GevCCPEnum">
<tocexclude />
<summary>
<para>Sets the control channel privilege.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevCCP" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.GenDCStreamingStatusEnum.ToString">
<summary>The full name of GenDCStreamingStatus</summary>
<returns>Returns the full name of GenDCStreamingStatus</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.GenDCStreamingStatusEnum.Name">
<summary>The full name of GenDCStreamingStatus</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GenDCStreamingStatusEnum.On">
<summary>
<para>The device will stream all its data in the generic GenDC format.</para>
<para>Applies to: blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GenDCStreamingStatusEnum.Off">
<summary>
<para>The device will only stream data in its native format.</para>
<para>Applies to: blaze</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.GenDCStreamingStatusEnum">
<tocexclude />
<summary>
<para>Returns whether the current device data streaming format is GenDC. This value is conditioned by the GenDCStreamingMode.</para>
<para>Applies to: blaze</para>
<para>Visibility: Invisible</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GenDCStreamingStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.GenDCStreamingModeEnum.ToString">
<summary>The full name of GenDCStreamingMode</summary>
<returns>Returns the full name of GenDCStreamingMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.GenDCStreamingModeEnum.Name">
<summary>The full name of GenDCStreamingMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GenDCStreamingModeEnum.On">
<summary>
<para>The device will stream all its data in the generic GenDC format.</para>
<para>Applies to: blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GenDCStreamingModeEnum.Off">
<summary>
<para>The device will only stream data in its native format.</para>
<para>Applies to: blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GenDCStreamingModeEnum.Automatic">
<summary>
<para>The device will automatically choose in which format it streams its data.</para>
<para>Applies to: blaze</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.GenDCStreamingModeEnum">
<tocexclude />
<summary>
<para>Controls the device's streaming format.</para>
<para>Applies to: blaze</para>
<para>Visibility: Invisible</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GenDCStreamingMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.GammaSelectorEnum.ToString">
<summary>The full name of GammaSelector</summary>
<returns>Returns the full name of GammaSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.GammaSelectorEnum.Name">
<summary>The full name of GammaSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GammaSelectorEnum.sRGB">
<summary>
<para>The gamma curve is set to a fixed sRGB curve.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GammaSelectorEnum.User">
<summary>
<para>The gamma curve can be configured by the user.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.GammaSelectorEnum">
<tocexclude />
<summary>
<para>Sets the type of gamma to be applied.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GammaSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.GainSelectorEnum.ToString">
<summary>The full name of GainSelector</summary>
<returns>Returns the full name of GainSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.GainSelectorEnum.Name">
<summary>The full name of GainSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GainSelectorEnum.Tap4">
<summary>
<para>Changes to the gain will be applied to tap 4.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GainSelectorEnum.Tap3">
<summary>
<para>Changes to the gain will be applied to tap 3.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GainSelectorEnum.Tap2">
<summary>
<para>Changes to the gain will be applied to tap 2.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GainSelectorEnum.Tap1">
<summary>
<para>Changes to the gain will be applied to tap 1.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GainSelectorEnum.Red">
<summary>
<para>This enumeration value selects the red gain control for adjustment.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GainSelectorEnum.Green">
<summary>
<para>This enumeration value selects the green gain control for adjustment.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GainSelectorEnum.DigitalAll">
<summary>
<para>Changes to the gain will be applied to all digital gain parameters.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GainSelectorEnum.Blue">
<summary>
<para>This enumeration value selects the blue gain control for adjustment.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GainSelectorEnum.AnalogAll">
<summary>
<para>Changes to the gain will be applied to all analog gain parameters.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GainSelectorEnum.All">
<summary>
<para>Changes to the gain will be applied universally.</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.GainSelectorEnum">
<tocexclude />
<summary>
<para>Sets the gain type to be adjusted. All changes to the Gain parameter will be applied to the selected gain type.</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.AutoGainLowerLimit" />, <see cref="P:Basler.Pylon.PLCamera.AutoGainUpperLimit" />, <see cref="P:Basler.Pylon.PLCamera.Gain" />, <see cref="P:Basler.Pylon.PLCamera.GainAbs" />, <see cref="P:Basler.Pylon.PLCamera.GainAuto" />, <see cref="P:Basler.Pylon.PLCamera.GainRaw" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GainSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.GainAutoEnum.ToString">
<summary>The full name of GainAuto</summary>
<returns>Returns the full name of GainAuto</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.GainAutoEnum.Name">
<summary>The full name of GainAuto</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GainAutoEnum.Once">
<summary>
<para>The gain is adjusted automatically to reach the specifed target value. When the target value has been reached, the auto function will automatically be set to Off and the new parameter value will be applied to the following images.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB and pulse USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GainAutoEnum.Off">
<summary>
<para>Automatic gain adjustment is disabled.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB and pulse USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GainAutoEnum.Continuous">
<summary>
<para>The gain is adjusted continuously while images are being acquired. The adjustment process will continue until the parameter is set to Once or Off.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB and pulse USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.GainAutoEnum">
<tocexclude />
<summary>
<para>Sets the operation mode of the Gain Auto auto function. The Gain Auto auto function automatically adjusts the gain within set limits until a target brightness value has been reached.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB and pulse USB</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GainSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GainAuto" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.FrequencyConverterSignalAlignmentEnum.ToString">
<summary>The full name of FrequencyConverterSignalAlignment</summary>
<returns>Returns the full name of FrequencyConverterSignalAlignment</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.FrequencyConverterSignalAlignmentEnum.Name">
<summary>The full name of FrequencyConverterSignalAlignment</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FrequencyConverterSignalAlignmentEnum.RisingEdge">
<summary>
<para>For the rising edge of each signal received from the pre-divider sub-module, a phase-locked rising edge of a signal generated by the multiplier sub-module is provided.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FrequencyConverterSignalAlignmentEnum.FallingEdge">
<summary>
<para>For the falling edge of each signal received from the pre-divider sub-module, a phase-locked falling edge of a signal generated by the multiplier sub-module is provided.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.FrequencyConverterSignalAlignmentEnum">
<tocexclude />
<summary>
<para>Sets the signal transition relationships between the signals received from the pre-divider sub-module and the signals generated by the multiplier sub-module.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FrequencyConverterSignalAlignment" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.FrequencyConverterInputSourceEnum.ToString">
<summary>The full name of FrequencyConverterInputSource</summary>
<returns>Returns the full name of FrequencyConverterInputSource</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.FrequencyConverterInputSourceEnum.Name">
<summary>The full name of FrequencyConverterInputSource</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FrequencyConverterInputSourceEnum.ShaftEncoderModuleOut">
<summary>
<para>The output of the shaft encoder module is selected as the input source for the frequency converter module.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FrequencyConverterInputSourceEnum.Line8">
<summary>
<para>Selects line 8 as the input source for the frequency converter module.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FrequencyConverterInputSourceEnum.Line7">
<summary>
<para>Selects line 7 as the input source for the frequency converter module.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FrequencyConverterInputSourceEnum.Line6">
<summary>
<para>Selects line 6 as the input source for the frequency converter module.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FrequencyConverterInputSourceEnum.Line5">
<summary>
<para>Selects line 5 as the input source for the frequency converter module.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FrequencyConverterInputSourceEnum.Line4">
<summary>
<para>Line 4 is selected as the input source for the frequency converter module.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FrequencyConverterInputSourceEnum.Line3">
<summary>
<para>Line 3 is selected as the input source for the frequency converter module.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FrequencyConverterInputSourceEnum.Line2">
<summary>
<para>Line 2 is selected as the input source for the frequency converter module.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FrequencyConverterInputSourceEnum.Line1">
<summary>
<para>Line 1 is selected as the input source for the frequency converter module.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FrequencyConverterInputSourceEnum.CC4">
<summary>
<para>CC4 is selected as the source signal for the frequency converter module.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FrequencyConverterInputSourceEnum.CC3">
<summary>
<para>CC3 is selected as the source signal for the frequency converter module.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FrequencyConverterInputSourceEnum.CC2">
<summary>
<para>CC2 is selected as the source signal for the frequency converter module.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FrequencyConverterInputSourceEnum.CC1">
<summary>
<para>CC1 is selected as the source signal for the frequency converter module.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.FrequencyConverterInputSourceEnum">
<tocexclude />
<summary>
<para>Sets the input source for the frequency converter module.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FrequencyConverterInputSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.FileSelectorEnum.ToString">
<summary>The full name of FileSelector</summary>
<returns>Returns the full name of FileSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.FileSelectorEnum.Name">
<summary>The full name of FileSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileSelectorEnum.VignettingCorrection">
<summary>
<para>The Vignetting Correction file is selected.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileSelectorEnum.UserSet3">
<summary>
<para>Basler advises against using this parameter. Use the appropriate feature for file access operations instead.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileSelectorEnum.UserSet2">
<summary>
<para>Basler advises against using this parameter. Use the appropriate feature for file access operations instead.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileSelectorEnum.UserSet1">
<summary>
<para>Basler advises against using this parameter. Use the appropriate feature for file access operations instead.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileSelectorEnum.UserOffsetShading2">
<summary>
<para>Basler advises against using this parameter. Use the appropriate feature for file access operations instead.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileSelectorEnum.UserOffsetShading1">
<summary>
<para>Basler advises against using this parameter. Use the appropriate feature for file access operations instead.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileSelectorEnum.UserGainShading2">
<summary>
<para>Basler advises against using this parameter. Use the appropriate feature for file access operations instead.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileSelectorEnum.UserGainShading1">
<summary>
<para>Basler advises against using this parameter. Use the appropriate feature for file access operations instead.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileSelectorEnum.UserDefectPixelCorrection">
<summary>
<para>The user defect pixel correction file is selected.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileSelectorEnum.UserData">
<summary>
<para>Basler advises against using this parameter. Use the appropriate feature for file access operations instead.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileSelectorEnum.None">
<summary>
<para>No file is selected.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileSelectorEnum.LineShadingPRNUCorrection">
<summary>
<para>The file for Photo Response Non-Uniformity (PRNU) correction is selected.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileSelectorEnum.LineShadingDSNUCorrection">
<summary>
<para>The file for Dark Signal Non-Uniformity (DSNU) correction is selected.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileSelectorEnum.FirmwareUpdatePackage">
<summary>
<para>The Firmware Update Package file is selected.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileSelectorEnum.FirmwareUpdate">
<summary>
<para>The Firmware Update file is selected.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileSelectorEnum.FactoryDefectPixelCorrection">
<summary>
<para>The factory defect pixel correction file is selected.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileSelectorEnum.ExpertFeature7File">
<summary>
<para>Basler advises against using this parameter. Use the appropriate feature for file access operations instead.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileSelectorEnum.Calibration">
<summary>
<para />
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileSelectorEnum.BootUpdatePackage">
<summary>
<para>The Boot Firmware Update Package file is selected.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileSelectorEnum.BootUpdate">
<summary>
<para>The Boot Firmware Update file is selected.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.FileSelectorEnum">
<tocexclude />
<summary>
<para>Sets the target file in the camera. Basler advises against using this parameter. Use the appropriate feature for file access operations instead.</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Guru</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.FileAccessBuffer" />, <see cref="P:Basler.Pylon.PLCamera.FileAccessLength" />, <see cref="P:Basler.Pylon.PLCamera.FileAccessOffset" />, <see cref="P:Basler.Pylon.PLCamera.FileOpenMode" />, <see cref="P:Basler.Pylon.PLCamera.FileOperationExecute" />, <see cref="P:Basler.Pylon.PLCamera.FileOperationResult" />, <see cref="P:Basler.Pylon.PLCamera.FileOperationSelector" />, <see cref="P:Basler.Pylon.PLCamera.FileOperationStatus" />, <see cref="P:Basler.Pylon.PLCamera.FileSize" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FileSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.FileOperationStatusEnum.ToString">
<summary>The full name of FileOperationStatus</summary>
<returns>Returns the full name of FileOperationStatus</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.FileOperationStatusEnum.Name">
<summary>The full name of FileOperationStatus</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileOperationStatusEnum.Success">
<summary>
<para>Basler advises against using this parameter. Use the appropriate feature for file access operations instead.</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileOperationStatusEnum.Invalid">
<summary>
<para>File content is invalid.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileOperationStatusEnum.Failure">
<summary>
<para>Basler advises against using this parameter. Use the appropriate feature for file access operations instead.</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.FileOperationStatusEnum">
<tocexclude />
<summary>
<para>Indicates the file operation execution status. Basler advises against using this parameter. Use the appropriate feature for file access operations instead.</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.FileOperationSelector" />, <see cref="P:Basler.Pylon.PLCamera.FileSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FileOperationStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.FileOperationSelectorEnum.ToString">
<summary>The full name of FileOperationSelector</summary>
<returns>Returns the full name of FileOperationSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.FileOperationSelectorEnum.Name">
<summary>The full name of FileOperationSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileOperationSelectorEnum.Write">
<summary>
<para>Basler advises against using this parameter. Use the appropriate feature for file access operations instead.</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileOperationSelectorEnum.Read">
<summary>
<para>Basler advises against using this parameter. Use the appropriate feature for file access operations instead.</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileOperationSelectorEnum.Open">
<summary>
<para>Basler advises against using this parameter. Use the appropriate feature for file access operations instead.</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileOperationSelectorEnum.Delete">
<summary>
<para>Deletes the content of the file selected by FileSelector.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileOperationSelectorEnum.Close">
<summary>
<para>Basler advises against using this parameter. Use the appropriate feature for file access operations instead.</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.FileOperationSelectorEnum">
<tocexclude />
<summary>
<para>Sets the target operation for the currently selected file. Basler advises against using this parameter. Use the appropriate feature for file access operations instead.</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.FileSelector" /></para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.FileAccessLength" />, <see cref="P:Basler.Pylon.PLCamera.FileAccessOffset" />, <see cref="P:Basler.Pylon.PLCamera.FileOperationExecute" />, <see cref="P:Basler.Pylon.PLCamera.FileOperationResult" />, <see cref="P:Basler.Pylon.PLCamera.FileOperationStatus" />, <see cref="P:Basler.Pylon.PLCamera.FileSize" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FileOperationSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.FileOpenModeEnum.ToString">
<summary>The full name of FileOpenMode</summary>
<returns>Returns the full name of FileOpenMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.FileOpenModeEnum.Name">
<summary>The full name of FileOpenMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileOpenModeEnum.Write">
<summary>
<para>Basler advises against using this parameter. Use the appropriate feature for file access operations instead.</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileOpenModeEnum.ReadWrite">
<summary>
<para>This selects read and write open mode.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileOpenModeEnum.Read">
<summary>
<para>Basler advises against using this parameter. Use the appropriate feature for file access operations instead.</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.FileOpenModeEnum">
<tocexclude />
<summary>
<para>Sets the access mode in which a file is opened in the camera. Basler advises against using this parameter. Use the appropriate feature for file access operations instead.</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.FileSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FileOpenMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.FieldOutputModeEnum.ToString">
<summary>The full name of FieldOutputMode</summary>
<returns>Returns the full name of FieldOutputMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.FieldOutputModeEnum.Name">
<summary>The full name of FieldOutputMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FieldOutputModeEnum.Field1">
<summary>
<para>Sets the mode to only output field 1.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FieldOutputModeEnum.Field0First">
<summary>
<para>Sets the mode to only output field 0 and field 1 in single frames. Starting with field 0.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FieldOutputModeEnum.Field0">
<summary>
<para>Sets the mode to only output field 0.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FieldOutputModeEnum.DeinterlacedNewFields">
<summary>
<para>Sets the mode to output a frame generated by deinterlacing field 0 and field 1 using the deinterlacer selected by feature Deinterlacer.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FieldOutputModeEnum.ConcatenatedNewFields">
<summary>
<para>Sets the mode to output a frame consisting of field 0 in the upper half and field 1 in the lower half of the frame.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.FieldOutputModeEnum">
<tocexclude />
<summary>
<para>Selects the mode to output the fields.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FieldOutputMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.FeatureSetEnum.ToString">
<summary>The full name of FeatureSet</summary>
<returns>Returns the full name of FeatureSet</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.FeatureSetEnum.Name">
<summary>The full name of FeatureSet</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FeatureSetEnum.Full">
<summary>
<para>The full feature set is made available. This provides all features.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FeatureSetEnum.Basic">
<summary>
<para>The basic feature set is made available. This provides nearly all features.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.FeatureSetEnum">
<tocexclude />
<summary>
<para>Sets the default GenICam XML file. If the camera has multiple GenICam XML files, this parameter determines which of them is accessible to non-manifest-aware software.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FeatureSet" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ExposureTimeSelectorEnum.ToString">
<summary>The full name of ExposureTimeSelector</summary>
<returns>Returns the full name of ExposureTimeSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureTimeSelectorEnum.Name">
<summary>The full name of ExposureTimeSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureTimeSelectorEnum.Stage2">
<summary>
<para>The Exposure Time parameter value applies to the Stage 2 exposure time. Stage 2 is a predefined region of the sensor of your camera (a line on line scan cameras and an area on area scan cameras).</para>
<para>Applies to: ace 2 GigE and ace 2 USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureTimeSelectorEnum.Stage1">
<summary>
<para>The Exposure Time parameter value applies to the Stage 1 exposure time. Stage 1 is a predefined region of the sensor of your camera (a line on line scan cameras and an area on area scan cameras).</para>
<para>Applies to: ace 2 GigE and ace 2 USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureTimeSelectorEnum.Common">
<summary>
<para>The Exposure Time parameter value applies to all components.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ExposureTimeSelectorEnum">
<tocexclude />
<summary>
<para>Sets which component the Exposure Time parameter value applies to.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ExposureTime" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExposureTimeSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ExposureTimeModeEnum.ToString">
<summary>The full name of ExposureTimeMode</summary>
<returns>Returns the full name of ExposureTimeMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureTimeModeEnum.Name">
<summary>The full name of ExposureTimeMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureTimeModeEnum.UltraShort">
<summary>
<para>The exposure time mode is set to Ultra Short.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace GigE, ace USB and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureTimeModeEnum.Standard">
<summary>
<para>The exposure time mode is set to Standard.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureTimeModeEnum.Short">
<summary>
<para>The exposure time mode is set to Short.</para>
<para>Applies to: boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureTimeModeEnum.Individual">
<summary>
<para>Different exposure times can be specified for individual components. Use the Exposure Time Selector to specify which component the Exposure Time parameter value applies to.</para>
<para>Applies to: ace 2 GigE and ace 2 USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureTimeModeEnum.Common">
<summary>
<para>The same exposure time is used for all components. Set the Exposure Time Selector parameter to Common to specify that the Exposure Time parameter value applies to all components.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ExposureTimeModeEnum">
<tocexclude />
<summary>
<para>Sets the exposure time mode.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExposureTimeMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ExposureOverlapTimeModeEnum.ToString">
<summary>The full name of ExposureOverlapTimeMode</summary>
<returns>Returns the full name of ExposureOverlapTimeMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureOverlapTimeModeEnum.Name">
<summary>The full name of ExposureOverlapTimeMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureOverlapTimeModeEnum.Manual">
<summary>
<para>The user can manually set the overlap time for each acquisition. In this mode, you must also specify the maximum overlap time using the Exposure Overlap Time Max parameter.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureOverlapTimeModeEnum.Automatic">
<summary>
<para>The camera automatically uses the optimum overlap time for each acquisition.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ExposureOverlapTimeModeEnum">
<tocexclude />
<summary>
<para>Sets the exposure overlap time mode.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExposureOverlapTimeMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ExposureModeEnum.ToString">
<summary>The full name of ExposureMode</summary>
<returns>Returns the full name of ExposureMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureModeEnum.Name">
<summary>The full name of ExposureMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureModeEnum.TriggerWidth">
<summary>
<para>The exposure mode is set to Trigger Width. In this mode, the exposure time for each frame acquisition will be directly controlled by the ExFSTrig signal.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureModeEnum.TriggerControlled">
<summary>
<para>The exposure mode is set to Trigger Controlled.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureModeEnum.Timed">
<summary>
<para>The exposure mode is set to Timed. In this mode, the exposure time for each frame acquisition is determined by the value of the camera's Exposure Time (Abs) parameter.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureModeEnum.Off">
<summary>
<para>This enumeration value sets the exposure mode to off.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ExposureModeEnum">
<tocexclude />
<summary>
<para>Sets the exposure mode.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExposureMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ExposureAutoEnum.ToString">
<summary>The full name of ExposureAuto</summary>
<returns>Returns the full name of ExposureAuto</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureAutoEnum.Name">
<summary>The full name of ExposureAuto</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureAutoEnum.Once">
<summary>
<para>The exposure time is adjusted automatically to reach the specified target value. When the target value has been reached, the auto function will automatically be set to Off and the new parameter value will be applied to the following images.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB and pulse USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureAutoEnum.Off">
<summary>
<para>Automatic exposure time adjustment is disabled.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB and pulse USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureAutoEnum.Continuous">
<summary>
<para>The exposure time is adjusted continuously while images are being acquired. The adjustment process will continue until the parameter is set to Once or Off.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB and pulse USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ExposureAutoEnum">
<tocexclude />
<summary>
<para>Sets the operation mode of the Exposure Auto auto function. The Exposure Auto auto function automatically adjusts the exposure time within set limits until a target brightness value has been reached.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB and pulse USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExposureAuto" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ExpertFeatureAccessSelectorEnum.ToString">
<summary>The full name of ExpertFeatureAccessSelector</summary>
<returns>Returns the full name of ExpertFeatureAccessSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ExpertFeatureAccessSelectorEnum.Name">
<summary>The full name of ExpertFeatureAccessSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExpertFeatureAccessSelectorEnum.ExpertFeature9">
<summary>
<para>Expert Feature 9 can be configured.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExpertFeatureAccessSelectorEnum.ExpertFeature8">
<summary>
<para>Expert Feature 8 can be configured.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExpertFeatureAccessSelectorEnum.ExpertFeature7">
<summary>
<para>Expert Feature 7 can be configured.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExpertFeatureAccessSelectorEnum.ExpertFeature6">
<summary>
<para>Expert Feature 6 can be configured.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExpertFeatureAccessSelectorEnum.ExpertFeature5">
<summary>
<para>Expert Feature 5 can be configured.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExpertFeatureAccessSelectorEnum.ExpertFeature4">
<summary>
<para>Expert Feature 4 can be configured.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExpertFeatureAccessSelectorEnum.ExpertFeature3">
<summary>
<para>Expert Feature 3 can be configured.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExpertFeatureAccessSelectorEnum.ExpertFeature2">
<summary>
<para>Expert Feature 2 can be configured.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExpertFeatureAccessSelectorEnum.ExpertFeature1_Legacy">
<summary>
<para>Expert Feature 1 (Legacy) can be configured.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExpertFeatureAccessSelectorEnum.ExpertFeature11">
<summary>
<para>Expert Feature 11 can be configured.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExpertFeatureAccessSelectorEnum.ExpertFeature10">
<summary>
<para>Expert Feature 10 can be configured.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExpertFeatureAccessSelectorEnum.ExpertFeature1">
<summary>
<para>Expert Feature 1 can be configured.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ExpertFeatureAccessSelectorEnum">
<tocexclude />
<summary>
<para>Sets the expert feature to be made available. All changes will be applied to the selected feature.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
<para>Visibility: Guru</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ExpertFeatureAccessKey" />, <see cref="P:Basler.Pylon.PLCamera.ExpertFeatureEnable" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExpertFeatureAccessSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.EventTemperatureStatusChangedStatusEnum.ToString">
<summary>The full name of EventTemperatureStatusChangedStatus</summary>
<returns>Returns the full name of EventTemperatureStatusChangedStatus</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.EventTemperatureStatusChangedStatusEnum.Name">
<summary>The full name of EventTemperatureStatusChangedStatus</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventTemperatureStatusChangedStatusEnum.Ok">
<summary>
<para>The temperature status changed to Ok.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventTemperatureStatusChangedStatusEnum.Error">
<summary>
<para>The temperature status changed to Error.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventTemperatureStatusChangedStatusEnum.Critical">
<summary>
<para>The temperature status changed to Critical.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.EventTemperatureStatusChangedStatusEnum">
<tocexclude />
<summary>
<para>New temperature status that applies after the Temperature Status Changed event was raised.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventTemperatureStatusChangedStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.EventSelectorEnum.ToString">
<summary>The full name of EventSelector</summary>
<returns>Returns the full name of EventSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.EventSelectorEnum.Name">
<summary>The full name of EventSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventSelectorEnum.VirtualLine4RisingEdge">
<summary>
<para>The event will be generated when a Rising Edge is detected on the Virtual Line 4</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventSelectorEnum.VirtualLine3RisingEdge">
<summary>
<para>The event will be generated when a Rising Edge is detected on the Virtual Line 3</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventSelectorEnum.VirtualLine2RisingEdge">
<summary>
<para>The event will be generated when a Rising Edge is detected on the Virtual Line 2</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventSelectorEnum.VirtualLine1RisingEdge">
<summary>
<para>The event will be generated when a Rising Edge is detected on the Virtual Line 1</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventSelectorEnum.Test">
<summary>
<para>Event notifications for the Test event can be enabled.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventSelectorEnum.TemperatureStatusChanged">
<summary>
<para>Event notifications for the Temperature Status Changed event can be enabled.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventSelectorEnum.Overrun">
<summary>
<para>Event notifications for the Overrun event can be enabled.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventSelectorEnum.OverTemperature">
<summary>
<para>Event notifications for the Over Temperature event can be enabled.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventSelectorEnum.LineTriggerMissed">
<summary>
<para>Event notifications for the Line Trigger Missed event can be enabled.</para>
<para>Applies to: racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventSelectorEnum.LineTimeout">
<summary>
<para>Enables event notifications for the Line Timeout event.</para>
<para>Applies to: racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventSelectorEnum.LineStartOvertrigger">
<summary>
<para>Event notifications for the Line Start Overtrigger event can be enabled.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventSelectorEnum.Line4RisingEdge">
<summary>
<para>The event will be generated when a Rising Edge is detected on the Line 4</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventSelectorEnum.Line3RisingEdge">
<summary>
<para>The event will be generated when a Rising Edge is detected on the Line 3</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventSelectorEnum.Line2RisingEdge">
<summary>
<para>The event will be generated when a Rising Edge is detected on the Line 2</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventSelectorEnum.Line1RisingEdge">
<summary>
<para>The event will be generated when a Rising Edge is detected on the Line 1</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventSelectorEnum.FrameWait">
<summary>
<para>Event notifications for the Frame Wait event can be enabled.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventSelectorEnum.FrameTriggerMissed">
<summary>
<para>Event notifications for the Frame Trigger Missed event can be enabled.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventSelectorEnum.FrameTimeout">
<summary>
<para>Event notifications for the Frame Timeout event can be enabled.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventSelectorEnum.FrameStartWait">
<summary>
<para>Event notifications for the Frame Start Wait event can be enabled.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventSelectorEnum.FrameStartOvertrigger">
<summary>
<para>Event notifications for the Frame Start Overtrigger event can be enabled.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventSelectorEnum.FrameStart">
<summary>
<para>Event notifications for the Frame Start event can be enabled.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace GigE, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventSelectorEnum.FrameBurstStartWait">
<summary>
<para>Event notifications for the Frame Burst Start Wait event can be enabled.</para>
<para>Applies to: ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventSelectorEnum.FrameBurstStartOvertrigger">
<summary>
<para>Event notifications for the Frame Burst Start Overtrigger event can be enabled.</para>
<para>Applies to: ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventSelectorEnum.FrameBurstStart">
<summary>
<para>Event notifications for the Frame Burst Start event can be enabled.</para>
<para>Applies to: ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventSelectorEnum.FrameBufferOverrun">
<summary>
<para>Event notifications for the Frame Buffer Overrun event can be enabled.</para>
<para>Applies to: ace 2 GigE, ace 2 USB and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventSelectorEnum.ExposureEnd">
<summary>
<para>Event notifications for the Exposure End event can be enabled.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace GigE, ace USB, dart GigE and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventSelectorEnum.EventOverrun">
<summary>
<para>Event notifications for the Event Overrun event can be enabled.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventSelectorEnum.CriticalTemperature">
<summary>
<para>Event notifications for the Critical Temperature event can be enabled.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventSelectorEnum.ActionLate">
<summary>
<para>Event notifications for the Action Late event can be enabled.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventSelectorEnum.AcquisitionWait">
<summary>
<para>Event notifications for the Acquisition Wait event can be enabled.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventSelectorEnum.AcquisitionStartWait">
<summary>
<para>Event notifications for the Acquisition Start Wait event can be enabled.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventSelectorEnum.AcquisitionStartOvertrigger">
<summary>
<para>Event notifications for the Acquisition Start Overtrigger event can be enabled.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventSelectorEnum.AcquisitionStart">
<summary>
<para>Event notifications for the Acquisition Start event can be enabled. An Acquisition Start event is raised whenever the Acquisition Start trigger is activated. It is not associated with the Acquisition Start command.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.EventSelectorEnum">
<tocexclude />
<summary>
<para>Sets the event notification to be enabled. The notification can be enabled using the Event Notification parameter.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace GigE, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.EventNotification" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.EventNotificationEnum.ToString">
<summary>The full name of EventNotification</summary>
<returns>Returns the full name of EventNotification</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.EventNotificationEnum.Name">
<summary>The full name of EventNotification</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventNotificationEnum.Once">
<summary>
<para />
<para>Applies to: ace 2 GigE, ace 2 USB and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventNotificationEnum.On">
<summary>
<para>Event notifications are enabled.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace GigE, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventNotificationEnum.Off">
<summary>
<para>Event notifications are disabled.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace GigE, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventNotificationEnum.GenICamEvent">
<summary>
<para>Event notifications are enabled and the notification type is set to GenICam.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.EventNotificationEnum">
<tocexclude />
<summary>
<para>Enables event notifications for the currently selected event. The event can selected using the Event Selector parameter.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace GigE, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.EventSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventNotification" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.EncoderSourceBEnum.ToString">
<summary>The full name of EncoderSourceB</summary>
<returns>Returns the full name of EncoderSourceB</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.EncoderSourceBEnum.Name">
<summary>The full name of EncoderSourceB</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EncoderSourceBEnum.Off">
<summary>
<para>No source signal is set for the B input of the encoder control.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EncoderSourceBEnum.Line3">
<summary>
<para>The source signal for the B input of the encoder control is set to Line 3.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EncoderSourceBEnum.Line2">
<summary>
<para>The source signal for the B input of the encoder control is set to Line 2.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EncoderSourceBEnum.Line1">
<summary>
<para>The source signal for the B input of the encoder control is set to Line 1.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.EncoderSourceBEnum">
<tocexclude />
<summary>
<para>Sets the source signal for the B input of the encoder control.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.EncoderSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EncoderSourceB" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.EncoderSourceAEnum.ToString">
<summary>The full name of EncoderSourceA</summary>
<returns>Returns the full name of EncoderSourceA</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.EncoderSourceAEnum.Name">
<summary>The full name of EncoderSourceA</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EncoderSourceAEnum.Off">
<summary>
<para>No source signal is set for the A input of the encoder control.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EncoderSourceAEnum.Line3">
<summary>
<para>The source signal for the A input of the encoder control is set to Line 3.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EncoderSourceAEnum.Line2">
<summary>
<para>The source signal for the A input of the encoder control is set to Line 2.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EncoderSourceAEnum.Line1">
<summary>
<para>The source signal for the A input of the encoder control is set to Line 1.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.EncoderSourceAEnum">
<tocexclude />
<summary>
<para>Sets the source signal for the A input of the encoder control.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.EncoderSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EncoderSourceA" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.EncoderSelectorEnum.ToString">
<summary>The full name of EncoderSelector</summary>
<returns>Returns the full name of EncoderSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.EncoderSelectorEnum.Name">
<summary>The full name of EncoderSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EncoderSelectorEnum.Encoder1">
<summary>
<para>Encoder 1 can be configured.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.EncoderSelectorEnum">
<tocexclude />
<summary>
<para>Sets which encoder can be configured.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.EncoderDivider" />, <see cref="P:Basler.Pylon.PLCamera.EncoderMode" />, <see cref="P:Basler.Pylon.PLCamera.EncoderOutputMode" />, <see cref="P:Basler.Pylon.PLCamera.EncoderReset" />, <see cref="P:Basler.Pylon.PLCamera.EncoderSourceA" />, <see cref="P:Basler.Pylon.PLCamera.EncoderSourceB" />, <see cref="P:Basler.Pylon.PLCamera.EncoderValue" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EncoderSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.EncoderOutputModeEnum.ToString">
<summary>The full name of EncoderOutputMode</summary>
<returns>Returns the full name of EncoderOutputMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.EncoderOutputModeEnum.Name">
<summary>The full name of EncoderOutputMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EncoderOutputModeEnum.PositionUp">
<summary>
<para>Output trigger signals are generated for all new position increments in forward direction of motion. If the encoder reverses, no output trigger signals are generated until it has again passed the position where the reversal started.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EncoderOutputModeEnum.PositionDown">
<summary>
<para>Output trigger signals are generated for all new position increments in backward direction of motion. If the encoder reverses, no output trigger signals are generated until it has again passed the position where the reversal started.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EncoderOutputModeEnum.Off">
<summary>
<para>No output trigger signal is generated.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EncoderOutputModeEnum.Motion">
<summary>
<para>Output trigger signals are generated for motion increments in both forward and backward direction of motion.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EncoderOutputModeEnum.DirectionUp">
<summary>
<para>Output trigger signals are generated for all position increments in forward direction of motion. Backward direction of motion is ignored.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EncoderOutputModeEnum.DirectionDown">
<summary>
<para>Output trigger signals are generated for all position increments in backward direction of motion. Forward direction of motion is ignored.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.EncoderOutputModeEnum">
<tocexclude />
<summary>
<para>Sets the conditions for the encoder control to generate a valid output trigger signal.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.EncoderSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EncoderOutputMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.EncoderModeEnum.ToString">
<summary>The full name of EncoderMode</summary>
<returns>Returns the full name of EncoderMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.EncoderModeEnum.Name">
<summary>The full name of EncoderMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EncoderModeEnum.HighResolution">
<summary>
<para>The encoder mode is set to High Resolution. In High Resolution mode, the counter increments or decrements every quadrature phase. Jitter filtering isn't applied.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EncoderModeEnum.FourPhase">
<summary>
<para>The encoder mode is set to Four Phase. In Four Phase mode, the counter increments or decrements by 1 for every full quadrature cycle. Jitter filtering is applied.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.EncoderModeEnum">
<tocexclude />
<summary>
<para>Sets the encoder mode.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.EncoderSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EncoderMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.DeviceTypeEnum.ToString">
<summary>The full name of DeviceType</summary>
<returns>Returns the full name of DeviceType</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceTypeEnum.Name">
<summary>The full name of DeviceType</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceTypeEnum.Transmitter">
<summary>
<para>Data stream transmitter device.</para>
<para>Applies to: Stereo ace and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceTypeEnum.Transceiver">
<summary>
<para>Data stream receiver and transmitter device.</para>
<para>Applies to: Stereo ace and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceTypeEnum.Receiver">
<summary>
<para>Data stream receiver device.</para>
<para>Applies to: Stereo ace and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceTypeEnum.Peripheral">
<summary>
<para>Controllable device (with no data stream handling).</para>
<para>Applies to: Stereo ace and blaze</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.DeviceTypeEnum">
<tocexclude />
<summary>
<para>Returns the device type.</para>
<para>Applies to: Stereo ace and blaze</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceType" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.DeviceTemperatureSelectorEnum.ToString">
<summary>The full name of DeviceTemperatureSelector</summary>
<returns>Returns the full name of DeviceTemperatureSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceTemperatureSelectorEnum.Name">
<summary>The full name of DeviceTemperatureSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceTemperatureSelectorEnum.Sensorboard">
<summary>
<para>The temperature is measured on the sensor board.</para>
<para>Applies to: ace USB and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceTemperatureSelectorEnum.Sensor">
<summary>
<para>The temperature is measured on the image sensor.</para>
<para>Applies to: CamEmu, ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceTemperatureSelectorEnum.Illumination">
<summary>
<para>Temperature of the device's illumination board.</para>
<para>Applies to: blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceTemperatureSelectorEnum.Framegrabberboard">
<summary>
<para>The temperature is measured on the frame grabber board.</para>
<para>Applies to: ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceTemperatureSelectorEnum.FpgaCore">
<summary>
<para>The temperature is measured on the FPGA board.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, boost V CoaXPress, dart USB, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceTemperatureSelectorEnum.Coreboard">
<summary>
<para>The temperature is measured on the core board.</para>
<para>Applies to: CamEmu, ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceTemperatureSelectorEnum.Camera">
<summary>
<para>The temperature is measured on the camera housing.</para>
<para>Applies to: boost CoaXPress and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceTemperatureSelectorEnum.CPU">
<summary>
<para>Temperature of the device's CPU.</para>
<para>Applies to: blaze</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.DeviceTemperatureSelectorEnum">
<tocexclude />
<summary>
<para>Sets the location in the camera where the temperature will be measured. The temperature can be retrieved using the Device Temperature parameter.</para>
<para>Applies to: CamEmu, ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.DeviceTemperature" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceTemperatureSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.DeviceTapGeometryEnum.ToString">
<summary>The full name of DeviceTapGeometry</summary>
<returns>Returns the full name of DeviceTapGeometry</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceTapGeometryEnum.Name">
<summary>The full name of DeviceTapGeometry</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceTapGeometryEnum.Geometry_1X_2YE">
<summary>
<para>The tap geometry is set to 1 zone in horizontal direction with one tap and 2 zones in vertical direction with 1 tap with end extraction.</para>
<para>Applies to: boost V CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceTapGeometryEnum.Geometry_1X_1Y">
<summary>
<para>The tap geometry is set to 1 zone in horizontal direction with one tap and 1 zone in vertical direction with 1 tap.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, boost V CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.DeviceTapGeometryEnum">
<tocexclude />
<summary>
<para>Sets the tap geometry. The tap geometry uniquely describes the geometrical properties characterizing the different taps of a multi-tap camera.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, boost V CoaXPress, racer 2 CXP and racer 2S CXP</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceTapGeometry" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.DeviceTLTypeEnum.ToString">
<summary>The full name of DeviceTLType</summary>
<returns>Returns the full name of DeviceTLType</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceTLTypeEnum.Name">
<summary>The full name of DeviceTLType</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceTLTypeEnum.USB3Vision">
<summary>
<para>The device provides a USB3 Vision transport layer.</para>
<para>Applies to: Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceTLTypeEnum.GigEVision">
<summary>
<para>The device provides a GigE Vision transport layer.</para>
<para>Applies to: Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceTLTypeEnum.Custom">
<summary>
<para>The device provides a custom transport layer.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceTLTypeEnum.CoaXPress">
<summary>
<para>The device provides a CoaXPress transport layer.</para>
<para>Applies to: Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceTLTypeEnum.CameraLinkHS">
<summary>
<para>Camera Link High Speed.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceTLTypeEnum.CameraLink">
<summary>
<para>Camera Link.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.DeviceTLTypeEnum">
<tocexclude />
<summary>
<para>Indicates the type of the device's transport layer.</para>
<para>Applies to: Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceTLType" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.DeviceScanTypeEnum.ToString">
<summary>The full name of DeviceScanType</summary>
<returns>Returns the full name of DeviceScanType</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceScanTypeEnum.Name">
<summary>The full name of DeviceScanType</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceScanTypeEnum.Linescan3D">
<summary>
<para>Device outputs 1D range image.</para>
<para>Applies to: Stereo ace and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceScanTypeEnum.Linescan">
<summary>
<para>The camera has a line scan sensor.</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceScanTypeEnum.Areascan3D">
<summary>
<para>Device outputs 2D range image.</para>
<para>Applies to: Stereo ace and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceScanTypeEnum.Areascan">
<summary>
<para>The camera has an area scan sensor.</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.DeviceScanTypeEnum">
<tocexclude />
<summary>
<para>Indicates the scan type of the camera's sensor (area or line scan).</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceScanType" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.DeviceRegistersEndiannessEnum.ToString">
<summary>The full name of DeviceRegistersEndianness</summary>
<returns>Returns the full name of DeviceRegistersEndianness</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceRegistersEndiannessEnum.Name">
<summary>The full name of DeviceRegistersEndianness</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceRegistersEndiannessEnum.Little">
<summary>
<para>The endianness of the device's registers is little-endian.</para>
<para>Applies to: Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceRegistersEndiannessEnum.Big">
<summary>
<para>The endianness of the device's registers is big-endian.</para>
<para>Applies to: Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.DeviceRegistersEndiannessEnum">
<tocexclude />
<summary>
<para>Endianness of the registers of the device.</para>
<para>Applies to: Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceRegistersEndianness" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.DeviceLinkThroughputLimitModeEnum.ToString">
<summary>The full name of DeviceLinkThroughputLimitMode</summary>
<returns>Returns the full name of DeviceLinkThroughputLimitMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceLinkThroughputLimitModeEnum.Name">
<summary>The full name of DeviceLinkThroughputLimitMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceLinkThroughputLimitModeEnum.On">
<summary>
<para>The Device Link Throughput Limit parameter is enabled.</para>
<para>Applies to: CamEmu, Stereo ace, ace 2 GigE, ace 2 USB, ace USB, dart GigE, dart USB, pulse USB, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceLinkThroughputLimitModeEnum.Off">
<summary>
<para>The Device Link Throughput Limit parameter is disabled.</para>
<para>Applies to: CamEmu, Stereo ace, ace 2 USB, ace USB, dart USB and pulse USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.DeviceLinkThroughputLimitModeEnum">
<tocexclude />
<summary>
<para>Enables/disables the device link throughput limit. If disabled, the bandwidth used is determined by the settings of various other parameters, e.g., exposure time or frame rate.</para>
<para>Applies to: CamEmu, Stereo ace, ace 2 GigE, ace 2 USB, ace USB, dart GigE, dart USB, pulse USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.DeviceLinkSelector" /></para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.DeviceLinkThroughputLimit" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceLinkThroughputLimitMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.DeviceIndicatorModeEnum.ToString">
<summary>The full name of DeviceIndicatorMode</summary>
<returns>Returns the full name of DeviceIndicatorMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceIndicatorModeEnum.Name">
<summary>The full name of DeviceIndicatorMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceIndicatorModeEnum.Inactive">
<summary>
<para>The status LED of the camera is turned off.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceIndicatorModeEnum.ErrorStatus">
<summary>
<para>The camera's status LED is inactive unless an error occurs.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceIndicatorModeEnum.Active">
<summary>
<para>The status LED of the camera is turned on.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.DeviceIndicatorModeEnum">
<tocexclude />
<summary>
<para>Sets the behavior of the camera's status LED.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceIndicatorMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.DeviceCharacterSetEnum.ToString">
<summary>The full name of DeviceCharacterSet</summary>
<returns>Returns the full name of DeviceCharacterSet</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceCharacterSetEnum.Name">
<summary>The full name of DeviceCharacterSet</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceCharacterSetEnum.UTF8">
<summary>
<para>The strings of the device's bootstrap registers use the UTF-8 character set.</para>
<para>Applies to: Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceCharacterSetEnum.ASCII">
<summary>
<para>Device use ASCII character set.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.DeviceCharacterSetEnum">
<tocexclude />
<summary>
<para>Indicates the character set used by the strings of the device's bootstrap registers.</para>
<para>Applies to: Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceCharacterSet" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.DemosaicingModeEnum.ToString">
<summary>The full name of DemosaicingMode</summary>
<returns>Returns the full name of DemosaicingMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.DemosaicingModeEnum.Name">
<summary>The full name of DemosaicingMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DemosaicingModeEnum.Simple">
<summary>
<para>Demosaicing is performed using a simple demosaicing algorithm. The Sharpness Enhancement and Noise Reduction features are disabled.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DemosaicingModeEnum.BaslerPGI">
<summary>
<para>Demosaicing is performed using the Basler PGI algorithm. This algorithm uses advanced demosaicing methods. The Sharpness Enhancement and Noise Reduction features are enabled.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.DemosaicingModeEnum">
<tocexclude />
<summary>
<para>Sets the demosaicing mode.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DemosaicingMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.DefectPixelCorrectionModeEnum.ToString">
<summary>The full name of DefectPixelCorrectionMode</summary>
<returns>Returns the full name of DefectPixelCorrectionMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.DefectPixelCorrectionModeEnum.Name">
<summary>The full name of DefectPixelCorrectionMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DefectPixelCorrectionModeEnum.StaticOnly">
<summary>
<para />
<para>Applies to: dart USB and pulse USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DefectPixelCorrectionModeEnum.On">
<summary>
<para />
<para>Applies to: dart USB and pulse USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DefectPixelCorrectionModeEnum.Off">
<summary>
<para />
<para>Applies to: dart USB and pulse USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.DefectPixelCorrectionModeEnum">
<tocexclude />
<summary>
<para>Identifies pixels that have a significantly greater or lesser intensity value than its neighboring pixels (outlier pixels) and adjusts their intensity value.</para>
<para>Applies to: dart USB and pulse USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DefectPixelCorrectionMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.CxpSendReceiveSelectorEnum.ToString">
<summary>The full name of CxpSendReceiveSelector</summary>
<returns>Returns the full name of CxpSendReceiveSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpSendReceiveSelectorEnum.Name">
<summary>The full name of CxpSendReceiveSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpSendReceiveSelectorEnum.Send">
<summary>
<para>The send features can be configured.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, boost V CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpSendReceiveSelectorEnum.Receive">
<summary>
<para>The receive features can be configured.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, boost V CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.CxpSendReceiveSelectorEnum">
<tocexclude />
<summary>
<para>Sets whether the send or the receive features can be configured.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, boost V CoaXPress, racer 2 CXP and racer 2S CXP</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.CxpConnectionSelector" /></para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.CxpConnectionTestPacketCount" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpSendReceiveSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.CxpLinkConfigurationStatusEnum.ToString">
<summary>The full name of CxpLinkConfigurationStatus</summary>
<returns>Returns the full name of CxpLinkConfigurationStatus</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationStatusEnum.Name">
<summary>The full name of CxpLinkConfigurationStatus</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationStatusEnum.CXP6_X2">
<summary>
<para>The link configuration is set to 2 connections operating at CXP-6 speed (6.25 Gbps).</para>
<para>Applies to: boost CoaXPress and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationStatusEnum.CXP6_X1">
<summary>
<para>The link configuration is set to 1 connection operating at CXP-6 speed (6.25 Gbps).</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationStatusEnum.CXP5_X2">
<summary>
<para>The link configuration is set to 2 connections operating at CXP-5 speed (5 Gbps).</para>
<para>Applies to: boost CoaXPress and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationStatusEnum.CXP5_X1">
<summary>
<para>The link configuration is set to 1 connection operating at CXP-5 speed (5 Gbps).</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationStatusEnum.CXP3_X2">
<summary>
<para>The link configuration is set to 2 connections operating at CXP-3 speed (3.125 Gbps).</para>
<para>Applies to: boost CoaXPress and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationStatusEnum.CXP3_X1">
<summary>
<para>The link configuration is set to 1 connection operating at CXP-3 speed (3.125 Gbps).</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationStatusEnum.CXP2_X2">
<summary>
<para>The link configuration is set to 2 connections operating at CXP-2 speed (2.5 Gbps).</para>
<para>Applies to: boost CoaXPress and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationStatusEnum.CXP2_X1">
<summary>
<para>The link configuration is set to 1 connection operating at CXP-2 speed (2.5 Gbps).</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationStatusEnum.CXP12_X2">
<summary>
<para>The link configuration is set to 2 connections operating at CXP-12 speed (12.5 Gbps).</para>
<para>Applies to: boost CoaXPress and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationStatusEnum.CXP12_X1">
<summary>
<para>The link configuration is set to 1 connection operating at CXP-12 speed (12.5 Gbps).</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationStatusEnum.CXP10_X2">
<summary>
<para>The link configuration is set to 2 connections operating at CXP-10 speed (10 Gbps).</para>
<para>Applies to: boost CoaXPress and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationStatusEnum.CXP10_X1">
<summary>
<para>The link configuration is set to 1 connection operating at CXP-10 speed (10 Gbps).</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationStatusEnum.Auto">
<summary>
<para>The link configuration is set to automatic discovery.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.CxpLinkConfigurationStatusEnum">
<tocexclude />
<summary>
<para>Indicates the link configuration used by the device.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpLinkConfigurationStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.CxpLinkConfigurationPreferredEnum.ToString">
<summary>The full name of CxpLinkConfigurationPreferred</summary>
<returns>Returns the full name of CxpLinkConfigurationPreferred</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationPreferredEnum.Name">
<summary>The full name of CxpLinkConfigurationPreferred</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationPreferredEnum.CXP6_X4">
<summary>
<para>The link configuration is set to 4 connections operating at CXP-6 speed (6.25 Gbps).</para>
<para>Applies to: boost V CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationPreferredEnum.CXP6_X2">
<summary>
<para>The link configuration is set to 2 connections operating at CXP-6 speed (6.25 Gbps).</para>
<para>Applies to: boost CoaXPress, boost V CoaXPress and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationPreferredEnum.CXP6_X1">
<summary>
<para>The link configuration is set to 1 connection operating at CXP-6 speed (6.25 Gbps).</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationPreferredEnum.CXP5_X2">
<summary>
<para>The link configuration is set to 2 connections operating at CXP-5 speed (5 Gbps).</para>
<para>Applies to: boost CoaXPress and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationPreferredEnum.CXP5_X1">
<summary>
<para>The link configuration is set to 1 connection operating at CXP-5 speed (5 Gbps).</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationPreferredEnum.CXP3_X2">
<summary>
<para>The link configuration is set to 2 connections operating at CXP-3 speed (3.125 Gbps).</para>
<para>Applies to: boost CoaXPress and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationPreferredEnum.CXP3_X1">
<summary>
<para>The link configuration is set to 1 connection operating at CXP-3 speed (3.125 Gbps).</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationPreferredEnum.CXP2_X2">
<summary>
<para>The link configuration is set to 2 connections operating at CXP-2 speed (2.5 Gbps).</para>
<para>Applies to: boost CoaXPress and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationPreferredEnum.CXP2_X1">
<summary>
<para>The link configuration is set to 1 connection operating at CXP-2 speed (2.5 Gbps).</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationPreferredEnum.CXP12_X4">
<summary>
<para>The link configuration is set to 4 connections operating at CXP-12 speed (12.5 Gbps).</para>
<para>Applies to: boost V CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationPreferredEnum.CXP12_X2">
<summary>
<para>The link configuration is set to 2 connections operating at CXP-12 speed (12.5 Gbps).</para>
<para>Applies to: boost CoaXPress, boost V CoaXPress and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationPreferredEnum.CXP12_X1">
<summary>
<para>The link configuration is set to 1 connection operating at CXP-12 speed (12.5 Gbps).</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, boost V CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationPreferredEnum.CXP10_X2">
<summary>
<para>The link configuration is set to 2 connections operating at CXP-10 speed (10 Gbps).</para>
<para>Applies to: boost CoaXPress and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationPreferredEnum.CXP10_X1">
<summary>
<para>The link configuration is set to 1 connection operating at CXP-10 speed (10 Gbps).</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationPreferredEnum.Auto">
<summary>
<para>The link configuration is set to automatic discovery.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.CxpLinkConfigurationPreferredEnum">
<tocexclude />
<summary>
<para>Sets the link configuration that allows the device to operate in its default mode.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, boost V CoaXPress, racer 2 CXP and racer 2S CXP</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpLinkConfigurationPreferred" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.CxpLinkConfigurationEnum.ToString">
<summary>The full name of CxpLinkConfiguration</summary>
<returns>Returns the full name of CxpLinkConfiguration</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationEnum.Name">
<summary>The full name of CxpLinkConfiguration</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationEnum.CXP6_X4">
<summary>
<para>The link configuration is set to 4 connections operating at CXP-6 speed (6.25 Gbps).</para>
<para>Applies to: boost V CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationEnum.CXP6_X2">
<summary>
<para>The link configuration is set to 2 connections operating at CXP-6 speed (6.25 Gbps).</para>
<para>Applies to: boost CoaXPress, boost V CoaXPress and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationEnum.CXP6_X1">
<summary>
<para>The link configuration is set to 1 connection operating at CXP-6 speed (6.25 Gbps).</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationEnum.CXP5_X2">
<summary>
<para>The link configuration is set to 2 connections operating at CXP-5 speed (5 Gbps).</para>
<para>Applies to: boost CoaXPress and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationEnum.CXP5_X1">
<summary>
<para>The link configuration is set to 1 connection operating at CXP-5 speed (5 Gbps).</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationEnum.CXP3_X2">
<summary>
<para>The link configuration is set to 2 connections operating at CXP-3 speed (3.125 Gbps).</para>
<para>Applies to: boost CoaXPress and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationEnum.CXP3_X1">
<summary>
<para>The link configuration is set to 1 connection operating at CXP-3 speed (3.125 Gbps).</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationEnum.CXP2_X2">
<summary>
<para>The link configuration is set to 2 connections operating at CXP-2 speed (2.5 Gbps).</para>
<para>Applies to: boost CoaXPress and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationEnum.CXP2_X1">
<summary>
<para>The link configuration is set to 1 connection operating at CXP-2 speed (2.5 Gbps).</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationEnum.CXP12_X4">
<summary>
<para>The link configuration is set to 4 connections operating at CXP-12 speed (12.5 Gbps).</para>
<para>Applies to: boost V CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationEnum.CXP12_X2">
<summary>
<para>The link configuration is set to 2 connections operating at CXP-12 speed (12.5 Gbps).</para>
<para>Applies to: boost CoaXPress, boost V CoaXPress and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationEnum.CXP12_X1">
<summary>
<para>The link configuration is set to 1 connection operating at CXP-12 speed (12.5 Gbps).</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, boost V CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationEnum.CXP10_X2">
<summary>
<para>The link configuration is set to 2 connections operating at CXP-10 speed (10 Gbps).</para>
<para>Applies to: boost CoaXPress and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationEnum.CXP10_X1">
<summary>
<para>The link configuration is set to 1 connection operating at CXP-10 speed (10 Gbps).</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationEnum.Auto">
<summary>
<para>The link configuration is set to automatic discovery.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.CxpLinkConfigurationEnum">
<tocexclude />
<summary>
<para>Sets the link configuration.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, boost V CoaXPress, racer 2 CXP and racer 2S CXP</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpLinkConfiguration" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.CxpErrorCounterStatusEnum.ToString">
<summary>The full name of CxpErrorCounterStatus</summary>
<returns>Returns the full name of CxpErrorCounterStatus</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpErrorCounterStatusEnum.Name">
<summary>The full name of CxpErrorCounterStatus</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpErrorCounterStatusEnum.CounterActive">
<summary>
<para>The counter is actively counting errors.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.CxpErrorCounterStatusEnum">
<tocexclude />
<summary>
<para>Indicates the current status of the selected CoaXPress error counter.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.CxpErrorCounterSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpErrorCounterStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.CxpErrorCounterSelectorEnum.ToString">
<summary>The full name of CxpErrorCounterSelector</summary>
<returns>Returns the full name of CxpErrorCounterSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpErrorCounterSelectorEnum.Name">
<summary>The full name of CxpErrorCounterSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpErrorCounterSelectorEnum.DuplicatedCharactersUncorrected">
<summary>
<para>The Duplicated Characters Uncorrected error counter can be read or reset.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpErrorCounterSelectorEnum.ControlPacketCrc">
<summary>
<para>The Control Packet CRC error counter can be read or reset.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpErrorCounterSelectorEnum.ConnectionLockLoss">
<summary>
<para>The Connection Lock Loss error counter can be read or reset.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.CxpErrorCounterSelectorEnum">
<tocexclude />
<summary>
<para>Sets which CoaXPress error counter to read or reset.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.CxpConnectionSelector" /></para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.CxpErrorCounterReset" />, <see cref="P:Basler.Pylon.PLCamera.CxpErrorCounterStatus" />, <see cref="P:Basler.Pylon.PLCamera.CxpErrorCounterValue" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpErrorCounterSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.CxpConnectionTestModeEnum.ToString">
<summary>The full name of CxpConnectionTestMode</summary>
<returns>Returns the full name of CxpConnectionTestMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpConnectionTestModeEnum.Name">
<summary>The full name of CxpConnectionTestMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpConnectionTestModeEnum.Off">
<summary>
<para>Test mode is disabled.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, boost V CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpConnectionTestModeEnum.Mode1">
<summary>
<para>Test mode is enabled.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, boost V CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.CxpConnectionTestModeEnum">
<tocexclude />
<summary>
<para>Sets the test mode for an individual physical connection of the device.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, boost V CoaXPress, racer 2 CXP and racer 2S CXP</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.CxpConnectionSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpConnectionTestMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.ToString">
<summary>The full name of CounterTriggerSource</summary>
<returns>Returns the full name of CounterTriggerSource</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.Name">
<summary>The full name of CounterTriggerSource</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.Timer2End">
<summary>
<para>The selected counter can be started by a Timer 2 End signal. A Timer 2 End signal is generated whenever timer 2 has elapsed.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.Timer2Active">
<summary>
<para>The selected counter can be started by a Timer 2 Active signal. By default, a Timer 2 Active signal is generated whenever timer 2 is started. You can change this behavior using the Counter Event Activation parameter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.Timer1End">
<summary>
<para>The selected counter can be started by a Timer 1 End signal. A Timer 1 End signal is generated whenever timer 1 has elapsed.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.Timer1Active">
<summary>
<para>The selected counter can be started by a Timer 1 Active signal. By default, a Timer 1 Active signal is generated whenever timer 1 is started. You can change this behavior using the Counter Event Activation parameter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.SoftwareSignal3">
<summary>
<para>The selected counter can be started by a Software Signal 3 signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.SoftwareSignal2">
<summary>
<para>The selected counter can be started by a Software Signal 2 signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.SoftwareSignal1">
<summary>
<para>The selected counter can be started by a Software Signal 1 signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.PeriodicSignal1">
<summary>
<para>The selected counter can be started by a Periodic Signal 1 signal.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.Off">
<summary>
<para>The selected counter is disabled and can't be started.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.LineTriggerWait">
<summary>
<para>The selected counter can be started by a line Trigger Wait signal.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.Line4">
<summary>
<para>The selected counter can be started by a Line 4 signal.</para>
<para>Applies to: dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.Line3">
<summary>
<para>The selected counter can be started by a Line 3 signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.Line2">
<summary>
<para>The selected counter can be started by a Line 2 signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.Line1">
<summary>
<para>The selected counter can be started by a Line 1 signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.FrequencyConverter">
<summary>
<para>The selected counter can be started by a Frequency Converter signal.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.FrameTriggerWait">
<summary>
<para>The selected counter can be started by a Frame Trigger Wait signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.FrameBurstTriggerWait">
<summary>
<para>The selected counter can be started by a Frame Burst Trigger Wait signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.FrameBurstActive">
<summary>
<para>The selected counter can be started by a Frame Burst Active signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.FrameActive">
<summary>
<para>The selected counter can be started by a Frame Active signal.</para>
<para>Applies to: racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.FlashWindow">
<summary>
<para>The selected counter can be started by a Flash Window signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.ExposureTriggerWait">
<summary>
<para>The selected counter can be started by an Exposure Trigger Wait signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.ExposureStart">
<summary>
<para>The selected counter can be started by an Exposure Start signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.ExposureActive">
<summary>
<para>The selected counter can be started by an Exposure Active signal. By default, an Exposure Active signal is generated whenever exposure is started. You can change this behavior using the Counter Event Activation parameter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.EncoderReverse1">
<summary>
<para>The selected counter can be started by an Encoder Reverse 1 signal.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.Encoder1">
<summary>
<para>The selected counter can be started by an Encoder 1 signal.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.CxpTrigger1">
<summary>
<para>The selected counter can be started by a CXP Trigger 1 signal.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.CxpTrigger0">
<summary>
<para>The selected counter can be started by a CXP Trigger 0 signal.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.Counter4Start">
<summary>
<para>The selected counter can be started by a Counter 4 Start signal. A Counter 4 Start signal is generated whenever counter 4 is started.</para>
<para>Applies to: racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.Counter4End">
<summary>
<para>The selected counter can be started by a Counter 4 End signal. A Counter 4 End signal is generated whenever counter 4 is stopped, reset, or when it has reached its maximum value.</para>
<para>Applies to: racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.Counter4Active">
<summary>
<para>The selected counter can be started by a Counter 4 Active signal. By default, a Counter 4 Active signal is generated whenever counter 4 is started. You can change this behavior using the Counter Event Activation parameter.</para>
<para>Applies to: racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.Counter3Start">
<summary>
<para>The selected counter can be started by a Counter 3 Start signal. A Counter 3 Start signal is generated whenever counter 3 is started.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.Counter3End">
<summary>
<para>The selected counter can be started by a Counter 3 End signal. A Counter 3 End signal is generated whenever counter 3 is stopped, reset, or when it has reached its maximum value.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.Counter3Active">
<summary>
<para>The selected counter can be started by a Counter 3 Active signal. By default, a Counter 3 Active signal is generated whenever counter 3 is started. You can change this behavior using the Counter Event Activation parameter.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.Counter2Start">
<summary>
<para>The selected counter can be started by a Counter 2 Start signal. A Counter 2 Start signal is generated whenever counter 2 is started.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.Counter2End">
<summary>
<para>The selected counter can be started by a Counter 2 End signal. A Counter 2 End signal is generated whenever counter 2 is stopped, reset, or when it has reached its maximum value.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.Counter2Active">
<summary>
<para>The selected counter can be started by a Counter 2 Active signal. By default, a Counter 2 Active signal is generated whenever counter 2 is started. You can change this behavior using the Counter Event Activation parameter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.Counter1Start">
<summary>
<para>The selected counter can be started by a Counter 1 Start signal. A Counter 1 Start signal is generated whenever counter 1 is started.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.Counter1End">
<summary>
<para>The selected counter can be started by a Counter 1 End signal. A Counter 1 End signal is generated whenever counter 1 is stopped, reset, or when it has reached its maximum value.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.Counter1Active">
<summary>
<para>The selected counter can be started by a Counter 1 Active signal. By default, a Counter 1 Active signal is generated whenever counter 1 is started. You can change this behavior using the Counter Event Activation parameter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.Action2">
<summary>
<para>The selected counter can be started by an action command that is defined by action signal 2.</para>
<para>Applies to: ace 2 GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.Action1">
<summary>
<para>The selected counter can be started by an action command that is defined by action signal 1.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSourceEnum.AcquisitionActive">
<summary>
<para>The selected counter can be started by an Acquisition Active signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.CounterTriggerSourceEnum">
<tocexclude />
<summary>
<para>Sets the signal used to start the selected counter. If you start a counter, it will not necessarily start counting. If and when the counter counts, depends on the Counter Event Source parameter value.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.CounterSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CounterTriggerSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.CounterTriggerActivationEnum.ToString">
<summary>The full name of CounterTriggerActivation</summary>
<returns>Returns the full name of CounterTriggerActivation</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerActivationEnum.Name">
<summary>The full name of CounterTriggerActivation</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerActivationEnum.RisingEdge">
<summary>
<para>The counter is started on the risiging edge of the source selected.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerActivationEnum.LevelLow">
<summary>
<para>The counter is active as long as the logic level of the source selected is low.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerActivationEnum.LevelHigh">
<summary>
<para>The counter is active as long as the logic level of the source selected is high.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerActivationEnum.FallingEdge">
<summary>
<para>The counter is started on the falling edge of the source selected.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerActivationEnum.AnyEdge">
<summary>
<para>The counter is started on any edge (rising or falling) of the selected source.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.CounterTriggerActivationEnum">
<tocexclude />
<summary>
<para>Sets the type of signal transition that will start the counter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.CounterSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CounterTriggerActivation" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.CounterStatusEnum.ToString">
<summary>The full name of CounterStatus</summary>
<returns>Returns the full name of CounterStatus</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterStatusEnum.Name">
<summary>The full name of CounterStatus</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterStatusEnum.CounterTriggerWait">
<summary>
<para>The counter is waiting to be started.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterStatusEnum.CounterCompleted">
<summary>
<para>The counter has reached its maximum value defined by the Counter Duration parameter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterStatusEnum.CounterActive">
<summary>
<para>The counter is waiting to be increased by the selected event source or is currently counting.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.CounterStatusEnum">
<tocexclude />
<summary>
<para>Returns the current status of the counter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.CounterSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CounterStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.CounterSelectorEnum.ToString">
<summary>The full name of CounterSelector</summary>
<returns>Returns the full name of CounterSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterSelectorEnum.Name">
<summary>The full name of CounterSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterSelectorEnum.Counter4">
<summary>
<para>Counter 4 can be configured.</para>
<para>Applies to: CameraLink, ace GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterSelectorEnum.Counter3">
<summary>
<para>Counter 3 can be configured.</para>
<para>Applies to: CameraLink, ace GigE, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterSelectorEnum.Counter2">
<summary>
<para>Counter 2 can be configured.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterSelectorEnum.Counter1">
<summary>
<para>Counter 1 can be configured.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.CounterSelectorEnum">
<tocexclude />
<summary>
<para>Sets which counter can be configured. All changes to the counter settings will be applied to the selected counter.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.CounterDuration" />, <see cref="P:Basler.Pylon.PLCamera.CounterEventActivation" />, <see cref="P:Basler.Pylon.PLCamera.CounterEventSource" />, <see cref="P:Basler.Pylon.PLCamera.CounterReset" />, <see cref="P:Basler.Pylon.PLCamera.CounterResetActivation" />, <see cref="P:Basler.Pylon.PLCamera.CounterResetSource" />, <see cref="P:Basler.Pylon.PLCamera.CounterStatus" />, <see cref="P:Basler.Pylon.PLCamera.CounterTriggerActivation" />, <see cref="P:Basler.Pylon.PLCamera.CounterTriggerSource" />, <see cref="P:Basler.Pylon.PLCamera.CounterValue" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CounterSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.CounterResetSourceEnum.ToString">
<summary>The full name of CounterResetSource</summary>
<returns>Returns the full name of CounterResetSource</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.Name">
<summary>The full name of CounterResetSource</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.VInputDecActive">
<summary>
<para>This enumeration value selects Virtual Input Decoder Active as the source for counter reset.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.VInput4">
<summary>
<para>This enumeration value selects VInput4 as the source for counter reset.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.VInput3">
<summary>
<para>This enumeration value selects VInput3 as the source for counter reset.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.VInput2">
<summary>
<para>This enumeration value selects VInput2 as the source for counter reset.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.VInput1">
<summary>
<para>This enumeration value selects VInput1 as the source for counter reset.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.Timer2End">
<summary>
<para>The selected counter can be reset by a Timer 2 End signal. A Timer 2 End signal is generated whenever timer 2 has elapsed.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.Timer2Active">
<summary>
<para>The selected counter can be reset by a Timer 2 Active signal. By default, a Timer 2 Active signal is generated whenever timer 2 is started. You can change this behavior using the Counter Event Activation parameter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.Timer1End">
<summary>
<para>The selected counter can be reset by a Timer 1 End signal. A Timer 1 End signal is generated whenever timer 1 has elapsed.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.Timer1Active">
<summary>
<para>The selected counter can be reset by a Timer 1 Active signal. By default, a Timer 1 Active signal is generated whenever timer 1 is started. You can change this behavior using the Counter Event Activation parameter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.SoftwareSignal3">
<summary>
<para>The selected counter can be reset by a Software Signal 3 signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.SoftwareSignal2">
<summary>
<para>The selected counter can be reset by a Software Signal 2 signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.SoftwareSignal1">
<summary>
<para>The selected counter can be reset by a Software Signal 1 signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.Software">
<summary>
<para>The selected counter can be reset by a software command.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.PeriodicSignal1">
<summary>
<para>The selected counter can be reset by a Periodic Signal 1 signal.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.Off">
<summary>
<para>The counter reset is disabled.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.LineTriggerWait">
<summary>
<para>The selected counter can be reset by a Line Trigger Wait signal.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.Line8">
<summary>
<para>The selected counter can be reset by a signal applied to Line 8.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.Line7">
<summary>
<para>The selected counter can be reset by a signal applied to Line 7.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.Line6">
<summary>
<para>The selected counter can be reset by a signal applied to Line 6.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.Line5">
<summary>
<para>The selected counter can be reset by a signal applied to Line 5.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.Line4">
<summary>
<para>The selected counter can be reset by a signal applied to Line 4.</para>
<para>Applies to: CameraLink, ace GigE, ace USB and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.Line3">
<summary>
<para>The selected counter can be reset by a signal applied to Line 3.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.Line2">
<summary>
<para>The selected counter can be reset by a signal applied to Line 2.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.Line1">
<summary>
<para>The selected counter can be reset by a signal applied to Line 1.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.FrequencyConverter">
<summary>
<para>The selected counter can be reset by a Frequency Converter signal.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.FrameTriggerWait">
<summary>
<para>The selected counter can be reset by a Frame Trigger Wait signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.FrameBurstTriggerWait">
<summary>
<para>The selected counter can be reset by a Frame Burst Trigger Wait signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.FrameBurstActive">
<summary>
<para>The selected counter can be reset by a Frame Burst Active signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.FrameActive">
<summary>
<para>The selected counter can be reset by a Frame Active signal.</para>
<para>Applies to: racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.FlashWindow">
<summary>
<para>The selected counter can be reset by a Flash Window signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.ExposureTriggerWait">
<summary>
<para>The selected counter can be reset by an Exposure Trigger Wait signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.ExposureStart">
<summary>
<para>The selected counter can be reset by an Exposure Start signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.ExposureActive">
<summary>
<para>The selected counter can be reset by an Exposure Active signal. By default, an Exposure Active signal is generated whenever exposure is started. You can change this behavior using the Counter Event Activation parameter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.EncoderReverse1">
<summary>
<para>The selected counter can be reset by an Encoder Reverse 1 signal.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.Encoder1">
<summary>
<para>The selected counter can be reset by an Encoder 1 signal.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.CxpTrigger1">
<summary>
<para>The selected counter can be reset by a CXP Trigger 1 signal.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.CxpTrigger0">
<summary>
<para>The selected counter can be reset by a CXP Trigger 0 signal.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.Counter4Start">
<summary>
<para>The selected counter can be reset by a Counter 4 Start signal. A Counter 4 Start signal is generated whenever counter 4 is started.</para>
<para>Applies to: racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.Counter4End">
<summary>
<para>The selected counter can be reset by a Counter 4 End signal.</para>
<para>Applies to: ace USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.Counter4Active">
<summary>
<para>The selected counter can be reset by a Counter 4 Active signal. By default, a Counter 4 Active signal is generated whenever counter 4 is started. You can change this behavior using the Counter Event Activation parameter.</para>
<para>Applies to: racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.Counter3Start">
<summary>
<para>The selected counter can be reset by a Counter 3 Start signal. A Counter 3 Start signal is generated whenever counter 3 is started.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.Counter3End">
<summary>
<para>The selected counter can be reset by a Counter 3 End signal.</para>
<para>Applies to: ace USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.Counter3Active">
<summary>
<para>The selected counter can be reset by a Counter 3 Active signal. By default, a Counter 3 Active signal is generated whenever counter 3 is started. You can change this behavior using the Counter Event Activation parameter.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.Counter2Start">
<summary>
<para>The selected counter can be reset by a Counter 2 Start signal. A Counter 2 Start signal is generated whenever counter 2 is started.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.Counter2End">
<summary>
<para>The selected counter can be reset by a Counter 2 End signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.Counter2Active">
<summary>
<para>The selected counter can be reset by a Counter 2 Active signal. By default, a Counter 2 Active signal is generated whenever counter 2 is started. You can change this behavior using the Counter Event Activation parameter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.Counter1Start">
<summary>
<para>The selected counter can be reset by a Counter 1 Start signal. A Counter 1 Start signal is generated whenever counter 1 is started.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.Counter1End">
<summary>
<para>The selected counter can be reset by a Counter 1 End signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.Counter1Active">
<summary>
<para>The selected counter can be reset by a Counter 1 Active signal. By default, a Counter 1 Active signal is generated whenever counter 1 is started. You can change this behavior using the Counter Event Activation parameter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.CC4">
<summary>
<para>The selected counter can be reset by a CC4 signal.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.CC3">
<summary>
<para>The selected counter can be reset by a CC3 signal.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.CC2">
<summary>
<para>The selected counter can be reset by a CC2 signal.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.CC1">
<summary>
<para>The selected counter can be reset by a CC1 signal.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.Action2">
<summary>
<para>The selected counter can be reset by an action command that is defined by action signal 2.</para>
<para>Applies to: ace 2 GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.Action1">
<summary>
<para>The selected counter can be reset by an action command that is defined by action signal 1.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSourceEnum.AcquisitionActive">
<summary>
<para>The selected counter can be reset by an Acquisition Active signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.CounterResetSourceEnum">
<tocexclude />
<summary>
<para>Sets which source signal will reset the currently selected counter.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.CounterSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CounterResetSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.CounterResetActivationEnum.ToString">
<summary>The full name of CounterResetActivation</summary>
<returns>Returns the full name of CounterResetActivation</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetActivationEnum.Name">
<summary>The full name of CounterResetActivation</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetActivationEnum.RisingEdge">
<summary>
<para>The counter is reset on the rising edge of the signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetActivationEnum.LevelLow">
<summary>
<para>The counter is reset when the signal is low.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart USB and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetActivationEnum.LevelHigh">
<summary>
<para>The counter is reset when the signal is high.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart USB and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetActivationEnum.FallingEdge">
<summary>
<para>The counter is reset on the falling edge of the signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetActivationEnum.AnyEdge">
<summary>
<para>The counter is reset on any edge of the signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.CounterResetActivationEnum">
<tocexclude />
<summary>
<para>Sets which type of signal transition will reset the counter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.CounterSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CounterResetActivation" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.CounterEventSourceEnum.ToString">
<summary>The full name of CounterEventSource</summary>
<returns>Returns the full name of CounterEventSource</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.Name">
<summary>The full name of CounterEventSource</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.Timer2End">
<summary>
<para>The selected counter counts the number of Timer 2 End signals. A Timer 2 End signal is generated whenever timer 2 has elapsed.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.Timer2Active">
<summary>
<para>The selected counter counts the number of Timer 2 Active signals. By default, a Timer 2 Active signal is generated whenever timer 2 is started. You can change this behavior using the Counter Event Activation parameter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.Timer1End">
<summary>
<para>The selected counter counts the number of Timer 1 End signals. A Timer 1 End signal is generated whenever timer 1 has elapsed.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.Timer1Active">
<summary>
<para>The selected counter counts the number of Timer 1 Active signals. By default, a Timer 1 Active signal is generated whenever timer 1 is started. You can change this behavior using the Counter Event Activation parameter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.SoftwareSignal3">
<summary>
<para>The selected counter counts the number of Software Signal 3 signals.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.SoftwareSignal2">
<summary>
<para>The selected counter counts the number of Software Signal 2 signals.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.SoftwareSignal1">
<summary>
<para>The selected counter counts the number of Software Signal 1 signals.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.PeriodicSignal1">
<summary>
<para>The selected counter counts the number of Periodic Signal 1 signals.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.Off">
<summary>
<para>The selected counter is disabled.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.LineTriggerWait">
<summary>
<para>The selected counter counts the number of Line Trigger Wait signals.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.LineTrigger">
<summary>
<para>The selected counter counts the number of Line Trigger events.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.LineStart">
<summary>
<para>Counts the number of Line Start.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.LineEnd">
<summary>
<para>Counts the number of Line End.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.Line4">
<summary>
<para>The selected counter counts the number of Line 4 signals. A Line 4 signal is generated whenever the input or output signal on Line 4 changes as specified by the Counter Event Activation parameter.</para>
<para>Applies to: dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.Line3">
<summary>
<para>The selected counter counts the number of Line 3 signals. A Line 3 signal is generated whenever the input or output signal on Line 3 changes as specified by the Counter Event Activation parameter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.Line2">
<summary>
<para>The selected counter counts the number of Line 2 signals. A Line 2 signal is generated whenever the input or output signal on Line 2 changes as specified by the Counter Event Activation parameter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.Line1">
<summary>
<para>The selected counter counts the number of Line 1 signals. A Line 1 signal is generated whenever the input or output signal on Line 1 changes as specified by the Counter Event Activation parameter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.FrequencyConverter">
<summary>
<para>The selected counter counts the number of Frequency Converter signals.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.FrameTriggerWait">
<summary>
<para>The selected counter counts the number of Frame Trigger Wait signals.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.FrameTrigger">
<summary>
<para>The selected counter counts the number of Frame Trigger events.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.FrameStart">
<summary>
<para>The selected counter counts the number of Frame Start events.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.FrameEnd">
<summary>
<para>Counts the number of Frame End.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.FrameBurstTriggerWait">
<summary>
<para>The selected counter counts the number of Frame Burst Trigger Wait signals.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.FrameBurstActive">
<summary>
<para>The selected counter counts the number of Frame Burst Active signals.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.FrameActive">
<summary>
<para>The selected counter counts the number of Frame Active signals.</para>
<para>Applies to: racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.FlashWindow">
<summary>
<para>The selected counter counts the number of Flash Window signals.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.ExposureTriggerWait">
<summary>
<para>The selected counter counts the number of Exposure Trigger Wait signals.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.ExposureStart">
<summary>
<para>The selected counter counts the number of Exposure Start signals.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.ExposureEnd">
<summary>
<para>Counts the number of Exposure End.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.ExposureActive">
<summary>
<para>The selected counter counts the number of Exposure Active signals. By default, an Exposure Active signal is generated whenever exposure is started. You can change this behavior using the Counter Event Activation parameter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.EncoderReverse1">
<summary>
<para>The selected counter counts the number of Encoder Reverse 1 signals.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.Encoder1">
<summary>
<para>The selected counter counts the number of Encoder 1 signals.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.CxpTrigger1">
<summary>
<para>The selected counter counts the number of CXP Trigger 1 signals.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.CxpTrigger0">
<summary>
<para>The selected counter counts the number of CXP Trigger 0 signals.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.Counter4Start">
<summary>
<para>The selected counter counts the number of Counter 4 Start signals. A Counter 4 Start signal is generated whenever counter 4 is started.</para>
<para>Applies to: racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.Counter4End">
<summary>
<para>The selected counter counts the number of Counter 4 End signals. A Counter 4 End signal is generated whenever counter 4 is stopped, reset, or when it has reached its maximum value.</para>
<para>Applies to: racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.Counter4Active">
<summary>
<para>The selected counter counts the number of Counter 4 Active signals. By default, a Counter 4 Active signal is generated whenever counter 4 is started. You can change this behavior using the Counter Event Activation parameter.</para>
<para>Applies to: racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.Counter3Start">
<summary>
<para>The selected counter counts the number of Counter 3 Start signals. A Counter 3 Start signal is generated whenever counter 3 is started.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.Counter3End">
<summary>
<para>The selected counter counts the number of Counter 3 End signals. A Counter 3 End signal is generated whenever counter 3 is stopped, reset, or when it has reached its maximum value.</para>
<para>Applies to: ace USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.Counter3Active">
<summary>
<para>The selected counter counts the number of Counter 3 Active signals. By default, a Counter 3 Active signal is generated whenever counter 3 is started. You can change this behavior using the Counter Event Activation parameter.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.Counter2Start">
<summary>
<para>The selected counter counts the number of Counter 2 Start signals. A Counter 2 Start signal is generated whenever counter 2 is started.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.Counter2End">
<summary>
<para>The selected counter counts the number of Counter 2 End signals. A Counter 2 End signal is generated whenever counter 2 is stopped, reset, or when it has reached its maximum value.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.Counter2Active">
<summary>
<para>The selected counter counts the number of Counter 2 Active signals. By default, a Counter 2 Active signal is generated whenever counter 2 is started. You can change this behavior using the Counter Event Activation parameter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.Counter1Start">
<summary>
<para>The selected counter counts the number of Counter 1 Start signals. A Counter 1 Start signal is generated whenever counter 1 is started.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.Counter1End">
<summary>
<para>The selected counter counts the number of Counter 1 End signals. A Counter 1 End signal is generated whenever counter 1 is stopped, reset, or when it has reached its maximum value.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.Counter1Active">
<summary>
<para>The selected counter counts the number of Counter 1 Active signals. By default, a Counter 1 Active signal is generated whenever counter 1 is started. You can change this behavior using the Counter Event Activation parameter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.Action2">
<summary>
<para>The selected counter counts the number of action commands received for action signal 2.</para>
<para>Applies to: ace 2 GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.Action1">
<summary>
<para>The selected counter counts the number of action commands received for action signal 1.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.AcquisitionTrigger">
<summary>
<para>Counts the number of Acquisition Trigger.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.AcquisitionStart">
<summary>
<para>Counts the number of Acquisition Start.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.AcquisitionEnd">
<summary>
<para>Counts the number of Acquisition End.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSourceEnum.AcquisitionActive">
<summary>
<para>The selected counter counts the number of Acquisition Active signals.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.CounterEventSourceEnum">
<tocexclude />
<summary>
<para>Sets which event increases the currently selected counter.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.CounterSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CounterEventSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.CounterEventActivationEnum.ToString">
<summary>The full name of CounterEventActivation</summary>
<returns>Returns the full name of CounterEventActivation</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventActivationEnum.Name">
<summary>The full name of CounterEventActivation</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventActivationEnum.RisingEdge">
<summary>
<para>Increases the counter on the rising edge of the source selected. </para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventActivationEnum.LevelLow">
<summary>
<para>Trigger is active as long as the selected source signal is on a logic low level.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart USB and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventActivationEnum.LevelHigh">
<summary>
<para>Trigger is active as long as the selected source signal is on a logic high level.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart USB and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventActivationEnum.FallingEdge">
<summary>
<para>Increases the counter on the falling edge of the source selected.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventActivationEnum.AnyEdge">
<summary>
<para>Increases the counter on any edge (rising or falling) of the source selected.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.CounterEventActivationEnum">
<tocexclude />
<summary>
<para>Sets the type of signal transition that the counter will count.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.CounterSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CounterEventActivation" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ComponentSelectorEnum.ToString">
<summary>The full name of ComponentSelector</summary>
<returns>Returns the full name of ComponentSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ComponentSelectorEnum.Name">
<summary>The full name of ComponentSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ComponentSelectorEnum.RawCombined">
<summary>
<para>Unrectified intensity images of left and right camera combined. Right image is stacked under left image.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ComponentSelectorEnum.Range">
<summary>
<para>The acquisition of range (distance) data is controlled. The data produced may be only range (2.5D) or a point cloud giving the 3D coordinates depending on the Scan3dControl.</para>
<para>Applies to: blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ComponentSelectorEnum.IntensityCombined">
<summary>
<para>Intensity images of left and right camera combined. Right image is stacked under left image.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ComponentSelectorEnum.Intensity">
<summary>
<para>The acquisition of intensity (monochrome or color) of the visible reflected light is controlled.</para>
<para>Applies to: Stereo ace and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ComponentSelectorEnum.Error">
<summary>
<para>The acquisition of error map of the acquired disparity image is controlled.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ComponentSelectorEnum.Disparity">
<summary>
<para>The acquisition of stereo camera disparity data is controlled. Disparity image with 12bit disparity, 4bit subpixel resolution. 0 marks an invalid disparity.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ComponentSelectorEnum.Confidence">
<summary>
<para>The acquisition of confidence map of the acquired image is controlled. Confidence data may be binary (0 - invalid) or an integer where 0 is invalid and increasing value is increased confidence in the data in the corresponding pixel. If floating point representation is used the confidence image is normalized to the range [0,1], for integer representation the maximum possible integer represents maximum confidence.</para>
<para>Applies to: Stereo ace and blaze</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ComponentSelectorEnum.Calibration">
<summary>
<para>Annotated left and right images for calibration.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ComponentSelectorEnum">
<tocexclude />
<summary>
<para>Selects a component to activate/deactivate its data streaming.</para>
<para>Applies to: Stereo ace and blaze</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslAcquisitionMultiPartMode" /></para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ComponentEnable" />, <see cref="P:Basler.Pylon.PLCamera.ComponentIDValue" />, <see cref="P:Basler.Pylon.PLCamera.PixelFormat" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ComponentSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ColorTransformationValueSelectorEnum.ToString">
<summary>The full name of ColorTransformationValueSelector</summary>
<returns>Returns the full name of ColorTransformationValueSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorTransformationValueSelectorEnum.Name">
<summary>The full name of ColorTransformationValueSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorTransformationValueSelectorEnum.Offset2">
<summary>
<para>The desired color transformation value can be entered in row 2 of the offset matrix.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorTransformationValueSelectorEnum.Offset1">
<summary>
<para>The desired color transformation value can be entered in row 1 of the offset matrix.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorTransformationValueSelectorEnum.Offset0">
<summary>
<para>The desired color transformation value can be entered in row 0 of the offset matrix.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorTransformationValueSelectorEnum.Gain22">
<summary>
<para>The desired color transformation value can be entered at the position row 2 and column 2.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorTransformationValueSelectorEnum.Gain21">
<summary>
<para>The desired color transformation value can be entered at the position row 2 and column 1.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorTransformationValueSelectorEnum.Gain20">
<summary>
<para>The desired color transformation value can be entered at the position row 2 and column 0.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorTransformationValueSelectorEnum.Gain12">
<summary>
<para>The desired color transformation value can be entered at the position row 1 and column 2.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorTransformationValueSelectorEnum.Gain11">
<summary>
<para>The desired color transformation value can be entered at the position row 1 and column 1.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorTransformationValueSelectorEnum.Gain10">
<summary>
<para>The desired color transformation value can be entered at the position row 1 and column 0.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorTransformationValueSelectorEnum.Gain02">
<summary>
<para>The desired color transformation value can be entered at the position row 0 and column 2.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorTransformationValueSelectorEnum.Gain01">
<summary>
<para>The desired color transformation value can be entered at the position row 0 and column 1.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorTransformationValueSelectorEnum.Gain00">
<summary>
<para>The desired color transformation value can be entered at the position row 0 and column 0.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ColorTransformationValueSelectorEnum">
<tocexclude />
<summary>
<para>Sets which element will be entered in the color transformation matrix. Depending on the camera model, some elements in the color transformation matrix may be preset and can't be changed.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ColorTransformationSelector" /></para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ColorTransformationValue" />, <see cref="P:Basler.Pylon.PLCamera.ColorTransformationValueRaw" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ColorTransformationValueSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ColorTransformationSelectorEnum.ToString">
<summary>The full name of ColorTransformationSelector</summary>
<returns>Returns the full name of ColorTransformationSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorTransformationSelectorEnum.Name">
<summary>The full name of ColorTransformationSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorTransformationSelectorEnum.YUVtoRGB">
<summary>
<para>Color transformation from YUV to RGB will be performed.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorTransformationSelectorEnum.RGBtoYUV">
<summary>
<para>Color transformation from RGB to YUV will be performed.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorTransformationSelectorEnum.RGBtoRGB">
<summary>
<para>Color transformation from RGB to RGB will be performed.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ColorTransformationSelectorEnum">
<tocexclude />
<summary>
<para>Sets which type of color transformation will be performed.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ColorTransformationEnable" />, <see cref="P:Basler.Pylon.PLCamera.ColorTransformationValue" />, <see cref="P:Basler.Pylon.PLCamera.ColorTransformationValueSelector" />, <see cref="P:Basler.Pylon.PLCamera.LightSourceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ColorTransformationSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ColorSpaceEnum.ToString">
<summary>The full name of ColorSpace</summary>
<returns>Returns the full name of ColorSpace</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorSpaceEnum.Name">
<summary>The full name of ColorSpace</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorSpaceEnum.sRGB">
<summary>
<para>The color space is set to sRGB. The image brightness is optimized for display on sRGB monitors.</para>
<para>Applies to: ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorSpaceEnum.RGB">
<summary>
<para>The color space is set to RGB.</para>
<para>Applies to: ace USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ColorSpaceEnum">
<tocexclude />
<summary>
<para>Sets the color space for image acquisitions. Note that the gamma correction value also influences the perception of brightness in the resulting images.</para>
<para>Applies to: ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ColorSpace" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ColorOverexposureCompensationAOISelectorEnum.ToString">
<summary>The full name of ColorOverexposureCompensationAOISelector</summary>
<returns>Returns the full name of ColorOverexposureCompensationAOISelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorOverexposureCompensationAOISelectorEnum.Name">
<summary>The full name of ColorOverexposureCompensationAOISelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorOverexposureCompensationAOISelectorEnum.AOI1">
<summary>
<para>Selects Color Overexposure Compensation AOI 1.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ColorOverexposureCompensationAOISelectorEnum">
<tocexclude />
<summary>
<para>Selcts the area of interest where color overexposure compensation will be performed. </para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ColorOverexposureCompensationAOIEnable" />, <see cref="P:Basler.Pylon.PLCamera.ColorOverexposureCompensationAOIFactor" />, <see cref="P:Basler.Pylon.PLCamera.ColorOverexposureCompensationAOIFactorRaw" />, <see cref="P:Basler.Pylon.PLCamera.ColorOverexposureCompensationAOIHeight" />, <see cref="P:Basler.Pylon.PLCamera.ColorOverexposureCompensationAOIOffsetX" />, <see cref="P:Basler.Pylon.PLCamera.ColorOverexposureCompensationAOIOffsetY" />, <see cref="P:Basler.Pylon.PLCamera.ColorOverexposureCompensationAOIWidth" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ColorOverexposureCompensationAOISelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ColorAdjustmentSelectorEnum.ToString">
<summary>The full name of ColorAdjustmentSelector</summary>
<returns>Returns the full name of ColorAdjustmentSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorAdjustmentSelectorEnum.Name">
<summary>The full name of ColorAdjustmentSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorAdjustmentSelectorEnum.Yellow">
<summary>
<para>Colors with a predominant yellow component can be adjusted.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorAdjustmentSelectorEnum.Red">
<summary>
<para>Colors with a predominant red component can be adjusted.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorAdjustmentSelectorEnum.Magenta">
<summary>
<para>Colors with a predominant magenta component can be adjusted.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorAdjustmentSelectorEnum.Green">
<summary>
<para>Colors with a predominant green component can be adjusted.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorAdjustmentSelectorEnum.Cyan">
<summary>
<para>Colors with a predominant cyan component can be adjusted.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorAdjustmentSelectorEnum.Blue">
<summary>
<para>Colors with a predominant blue component can be adjusted.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ColorAdjustmentSelectorEnum">
<tocexclude />
<summary>
<para>Sets which color in your images will be adjusted.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ColorAdjustmentHue" />, <see cref="P:Basler.Pylon.PLCamera.ColorAdjustmentHueRaw" />, <see cref="P:Basler.Pylon.PLCamera.ColorAdjustmentSaturation" />, <see cref="P:Basler.Pylon.PLCamera.ColorAdjustmentSaturationRaw" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ColorAdjustmentSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ClTimeSlotsEnum.ToString">
<summary>The full name of ClTimeSlots</summary>
<returns>Returns the full name of ClTimeSlots</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ClTimeSlotsEnum.Name">
<summary>The full name of ClTimeSlots</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClTimeSlotsEnum.TimeSlots1">
<summary>
<para>The time slot is set to one time slot.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ClTimeSlotsEnum">
<tocexclude />
<summary>
<para>Sets the number of time slots.</para>
<para>Applies to: CameraLink</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ClTimeSlots" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ClTapGeometryEnum.ToString">
<summary>The full name of ClTapGeometry</summary>
<returns>Returns the full name of ClTapGeometry</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ClTapGeometryEnum.Name">
<summary>The full name of ClTapGeometry</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClTapGeometryEnum.Geometry1X_2YE">
<summary>
<para>The tap geometry is set to 1 zone in horizontal direction with one tap and 2 zones in vertical direction with 1 tap with end extraction.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClTapGeometryEnum.Geometry1X_1Y">
<summary>
<para>The tap geometry is set to 1 zone in horizontal direction with one tap and 1 zone in vertical direction with 1 tap.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClTapGeometryEnum.Geometry1X8_1Y">
<summary>
<para>The tap geometry is set to 1 zone in horizontal direction with eight taps and 1 zone in vertical direction with 1 tap.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClTapGeometryEnum.Geometry1X8">
<summary>
<para>The tap geometry is set to 1 zone in horizontal direction with eight taps.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClTapGeometryEnum.Geometry1X6_1Y">
<summary>
<para>The tap geometry is set to 1 zone in horizontal direction with six taps and 1 zone in vertical direction with 1 tap.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClTapGeometryEnum.Geometry1X6">
<summary>
<para>The tap geometry is set to 1 zone in horizontal direction with six taps.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClTapGeometryEnum.Geometry1X4_1Y">
<summary>
<para>The tap geometry is set to 1 zone in horizontal direction with four taps and 1 zone in vertical direction with 1 tap.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClTapGeometryEnum.Geometry1X4">
<summary>
<para>The tap geometry is set to 1 zone in horizontal direction with four taps.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClTapGeometryEnum.Geometry1X3_1Y">
<summary>
<para>The tap geometry is set to 1 zone in horizontal direction with three taps and 1 zone in vertical direction with 1 tap.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClTapGeometryEnum.Geometry1X3">
<summary>
<para>The tap geometry is set to 1 zone in horizontal direction with three taps.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClTapGeometryEnum.Geometry1X2_1Y">
<summary>
<para>The tap geometry is set to 1 zone in horizontal direction with two taps and 1 zone in vertical direction with 1 tap.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClTapGeometryEnum.Geometry1X2">
<summary>
<para>The tap geometry is set to 1 zone in horizontal direction with two taps.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClTapGeometryEnum.Geometry1X10_1Y">
<summary>
<para>The tap geometry is set to 1 zone in horizontal direction with ten taps and 1 zone in vertical direction with 1 tap.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClTapGeometryEnum.Geometry1X10">
<summary>
<para>The tap geometry is set to 1 zone in horizontal direction with ten taps.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClTapGeometryEnum.Geometry1X">
<summary>
<para>The tap geometry is set to 1 zone in horizontal direction with one tap.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ClTapGeometryEnum">
<tocexclude />
<summary>
<para>Sets the tap geometry. The tap geometry uniquely describes the geometrical properties characterizing the different taps of a multi-tap camera.</para>
<para>Applies to: CameraLink</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ClTapGeometry" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ClSerialPortBaudRateEnum.ToString">
<summary>The full name of ClSerialPortBaudRate</summary>
<returns>Returns the full name of ClSerialPortBaudRate</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ClSerialPortBaudRateEnum.Name">
<summary>The full name of ClSerialPortBaudRate</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClSerialPortBaudRateEnum.Baud9600">
<summary>
<para>The baud rate is set to 9600 baud.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClSerialPortBaudRateEnum.Baud921600">
<summary>
<para>The baud rate is set to 921600 baud.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClSerialPortBaudRateEnum.Baud57600">
<summary>
<para>The baud rate is set to 57600 baud.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClSerialPortBaudRateEnum.Baud460800">
<summary>
<para>The baud rate is set to 460800 baud.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClSerialPortBaudRateEnum.Baud38400">
<summary>
<para>The baud rate is set to 38400 baud.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClSerialPortBaudRateEnum.Baud230400">
<summary>
<para>The baud rate is set to 230400 baud.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClSerialPortBaudRateEnum.Baud19200">
<summary>
<para>The baud rate is set to 19200 baud.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClSerialPortBaudRateEnum.Baud115200">
<summary>
<para>The baud rate is set to 115200 baud.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ClSerialPortBaudRateEnum">
<tocexclude />
<summary>
<para>Sets the serial port baud rate.</para>
<para>Applies to: CameraLink</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ClSerialPortBaudRate" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ClPixelClockEnum.ToString">
<summary>The full name of ClPixelClock</summary>
<returns>Returns the full name of ClPixelClock</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ClPixelClockEnum.Name">
<summary>The full name of ClPixelClock</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClPixelClockEnum.PixelClock83_5">
<summary>
<para>The pixel clock speed is set to 83.5 MHz.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClPixelClockEnum.PixelClock83">
<summary>
<para>The pixel clock speed is set to 83 MHz.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClPixelClockEnum.PixelClock82_5">
<summary>
<para>The pixel clock speed is set to 82.5 MHz.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClPixelClockEnum.PixelClock82">
<summary>
<para>The pixel clock speed is set to 82 MHz.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClPixelClockEnum.PixelClock65">
<summary>
<para>The pixel clock speed is set to 65 MHz.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClPixelClockEnum.PixelClock48">
<summary>
<para>The pixel clock speed is set to 48 MHz.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClPixelClockEnum.PixelClock40">
<summary>
<para>The pixel clock speed is set to 40 MHz.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClPixelClockEnum.PixelClock32_5">
<summary>
<para>The pixel clock speed is set to 32.5 MHz.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClPixelClockEnum.PixelClock20">
<summary>
<para>The pixel clock speed is set to 20 MHz.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ClPixelClockEnum">
<tocexclude />
<summary>
<para>Sets the pixel clock used in the communication with the frame grabber. The pixel clock speed determines the rate at which pixel data will be transmitted from the camera to the frame grabber.</para>
<para>Applies to: CameraLink</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ClPixelClock" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ClConfigurationEnum.ToString">
<summary>The full name of ClConfiguration</summary>
<returns>Returns the full name of ClConfiguration</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ClConfigurationEnum.Name">
<summary>The full name of ClConfiguration</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClConfigurationEnum.Medium">
<summary>
<para>The standard Medium configuration (as specified in the Camera Link standard) is selected.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClConfigurationEnum.Full">
<summary>
<para>The standard Full configuration (as specified in the Camera Link standard) is selected.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClConfigurationEnum.DualBase">
<summary>
<para>The camera streams the data from multiple taps through two Camera Link base ports. The application or frame grabber must reconstruct the full image. Only one of the ports (fixed) serves as the master for serial communication and triggering.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClConfigurationEnum.Deca">
<summary>
<para>The standard Deca configuration with 10 8-bit taps (as specified in the Camera Link Standard) is selected.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClConfigurationEnum.Base">
<summary>
<para>The standard Base configuration (as specified in the Camera Link standard) is selected.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ClConfigurationEnum">
<tocexclude />
<summary>
<para>Sets the configuration type. The configuration type determines the amount of data that can be transmitted.</para>
<para>Applies to: CameraLink</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ClConfiguration" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ChunkSelectorEnum.ToString">
<summary>The full name of ChunkSelector</summary>
<returns>Returns the full name of ChunkSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.Name">
<summary>The full name of ChunkSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.Width">
<summary>
<para>The Width chunk can be enabled.</para>
<para>Applies to: Stereo ace and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.VirtLineStatusAll">
<summary>
<para>This enumeration value selects the virtual line status all chunk for enabling.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.Triggerinputcounter">
<summary>
<para>The Trigger Input Counter chunk can be enabled.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.Timestamp">
<summary>
<para>The Timestamp chunk can be enabled.</para>
<para>Applies to: Stereo ace, ace 2 GigE, ace 2 USB, ace GigE, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.Stride">
<summary>
<para>The Stride chunk can be enabled.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.ShaftEncoderCounter">
<summary>
<para>The Shaft Encoder Counter chunk can be enabled.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.SequencerSetActive">
<summary>
<para>The Sequencer Set Active chunk can be enabled.</para>
<para>Applies to: ace 2 GigE, ace 2 USB and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.SequenceSetIndex">
<summary>
<para>The Sequence Set Index chunk can be enabled.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.Scan3dPrincipalPointV">
<summary>
<para>Scan 3d Principal Point V</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.Scan3dPrincipalPointU">
<summary>
<para>Scan 3d Principal Point U</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.Scan3dOutputMode">
<summary>
<para>Scan 3d Output Mode</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.Scan3dInvalidDataValue">
<summary>
<para>Scan 3d Invalid Data Value</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.Scan3dInvalidDataFlag">
<summary>
<para>Scan 3d Invalid Data Flag</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.Scan3dFocalLength">
<summary>
<para>Scan 3d Focal Length</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.Scan3dDistanceUnit">
<summary>
<para>Scan 3d Distance Unit</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.Scan3dCoordinateScale">
<summary>
<para>Scan 3d Coordinate Scale</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.Scan3dCoordinateOffset">
<summary>
<para>Scan 3d Coordinate Offset</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.Scan3dBaseline">
<summary>
<para>Scan 3d Baseline</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.PixelFormat">
<summary>
<para>The Pixel Format chunk can be enabled.</para>
<para>Applies to: Stereo ace and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.PayloadCRC16">
<summary>
<para>The CRC Checksum chunk can be enabled.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace GigE, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.PartIndex">
<summary>
<para>Part Index</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.OffsetY">
<summary>
<para>The Y Offset chunk can be enabled.</para>
<para>Applies to: Stereo ace and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.OffsetX">
<summary>
<para>The X Offset chunk can be enabled.</para>
<para>Applies to: Stereo ace and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.LineTriggerIgnoredCounter">
<summary>
<para>The Line Trigger Ignored Counter chunk can be enabled.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.LineTriggerEndToEndCounter">
<summary>
<para>The Line Trigger End To End Counter chunk can be enabled.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.LineTriggerCounter">
<summary>
<para>The Line Trigger Counter chunk can be enabled.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.LineStatusAll">
<summary>
<para>The Line Status All chunk can be enabled.</para>
<para>Applies to: Stereo ace, ace 2 GigE, ace 2 USB, ace GigE, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.LineSource">
<summary>
<para>Line Source</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.InputStatusAtLineTrigger">
<summary>
<para>The Input Status At Line Trigger chunk can be enabled.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.Image">
<summary>
<para>The Image chunk can be enabled.</para>
<para>Applies to: Stereo ace, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.Height">
<summary>
<para>The Height chunk can be enabled.</para>
<para>Applies to: Stereo ace and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.GainAll">
<summary>
<para>The Gain All chunk can be enabled.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.Gain">
<summary>
<para>The Gain chunk can be enabled.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.FramesPerTriggerCounter">
<summary>
<para>The Frames Per Trigger Counter chunk can be enabled.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.Framecounter">
<summary>
<para>The Frame Counter chunk can be enabled.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.FrameTriggerIgnoredCounter">
<summary>
<para>The Frame Trigger Ignored Counter chunk can be enabled.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.FrameTriggerCounter">
<summary>
<para>The Frame Trigger Counter chunk can be enabled.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.FrameID">
<summary>
<para>The Frame ID chunk can be enabled.</para>
<para>Applies to: Stereo ace, ace 2 GigE, ace 2 USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.ExposureTime">
<summary>
<para>The Exposure Time chunk can be enabled.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace GigE, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.DynamicRangeMin">
<summary>
<para>The Dynamic Range Min chunk can be enabled.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.DynamicRangeMax">
<summary>
<para>The Dynamic Range Max chunk can be enabled.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.DecimationVertical">
<summary>
<para>Decimation Vertical</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.DecimationHorizontal">
<summary>
<para>Decimation Horizontal</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.CounterValue">
<summary>
<para>The Counter Value chunk can be enabled.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.Components">
<summary>
<para>Components bitmask</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.ComponentIDValue">
<summary>
<para>Component ID Value</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.ComponentID">
<summary>
<para>Component ID</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.BrightPixel">
<summary>
<para />
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelectorEnum.AutoBrightnessStatus">
<summary>
<para>The Auto Brightness Status chunk can be enabled.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE and dart USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ChunkSelectorEnum">
<tocexclude />
<summary>
<para>Sets which chunk can be enabled. The chunk can be enabled using the Chunk Enable parameter.</para>
<para>Applies to: Stereo ace, ace 2 GigE, ace 2 USB, ace GigE, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ChunkEnable" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ChunkScan3dOutputModeEnum.ToString">
<summary>The full name of ChunkScan3dOutputMode</summary>
<returns>Returns the full name of ChunkScan3dOutputMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkScan3dOutputModeEnum.Name">
<summary>The full name of ChunkScan3dOutputMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkScan3dOutputModeEnum.DisparityC">
<summary>
<para>Disparity 2.5D Depth map. The distance is inversely proportional to the pixel (disparity) value.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ChunkScan3dOutputModeEnum">
<tocexclude />
<summary>
<para>Returns the Calibrated Mode of the payload image.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkScan3dOutputMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ChunkScan3dDistanceUnitEnum.ToString">
<summary>The full name of ChunkScan3dDistanceUnit</summary>
<returns>Returns the full name of ChunkScan3dDistanceUnit</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkScan3dDistanceUnitEnum.Name">
<summary>The full name of ChunkScan3dDistanceUnit</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkScan3dDistanceUnitEnum.Pixel">
<summary>
<para>Distance values reflect pixel positions on the Sensor Array.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ChunkScan3dDistanceUnitEnum">
<tocexclude />
<summary>
<para>Returns the Distance Unit of the payload image.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkScan3dDistanceUnit" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ChunkScan3dCoordinateSelectorEnum.ToString">
<summary>The full name of ChunkScan3dCoordinateSelector</summary>
<returns>Returns the full name of ChunkScan3dCoordinateSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkScan3dCoordinateSelectorEnum.Name">
<summary>The full name of ChunkScan3dCoordinateSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkScan3dCoordinateSelectorEnum.CoordinateC">
<summary>
<para>The third (Z) coordinate.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ChunkScan3dCoordinateSelectorEnum">
<tocexclude />
<summary>
<para>Selects which Coordinate to retrieve data from.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ChunkScan3dCoordinateOffset" />, <see cref="P:Basler.Pylon.PLCamera.ChunkScan3dCoordinateScale" />, <see cref="P:Basler.Pylon.PLCamera.ChunkScan3dInvalidDataFlag" />, <see cref="P:Basler.Pylon.PLCamera.ChunkScan3dInvalidDataValue" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkScan3dCoordinateSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.ToString">
<summary>The full name of ChunkPixelFormat</summary>
<returns>Returns the full name of ChunkPixelFormat</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.Name">
<summary>The full name of ChunkPixelFormat</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.YUV444Packed">
<summary>
<para>The pixel data in the acquired image is in the YUV 444 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.YUV422_YUYV_Packed">
<summary>
<para>The pixel data in the acquired image is in the YUV 422 (YUYV) Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.YUV422_8">
<summary>
<para>The pixel format is set to YUV 4:2:2 8 bit packed.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.YUV422Packed">
<summary>
<para>The pixel data in the acquired image is in the YUV 422 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.YUV411Packed">
<summary>
<para>The pixel data in the acquired image is in the YUV 411 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.YCbCr422_8">
<summary>
<para>The pixel format is set to YCbCr 422.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.RGBA8Packed">
<summary>
<para>The pixel data in the acquired image is in the RGBA 8 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.RGB8Planar">
<summary>
<para>The pixel data in the acquired image is in the RGB 8 Planar format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.RGB8Packed">
<summary>
<para>The pixel data in the acquired image is in the RGB 8 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.RGB8">
<summary>
<para>The pixel format is set to RGB 8.</para>
<para>Applies to: Stereo ace, ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.RGB16Planar">
<summary>
<para>The pixel data in the acquired image is in the RGB 16 Planar format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.RGB12V1Packed">
<summary>
<para>The pixel data in the acquired image is in RGB 12 V1 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.RGB12Planar">
<summary>
<para>The pixel data in the acquired image is in the RGB 12 Planar format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.RGB12Packed">
<summary>
<para>The pixel data in the acquired image is in the RGB 12 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.RGB10V2Packed">
<summary>
<para>The pixel data in the acquired image is in the RGB 10V2 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.RGB10V1Packed">
<summary>
<para>The pixel data in the acquired image is in the RGB 10V1 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.RGB10Planar">
<summary>
<para>The pixel data in the acquired image is in the RGB 10 Planar format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.RGB10Packed">
<summary>
<para>The pixel data in the acquired image is in the RGB 10 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.Mono8Signed">
<summary>
<para>The pixel data in the acquired image is in the Mono 8 Signed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.Mono8">
<summary>
<para>The pixel data in the acquired image is in the Mono 8 format.</para>
<para>Applies to: Stereo ace, ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.Mono16">
<summary>
<para>The pixel data in the acquired image is in the Mono 16 format.</para>
<para>Applies to: Stereo ace and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.Mono12p">
<summary>
<para>The pixel format is set to Mono 12p.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.Mono12Packed">
<summary>
<para>The pixel data in the acquired image is in the Mono 12 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.Mono12">
<summary>
<para>The pixel data in the acquired image is in the Mono 12 format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.Mono10p">
<summary>
<para>The pixel data in the acquired image is in the Mono 10p format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.Mono10Packed">
<summary>
<para>The pixel data in the acquired image is in the Mono 10 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.Mono10">
<summary>
<para>The pixel data in the acquired image is in the Mono 10 format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.Error8">
<summary>
<para>Error 8-bit</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.Coord3D_C16">
<summary>
<para>3D coordinate, third component 16 bit.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.Confidence8">
<summary>
<para>Confidence 8-bit</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.BiColorRGBG8">
<summary>
<para>The pixel data in the acquired image is in the BiColor RGBG 8 format.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.BiColorBGRG8">
<summary>
<para>The pixel data in the acquired image is in the BiColor BGRG 8 format.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.BayerRG8">
<summary>
<para>The pixel data in the acquired image is in the Bayer RG 8 format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.BayerRG16">
<summary>
<para>The pixel data in the acquired image is in the Bayer RG 16 format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.BayerRG12p">
<summary>
<para>The pixel format is set to Bayer RG 12p.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.BayerRG12Packed">
<summary>
<para>The pixel data in the acquired image is in the Bayer RG 12 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.BayerRG12">
<summary>
<para>The pixel data in the acquired image is in the Bayer RG 12 format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.BayerRG10p">
<summary>
<para>The pixel data in the acquired image is in the Bayer RG 10p format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.BayerRG10">
<summary>
<para>The pixel data in the acquired image is in the Bayer RG 10 format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.BayerGR8">
<summary>
<para>The pixel data in the acquired image is in the Bayer GR 8 format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.BayerGR16">
<summary>
<para>The pixel data in the acquired image is in the Bayer GR 16 format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.BayerGR12p">
<summary>
<para>The pixel format is set to Bayer GR 12p.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.BayerGR12Packed">
<summary>
<para>The pixel data in the acquired image is in the Bayer GR 12 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.BayerGR12">
<summary>
<para>The pixel data in the acquired image is in the Bayer GR 12 format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.BayerGR10p">
<summary>
<para>The pixel data in the acquired image is in the Bayer GR 10p format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.BayerGR10">
<summary>
<para>The pixel data in the acquired image is in the Bayer GR 10 format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.BayerGB8">
<summary>
<para>The pixel data in the acquired image is in the Bayer GB 8 format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.BayerGB16">
<summary>
<para>The pixel data in the acquired image is in the Bayer GB 16 format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.BayerGB12p">
<summary>
<para>The pixel format is set to Bayer GB 12p.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.BayerGB12Packed">
<summary>
<para>The pixel data in the acquired image is in the Bayer GB 12 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.BayerGB12">
<summary>
<para>The pixel data in the acquired image is in the Bayer GB 12 format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.BayerGB10p">
<summary>
<para>The pixel data in the acquired image is in the Bayer GB 10p format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.BayerGB10">
<summary>
<para>The pixel data in the acquired image is in the Bayer GB 10 format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.BayerBG8">
<summary>
<para>The pixel data in the acquired image is in the Bayer BG 8 format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.BayerBG16">
<summary>
<para>The pixel data in the acquired image is in the Bayer BG 16 format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.BayerBG12p">
<summary>
<para>The pixel format is set to Bayer BG 12p.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.BayerBG12Packed">
<summary>
<para>The pixel data in the acquired image is in the Bayer BG 12 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.BayerBG12">
<summary>
<para>The pixel data in the acquired image is in the Bayer BG 12 format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.BayerBG10p">
<summary>
<para>The pixel data in the acquired image is in the Bayer BG 10p format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.BayerBG10">
<summary>
<para>The pixel data in the acquired image is in the Bayer BG 10 format.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.BGRA8Packed">
<summary>
<para>The pixel data in the acquired image is in the BGRA 8 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.BGR8Packed">
<summary>
<para>The pixel data in the acquired image is in the BGR 8 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.BGR8">
<summary>
<para>The pixel format is set to BGR 8.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.BGR12Packed">
<summary>
<para>The pixel data in the acquired image is in the BGR 12 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormatEnum.BGR10Packed">
<summary>
<para>The pixel data in the acquired image is in the BGR 10 Packed format.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ChunkPixelFormatEnum">
<tocexclude />
<summary>
<para>Indicates the pixel format of the acquired image.</para>
<para>Applies to: Stereo ace, ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ChunkComponentSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkPixelFormat" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ChunkLineSourceEnum.ToString">
<summary>The full name of ChunkLineSource</summary>
<returns>Returns the full name of ChunkLineSource</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkLineSourceEnum.Name">
<summary>The full name of ChunkLineSource</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkLineSourceEnum.Low">
<summary>
<para>The output is always Low.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkLineSourceEnum.High">
<summary>
<para>The output is always High.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkLineSourceEnum.ExposureAlternateActive">
<summary>
<para>Output is high during the exposure of every second Frame.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkLineSourceEnum.ExposureActive">
<summary>
<para>Output is high during the exposure of a Frame.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ChunkLineSourceEnum">
<tocexclude />
<summary>
<para>Line source for selected line.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ChunkLineSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkLineSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ChunkLineSelectorEnum.ToString">
<summary>The full name of ChunkLineSelector</summary>
<returns>Returns the full name of ChunkLineSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkLineSelectorEnum.Name">
<summary>The full name of ChunkLineSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkLineSelectorEnum.Out4">
<summary>
<para>Index of the physical line and associated I/O control block to use.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkLineSelectorEnum.Out3">
<summary>
<para>Index of the physical line and associated I/O control block to use.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkLineSelectorEnum.Out2">
<summary>
<para>Index of the physical line and associated I/O control block to use.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkLineSelectorEnum.Out1">
<summary>
<para>Index of the physical line and associated I/O control block to use.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkLineSelectorEnum.In4">
<summary>
<para>Index of the physical line and associated I/O control block to use.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkLineSelectorEnum.In3">
<summary>
<para>Index of the physical line and associated I/O control block to use.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkLineSelectorEnum.In2">
<summary>
<para>Index of the physical line and associated I/O control block to use.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkLineSelectorEnum.In1">
<summary>
<para>Index of the physical line and associated I/O control block to use.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ChunkLineSelectorEnum">
<tocexclude />
<summary>
<para>Selects the output for which to read the LineSource.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ChunkBslLineRatio" />, <see cref="P:Basler.Pylon.PLCamera.ChunkLineSource" />, <see cref="P:Basler.Pylon.PLCamera.ChunkLineStatus" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkLineSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ChunkGainSelectorEnum.ToString">
<summary>The full name of ChunkGainSelector</summary>
<returns>Returns the full name of ChunkGainSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkGainSelectorEnum.Name">
<summary>The full name of ChunkGainSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkGainSelectorEnum.All">
<summary>
<para>Chunk data can be retrieved from all gain channels.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ChunkGainSelectorEnum">
<tocexclude />
<summary>
<para>Sets which gain channel to retrieve chunk data from.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ChunkGain" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkGainSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ChunkExposureTimeSelectorEnum.ToString">
<summary>The full name of ChunkExposureTimeSelector</summary>
<returns>Returns the full name of ChunkExposureTimeSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkExposureTimeSelectorEnum.Name">
<summary>The full name of ChunkExposureTimeSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkExposureTimeSelectorEnum.Stage2">
<summary>
<para>Chunk data can be retrieved from the Stage 2 exposure time. Stage 2 is a predefined region of the sensor of your camera (a line on line scan cameras and an area on area scan cameras).</para>
<para>Applies to: ace 2 GigE and ace 2 USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkExposureTimeSelectorEnum.Stage1">
<summary>
<para>Chunk data can be retrieved from the Stage 1 exposure time. Stage 1 is a predefined region of the sensor of your camera (a line on line scan cameras and an area on area scan cameras).</para>
<para>Applies to: ace 2 GigE and ace 2 USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkExposureTimeSelectorEnum.Common">
<summary>
<para>Chunk data can be retrieved from the common exposure time.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ChunkExposureTimeSelectorEnum">
<tocexclude />
<summary>
<para>Sets which exposure time to retrieve chunk data from.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ChunkExposureTime" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkExposureTimeSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ChunkCounterSelectorEnum.ToString">
<summary>The full name of ChunkCounterSelector</summary>
<returns>Returns the full name of ChunkCounterSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkCounterSelectorEnum.Name">
<summary>The full name of ChunkCounterSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkCounterSelectorEnum.Counter4">
<summary>
<para>Chunk data can be retrieved from counter 4.</para>
<para>Applies to: racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkCounterSelectorEnum.Counter3">
<summary>
<para>Chunk data can be retrieved from counter 3.</para>
<para>Applies to: racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkCounterSelectorEnum.Counter2">
<summary>
<para>Chunk data can be retrieved from counter 2.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkCounterSelectorEnum.Counter1">
<summary>
<para>Chunk data can be retrieved from counter 1.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ChunkCounterSelectorEnum">
<tocexclude />
<summary>
<para>Sets which counter to retrieve chunk data from.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ChunkCounterValue" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkCounterSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ChunkComponentSelectorEnum.ToString">
<summary>The full name of ChunkComponentSelector</summary>
<returns>Returns the full name of ChunkComponentSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkComponentSelectorEnum.Name">
<summary>The full name of ChunkComponentSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkComponentSelectorEnum.RawCombined">
<summary>
<para>Unrectified intensity images of left and right camera combined. Right image is stacked under left image.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkComponentSelectorEnum.IntensityCombined">
<summary>
<para>Intensity images of left and right camera combined. Right image is stacked under left image.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkComponentSelectorEnum.Intensity">
<summary>
<para>The image data is the intensity component.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkComponentSelectorEnum.Error">
<summary>
<para>The image data is the error map component.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkComponentSelectorEnum.Disparity">
<summary>
<para>The image data is the disparity component.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkComponentSelectorEnum.Confidence">
<summary>
<para>The image data is the confidence map component.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkComponentSelectorEnum.Calibration">
<summary>
<para>Annotated left and right images for calibration.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ChunkComponentSelectorEnum">
<tocexclude />
<summary>
<para>Selects the Component from which to retreive data from.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ChunkComponentID" />, <see cref="P:Basler.Pylon.PLCamera.ChunkComponentIDValue" />, <see cref="P:Basler.Pylon.PLCamera.ChunkDecimationHorizontal" />, <see cref="P:Basler.Pylon.PLCamera.ChunkDecimationVertical" />, <see cref="P:Basler.Pylon.PLCamera.ChunkHeight" />, <see cref="P:Basler.Pylon.PLCamera.ChunkOffsetX" />, <see cref="P:Basler.Pylon.PLCamera.ChunkOffsetY" />, <see cref="P:Basler.Pylon.PLCamera.ChunkPartIndex" />, <see cref="P:Basler.Pylon.PLCamera.ChunkPixelFormat" />, <see cref="P:Basler.Pylon.PLCamera.ChunkScan3dFocalLength" />, <see cref="P:Basler.Pylon.PLCamera.ChunkScan3dPrincipalPointU" />, <see cref="P:Basler.Pylon.PLCamera.ChunkScan3dPrincipalPointV" />, <see cref="P:Basler.Pylon.PLCamera.ChunkWidth" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkComponentSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.ChunkComponentIDEnum.ToString">
<summary>The full name of ChunkComponentID</summary>
<returns>Returns the full name of ChunkComponentID</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkComponentIDEnum.Name">
<summary>The full name of ChunkComponentID</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkComponentIDEnum.IntensityCombined">
<summary>
<para>Intensity images of left and right camera combined. Right image is stacked under left image.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkComponentIDEnum.Intensity">
<summary>
<para>The image data is the intensity component.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkComponentIDEnum.Error">
<summary>
<para>The image data is the error map component.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkComponentIDEnum.Disparity">
<summary>
<para>The image data is the disparity component.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkComponentIDEnum.Confidence">
<summary>
<para>The image data is the confidence map component.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.ChunkComponentIDEnum">
<tocexclude />
<summary>
<para>Returns the component of the payload image. This can be used to identify the image component of a generic part in a multi-part transfer.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ChunkComponentSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkComponentID" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.CameraOperationModeEnum.ToString">
<summary>The full name of CameraOperationMode</summary>
<returns>Returns the full name of CameraOperationMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.CameraOperationModeEnum.Name">
<summary>The full name of CameraOperationMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CameraOperationModeEnum.Standard">
<summary>
<para>The camera operation mode is set to Standard.</para>
<para>Applies to: ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CameraOperationModeEnum.LongExposure">
<summary>
<para>The camera operation mode is set to Long Exposure.</para>
<para>Applies to: ace USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.CameraOperationModeEnum">
<tocexclude />
<summary>
<para>Sets the camera operation mode.</para>
<para>Applies to: ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CameraOperationMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslVignettingCorrectionModeEnum.ToString">
<summary>The full name of BslVignettingCorrectionMode</summary>
<returns>Returns the full name of BslVignettingCorrectionMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslVignettingCorrectionModeEnum.Name">
<summary>The full name of BslVignettingCorrectionMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslVignettingCorrectionModeEnum.On">
<summary>
<para>The vignetting correction is enabled.</para>
<para>Applies to: boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslVignettingCorrectionModeEnum.Off">
<summary>
<para>The vignetting correction is disabled.</para>
<para>Applies to: boost CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslVignettingCorrectionModeEnum">
<tocexclude />
<summary>
<para>Enables the vignetting correction. This feature allows you to remove vignetting artifacts from your images. To do this, you first have to create vignetting correction data. For more information, see the Basler Product Documentation.</para>
<para>Applies to: boost CoaXPress</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslVignettingCorrectionMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslUSBSpeedModeEnum.ToString">
<summary>The full name of BslUSBSpeedMode</summary>
<returns>Returns the full name of BslUSBSpeedMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslUSBSpeedModeEnum.Name">
<summary>The full name of BslUSBSpeedMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslUSBSpeedModeEnum.SuperSpeed">
<summary>
<para>The USB port is operating at SuperSpeed (as specified in the USB standard).</para>
<para>Applies to: ace 2 USB, ace USB, dart USB and pulse USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslUSBSpeedModeEnum.LowSpeed">
<summary>
<para>The USB port is operating at Low Speed (as specified in the USB standard).</para>
<para>Applies to: ace 2 USB, ace USB, dart USB and pulse USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslUSBSpeedModeEnum.HighSpeed">
<summary>
<para>The USB port is operating at High Speed (as specified in the USB standard).</para>
<para>Applies to: ace 2 USB, ace USB, dart USB and pulse USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslUSBSpeedModeEnum.FullSpeed">
<summary>
<para>The USB port is operating at Full Speed (as specified in the USB standard).</para>
<para>Applies to: ace 2 USB, ace USB, dart USB and pulse USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslUSBSpeedModeEnum">
<tocexclude />
<summary>
<para>Indicates the speed mode of the USB port.</para>
<para>Applies to: ace 2 USB, ace USB, dart USB and pulse USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslUSBSpeedMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslUSBPowerSourceEnum.ToString">
<summary>The full name of BslUSBPowerSource</summary>
<returns>Returns the full name of BslUSBPowerSource</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslUSBPowerSourceEnum.Name">
<summary>The full name of BslUSBPowerSource</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslUSBPowerSourceEnum.Bus">
<summary>
<para>Power is supplied via the bus.</para>
<para>Applies to: ace 2 USB and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslUSBPowerSourceEnum.Aux">
<summary>
<para>Power is supplied via the I/O connector.</para>
<para>Applies to: ace 2 USB and dart USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslUSBPowerSourceEnum">
<tocexclude />
<summary>
<para>Indicates how power is supplied to the device.</para>
<para>Applies to: ace 2 USB and dart USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslUSBPowerSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslTwiTransferStatusEnum.ToString">
<summary>The full name of BslTwiTransferStatus</summary>
<returns>Returns the full name of BslTwiTransferStatus</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTwiTransferStatusEnum.Name">
<summary>The full name of BslTwiTransferStatus</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTwiTransferStatusEnum.Success">
<summary>
<para>The last transfer was successful.</para>
<para>Applies to: dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTwiTransferStatusEnum.Pending">
<summary>
<para>A transfer is pending.</para>
<para>Applies to: dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTwiTransferStatusEnum.NakData">
<summary>
<para>The last transfer failed because a NAK was received when sending data.</para>
<para>Applies to: dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTwiTransferStatusEnum.NakAddress">
<summary>
<para>The last transfer failed because a NAK was received when sending the address.</para>
<para>Applies to: dart USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslTwiTransferStatusEnum">
<tocexclude />
<summary>
<para>Indicates the status of an accepted read or write transfer.</para>
<para>Applies to: dart USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslTwiTransferStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslTwiBitrateEnum.ToString">
<summary>The full name of BslTwiBitrate</summary>
<returns>Returns the full name of BslTwiBitrate</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTwiBitrateEnum.Name">
<summary>The full name of BslTwiBitrate</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTwiBitrateEnum.Bitrate50kbps">
<summary>
<para>The bit rate is set to 50000 bits per second.</para>
<para>Applies to: dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTwiBitrateEnum.Bitrate400kbps">
<summary>
<para>The bit rate is set to 400000 bits per second.</para>
<para>Applies to: dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTwiBitrateEnum.Bitrate20kbps">
<summary>
<para>The bit rate is set to 20000 bits per second.</para>
<para>Applies to: dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTwiBitrateEnum.Bitrate200kbps">
<summary>
<para>The bit rate is set to 200000 bits per second.</para>
<para>Applies to: dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTwiBitrateEnum.Bitrate10kbps">
<summary>
<para>The bit rate is set to 10000 bits per second.</para>
<para>Applies to: dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTwiBitrateEnum.Bitrate100kbps">
<summary>
<para>The bit rate is set to 100000 bits per second.</para>
<para>Applies to: dart USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslTwiBitrateEnum">
<tocexclude />
<summary>
<para>Sets the bit rate for TWI communication.</para>
<para>Applies to: dart USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslTwiBitrate" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslTransferBitDepthModeEnum.ToString">
<summary>The full name of BslTransferBitDepthMode</summary>
<returns>Returns the full name of BslTransferBitDepthMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTransferBitDepthModeEnum.Name">
<summary>The full name of BslTransferBitDepthMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTransferBitDepthModeEnum.Manual">
<summary>
<para>The transfer bit depth mode is set to Manual. The transfer bit depth can be set independently of the pixel format used.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTransferBitDepthModeEnum.Auto">
<summary>
<para>The transfer bit depth mode is set to Auto. The transfer bit depth is automatically adjusted depending on the pixel format used.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslTransferBitDepthModeEnum">
<tocexclude />
<summary>
<para>Sets the transfer bit depth mode.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslTransferBitDepthMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslTransferBitDepthEnum.ToString">
<summary>The full name of BslTransferBitDepth</summary>
<returns>Returns the full name of BslTransferBitDepth</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTransferBitDepthEnum.Name">
<summary>The full name of BslTransferBitDepth</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTransferBitDepthEnum.Bpp8">
<summary>
<para>The transfer bit depth is set to 8 bits per pixel.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTransferBitDepthEnum.Bpp12">
<summary>
<para>The transfer bit depth is set to 12 bits per pixel.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTransferBitDepthEnum.Bpp10">
<summary>
<para>The transfer bit depth is set to 10 bits per pixel.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslTransferBitDepthEnum">
<tocexclude />
<summary>
<para>Sets the bit depth used for internal image processing. Lowering the transfer bit depth increases the frame rate, but image quality may degrade.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslTransferBitDepth" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslTemperatureStatusEnum.ToString">
<summary>The full name of BslTemperatureStatus</summary>
<returns>Returns the full name of BslTemperatureStatus</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTemperatureStatusEnum.Name">
<summary>The full name of BslTemperatureStatus</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTemperatureStatusEnum.Ok">
<summary>
<para>The temperature is within the normal operating temperature range.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTemperatureStatusEnum.Error">
<summary>
<para>The temperature is above the allowed maximum. Provide cooling immediately.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTemperatureStatusEnum.Critical">
<summary>
<para>The temperature is close to or at the allowed maximum. Provide cooling.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslTemperatureStatusEnum">
<tocexclude />
<summary>
<para>Indicates the temperature state.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslTemperatureStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionXSelectorEnum.ToString">
<summary>The full name of BslStaticDefectPixelCorrectionXSelector</summary>
<returns>Returns the full name of BslStaticDefectPixelCorrectionXSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionXSelectorEnum.Name">
<summary>The full name of BslStaticDefectPixelCorrectionXSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionXSelectorEnum.X7">
<summary>
<para>Entry X7 can be configured. Use the Static Defect Pixel Correction X Coordinate parameter to assign an x coordinate to this entry.</para>
<para>Applies to: boost V CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionXSelectorEnum.X6">
<summary>
<para>Entry X6 can be configured. Use the Static Defect Pixel Correction X Coordinate parameter to assign an x coordinate to this entry.</para>
<para>Applies to: boost V CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionXSelectorEnum.X5">
<summary>
<para>Entry X5 can be configured. Use the Static Defect Pixel Correction X Coordinate parameter to assign an x coordinate to this entry.</para>
<para>Applies to: boost V CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionXSelectorEnum.X4">
<summary>
<para>Entry X4 can be configured. Use the Static Defect Pixel Correction X Coordinate parameter to assign an x coordinate to this entry.</para>
<para>Applies to: boost V CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionXSelectorEnum.X3">
<summary>
<para>Entry X3 can be configured. Use the Static Defect Pixel Correction X Coordinate parameter to assign an x coordinate to this entry.</para>
<para>Applies to: boost V CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionXSelectorEnum.X2">
<summary>
<para>Entry X2 can be configured. Use the Static Defect Pixel Correction X Coordinate parameter to assign an x coordinate to this entry.</para>
<para>Applies to: boost V CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionXSelectorEnum.X1">
<summary>
<para>Entry X1 can be configured. Use the Static Defect Pixel Correction X Coordinate parameter to assign an x coordinate to this entry.</para>
<para>Applies to: boost V CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionXSelectorEnum.X0">
<summary>
<para>Entry X0 can be configured. Use the Static Defect Pixel Correction X Coordinate parameter to assign an x coordinate to this entry.</para>
<para>Applies to: boost V CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionXSelectorEnum">
<tocexclude />
<summary>
<para>Sets which x coordinate entry can be configured.</para>
<para>Applies to: boost V CoaXPress</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionXCoordinate" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslStaticDefectPixelCorrectionXSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionTestModeEnum.ToString">
<summary>The full name of BslStaticDefectPixelCorrectionTestMode</summary>
<returns>Returns the full name of BslStaticDefectPixelCorrectionTestMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionTestModeEnum.Name">
<summary>The full name of BslStaticDefectPixelCorrectionTestMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionTestModeEnum.On">
<summary>
<para>Static defect pixel correction test mode is enabled. All corrected pixels are set to completely white.</para>
<para>Applies to: boost V CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionTestModeEnum.Off">
<summary>
<para>Static defect pixel correction test mode is disabled. </para>
<para>Applies to: boost V CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionTestModeEnum">
<tocexclude />
<summary>
<para>Enables or disables the static defect pixel correction test mode. In test mode, all corrected pixels are set to completely white. This helps to find pixels that are being corrected in your images.</para>
<para>Applies to: boost V CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslStaticDefectPixelCorrectionTestMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionModeEnum.ToString">
<summary>The full name of BslStaticDefectPixelCorrectionMode</summary>
<returns>Returns the full name of BslStaticDefectPixelCorrectionMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionModeEnum.Name">
<summary>The full name of BslStaticDefectPixelCorrectionMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionModeEnum.User">
<summary>
<para>Static defect pixel correction is based on the defect pixels stored in the user correction file.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, boost V CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionModeEnum.Off">
<summary>
<para>Static defect pixel correction is disabled.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, boost V CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionModeEnum.Factory">
<summary>
<para>Static defect pixel correction is based on the defect pixels stored in the factory correction file.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, boost V CoaXPress and dart GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionModeEnum">
<tocexclude />
<summary>
<para>Sets the static defect pixel correction mode.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, boost V CoaXPress and dart GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslStaticDefectPixelCorrectionMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionFileStatusEnum.ToString">
<summary>The full name of BslStaticDefectPixelCorrectionFileStatus</summary>
<returns>Returns the full name of BslStaticDefectPixelCorrectionFileStatus</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionFileStatusEnum.Name">
<summary>The full name of BslStaticDefectPixelCorrectionFileStatus</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionFileStatusEnum.InvalidSorting">
<summary>
<para>The sorting of entries in the defect pixel correction file is invalid. The defect pixel correction process is aborted.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionFileStatusEnum.InvalidSize">
<summary>
<para>The defect pixel correction file size is invalid. The maximum number of defect pixels must not exceed 4096.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionFileStatusEnum.InvalidHeader">
<summary>
<para>The defect pixel correction file header is invalid. The file must have a 4-byte file header. </para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionFileStatusEnum.InvalidFileEntry">
<summary>
<para>At least one entry in the defect pixel correction file has an invalid size. The defect pixel correction process is aborted.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionFileStatusEnum.InvalidClustering">
<summary>
<para>An invalid cluster has been found. Three or more adjacent pixels in a row are considered an invalid cluster. Any defect pixels between other defect pixels can't be corrected.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionFileStatusEnum.FileStatusUnknown">
<summary>
<para>The status of the defect pixel correction file is unknown. Acquire an image to change the file status.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionFileStatusEnum.FileOk">
<summary>
<para>The defect pixel correction file is valid.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionFileStatusEnum.FileNotFound">
<summary>
<para>The defect pixel correction file can't be found. It has never been uploaded or was deleted.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionFileStatusEnum.FileEmpty">
<summary>
<para>The defect pixel correction file has no entries. The file header is valid but the file doesn't contain any defect pixels. The defect pixel correction process is aborted.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionFileStatusEnum">
<tocexclude />
<summary>
<para>Returns the file status of the defect pixel correction file.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslStaticDefectPixelCorrectionFileStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslSpatialCorrectionDirectionReversalEnum.ToString">
<summary>The full name of BslSpatialCorrectionDirectionReversal</summary>
<returns>Returns the full name of BslSpatialCorrectionDirectionReversal</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSpatialCorrectionDirectionReversalEnum.Name">
<summary>The full name of BslSpatialCorrectionDirectionReversal</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSpatialCorrectionDirectionReversalEnum.Off">
<summary>
<para>Direction reversal is disabled.</para>
<para>Applies to: racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSpatialCorrectionDirectionReversalEnum.Line3">
<summary>
<para>The signal level of line 3 determines the spatial correction direction. If the signal level is high, the spatial correction direction is reversed.</para>
<para>Applies to: racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSpatialCorrectionDirectionReversalEnum.Line2">
<summary>
<para>The signal level of line 2 determines the spatial correction direction. If the signal level is high, the spatial correction direction is reversed.</para>
<para>Applies to: racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSpatialCorrectionDirectionReversalEnum.Line1">
<summary>
<para>The signal level of line 1 determines the spatial correction direction. If the signal level is high, the spatial correction direction is reversed.</para>
<para>Applies to: racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSpatialCorrectionDirectionReversalEnum.EncoderReverse1">
<summary>
<para>The Encoder Reverse 1 signal level determines the spatial correction direction. If the Encoder Reverse 1 signal is high, the spatial correction direction is reversed.</para>
<para>Applies to: racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslSpatialCorrectionDirectionReversalEnum">
<tocexclude />
<summary>
<para>Sets the signal source to be used to trigger a reversal of the defined spatial correction direction. A high signal level triggers a reversal of the direction.</para>
<para>Applies to: racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSpatialCorrectionDirectionReversal" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslShadingCorrectionSetStatusEnum.ToString">
<summary>The full name of BslShadingCorrectionSetStatus</summary>
<returns>Returns the full name of BslShadingCorrectionSetStatus</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslShadingCorrectionSetStatusEnum.Name">
<summary>The full name of BslShadingCorrectionSetStatus</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslShadingCorrectionSetStatusEnum.Ok">
<summary>
<para>The shading correction set is valid.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslShadingCorrectionSetStatusEnum.InvalidFileFormat">
<summary>
<para>The file format of the shading correction set is invalid.</para>
<para>Applies to: racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslShadingCorrectionSetStatusEnum.FileFormatInvalid">
<summary>
<para>The file format of the shading correction set is invalid.</para>
<para>Applies to: racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslShadingCorrectionSetStatusEnum.Error">
<summary>
<para>An error occurred. No further information is available.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslShadingCorrectionSetStatusEnum.Empty">
<summary>
<para>The shading correction set has no entries.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslShadingCorrectionSetStatusEnum">
<tocexclude />
<summary>
<para>Returns the status of the shading correction set.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslShadingCorrectionSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslShadingCorrectionSetStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslShadingCorrectionSetCreateStatusEnum.ToString">
<summary>The full name of BslShadingCorrectionSetCreateStatus</summary>
<returns>Returns the full name of BslShadingCorrectionSetCreateStatus</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslShadingCorrectionSetCreateStatusEnum.Name">
<summary>The full name of BslShadingCorrectionSetCreateStatus</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslShadingCorrectionSetCreateStatusEnum.Inactive">
<summary>
<para>No shading correction set is being created.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslShadingCorrectionSetCreateStatusEnum.ErrorReverseX">
<summary>
<para>A Reverse X error occurred while creating a shading correction set. A shading correction set can only be created when Reverse X is disabled.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslShadingCorrectionSetCreateStatusEnum.Active">
<summary>
<para>A shading correction set is being created.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslShadingCorrectionSetCreateStatusEnum">
<tocexclude />
<summary>
<para>Indicates the status of the shading correction set created.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslShadingCorrectionSetCreateStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslShadingCorrectionSetCreateResultEnum.ToString">
<summary>The full name of BslShadingCorrectionSetCreateResult</summary>
<returns>Returns the full name of BslShadingCorrectionSetCreateResult</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslShadingCorrectionSetCreateResultEnum.Name">
<summary>The full name of BslShadingCorrectionSetCreateResult</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslShadingCorrectionSetCreateResultEnum.NoError">
<summary>
<para>The shading correction set was created successfully.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslShadingCorrectionSetCreateResultEnum.ErrorRange">
<summary>
<para>The shading correction values are outside the allowed range. Try changing the conditions under which the camera is operating.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslShadingCorrectionSetCreateResultEnum.ErrorAbort">
<summary>
<para>Image acquisition was aborted while creating the shading correction set. Eliminate the cause for this and try again.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslShadingCorrectionSetCreateResultEnum.Error">
<summary>
<para>An error occurred while creating the shading correction set. No further information is available.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslShadingCorrectionSetCreateResultEnum">
<tocexclude />
<summary>
<para>Indicates the result of the shading correction set creation.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslShadingCorrectionSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslShadingCorrectionSetCreateResult" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslShadingCorrectionSelectorEnum.ToString">
<summary>The full name of BslShadingCorrectionSelector</summary>
<returns>Returns the full name of BslShadingCorrectionSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslShadingCorrectionSelectorEnum.Name">
<summary>The full name of BslShadingCorrectionSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslShadingCorrectionSelectorEnum.PRNU">
<summary>
<para>Photo Response Non-Uniformity (PRNU) correction is performed.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslShadingCorrectionSelectorEnum.DSNU">
<summary>
<para>Dark Signal Non-Uniformity (DSNU) correction is performed.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslShadingCorrectionSelectorEnum">
<tocexclude />
<summary>
<para>Sets the shading correction type to be performed.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.BslShadingCorrectionAbsoluteTargetValue" />, <see cref="P:Basler.Pylon.PLCamera.BslShadingCorrectionMaximumMeasuredValue" />, <see cref="P:Basler.Pylon.PLCamera.BslShadingCorrectionMode" />, <see cref="P:Basler.Pylon.PLCamera.BslShadingCorrectionSetCreate" />, <see cref="P:Basler.Pylon.PLCamera.BslShadingCorrectionSetCreateResult" />, <see cref="P:Basler.Pylon.PLCamera.BslShadingCorrectionSetIndex" />, <see cref="P:Basler.Pylon.PLCamera.BslShadingCorrectionSetStatus" />, <see cref="P:Basler.Pylon.PLCamera.BslShadingCorrectionTargetValue" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslShadingCorrectionSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslShadingCorrectionModeEnum.ToString">
<summary>The full name of BslShadingCorrectionMode</summary>
<returns>Returns the full name of BslShadingCorrectionMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslShadingCorrectionModeEnum.Name">
<summary>The full name of BslShadingCorrectionMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslShadingCorrectionModeEnum.User">
<summary>
<para>Shading correction is based on the values stored in the user correction set. Using the Shading Correction Set Index parameter and the Shading Correction Set Create command you can create your own shading correction set.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslShadingCorrectionModeEnum.Off">
<summary>
<para>Shading correction is disabled.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslShadingCorrectionModeEnum.Factory">
<summary>
<para>Shading correction is based on the values stored in the factory correction set. The factory set only contains correction values for dark signal non-uniformity (DSNU) effects. The correction values are generated during camera production and can't be changed.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslShadingCorrectionModeEnum">
<tocexclude />
<summary>
<para>Sets the shading correction mode.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslShadingCorrectionSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslShadingCorrectionMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslSerialRxSourceEnum.ToString">
<summary>The full name of BslSerialRxSource</summary>
<returns>Returns the full name of BslSerialRxSource</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialRxSourceEnum.Name">
<summary>The full name of BslSerialRxSource</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialRxSourceEnum.SerialTx">
<summary>
<para>The source of the Rx serial input is set to Serial Tx. Select this source for a serial echo test. The serial transmit output is used as the source for serial receive input (loop back).</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialRxSourceEnum.Off">
<summary>
<para>Rx input is muted. Serial input is set to high level.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialRxSourceEnum.Line3">
<summary>
<para>The source of the Rx serial input is set to Line 3.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialRxSourceEnum.Line2">
<summary>
<para>The source of the Rx serial input is set to Line 2.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialRxSourceEnum.Line1">
<summary>
<para>The source of the Rx serial input is set to Line 1.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslSerialRxSourceEnum">
<tocexclude />
<summary>
<para>Sets the source of the Rx serial input.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSerialRxSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslSerialParityEnum.ToString">
<summary>The full name of BslSerialParity</summary>
<returns>Returns the full name of BslSerialParity</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialParityEnum.Name">
<summary>The full name of BslSerialParity</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialParityEnum.Odd">
<summary>
<para>An odd parity check is performed.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialParityEnum.None">
<summary>
<para>No parity check is performed.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialParityEnum.Even">
<summary>
<para>An even parity check is performed.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslSerialParityEnum">
<tocexclude />
<summary>
<para>Sets which kind of parity check is performed.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSerialParity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslSerialNumberOfStopBitsEnum.ToString">
<summary>The full name of BslSerialNumberOfStopBits</summary>
<returns>Returns the full name of BslSerialNumberOfStopBits</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialNumberOfStopBitsEnum.Name">
<summary>The full name of BslSerialNumberOfStopBits</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialNumberOfStopBitsEnum.Bits2">
<summary>
<para>Two stop bits are used in serial communication.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialNumberOfStopBitsEnum.Bits1">
<summary>
<para>One stop bit is used in serial communication.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslSerialNumberOfStopBitsEnum">
<tocexclude />
<summary>
<para>Sets the number of stop bits used in serial communication.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSerialNumberOfStopBits" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslSerialNumberOfDataBitsEnum.ToString">
<summary>The full name of BslSerialNumberOfDataBits</summary>
<returns>Returns the full name of BslSerialNumberOfDataBits</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialNumberOfDataBitsEnum.Name">
<summary>The full name of BslSerialNumberOfDataBits</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialNumberOfDataBitsEnum.Bits8">
<summary>
<para>Eight data bits per frame are used in serial communication.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialNumberOfDataBitsEnum.Bits7">
<summary>
<para>Seven data bits per frame are used in serial communication.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslSerialNumberOfDataBitsEnum">
<tocexclude />
<summary>
<para>Sets the number of data bits used in serial communication.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSerialNumberOfDataBits" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslSerialBaudRateEnum.ToString">
<summary>The full name of BslSerialBaudRate</summary>
<returns>Returns the full name of BslSerialBaudRate</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialBaudRateEnum.Name">
<summary>The full name of BslSerialBaudRate</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialBaudRateEnum.Baud9600">
<summary>
<para>A symbol rate of 9600 baud is used in serial communication.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialBaudRateEnum.Baud57600">
<summary>
<para>A symbol rate of 57600 baud is used in serial communication.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialBaudRateEnum.Baud4800">
<summary>
<para>A symbol rate of 4800 baud is used in serial communication.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialBaudRateEnum.Baud38400">
<summary>
<para>A symbol rate of 38400 baud is used in serial communication.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialBaudRateEnum.Baud2400">
<summary>
<para>A symbol rate of 2400 baud is used in serial communication.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialBaudRateEnum.Baud19200">
<summary>
<para>A symbol rate of 19200 baud is used in serial communication.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialBaudRateEnum.Baud1200">
<summary>
<para>A symbol rate of 1200 baud is used in serial communication.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialBaudRateEnum.Baud115200">
<summary>
<para>A symbol rate of 115200 baud is used in serial communication.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslSerialBaudRateEnum">
<tocexclude />
<summary>
<para>Sets the baud rate used in serial communication.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSerialBaudRate" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslSensorStateEnum.ToString">
<summary>The full name of BslSensorState</summary>
<returns>Returns the full name of BslSensorState</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSensorStateEnum.Name">
<summary>The full name of BslSensorState</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSensorStateEnum.Standby">
<summary>
<para>The sensor is in standby mode. In standby mode, power consumption is reduced significantly, which results in a lower camera temperature. Certain parameters can only be configured when the sensor is in standby mode.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSensorStateEnum.SensorStandby">
<summary>
<para />
<para>Applies to: boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSensorStateEnum.SensorOn">
<summary>
<para />
<para>Applies to: boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSensorStateEnum.SensorOff">
<summary>
<para />
<para>Applies to: boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSensorStateEnum.On">
<summary>
<para>The sensor power is switched on.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSensorStateEnum.Off">
<summary>
<para>The sensor power is switched off.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslSensorStateEnum">
<tocexclude />
<summary>
<para>Returns the current power state of the sensor.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSensorState" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslSensorBitDepthModeEnum.ToString">
<summary>The full name of BslSensorBitDepthMode</summary>
<returns>Returns the full name of BslSensorBitDepthMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSensorBitDepthModeEnum.Name">
<summary>The full name of BslSensorBitDepthMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSensorBitDepthModeEnum.Manual">
<summary>
<para>The sensor bit depth mode is set to Manual. The sensor bit depth can be set independently of the pixel format used.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSensorBitDepthModeEnum.Auto">
<summary>
<para>The sensor bit depth mode is set to Auto. The sensor bit depth is automatically adjusted depending on the pixel format used.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslSensorBitDepthModeEnum">
<tocexclude />
<summary>
<para>Sets the sensor bit depth mode.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSensorBitDepthMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslSensorBitDepthEnum.ToString">
<summary>The full name of BslSensorBitDepth</summary>
<returns>Returns the full name of BslSensorBitDepth</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSensorBitDepthEnum.Name">
<summary>The full name of BslSensorBitDepth</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSensorBitDepthEnum.Bpp8">
<summary>
<para>The sensor bit depth is set to 8 bits per pixel.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSensorBitDepthEnum.Bpp12">
<summary>
<para>The sensor bit depth is set to 12 bits per pixel.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSensorBitDepthEnum.Bpp10">
<summary>
<para>The sensor bit depth is set to 10 bits per pixel.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB and racer 2 CXP</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslSensorBitDepthEnum">
<tocexclude />
<summary>
<para>Sets the bit depth of the image sensor's data output. You can set the sensor bit depth independently of the pixel format used if the Sensor Bit Depth Mode parameter is set to Manual. If that parameter is set to Auto, the sensor bit depth is adjusted automatically depending on the pixel format used.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSensorBitDepth" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslSensorAcquisitionModeEnum.ToString">
<summary>The full name of BslSensorAcquisitionMode</summary>
<returns>Returns the full name of BslSensorAcquisitionMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSensorAcquisitionModeEnum.Name">
<summary>The full name of BslSensorAcquisitionMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSensorAcquisitionModeEnum.SingleLine">
<summary>
<para>The sensor acquisition mode is set to Single Line.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslSensorAcquisitionModeEnum">
<tocexclude />
<summary>
<para>Sets the sensor acquisition mode.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSensorAcquisitionMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslPtpProfileEnum.ToString">
<summary>The full name of BslPtpProfile</summary>
<returns>Returns the full name of BslPtpProfile</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslPtpProfileEnum.Name">
<summary>The full name of BslPtpProfile</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslPtpProfileEnum.PeerToPeerDefaultProfile">
<summary>
<para>The default PTP profile is set to Peer-to-Peer.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslPtpProfileEnum.DelayRequestResponseDefaultProfile">
<summary>
<para>The default PTP profile is set to Delay Request-Response.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslPtpProfileEnum">
<tocexclude />
<summary>
<para>Sets the default PTP profile.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslPtpProfile" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslPtpNetworkModeEnum.ToString">
<summary>The full name of BslPtpNetworkMode</summary>
<returns>Returns the full name of BslPtpNetworkMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslPtpNetworkModeEnum.Name">
<summary>The full name of BslPtpNetworkMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslPtpNetworkModeEnum.Unicast">
<summary>
<para>Unicast network communication is enabled. Unicast messages are sent to specified IPv4 adresses.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslPtpNetworkModeEnum.Multicast">
<summary>
<para>Multicast network communication is enabled.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslPtpNetworkModeEnum.Hybrid">
<summary>
<para>Hybrid network communication is enabled. This feature is non-standard. Certain messages are sent via unicast instead of multicast. This may reduce network load.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslPtpNetworkModeEnum">
<tocexclude />
<summary>
<para>Sets the mode for PTP network communication.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslPtpNetworkMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslPtpDelayMechanismEnum.ToString">
<summary>The full name of BslPtpDelayMechanism</summary>
<returns>Returns the full name of BslPtpDelayMechanism</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslPtpDelayMechanismEnum.Name">
<summary>The full name of BslPtpDelayMechanism</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslPtpDelayMechanismEnum.P2P">
<summary>
<para>The port is configured to use the peer delay mechanism. Other PTP devices involved must also support P2P.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslPtpDelayMechanismEnum.E2E">
<summary>
<para>The port is configured to use the delay request-response mechanism. Other PTP devices involved must also support E2E.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslPtpDelayMechanismEnum">
<tocexclude />
<summary>
<para>Indicates the PTP delay mechanism.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslPtpDelayMechanism" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslPeriodicSignalSourceEnum.ToString">
<summary>The full name of BslPeriodicSignalSource</summary>
<returns>Returns the full name of BslPeriodicSignalSource</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslPeriodicSignalSourceEnum.Name">
<summary>The full name of BslPeriodicSignalSource</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslPeriodicSignalSourceEnum.PtpClock">
<summary>
<para>The camera is synchronized via the PTP clock.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslPeriodicSignalSourceEnum.DeviceClock">
<summary>
<para>The camera is synchronized via the device clock.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslPeriodicSignalSourceEnum">
<tocexclude />
<summary>
<para>Sets the source for synchronizing the periodic signal.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslPeriodicSignalSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslPeriodicSignalSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslPeriodicSignalSelectorEnum.ToString">
<summary>The full name of BslPeriodicSignalSelector</summary>
<returns>Returns the full name of BslPeriodicSignalSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslPeriodicSignalSelectorEnum.Name">
<summary>The full name of BslPeriodicSignalSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslPeriodicSignalSelectorEnum.PeriodicSignal1">
<summary>
<para>Periodic Signal 1 can be configured.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslPeriodicSignalSelectorEnum">
<tocexclude />
<summary>
<para>Sets the periodic signal channel to be configured.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.BslPeriodicSignalDelay" />, <see cref="P:Basler.Pylon.PLCamera.BslPeriodicSignalPeriod" />, <see cref="P:Basler.Pylon.PLCamera.BslPeriodicSignalSource" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslPeriodicSignalSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslMultipleROIRowSelectorEnum.ToString">
<summary>The full name of BslMultipleROIRowSelector</summary>
<returns>Returns the full name of BslMultipleROIRowSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslMultipleROIRowSelectorEnum.Name">
<summary>The full name of BslMultipleROIRowSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslMultipleROIRowSelectorEnum.Row9">
<summary>
<para>Row 9 can be configured.</para>
<para>Applies to: ace 2 GigE and ace 2 USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslMultipleROIRowSelectorEnum.Row8">
<summary>
<para>Row 8 can be configured.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslMultipleROIRowSelectorEnum.Row7">
<summary>
<para>Row 7 can be configured.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslMultipleROIRowSelectorEnum.Row6">
<summary>
<para>Row 6 can be configured.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslMultipleROIRowSelectorEnum.Row5">
<summary>
<para>Row 5 can be configured.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslMultipleROIRowSelectorEnum.Row4">
<summary>
<para>Row 4 can be configured.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslMultipleROIRowSelectorEnum.Row3">
<summary>
<para>Row 3 can be configured.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslMultipleROIRowSelectorEnum.Row2">
<summary>
<para>Row 2 can be configured.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslMultipleROIRowSelectorEnum.Row16">
<summary>
<para>Row 16 can be configured.</para>
<para>Applies to: ace 2 GigE and ace 2 USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslMultipleROIRowSelectorEnum.Row15">
<summary>
<para>Row 15 can be configured.</para>
<para>Applies to: ace 2 GigE and ace 2 USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslMultipleROIRowSelectorEnum.Row14">
<summary>
<para>Row 14 can be configured.</para>
<para>Applies to: ace 2 GigE and ace 2 USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslMultipleROIRowSelectorEnum.Row13">
<summary>
<para>Row 13 can be configured.</para>
<para>Applies to: ace 2 GigE and ace 2 USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslMultipleROIRowSelectorEnum.Row12">
<summary>
<para>Row 12 can be configured.</para>
<para>Applies to: ace 2 GigE and ace 2 USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslMultipleROIRowSelectorEnum.Row11">
<summary>
<para>Row 11 can be configured.</para>
<para>Applies to: ace 2 GigE and ace 2 USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslMultipleROIRowSelectorEnum.Row10">
<summary>
<para>Row 10 can be configured.</para>
<para>Applies to: ace 2 GigE and ace 2 USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslMultipleROIRowSelectorEnum.Row1">
<summary>
<para>Row 1 can be configured.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslMultipleROIRowSelectorEnum">
<tocexclude />
<summary>
<para>Sets which row can be configured.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.BslMultipleROIRowOffset" />, <see cref="P:Basler.Pylon.PLCamera.BslMultipleROIRowSize" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslMultipleROIRowSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslMultipleROIColumnSelectorEnum.ToString">
<summary>The full name of BslMultipleROIColumnSelector</summary>
<returns>Returns the full name of BslMultipleROIColumnSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslMultipleROIColumnSelectorEnum.Name">
<summary>The full name of BslMultipleROIColumnSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslMultipleROIColumnSelectorEnum.Column8">
<summary>
<para>Column 8 can be configured.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslMultipleROIColumnSelectorEnum.Column7">
<summary>
<para>Column 7 can be configured.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslMultipleROIColumnSelectorEnum.Column6">
<summary>
<para>Column 6 can be configured.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslMultipleROIColumnSelectorEnum.Column5">
<summary>
<para>Column 5 can be configured.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslMultipleROIColumnSelectorEnum.Column4">
<summary>
<para>Column 4 can be configured.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslMultipleROIColumnSelectorEnum.Column3">
<summary>
<para>Column 3 can be configured.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslMultipleROIColumnSelectorEnum.Column2">
<summary>
<para>Column 2 can be configured.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslMultipleROIColumnSelectorEnum.Column1">
<summary>
<para>Column 1 can be configured.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslMultipleROIColumnSelectorEnum">
<tocexclude />
<summary>
<para>Sets which column can be configured.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.BslMultipleROIColumnOffset" />, <see cref="P:Basler.Pylon.PLCamera.BslMultipleROIColumnSize" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslMultipleROIColumnSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslLineConnectionEnum.ToString">
<summary>The full name of BslLineConnection</summary>
<returns>Returns the full name of BslLineConnection</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLineConnectionEnum.Name">
<summary>The full name of BslLineConnection</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLineConnectionEnum.TwiSda">
<summary>
<para>The TWI SDA signal is set for the currently selected line.</para>
<para>Applies to: dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLineConnectionEnum.TwiScl">
<summary>
<para>The TWI SCL signal is set for the currently selected line.</para>
<para>Applies to: dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLineConnectionEnum.LightControl">
<summary>
<para>The Light Control signal is set for the currently selected line. This allows you to control a light device over the line.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLineConnectionEnum.ConnectionOff">
<summary>
<para>No connection signal is set for the currently selected line.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and dart USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslLineConnectionEnum">
<tocexclude />
<summary>
<para>Sets the connection signal for the currently selected line.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and dart USB</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.LineSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLineConnection" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslLightSourcePresetFeatureSelectorEnum.ToString">
<summary>The full name of BslLightSourcePresetFeatureSelector</summary>
<returns>Returns the full name of BslLightSourcePresetFeatureSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightSourcePresetFeatureSelectorEnum.Name">
<summary>The full name of BslLightSourcePresetFeatureSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightSourcePresetFeatureSelectorEnum.WhiteBalance">
<summary>
<para>Adjustment of the Balance White feature can be enabled or disabled.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightSourcePresetFeatureSelectorEnum.ColorTransformation">
<summary>
<para>Adjustment of the Color Transformation feature can be enabled or disabled.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightSourcePresetFeatureSelectorEnum.ColorAdjustment">
<summary>
<para>Adjustment of the Color Adjustment feature can be enabled or disabled.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslLightSourcePresetFeatureSelectorEnum">
<tocexclude />
<summary>
<para>Sets which features the camera adjusts when you select a light source preset. By default, the camera adjust all features.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.BslLightSourcePresetFeatureEnable" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightSourcePresetFeatureSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslLightSourcePresetEnum.ToString">
<summary>The full name of BslLightSourcePreset</summary>
<returns>Returns the full name of BslLightSourcePreset</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightSourcePresetEnum.Name">
<summary>The full name of BslLightSourcePreset</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightSourcePresetEnum.Tungsten">
<summary>
<para>The light source preset for image acquisitions with tungsten incandescent light is selected.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightSourcePresetEnum.Off">
<summary>
<para>No light source preset is selected.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightSourcePresetEnum.LineLED5500K">
<summary>
<para>The light source preset for image acquisitions with line LED is selected.</para>
<para>Applies to: racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightSourcePresetEnum.FactoryLED6000K">
<summary>
<para>The light source preset for image acquisitions with LED light is selected.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightSourcePresetEnum.Daylight6500K">
<summary>
<para>The light source preset for image acquisitions with daylight of 6500 K is selected.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightSourcePresetEnum.Daylight5000K">
<summary>
<para>The light source preset for image acquisitions with daylight of 5000 K is selected.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslLightSourcePresetEnum">
<tocexclude />
<summary>
<para>Sets the light source preset. The colors in the image will be corrected so that they are appropriate for the selected light source.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightSourcePreset" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslLightDeviceStrobeModeEnum.ToString">
<summary>The full name of BslLightDeviceStrobeMode</summary>
<returns>Returns the full name of BslLightDeviceStrobeMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceStrobeModeEnum.Name">
<summary>The full name of BslLightDeviceStrobeMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceStrobeModeEnum.Manual">
<summary>
<para>The timing of the individual strobe pulses can be specified manually using the Light Device Strobe Duration parameter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceStrobeModeEnum.Automatic">
<summary>
<para>The timing of the individual strobe pulses is determined by the Exposure Active signal. The light pulse will last for the duration of the exposure, up to a maximum of 655 350 microseconds.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslLightDeviceStrobeModeEnum">
<tocexclude />
<summary>
<para>Sets the strobe mode of the light device.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightDeviceStrobeMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslLightDeviceSelectorEnum.ToString">
<summary>The full name of BslLightDeviceSelector</summary>
<returns>Returns the full name of BslLightDeviceSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceSelectorEnum.Name">
<summary>The full name of BslLightDeviceSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceSelectorEnum.Device4">
<summary>
<para>Light device 4 can be configured.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceSelectorEnum.Device3">
<summary>
<para>Light device 3 can be configured.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceSelectorEnum.Device2">
<summary>
<para>Light device 2 can be configured.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceSelectorEnum.Device1">
<summary>
<para>Light device 1 can be configured.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslLightDeviceSelectorEnum">
<tocexclude />
<summary>
<para>Sets which light device can be configured. To populate the list, use the Light Control Enumerate Devices command first. All subsequent parameter changes in this category will be applied to the device selected here.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceBrightness" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceBrightnessRaw" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceChangeID" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceClearLastError" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceControlMode" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceCurrent" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceDutyCycle" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceErrorCode" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceErrorStatus" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceErrorStatusReadAndClear" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceFirmwareVersion" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceLastError" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceMaxCurrent" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceMaxCurrentRaw" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceModelName" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceNewIDSave" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceOperationMode" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceOverdriveLimit" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceStrobeDuration" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceStrobeDurationRaw" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceStrobeMode" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightDeviceSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslLightDeviceOperationModeEnum.ToString">
<summary>The full name of BslLightDeviceOperationMode</summary>
<returns>Returns the full name of BslLightDeviceOperationMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceOperationModeEnum.Name">
<summary>The full name of BslLightDeviceOperationMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceOperationModeEnum.Strobe">
<summary>
<para>The currently selected light device is set to strobe mode.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceOperationModeEnum.On">
<summary>
<para>The currently selected light device is switched on.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceOperationModeEnum.Off">
<summary>
<para>The currently selected light device is switched off.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslLightDeviceOperationModeEnum">
<tocexclude />
<summary>
<para>Sets the operation mode of the light device. </para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightDeviceOperationMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslLightDeviceNewIDEnum.ToString">
<summary>The full name of BslLightDeviceNewID</summary>
<returns>Returns the full name of BslLightDeviceNewID</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceNewIDEnum.Name">
<summary>The full name of BslLightDeviceNewID</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceNewIDEnum.Device4">
<summary>
<para>The ID of the currently selected light device can be set to Device 4.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceNewIDEnum.Device3">
<summary>
<para>The ID of the currently selected light device can be set to Device 3.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceNewIDEnum.Device2">
<summary>
<para>The ID of the currently selected light device can be set to Device 2.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceNewIDEnum.Device1">
<summary>
<para>The ID of the currently selected light device can be set to Device 1.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslLightDeviceNewIDEnum">
<tocexclude />
<summary>
<para>Sets which ID should be assigned to the current light device.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightDeviceNewID" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslLightDeviceLastErrorEnum.ToString">
<summary>The full name of BslLightDeviceLastError</summary>
<returns>Returns the full name of BslLightDeviceLastError</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceLastErrorEnum.Name">
<summary>The full name of BslLightDeviceLastError</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceLastErrorEnum.ShortCircuit">
<summary>
<para>There is a short circuit at the Lighting connector of the light controller. This can be caused by a faulty light unit.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceLastErrorEnum.NoError">
<summary>
<para>No error was detected.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceLastErrorEnum.InsufficientCurrent">
<summary>
<para>The light controller is unable to supply the requested current. Try lowering the Light Device Max Current parameter value.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceLastErrorEnum.Hardware">
<summary>
<para>The light device is experiencing a technical fault.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceLastErrorEnum.Connection">
<summary>
<para>The connection between the camera and the light device is broken. This can happen, for example, if a cable has become loose.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceLastErrorEnum.Communication">
<summary>
<para>The data transmission between the camera and the light device is disrupted. Data packets are being lost.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslLightDeviceLastErrorEnum">
<tocexclude />
<summary>
<para>Indicates the last light device error.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightDeviceLastError" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslLightDeviceErrorStatusEnum.ToString">
<summary>The full name of BslLightDeviceErrorStatus</summary>
<returns>Returns the full name of BslLightDeviceErrorStatus</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceErrorStatusEnum.Name">
<summary>The full name of BslLightDeviceErrorStatus</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceErrorStatusEnum.UnsupportedDeviceVersion">
<summary>
<para>The light device is not compatible with the current camera. Contact support to find out whether firmware updates are available.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceErrorStatusEnum.NotConnected">
<summary>
<para>The light device is not connected to the camera or has not been enumerated yet. Execute the Light Control Enumerate Devices command to enumerate the device.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceErrorStatusEnum.NoError">
<summary>
<para>No error was detected.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceErrorStatusEnum.LightDeviceError">
<summary>
<para>The light device is experiencing an internal error. Disconnecting and reconnecting the power supply may solve the issue.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceErrorStatusEnum.HardwareError">
<summary>
<para>The light device is experiencing a technical fault.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceErrorStatusEnum.ConnectionLost">
<summary>
<para>The connection to a previously connected light device has been lost. This can happen, for example, if a cable has become loose.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceErrorStatusEnum.CommunicationError">
<summary>
<para>The data transmission between the camera and the light device is disrupted. Data packets are being lost. This can be caused by using cables that are too long or by too much noise on the line.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslLightDeviceErrorStatusEnum">
<tocexclude />
<summary>
<para>Error status indicating whether the current light device is experiencing problems.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightDeviceErrorStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslLightDeviceControlModeEnum.ToString">
<summary>The full name of BslLightDeviceControlMode</summary>
<returns>Returns the full name of BslLightDeviceControlMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceControlModeEnum.Name">
<summary>The full name of BslLightDeviceControlMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceControlModeEnum.Voltage24V">
<summary>
<para>The light device is controlled by 24 V voltage.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceControlModeEnum.Voltage12V">
<summary>
<para>The light device is controlled by 12 V voltage.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceControlModeEnum.Current">
<summary>
<para>The light device is controlled by current.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslLightDeviceControlModeEnum">
<tocexclude />
<summary>
<para>Sets how the light device is controlled.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightDeviceControlMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslLightDeviceChangeIDEnum.ToString">
<summary>The full name of BslLightDeviceChangeID</summary>
<returns>Returns the full name of BslLightDeviceChangeID</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceChangeIDEnum.Name">
<summary>The full name of BslLightDeviceChangeID</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceChangeIDEnum.Device4">
<summary>
<para>The ID of the currently selected light device is changed to Device 4.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceChangeIDEnum.Device3">
<summary>
<para>The ID of the currently selected light device is changed to Device 3.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceChangeIDEnum.Device2">
<summary>
<para>The ID of the currently selected light device is changed to Device 2.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceChangeIDEnum.Device1">
<summary>
<para>The ID of the currently selected light device is changed to Device 1.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslLightDeviceChangeIDEnum">
<tocexclude />
<summary>
<para>Changes the ID of the currently selected light device. The new ID will be assigned immediately.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightDeviceChangeID" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslLightControlTriggerSourceEnum.ToString">
<summary>The full name of BslLightControlTriggerSource</summary>
<returns>Returns the full name of BslLightControlTriggerSource</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlTriggerSourceEnum.Name">
<summary>The full name of BslLightControlTriggerSource</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlTriggerSourceEnum.Timer2End">
<summary>
<para>The light device can be triggered by a Timer 2 End signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlTriggerSourceEnum.Timer2Active">
<summary>
<para>The light device can be triggered by a Timer 2 Active signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlTriggerSourceEnum.Timer1End">
<summary>
<para>The light device can be triggered by a Timer 1 End signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlTriggerSourceEnum.Timer1Active">
<summary>
<para>The light device can be triggered by a Timer 1 Active signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlTriggerSourceEnum.SoftwareSignal3">
<summary>
<para>The light device can be triggered by a Software Signal 3 signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlTriggerSourceEnum.SoftwareSignal2">
<summary>
<para>The light device can be triggered by a Software Signal 2 signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlTriggerSourceEnum.SoftwareSignal1">
<summary>
<para>The light device can be triggered by a Software Signal 1 signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlTriggerSourceEnum.PeriodicSignal1">
<summary>
<para>The light device can be triggered by a Periodic Signal 1 signal.</para>
<para>Applies to: ace 2 GigE and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlTriggerSourceEnum.Line3">
<summary>
<para>The light device can be triggered by a Line 3 signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlTriggerSourceEnum.Line2">
<summary>
<para>The light device can be triggered by a Line 2 signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlTriggerSourceEnum.Line1">
<summary>
<para>The light device can be triggered by a Line 1 signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlTriggerSourceEnum.FrameTriggerWait">
<summary>
<para>The light device can be triggered by a Frame Trigger Wait signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlTriggerSourceEnum.FrameBurstTriggerWait">
<summary>
<para>The light device can be triggered by a Frame Burst Trigger Wait signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlTriggerSourceEnum.FrameBurstActive">
<summary>
<para>The light device can be triggered by a Frame Burst Active signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlTriggerSourceEnum.FlashWindow">
<summary>
<para>The light device can be triggered by a Flash Window signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlTriggerSourceEnum.ExposureTriggerWait">
<summary>
<para>The light device can be triggered by an Exposure Trigger Wait signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlTriggerSourceEnum.ExposureStart">
<summary>
<para>The light device can be triggered by an Exposure Start signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlTriggerSourceEnum.ExposureActive">
<summary>
<para>The light device can be triggered by an Exposure Active signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlTriggerSourceEnum.CxpTrigger1">
<summary>
<para>The light device can be triggered by a CXP Trigger 1 signal.</para>
<para>Applies to: ace 2 CXP and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlTriggerSourceEnum.CxpTrigger0">
<summary>
<para>The light device can be triggered by a CXP Trigger 0 signal.</para>
<para>Applies to: ace 2 CXP and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlTriggerSourceEnum.Counter2Start">
<summary>
<para>The light device can be triggered by a Counter 2 Start signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlTriggerSourceEnum.Counter2End">
<summary>
<para>The light device can be triggered by a Counter 2 End signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlTriggerSourceEnum.Counter2Active">
<summary>
<para>The light device can be triggered by a Counter 2 Active signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlTriggerSourceEnum.Counter1Start">
<summary>
<para>The light device can be triggered by a Counter 1 Start signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlTriggerSourceEnum.Counter1End">
<summary>
<para>The light device can be triggered by a Counter 1 End signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlTriggerSourceEnum.Counter1Active">
<summary>
<para>The light device can be triggered by a Counter 1 Active signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlTriggerSourceEnum.Action2">
<summary>
<para>The light device can be triggered by an Action 2 signal.</para>
<para>Applies to: ace 2 GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlTriggerSourceEnum.Action1">
<summary>
<para>The light device can be triggered by an Action 1 signal.</para>
<para>Applies to: ace 2 GigE and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlTriggerSourceEnum.AcquisitionActive">
<summary>
<para>The light device can be triggered by an Acquisition Active signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslLightControlTriggerSourceEnum">
<tocexclude />
<summary>
<para>Sets which signal is used to trigger connected light devices.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightControlTriggerSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslLightControlTriggerActivationEnum.ToString">
<summary>The full name of BslLightControlTriggerActivation</summary>
<returns>Returns the full name of BslLightControlTriggerActivation</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlTriggerActivationEnum.Name">
<summary>The full name of BslLightControlTriggerActivation</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlTriggerActivationEnum.RisingEdge">
<summary>
<para>The light device is triggered when the source signal rises.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlTriggerActivationEnum.FallingEdge">
<summary>
<para>The light device is triggered when the source signal falls.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlTriggerActivationEnum.AnyEdge">
<summary>
<para>The light device is triggered when the source signal falls or rises.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslLightControlTriggerActivationEnum">
<tocexclude />
<summary>
<para>Sets the type of signal transition that will trigger connected light devices.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightControlTriggerActivation" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslLightControlStatusEnum.ToString">
<summary>The full name of BslLightControlStatus</summary>
<returns>Returns the full name of BslLightControlStatus</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlStatusEnum.Name">
<summary>The full name of BslLightControlStatus</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlStatusEnum.Updating">
<summary>
<para>Parameters are being updated.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlStatusEnum.Searching">
<summary>
<para>The controller ist searching for light devices connected to your camera.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlStatusEnum.Ready">
<summary>
<para>The light device is ready for use.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlStatusEnum.Off">
<summary>
<para>The light control mode is disabled.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlStatusEnum.Idle">
<summary>
<para>No light device has been detected. This could be because no light device is connected to your computer or because the device enumeration failed.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslLightControlStatusEnum">
<tocexclude />
<summary>
<para>Indicates the current state of the light control mode.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightControlStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslLightControlSourceEnum.ToString">
<summary>The full name of BslLightControlSource</summary>
<returns>Returns the full name of BslLightControlSource</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlSourceEnum.Name">
<summary>The full name of BslLightControlSource</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlSourceEnum.Off">
<summary>
<para>No line is used to control the light features.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlSourceEnum.Line4">
<summary>
<para>Line 4 is used to control the light features.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlSourceEnum.Line3">
<summary>
<para>Line 3 is used to control the light features.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslLightControlSourceEnum">
<tocexclude />
<summary>
<para>Sets which line is used to control the light features.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightControlSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslLightControlModeEnum.ToString">
<summary>The full name of BslLightControlMode</summary>
<returns>Returns the full name of BslLightControlMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlModeEnum.Name">
<summary>The full name of BslLightControlMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlModeEnum.On">
<summary>
<para>The light control features are enabled.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlModeEnum.Off">
<summary>
<para>The light control features are disabled.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslLightControlModeEnum">
<tocexclude />
<summary>
<para>Enables or disables the light control features.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightControlMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslLightControlErrorSummaryEnum.ToString">
<summary>The full name of BslLightControlErrorSummary</summary>
<returns>Returns the full name of BslLightControlErrorSummary</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlErrorSummaryEnum.Name">
<summary>The full name of BslLightControlErrorSummary</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlErrorSummaryEnum.NoError">
<summary>
<para>No error was detected.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlErrorSummaryEnum.NoDevice">
<summary>
<para>No light device has been detected. This could be because no light device is connected to your computer or because the device enumeration failed.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlErrorSummaryEnum.MultipleDevices">
<summary>
<para>Multiple light devices are experiencing problems.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlErrorSummaryEnum.Device4">
<summary>
<para>Light device 4 is experiencing problems.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlErrorSummaryEnum.Device3">
<summary>
<para>Light device 3 is experiencing problems.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlErrorSummaryEnum.Device2">
<summary>
<para>Light device 2 is experiencing problems.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlErrorSummaryEnum.Device1">
<summary>
<para>Light device 1 is experiencing problems.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslLightControlErrorSummaryEnum">
<tocexclude />
<summary>
<para>Indicates whether any of the light devices are currently experiencing problems.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightControlErrorSummary" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslLightControlErrorStatusEnum.ToString">
<summary>The full name of BslLightControlErrorStatus</summary>
<returns>Returns the full name of BslLightControlErrorStatus</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlErrorStatusEnum.Name">
<summary>The full name of BslLightControlErrorStatus</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlErrorStatusEnum.NoError">
<summary>
<para>No error was detected.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlErrorStatusEnum.MultipleDevices">
<summary>
<para>Multiple light devices are experiencing problems. For more information, select one device after the other using the Light Device Selector parameter and check the Light Device Last Error parameter to find out which devices are experiencing problems.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlErrorStatusEnum.Device4">
<summary>
<para>Light device 4 is experiencing problems. For more information, select the device using the Light Device Selector parameter and then check the Light Device Last Error parameter.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlErrorStatusEnum.Device3">
<summary>
<para>Light device 3 is experiencing problems. For more information, select the device using the Light Device Selector parameter and then check the Light Device Last Error parameter.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlErrorStatusEnum.Device2">
<summary>
<para>Light device 2 is experiencing problems. For more information, select the device using the Light Device Selector parameter and then check the Light Device Last Error parameter.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlErrorStatusEnum.Device1">
<summary>
<para>Light device 1 is experiencing problems. For more information, select the device using the Light Device Selector parameter and then check the Light Device Last Error parameter.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslLightControlErrorStatusEnum">
<tocexclude />
<summary>
<para>Indicates whether any of the light devices are currently experiencing problems.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightControlErrorStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslImmediateTriggerModeEnum.ToString">
<summary>The full name of BslImmediateTriggerMode</summary>
<returns>Returns the full name of BslImmediateTriggerMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslImmediateTriggerModeEnum.Name">
<summary>The full name of BslImmediateTriggerMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslImmediateTriggerModeEnum.On">
<summary>
<para>The Immediate Trigger mode is enabled. This reduces the exposure start delay.</para>
<para>Applies to: dart USB and pulse USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslImmediateTriggerModeEnum.Off">
<summary>
<para>The Immediate Trigger mode is disabled. This increases the exposure start delay, but changes to image parameters become effective immediately.</para>
<para>Applies to: dart USB and pulse USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslImmediateTriggerModeEnum">
<tocexclude />
<summary>
<para>Enables the Immediate Trigger mode. If this mode is enabled, exposure starts immediately after triggering, but changes to image parameters become effective with a short delay, i.e., after one or more images have been acquired.</para>
<para>Applies to: dart USB and pulse USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslImmediateTriggerMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslImageStampEnum.ToString">
<summary>The full name of BslImageStamp</summary>
<returns>Returns the full name of BslImageStamp</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslImageStampEnum.Name">
<summary>The full name of BslImageStamp</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslImageStampEnum.On">
<summary>
<para>Image stamping is enabled.</para>
<para>Applies to: boost V CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslImageStampEnum.Off">
<summary>
<para>Image stamping is disabled.</para>
<para>Applies to: boost V CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslImageStampEnum">
<tocexclude />
<summary>
<para>Enables image stamping. If enabled, the first pixels of the image will contain metadata (e.g., an image counter) instead of visual information.</para>
<para>Applies to: boost V CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslImageStamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslFrequencyConverterSignalSourceEnum.ToString">
<summary>The full name of BslFrequencyConverterSignalSource</summary>
<returns>Returns the full name of BslFrequencyConverterSignalSource</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFrequencyConverterSignalSourceEnum.Name">
<summary>The full name of BslFrequencyConverterSignalSource</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFrequencyConverterSignalSourceEnum.Timer2End">
<summary>
<para>The source signal for the frequency converter is set to Timer 2 End.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFrequencyConverterSignalSourceEnum.Timer2Active">
<summary>
<para>The source signal for the frequency converter is set to Timer 2 Active.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFrequencyConverterSignalSourceEnum.Timer1End">
<summary>
<para>The source signal for the frequency converter is set to Timer 1 End.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFrequencyConverterSignalSourceEnum.Timer1Active">
<summary>
<para>The source signal for the frequency converter is set to Timer 1 Active.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFrequencyConverterSignalSourceEnum.Line3">
<summary>
<para>The source signal for the frequency converter is set to Line 3.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFrequencyConverterSignalSourceEnum.Line2">
<summary>
<para>The source signal for the frequency converter is set to Line 2.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFrequencyConverterSignalSourceEnum.Line1">
<summary>
<para>The source signal for the frequency converter is set to Line 1.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFrequencyConverterSignalSourceEnum.FrequencyConverter">
<summary>
<para>The source signal for the frequency converter is set to Frequency Converter.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFrequencyConverterSignalSourceEnum.EncoderReverse1">
<summary>
<para>The source signal for the frequency converter is set to Encoder Reverse 1.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFrequencyConverterSignalSourceEnum.Encoder1">
<summary>
<para>The source signal for the frequency converter is set to Encoder 1.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFrequencyConverterSignalSourceEnum.CxpTrigger1">
<summary>
<para>The source signal for the frequency converter is set to CXP trigger 1.</para>
<para>Applies to: racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFrequencyConverterSignalSourceEnum.CxpTrigger0">
<summary>
<para>The source signal for the frequency converter is set to CXP trigger 0.</para>
<para>Applies to: racer 2 CXP and racer 2S CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFrequencyConverterSignalSourceEnum.Counter4Start">
<summary>
<para>The source signal for the frequency converter is set to Counter 4 Start.</para>
<para>Applies to: racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFrequencyConverterSignalSourceEnum.Counter4End">
<summary>
<para>The source signal for the frequency converter is set to Counter 4 End.</para>
<para>Applies to: racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFrequencyConverterSignalSourceEnum.Counter4Active">
<summary>
<para>The source signal for the frequency converter is set to Counter 4 Active.</para>
<para>Applies to: racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFrequencyConverterSignalSourceEnum.Counter3Start">
<summary>
<para>The source signal for the frequency converter is set to Counter 3 Start.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFrequencyConverterSignalSourceEnum.Counter3End">
<summary>
<para>The source signal for the frequency converter is set to Counter 3 End.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFrequencyConverterSignalSourceEnum.Counter3Active">
<summary>
<para>The source signal for the frequency converter is set to Counter 3 Active.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFrequencyConverterSignalSourceEnum.Counter2Start">
<summary>
<para>The source signal for the frequency converter is set to Counter 2 Start.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFrequencyConverterSignalSourceEnum.Counter2End">
<summary>
<para>The source signal for the frequency converter is set to Counter 2 End.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFrequencyConverterSignalSourceEnum.Counter2Active">
<summary>
<para>The source signal for the frequency converter is set to Counter 2 Active.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFrequencyConverterSignalSourceEnum.Counter1Start">
<summary>
<para>The source signal for the frequency converter is set to Counter 1 Start.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFrequencyConverterSignalSourceEnum.Counter1End">
<summary>
<para>The source signal for the frequency converter is set to Counter 1 End.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFrequencyConverterSignalSourceEnum.Counter1Active">
<summary>
<para>The source signal for the frequency converter is set to Counter 1 Active.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslFrequencyConverterSignalSourceEnum">
<tocexclude />
<summary>
<para>Sets the source signal for the frequency converter.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslFrequencyConverterSignalSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslFrequencyConverterActivationEnum.ToString">
<summary>The full name of BslFrequencyConverterActivation</summary>
<returns>Returns the full name of BslFrequencyConverterActivation</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFrequencyConverterActivationEnum.Name">
<summary>The full name of BslFrequencyConverterActivation</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFrequencyConverterActivationEnum.RisingEdge">
<summary>
<para>An input pulse is triggered when the source signal rises.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFrequencyConverterActivationEnum.FallingEdge">
<summary>
<para>An input pulse is triggered when the source signal falls.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFrequencyConverterActivationEnum.AnyEdge">
<summary>
<para>An input pulse is triggered when the source signal falls or rises.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslFrequencyConverterActivationEnum">
<tocexclude />
<summary>
<para>Sets the type of signal transition that will drive the frequency converter.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslFrequencyConverterActivation" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslFlatFieldCorrectionModeEnum.ToString">
<summary>The full name of BslFlatFieldCorrectionMode</summary>
<returns>Returns the full name of BslFlatFieldCorrectionMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFlatFieldCorrectionModeEnum.Name">
<summary>The full name of BslFlatFieldCorrectionMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFlatFieldCorrectionModeEnum.On">
<summary>
<para>Flat-field correction is enabled. Dark signal non-uniformities (DSNU) and photo response non-uniformities (PRNU) will be corrected.</para>
<para>Applies to: boost V CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFlatFieldCorrectionModeEnum.Off">
<summary>
<para>Flat-field correction is disabled.</para>
<para>Applies to: boost V CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFlatFieldCorrectionModeEnum.DSNUOnly">
<summary>
<para>Only Dark Signal Non-Uniformity (DSNU) correction is performed.</para>
<para>Applies to: boost V CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslFlatFieldCorrectionModeEnum">
<tocexclude />
<summary>
<para>Sets the flat-field correction mode.</para>
<para>Applies to: boost V CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslFlatFieldCorrectionMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslExposureTimeModeEnum.ToString">
<summary>The full name of BslExposureTimeMode</summary>
<returns>Returns the full name of BslExposureTimeMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslExposureTimeModeEnum.Name">
<summary>The full name of BslExposureTimeMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslExposureTimeModeEnum.UltraShort">
<summary>
<para>The exposure time mode is set to Ultra Short. </para>
<para>Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslExposureTimeModeEnum.Standard">
<summary>
<para>The exposure time mode is set to Standard.</para>
<para>Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslExposureTimeModeEnum.Short">
<summary>
<para>The exposure time mode is set to Short.</para>
<para>Applies to: boost CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslExposureTimeModeEnum">
<tocexclude />
<summary>
<para>Sets the exposure time mode.</para>
<para>Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslExposureTimeMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslEnableFanEnum.ToString">
<summary>The full name of BslEnableFan</summary>
<returns>Returns the full name of BslEnableFan</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslEnableFanEnum.Name">
<summary>The full name of BslEnableFan</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslEnableFanEnum.On">
<summary>
<para>The external fan is switched on.</para>
<para>Applies to: boost V CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslEnableFanEnum.Off">
<summary>
<para>The external fan is switched off.</para>
<para>Applies to: boost V CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslEnableFanEnum">
<tocexclude />
<summary>
<para>Enables the external fan if one is connected.</para>
<para>Applies to: boost V CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslEnableFan" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslDualROIRowSelectorEnum.ToString">
<summary>The full name of BslDualROIRowSelector</summary>
<returns>Returns the full name of BslDualROIRowSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDualROIRowSelectorEnum.Name">
<summary>The full name of BslDualROIRowSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDualROIRowSelectorEnum.Row2">
<summary>
<para>Row 2 can be configured.</para>
<para>Applies to: boost V CoaXPress</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDualROIRowSelectorEnum.Row1">
<summary>
<para>Row 1 can be configured.</para>
<para>Applies to: boost V CoaXPress</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslDualROIRowSelectorEnum">
<tocexclude />
<summary>
<para>Sets which row can be configured.</para>
<para>Applies to: boost V CoaXPress</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.BslDualROIRowOffset" />, <see cref="P:Basler.Pylon.PLCamera.BslDualROIRowSize" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslDualROIRowSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslDepthQualityEnum.ToString">
<summary>The full name of BslDepthQuality</summary>
<returns>Returns the full name of BslDepthQuality</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDepthQualityEnum.Name">
<summary>The full name of BslDepthQuality</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDepthQualityEnum.Medium">
<summary>
<para>Medium depth image quality.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDepthQualityEnum.Low">
<summary>
<para>Low depth image quality.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDepthQualityEnum.High">
<summary>
<para>High depth image quality.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDepthQualityEnum.Full">
<summary>
<para>Full resolution depth image.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslDepthQualityEnum">
<tocexclude />
<summary>
<para>Depth image quality (resolution).</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslDepthQuality" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslDemosaicingModeEnum.ToString">
<summary>The full name of BslDemosaicingMode</summary>
<returns>Returns the full name of BslDemosaicingMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDemosaicingModeEnum.Name">
<summary>The full name of BslDemosaicingMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDemosaicingModeEnum.Manual">
<summary>
<para>The demosaicing method can be set manually.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDemosaicingModeEnum.Auto">
<summary>
<para>The demosaicing method is determined automatically.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and dart USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslDemosaicingModeEnum">
<tocexclude />
<summary>
<para>Sets the demosaicing mode.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and dart USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslDemosaicingMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslDemosaicingMethodEnum.ToString">
<summary>The full name of BslDemosaicingMethod</summary>
<returns>Returns the full name of BslDemosaicingMethod</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDemosaicingMethodEnum.Name">
<summary>The full name of BslDemosaicingMethod</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDemosaicingMethodEnum.Unilinear">
<summary>
<para>Demosaicing is performed using the Unilinear algorithm. This algorithm uses information from the spatially closest pixel or the arithmetic mean of surrounding pixels. It is best suited for Bayer pixel formats, e.g. Bayer RG 8.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDemosaicingMethodEnum.NearestNeighbor">
<summary>
<para>Demosaicing is performed using the Nearest Neighbor algorithm. This algorithm uses information from the spatially closest pixel. It is best suited for Bayer pixel formats, e.g. Bayer RG 8.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDemosaicingMethodEnum.BaslerPGI">
<summary>
<para>Demosaicing is performed using the Basler PGI algorithm. This algorithm uses advanced demosaicing methods. It is best suited for non-Bayer pixel formats, e.g., YCbCr or RGB.</para>
<para>Applies to: ace 2 GigE, ace 2 USB and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDemosaicingMethodEnum.AverageGreen">
<summary>
<para>Demosaicing is performed using the Average Green algorithm. This algorithm uses information from the spatially closest pixel or the arithmetic mean of surrounding green pixels. It is best suited for non-Bayer pixel formats, e.g., YCbCr or RGB.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and dart USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslDemosaicingMethodEnum">
<tocexclude />
<summary>
<para>Sets the demosaicing method.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and dart USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslDemosaicingMethod" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslDefectPixelCorrectionModeEnum.ToString">
<summary>The full name of BslDefectPixelCorrectionMode</summary>
<returns>Returns the full name of BslDefectPixelCorrectionMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDefectPixelCorrectionModeEnum.Name">
<summary>The full name of BslDefectPixelCorrectionMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDefectPixelCorrectionModeEnum.StaticOnly">
<summary>
<para>Only static defect pixel correction is enabled.</para>
<para>Applies to: dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDefectPixelCorrectionModeEnum.On">
<summary>
<para>Defect pixel correction is enabled.</para>
<para>Applies to: dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDefectPixelCorrectionModeEnum.Off">
<summary>
<para>Defect pixel correction is disabled.</para>
<para>Applies to: dart USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslDefectPixelCorrectionModeEnum">
<tocexclude />
<summary>
<para>Pixels that have a significantly higher or lower intensity value than the neighboring pixels are called outlier pixels. This feature identifies them and adjusts their intensity value.</para>
<para>Applies to: dart USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslDefectPixelCorrectionMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslConversionGainModeEnum.ToString">
<summary>The full name of BslConversionGainMode</summary>
<returns>Returns the full name of BslConversionGainMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslConversionGainModeEnum.Name">
<summary>The full name of BslConversionGainMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslConversionGainModeEnum.Low">
<summary>
<para>The conversion gain mode is set to Low. In low conversion gain mode, the readout noise is increased but the full well capacity is higher resulting in an increased dynamic range. This mode is useful if you have normal or bright lighting conditions.</para>
<para>Applies to: ace 2 GigE and ace 2 USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslConversionGainModeEnum.High">
<summary>
<para>The conversion gain mode is set to High. In high conversion gain mode, the sensitivity is increased and the readout noise reduced resulting in an improved signal-to-noise ratio, but a lower dynamic range. This mode is useful if you have low lighting conditions.</para>
<para>Applies to: ace 2 GigE and ace 2 USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslConversionGainModeEnum">
<tocexclude />
<summary>
<para>Sets the conversion gain mode.</para>
<para>Applies to: ace 2 GigE and ace 2 USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslConversionGainMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslContrastModeEnum.ToString">
<summary>The full name of BslContrastMode</summary>
<returns>Returns the full name of BslContrastMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslContrastModeEnum.Name">
<summary>The full name of BslContrastMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslContrastModeEnum.SCurve">
<summary>
<para>The camera uses an S-curve function to adjust the contrast. This allows you to improve the perceived contrast while preserving the dynamic range of the image.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslContrastModeEnum.Linear">
<summary>
<para>The camera uses a linear function to adjust the contrast. Increasing or decreasing the contrast, increases or decreases the gradient of the linear function.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslContrastModeEnum">
<tocexclude />
<summary>
<para>Sets the contrast mode.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslContrastMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslColorSpaceModeEnum.ToString">
<summary>The full name of BslColorSpaceMode</summary>
<returns>Returns the full name of BslColorSpaceMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslColorSpaceModeEnum.Name">
<summary>The full name of BslColorSpaceMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslColorSpaceModeEnum.sRGB">
<summary>
<para>The color space is set to sRGB. The image brightness is optimized for display on an sRGB monitor. A gamma correction value of approximately 0.4 is applied.</para>
<para>Applies to: dart USB and pulse USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslColorSpaceModeEnum.RGB">
<summary>
<para>The color space is set to RGB.</para>
<para>Applies to: dart USB and pulse USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslColorSpaceModeEnum">
<tocexclude />
<summary>
<para>Sets the color space for image acquisitions. Note that the gamma correction value also influences the perception of brightness in the resulting images.</para>
<para>Applies to: dart USB and pulse USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslColorSpaceMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslColorSpaceEnum.ToString">
<summary>The full name of BslColorSpace</summary>
<returns>Returns the full name of BslColorSpace</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslColorSpaceEnum.Name">
<summary>The full name of BslColorSpace</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslColorSpaceEnum.sRgb">
<summary>
<para>The color space is set to sRGB. The image brightness is optimized for display on an sRGB monitor. A gamma correction value of approximately 0.4 is applied.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslColorSpaceEnum.Off">
<summary>
<para>No additional gamma correction value is applied.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslColorSpaceEnum">
<tocexclude />
<summary>
<para>Sets the color space for image acquisitions. Note that the gamma correction value also influences the perception of brightness in the resulting images.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslColorSpace" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslColorAdjustmentSelectorEnum.ToString">
<summary>The full name of BslColorAdjustmentSelector</summary>
<returns>Returns the full name of BslColorAdjustmentSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslColorAdjustmentSelectorEnum.Name">
<summary>The full name of BslColorAdjustmentSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslColorAdjustmentSelectorEnum.Yellow">
<summary>
<para>Colors with a predominant yellow component can be adjusted.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslColorAdjustmentSelectorEnum.Red">
<summary>
<para>Colors with a predominant red component can be adjusted.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslColorAdjustmentSelectorEnum.Magenta">
<summary>
<para>Colors with a predominant magenta component can be adjusted.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslColorAdjustmentSelectorEnum.Green">
<summary>
<para>Colors with a predominant green component can be adjusted.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslColorAdjustmentSelectorEnum.Cyan">
<summary>
<para>Colors with a predominant cyan component can be adjusted.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslColorAdjustmentSelectorEnum.Blue">
<summary>
<para>Colors with a predominant blue component can be adjusted.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslColorAdjustmentSelectorEnum">
<tocexclude />
<summary>
<para>Sets which color in your images will be adjusted.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.BslColorAdjustmentHue" />, <see cref="P:Basler.Pylon.PLCamera.BslColorAdjustmentSaturation" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslColorAdjustmentSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslChunkTimestampSelectorEnum.ToString">
<summary>The full name of BslChunkTimestampSelector</summary>
<returns>Returns the full name of BslChunkTimestampSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslChunkTimestampSelectorEnum.Name">
<summary>The full name of BslChunkTimestampSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslChunkTimestampSelectorEnum.FrameStart">
<summary>
<para>The Chunk Timestamp Value parameter indicates when acquisition of the current image started.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslChunkTimestampSelectorEnum.ExposureStart">
<summary>
<para>The Chunk Timestamp Value parameter indicates when exposure of the current image started.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslChunkTimestampSelectorEnum.ExposureEnd">
<summary>
<para>The Chunk Timestamp Value parameter indicates when exposure of the current image ended.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE and dart USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslChunkTimestampSelectorEnum">
<tocexclude />
<summary>
<para>Sets which information should be included in the Chunk Timestamp Value chunk.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.BslChunkTimestampValue" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslChunkTimestampSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslChunkAutoBrightnessStatusEnum.ToString">
<summary>The full name of BslChunkAutoBrightnessStatus</summary>
<returns>Returns the full name of BslChunkAutoBrightnessStatus</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslChunkAutoBrightnessStatusEnum.Name">
<summary>The full name of BslChunkAutoBrightnessStatus</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslChunkAutoBrightnessStatusEnum.TargetReached">
<summary>
<para>Target brightness adjustments are enabled, and the target brightness value has been reached.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslChunkAutoBrightnessStatusEnum.TargetNotReached">
<summary>
<para>Target brightness adjustments are enabled, but the target brightness value has not been reached.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslChunkAutoBrightnessStatusEnum.Disabled">
<summary>
<para>Target brightness adjustments are disabled, i.e., Gain Auto and Exposure Auto are set to Off. </para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE and dart USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslChunkAutoBrightnessStatusEnum">
<tocexclude />
<summary>
<para>Indicates the status of the target brightness adjustments performed by the Exposure Auto and Gain Auto auto functions.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE and dart USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslChunkAutoBrightnessStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslBlackLevelCompensationModeEnum.ToString">
<summary>The full name of BslBlackLevelCompensationMode</summary>
<returns>Returns the full name of BslBlackLevelCompensationMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslBlackLevelCompensationModeEnum.Name">
<summary>The full name of BslBlackLevelCompensationMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslBlackLevelCompensationModeEnum.Sensor">
<summary>
<para>Black level compensation is performed by the imaging sensor. The sensor tries to compensate for thermally generated voltages that would falsify the signals (dark current).</para>
<para>Applies to: boost CoaXPress and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslBlackLevelCompensationModeEnum.Off">
<summary>
<para>Black level compensation is disabled. This is useful, e.g., for quantitative analysis of weak light signals or if you need raw image data without dark current correction.</para>
<para>Applies to: boost CoaXPress and dart USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslBlackLevelCompensationModeEnum">
<tocexclude />
<summary>
<para>Configures black level compensation.</para>
<para>Applies to: boost CoaXPress and dart USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslBlackLevelCompensationMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslAcquisitionStopModeEnum.ToString">
<summary>The full name of BslAcquisitionStopMode</summary>
<returns>Returns the full name of BslAcquisitionStopMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslAcquisitionStopModeEnum.Name">
<summary>The full name of BslAcquisitionStopMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslAcquisitionStopModeEnum.CompleteExposure">
<summary>
<para>Acquisition Stop commands allow the exposure to be completed.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart USB and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslAcquisitionStopModeEnum.AbortExposure">
<summary>
<para>Acquisition Stop commands abort exposure.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart USB and racer 2 CXP</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslAcquisitionStopModeEnum">
<tocexclude />
<summary>
<para>Sets how Acquisition Stop commands end image acquisition.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart USB and racer 2 CXP</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslAcquisitionStopMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslAcquisitionMultiPartModeEnum.ToString">
<summary>The full name of BslAcquisitionMultiPartMode</summary>
<returns>Returns the full name of BslAcquisitionMultiPartMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslAcquisitionMultiPartModeEnum.Name">
<summary>The full name of BslAcquisitionMultiPartMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslAcquisitionMultiPartModeEnum.SynchronizedComponents">
<summary>
<para>Only send a frame/buffer if all enabled components are available for that time.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslAcquisitionMultiPartModeEnum.SynchronizedAlternateComponents">
<summary>
<para>Only send a (multi-part) buffer if all enabled components are available. If Out1 is configured for ExposureAlternateActive, then synchronize images with Out1=low with closest disparity image.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslAcquisitionMultiPartModeEnum.SingleComponent">
<summary>
<para>Immediately send one single component per frame/buffer when it becomes available.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslAcquisitionMultiPartModeEnum">
<tocexclude />
<summary>
<para>Control which components are sent in a MultiPart buffer.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ComponentEnable" />, <see cref="P:Basler.Pylon.PLCamera.ComponentIDValue" />, <see cref="P:Basler.Pylon.PLCamera.ComponentSelector" />, <see cref="P:Basler.Pylon.PLCamera.DecimationHorizontal" />, <see cref="P:Basler.Pylon.PLCamera.DecimationVertical" />, <see cref="P:Basler.Pylon.PLCamera.Height" />, <see cref="P:Basler.Pylon.PLCamera.HeightMax" />, <see cref="P:Basler.Pylon.PLCamera.PixelFormat" />, <see cref="P:Basler.Pylon.PLCamera.Scan3dFocalLength" />, <see cref="P:Basler.Pylon.PLCamera.Scan3dPrincipalPointU" />, <see cref="P:Basler.Pylon.PLCamera.Scan3dPrincipalPointV" />, <see cref="P:Basler.Pylon.PLCamera.Width" />, <see cref="P:Basler.Pylon.PLCamera.WidthMax" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslAcquisitionMultiPartMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslAcquisitionBurstModeEnum.ToString">
<summary>The full name of BslAcquisitionBurstMode</summary>
<returns>Returns the full name of BslAcquisitionBurstMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslAcquisitionBurstModeEnum.Name">
<summary>The full name of BslAcquisitionBurstMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslAcquisitionBurstModeEnum.Standard">
<summary>
<para>The Standard burst mode is enabled. This mode allows you to execute bursts in quick succession, but offers lower frame rates compared to High Speed burst mode.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslAcquisitionBurstModeEnum.HighSpeed">
<summary>
<para>The High Speed burst mode is enabled. This mode offers high frame rates within a burst, but introduces a delay after each burst. Within a burst, the frame rate is only limited by the bandwidth of the streaming buffer and the sensor.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and dart USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslAcquisitionBurstModeEnum">
<tocexclude />
<summary>
<para>Sets the burst mode.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslAcquisitionBurstMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BslAcquisitionAlternateFilterEnum.ToString">
<summary>The full name of BslAcquisitionAlternateFilter</summary>
<returns>Returns the full name of BslAcquisitionAlternateFilter</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BslAcquisitionAlternateFilterEnum.Name">
<summary>The full name of BslAcquisitionAlternateFilter</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslAcquisitionAlternateFilterEnum.OnlyLow">
<summary>
<para>Only send images if LineSource of Out1 or Out2 is ExposureAlternateActive and output currently low.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslAcquisitionAlternateFilterEnum.OnlyHigh">
<summary>
<para>Only send images if LineSource of Out1 or Out2 is ExposureAlternateActive and output currently high.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslAcquisitionAlternateFilterEnum.Off">
<summary>
<para>The filter is turned off, i.e. all images are sent irrespective of the LineSource of Out1 and Out2.</para>
<para>Applies to: Stereo ace</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BslAcquisitionAlternateFilterEnum">
<tocexclude />
<summary>
<para>Skip sending of some images depending on GPIO output value. This filter is considered if LineSource of Out1 or Out2 is ExposureAlternateActive.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslAcquisitionAlternateFilter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BlackLevelSelectorEnum.ToString">
<summary>The full name of BlackLevelSelector</summary>
<returns>Returns the full name of BlackLevelSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BlackLevelSelectorEnum.Name">
<summary>The full name of BlackLevelSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BlackLevelSelectorEnum.Tap4">
<summary>
<para>The black level value is applied to sensor tap 4.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BlackLevelSelectorEnum.Tap3">
<summary>
<para>The black level value is applied to sensor tap 3.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BlackLevelSelectorEnum.Tap2">
<summary>
<para>The black level value is applied to sensor tap 2.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BlackLevelSelectorEnum.Tap1">
<summary>
<para>The black level value is applied to sensor tap 1.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BlackLevelSelectorEnum.SensorAll">
<summary>
<para>The black level value is applied to the sensor.</para>
<para>Applies to: racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BlackLevelSelectorEnum.Red">
<summary>
<para>This enumeration value selects the red black level control for adjustment.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BlackLevelSelectorEnum.Green">
<summary>
<para>This enumeration value selects the green black level control for adjustment.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BlackLevelSelectorEnum.DigitalAll">
<summary>
<para>This enumeration value selects all available digital black level controls for adjustment.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BlackLevelSelectorEnum.Blue">
<summary>
<para>This enumeration value selects the blue black level control for adjustment.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BlackLevelSelectorEnum.AnalogAll">
<summary>
<para>This enumeration value selects all available analog black level controls for adjustment.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BlackLevelSelectorEnum.All">
<summary>
<para>The black level value is applied universally. This is a digital black level adjustment.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BlackLevelSelectorEnum">
<tocexclude />
<summary>
<para>Sets the type of black level adjustment to be configured.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.BlackLevel" />, <see cref="P:Basler.Pylon.PLCamera.BlackLevelAbs" />, <see cref="P:Basler.Pylon.PLCamera.BlackLevelRaw" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BlackLevelSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BinningVerticalModeEnum.ToString">
<summary>The full name of BinningVerticalMode</summary>
<returns>Returns the full name of BinningVerticalMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BinningVerticalModeEnum.Name">
<summary>The full name of BinningVerticalMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BinningVerticalModeEnum.Sum">
<summary>
<para>The values of the binned pixels are summed. This increases the camera's response to light and the signal-to-noise ratio.</para>
<para>Applies to: CamEmu, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB and racer 2 CXP</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BinningVerticalModeEnum.Average">
<summary>
<para>The values of the binned pixels are averaged. This increases the signal-to-noise ratio without affecting the camera's response to light.</para>
<para>Applies to: CamEmu, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, pulse USB and racer 2 CXP</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BinningVerticalModeEnum">
<tocexclude />
<summary>
<para>Sets the binning mode for vertical binning.</para>
<para>Applies to: CamEmu, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB and racer 2 CXP</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BinningSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BinningVerticalMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BinningSelectorEnum.ToString">
<summary>The full name of BinningSelector</summary>
<returns>Returns the full name of BinningSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BinningSelectorEnum.Name">
<summary>The full name of BinningSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BinningSelectorEnum.Sensor">
<summary>
<para>Sensor binning can be configured.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BinningSelectorEnum.Region1">
<summary>
<para>FPGA binning can be configured.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BinningSelectorEnum">
<tocexclude />
<summary>
<para>Sets whether sensor or FPGA binning can be configured. To configure binning, use the Binning Horizontal, Binning Vertical, Binning Horizontal Mode, and Binning Vertical Mode parameters.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.BinningHorizontal" />, <see cref="P:Basler.Pylon.PLCamera.BinningHorizontalMode" />, <see cref="P:Basler.Pylon.PLCamera.BinningVertical" />, <see cref="P:Basler.Pylon.PLCamera.BinningVerticalMode" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BinningSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BinningModeVerticalEnum.ToString">
<summary>The full name of BinningModeVertical</summary>
<returns>Returns the full name of BinningModeVertical</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BinningModeVerticalEnum.Name">
<summary>The full name of BinningModeVertical</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BinningModeVerticalEnum.Summing">
<summary>
<para>The values of the binned pixels are summed. This increases the camera's response to light and the signal-to-noise ratio.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BinningModeVerticalEnum.Averaging">
<summary>
<para>The values of the binned pixels are averaged. This increases the signal-to-noise ratio without affecting the camera's response to light.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BinningModeVerticalEnum">
<tocexclude />
<summary>
<para>Sets the binning mode for vertical binning.</para>
<para>Applies to: CameraLink</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BinningModeVertical" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BinningModeHorizontalEnum.ToString">
<summary>The full name of BinningModeHorizontal</summary>
<returns>Returns the full name of BinningModeHorizontal</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BinningModeHorizontalEnum.Name">
<summary>The full name of BinningModeHorizontal</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BinningModeHorizontalEnum.Summing">
<summary>
<para>The values of the binned pixels are summed. This increases the camera's response to light and the signal-to-noise ratio.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BinningModeHorizontalEnum.Averaging">
<summary>
<para>The values of the binned pixels are averaged. This increases the signal-to-noise ratio without affecting the camera's response to light.</para>
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BinningModeHorizontalEnum">
<tocexclude />
<summary>
<para>Sets the binning mode for horizontal binning.</para>
<para>Applies to: CameraLink</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BinningModeHorizontal" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BinningHorizontalModeEnum.ToString">
<summary>The full name of BinningHorizontalMode</summary>
<returns>Returns the full name of BinningHorizontalMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BinningHorizontalModeEnum.Name">
<summary>The full name of BinningHorizontalMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BinningHorizontalModeEnum.Sum">
<summary>
<para>The values of the binned pixels are summed. This increases the camera's response to light and the signal-to-noise ratio.</para>
<para>Applies to: CamEmu, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BinningHorizontalModeEnum.Average">
<summary>
<para>The values of the binned pixels are averaged. This increases the signal-to-noise ratio without affecting the camera's response to light.</para>
<para>Applies to: CamEmu, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BinningHorizontalModeEnum">
<tocexclude />
<summary>
<para>Sets the binning mode for horizontal binning.</para>
<para>Applies to: CamEmu, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BinningSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BinningHorizontalMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BandwidthReserveModeEnum.ToString">
<summary>The full name of BandwidthReserveMode</summary>
<returns>Returns the full name of BandwidthReserveMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BandwidthReserveModeEnum.Name">
<summary>The full name of BandwidthReserveMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BandwidthReserveModeEnum.Standard">
<summary>
<para>The bandwidth reserve is set to 10 %.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BandwidthReserveModeEnum.Performance">
<summary>
<para>The bandwidth reserve is set to 5 %.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BandwidthReserveModeEnum.Manual">
<summary>
<para>The bandwidth reserve can be configured manually.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BandwidthReserveModeEnum">
<tocexclude />
<summary>
<para>Sets a predefined bandwidth reserve or enables manual configuration of the bandwidth reserve.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BandwidthReserveMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BalanceWhiteAutoEnum.ToString">
<summary>The full name of BalanceWhiteAuto</summary>
<returns>Returns the full name of BalanceWhiteAuto</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BalanceWhiteAutoEnum.Name">
<summary>The full name of BalanceWhiteAuto</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BalanceWhiteAutoEnum.Once">
<summary>
<para>White balance is adjusted automatically to reach the specified target value. When the target value has been reached, the auto function will automatically be set to Off and the new parameter value will be applied to the following images.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BalanceWhiteAutoEnum.Off">
<summary>
<para>The Balance White Auto auto function is disabled.</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BalanceWhiteAutoEnum.Continuous">
<summary>
<para>White balance is adjusted continuously while images are being acquired. The adjustment process will continue until the mode of operation is set to Once or Off.</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB and pulse USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BalanceWhiteAutoEnum">
<tocexclude />
<summary>
<para>Sets the operation mode of the Balance White Auto auto function.</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BalanceWhiteAuto" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BalanceRatioSelectorEnum.ToString">
<summary>The full name of BalanceRatioSelector</summary>
<returns>Returns the full name of BalanceRatioSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BalanceRatioSelectorEnum.Name">
<summary>The full name of BalanceRatioSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BalanceRatioSelectorEnum.Red">
<summary>
<para>Balance ratio is applied to the red channel.</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BalanceRatioSelectorEnum.Green">
<summary>
<para>Balance ratio is applied to the green channel.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BalanceRatioSelectorEnum.Blue">
<summary>
<para>Balance ratio is applied to the blue channel.</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BalanceRatioSelectorEnum">
<tocexclude />
<summary>
<para>Sets which color channel can be adjusted when performing manual white balance. All changes to the Balance Ratio parameter will be applied to the selected color channel.</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.BalanceRatio" />, <see cref="P:Basler.Pylon.PLCamera.BalanceRatioAbs" />, <see cref="P:Basler.Pylon.PLCamera.BalanceRatioRaw" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BalanceRatioSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BLCSerialTransmitQueueStatusEnum.ToString">
<summary>The full name of BLCSerialTransmitQueueStatus</summary>
<returns>Returns the full name of BLCSerialTransmitQueueStatus</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BLCSerialTransmitQueueStatusEnum.Name">
<summary>The full name of BLCSerialTransmitQueueStatus</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BLCSerialTransmitQueueStatusEnum.Full">
<summary>
<para>The transmit queue is full.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BLCSerialTransmitQueueStatusEnum.Filled">
<summary>
<para>The transmit queue contains at least one value.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BLCSerialTransmitQueueStatusEnum.Empty">
<summary>
<para>The transmit queue is empty.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BLCSerialTransmitQueueStatusEnum">
<tocexclude />
<summary>
<para>Reports the status of the serial communication transmit queue.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BLCSerialTransmitQueueStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BLCSerialReceiveQueueStatusEnum.ToString">
<summary>The full name of BLCSerialReceiveQueueStatus</summary>
<returns>Returns the full name of BLCSerialReceiveQueueStatus</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BLCSerialReceiveQueueStatusEnum.Name">
<summary>The full name of BLCSerialReceiveQueueStatus</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BLCSerialReceiveQueueStatusEnum.Full">
<summary>
<para>The receive queue is full.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BLCSerialReceiveQueueStatusEnum.Filled">
<summary>
<para>The receive queue contains at least one value.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BLCSerialReceiveQueueStatusEnum.Empty">
<summary>
<para>The receive queue is empty.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BLCSerialReceiveQueueStatusEnum">
<tocexclude />
<summary>
<para>Reports the status of the serial communication receive queue.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BLCSerialReceiveQueueStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BLCSerialPortStopBitsEnum.ToString">
<summary>The full name of BLCSerialPortStopBits</summary>
<returns>Returns the full name of BLCSerialPortStopBits</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BLCSerialPortStopBitsEnum.Name">
<summary>The full name of BLCSerialPortStopBits</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BLCSerialPortStopBitsEnum.StopBits1">
<summary>
<para>The serial communication module does uses 1 stop bit.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BLCSerialPortStopBitsEnum.StopBits0">
<summary>
<para>The serial communication module does not use a stop bit.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BLCSerialPortStopBitsEnum">
<tocexclude />
<summary>
<para>Reports the number of stop bits used by the serial communication module.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BLCSerialPortStopBits" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BLCSerialPortSourceEnum.ToString">
<summary>The full name of BLCSerialPortSource</summary>
<returns>Returns the full name of BLCSerialPortSource</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BLCSerialPortSourceEnum.Name">
<summary>The full name of BLCSerialPortSource</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BLCSerialPortSourceEnum.Off">
<summary>
<para>The signal source for the serial communication module is disabled.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BLCSerialPortSourceEnum.Line4">
<summary>
<para>The signal source for the serial communication module is set to line 4.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BLCSerialPortSourceEnum.Line3">
<summary>
<para>The signal source for the serial communication module is set to line 3.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BLCSerialPortSourceEnum">
<tocexclude />
<summary>
<para>Sets the signal source for the serial communication module.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BLCSerialPortSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BLCSerialPortParityEnum.ToString">
<summary>The full name of BLCSerialPortParity</summary>
<returns>Returns the full name of BLCSerialPortParity</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BLCSerialPortParityEnum.Name">
<summary>The full name of BLCSerialPortParity</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BLCSerialPortParityEnum.Off">
<summary>
<para>The serial communication module does not use a parity bit.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BLCSerialPortParityEnum.Odd">
<summary>
<para>The serial communication module uses an odd parity bit.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BLCSerialPortParityEnum.Even">
<summary>
<para>The serial communication module uses an even parity bit.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BLCSerialPortParityEnum">
<tocexclude />
<summary>
<para>Reports the parity bit configuration of the serial communication module.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BLCSerialPortParity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.BLCSerialPortBaudRateEnum.ToString">
<summary>The full name of BLCSerialPortBaudRate</summary>
<returns>Returns the full name of BLCSerialPortBaudRate</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.BLCSerialPortBaudRateEnum.Name">
<summary>The full name of BLCSerialPortBaudRate</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BLCSerialPortBaudRateEnum.Baud115200">
<summary>
<para>The baud rate is 115200 Bd.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.BLCSerialPortBaudRateEnum">
<tocexclude />
<summary>
<para>Reports the baud rate of the serial communication module.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BLCSerialPortBaudRate" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.AutoTonalRangeModeSelectorEnum.ToString">
<summary>The full name of AutoTonalRangeModeSelector</summary>
<returns>Returns the full name of AutoTonalRangeModeSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoTonalRangeModeSelectorEnum.Name">
<summary>The full name of AutoTonalRangeModeSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoTonalRangeModeSelectorEnum.Contrast">
<summary>
<para>Only contrast is adjusted when the Tonal Range Auto auto function is enabled.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoTonalRangeModeSelectorEnum.ColorAndContrast">
<summary>
<para>Color and contrast are adjusted when the Tonal Range Auto auto function is enabled.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoTonalRangeModeSelectorEnum.Color">
<summary>
<para>Only color is adjusted when the Tonal Range Auto auto function is enabled.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.AutoTonalRangeModeSelectorEnum">
<tocexclude />
<summary>
<para>Sets the kind of tonal range auto adjustment.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoTonalRangeModeSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.AutoTonalRangeAdjustmentSelectorEnum.ToString">
<summary>The full name of AutoTonalRangeAdjustmentSelector</summary>
<returns>Returns the full name of AutoTonalRangeAdjustmentSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoTonalRangeAdjustmentSelectorEnum.Name">
<summary>The full name of AutoTonalRangeAdjustmentSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoTonalRangeAdjustmentSelectorEnum.DarkAndBright">
<summary>
<para>The dark and bright end of the tonal range can be adjusted.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoTonalRangeAdjustmentSelectorEnum.Dark">
<summary>
<para>Only the dark end of the tonal range can be adjusted.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoTonalRangeAdjustmentSelectorEnum.Bright">
<summary>
<para>Only the bright end of the tonal range can be adjusted.</para>
<para>Applies to: ace GigE and ace USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.AutoTonalRangeAdjustmentSelectorEnum">
<tocexclude />
<summary>
<para>Sets which parts of the tonal range can be adjusted.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoTonalRangeAdjustmentSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.AutoFunctionROISelectorEnum.ToString">
<summary>The full name of AutoFunctionROISelector</summary>
<returns>Returns the full name of AutoFunctionROISelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionROISelectorEnum.Name">
<summary>The full name of AutoFunctionROISelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionROISelectorEnum.ROI2">
<summary>
<para>Auto function ROI 2 can be configured.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB, pulse USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionROISelectorEnum.ROI1">
<summary>
<para>Auto function ROI 1 can be configured.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.AutoFunctionROISelectorEnum">
<tocexclude />
<summary>
<para>Sets which auto function ROI can be configured.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.AutoFunctionROIHeight" />, <see cref="P:Basler.Pylon.PLCamera.AutoFunctionROIHighlight" />, <see cref="P:Basler.Pylon.PLCamera.AutoFunctionROIOffsetX" />, <see cref="P:Basler.Pylon.PLCamera.AutoFunctionROIOffsetY" />, <see cref="P:Basler.Pylon.PLCamera.AutoFunctionROIUseBrightness" />, <see cref="P:Basler.Pylon.PLCamera.AutoFunctionROIUseTonalRange" />, <see cref="P:Basler.Pylon.PLCamera.AutoFunctionROIUseWhiteBalance" />, <see cref="P:Basler.Pylon.PLCamera.AutoFunctionROIWidth" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoFunctionROISelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.AutoFunctionProfileEnum.ToString">
<summary>The full name of AutoFunctionProfile</summary>
<returns>Returns the full name of AutoFunctionProfile</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionProfileEnum.Name">
<summary>The full name of AutoFunctionProfile</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionProfileEnum.Smart">
<summary>
<para>Gain is kept as low as possible and the frame rate is kept as high as possible during automatic adjustments. </para>
<para>Applies to: dart USB and pulse USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionProfileEnum.MinimizeGainQuick">
<summary>
<para>Gain is kept as low as possible and is adjusted quickly when there are extreme or rapid changes in brightness.</para>
<para>Applies to: ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionProfileEnum.MinimizeGain">
<summary>
<para>Gain is kept as low as possible during automatic adjustments.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB and pulse USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionProfileEnum.MinimizeExposureTimeQuick">
<summary>
<para>Exposure time is kept as low as possible and is adjusted quickly when there are extreme or rapid changes in brightness.</para>
<para>Applies to: ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionProfileEnum.MinimizeExposureTime">
<summary>
<para>Exposure time is kept as low as possible during automatic adjustments.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB and pulse USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionProfileEnum.GainMinimumQuick">
<summary>
<para>Gain time is kept as low as possible and is adjusted quickly.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionProfileEnum.GainMinimum">
<summary>
<para>Gain is kept as low as possible during automatic adjustments.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionProfileEnum.ExposureMinimumQuick">
<summary>
<para>Exposure time is kept as low as possible and is adjusted quickly.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionProfileEnum.ExposureMinimum">
<summary>
<para>Exposure time is kept as low as possible during automatic adjustments.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionProfileEnum.AntiFlicker60Hz">
<summary>
<para>Gain and exposure time are optimized to reduce flickering in an environment where the lighting flickers at a 60-Hz rate (e.g., North America).</para>
<para>Applies to: dart USB and pulse USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionProfileEnum.AntiFlicker50Hz">
<summary>
<para>Gain and exposure time are optimized to reduce flickering in an environment where the lighting flickers at a 50-Hz rate (e.g., Europe).</para>
<para>Applies to: dart USB and pulse USB</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.AutoFunctionProfileEnum">
<tocexclude />
<summary>
<para>Sets how gain and exposure time will be balanced when the camera is making automatic adjustments.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB and pulse USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoFunctionProfile" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.AutoFunctionAOISelectorEnum.ToString">
<summary>The full name of AutoFunctionAOISelector</summary>
<returns>Returns the full name of AutoFunctionAOISelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionAOISelectorEnum.Name">
<summary>The full name of AutoFunctionAOISelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionAOISelectorEnum.AOI8">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionAOISelectorEnum.AOI7">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionAOISelectorEnum.AOI6">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionAOISelectorEnum.AOI5">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionAOISelectorEnum.AOI4">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionAOISelectorEnum.AOI3">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionAOISelectorEnum.AOI2">
<summary>
<para>Auto function AOI 2 can be configured.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionAOISelectorEnum.AOI1">
<summary>
<para>Auto function AOI 1 can be configured.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.AutoFunctionAOISelectorEnum">
<tocexclude />
<summary>
<para>Sets which auto function AOI can be configured.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.AutoFunctionAOIHeight" />, <see cref="P:Basler.Pylon.PLCamera.AutoFunctionAOIOffsetX" />, <see cref="P:Basler.Pylon.PLCamera.AutoFunctionAOIOffsetY" />, <see cref="P:Basler.Pylon.PLCamera.AutoFunctionAOIUsageIntensity" />, <see cref="P:Basler.Pylon.PLCamera.AutoFunctionAOIUsageRedLightCorrection" />, <see cref="P:Basler.Pylon.PLCamera.AutoFunctionAOIUsageWhiteBalance" />, <see cref="P:Basler.Pylon.PLCamera.AutoFunctionAOIWidth" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoFunctionAOISelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.AcquisitionStopModeEnum.ToString">
<summary>The full name of AcquisitionStopMode</summary>
<returns>Returns the full name of AcquisitionStopMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionStopModeEnum.Name">
<summary>The full name of AcquisitionStopMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionStopModeEnum.Immediate">
<summary>
<para>Current acquisition and frame readout are stopped immediately. Only the lines acquired up to the point when the command was executed are delivered. This may result in partial frames being transmitted. </para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionStopModeEnum.Complete">
<summary>
<para>Current exposure and frame readout are completed. Afterwards, image acquisition is stopped.</para>
<para>Applies to: ace 2 GigE, ace 2 USB and dart GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionStopModeEnum.AbortExposure">
<summary>
<para>Current exposure is aborted. The current readout is completed and the data is transmitted. Afterwards, image acquisition is stopped.</para>
<para>Applies to: ace 2 GigE, ace 2 USB and dart GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.AcquisitionStopModeEnum">
<tocexclude />
<summary>
<para>Sets how Acquisition Stop commands end image acquisition.
</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionStopMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.AcquisitionStatusSelectorEnum.ToString">
<summary>The full name of AcquisitionStatusSelector</summary>
<returns>Returns the full name of AcquisitionStatusSelector</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionStatusSelectorEnum.Name">
<summary>The full name of AcquisitionStatusSelector</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionStatusSelectorEnum.LineTriggerWait">
<summary>
<para>A check determines whether the camera is currently waiting for a line trigger.</para>
<para>Applies to: CameraLink, ace GigE, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionStatusSelectorEnum.FrameTriggerWait">
<summary>
<para>A check determines whether the camera is currently waiting for a frame trigger.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionStatusSelectorEnum.FrameTransfer">
<summary>
<para>A check determines whether the camera is currently transferring a frame.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionStatusSelectorEnum.FrameBurstTriggerWait">
<summary>
<para>A check determines whether the camera is currently waiting for a frame burst trigger.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionStatusSelectorEnum.FrameBurstTriggerTransfer">
<summary>
<para>A check can be performed if the device is currently transferring a frame burst of one or many frames.</para>
<para>Applies to: ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionStatusSelectorEnum.FrameBurstTriggerActive">
<summary>
<para>A check can be performed if the device is currently doing a frame burst of one or many frames.</para>
<para>Applies to: ace USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionStatusSelectorEnum.FrameBurstActive">
<summary>
<para>A check determines whether the camera is currently doing a frame burst of one or many frames.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionStatusSelectorEnum.FrameActive">
<summary>
<para>A check determines whether the camera is currently capturing a frame.</para>
<para>Applies to: CameraLink, ace GigE, ace USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionStatusSelectorEnum.FlashWindow">
<summary>
<para>A check determines whether the camera is currently within the flash window, i.e. whether flash lighting can be used.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and dart USB</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionStatusSelectorEnum.ExposureTriggerWait">
<summary>
<para>A check determines whether the camera is currently waiting for an Exposure Start trigger signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionStatusSelectorEnum.ExposureActive">
<summary>
<para>A check determines whether the camera is currently exposing a frame.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionStatusSelectorEnum.AcquisitionTriggerWait">
<summary>
<para>A check determines whether the camera is currently waiting for a trigger to acquire one or multiple frames.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionStatusSelectorEnum.AcquisitionTransfer">
<summary>
<para>A check determines whether the camera is currently transferring an acquisition of one or multiple frames.</para>
<para>Applies to: CameraLink and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionStatusSelectorEnum.AcquisitionIdle">
<summary>
<para>A check determines whether the camera is currently idle, i.e., not acquiring images.</para>
<para>Applies to: ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionStatusSelectorEnum.AcquisitionActive">
<summary>
<para>A check determines whether the camera is currently acquiring one or multiple frames.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.AcquisitionStatusSelectorEnum">
<tocexclude />
<summary>
<para>Sets the signal whose status you want to check. Its status can be checked by reading the Acquisition Status parameter value.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.AcquisitionStatus" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionStatusSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.AcquisitionModeEnum.ToString">
<summary>The full name of AcquisitionMode</summary>
<returns>Returns the full name of AcquisitionMode</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionModeEnum.Name">
<summary>The full name of AcquisitionMode</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionModeEnum.SingleFrame">
<summary>
<para>The acquisition mode is set to Single Frame. The camera will acquire a single image.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionModeEnum.MultiFrame">
<summary>
<para>The acquisition mode is set to Multi Frame. The camera will acquire a number of images specified by the user.</para>
<para>Applies to: CameraLink, Stereo ace and ace GigE</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionModeEnum.Continuous">
<summary>
<para>The acquisition mode is set to Continuous. The camera will acquire images until acquisition is stopped.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.AcquisitionModeEnum">
<tocexclude />
<summary>
<para>Sets the image acquisition mode.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.AcquisitionAbort" />, <see cref="P:Basler.Pylon.PLCamera.AcquisitionStart" />, <see cref="P:Basler.Pylon.PLCamera.AcquisitionStop" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="M:Basler.Pylon.PLCamera.AcquisitionFrameRateEnumEnum.ToString">
<summary>The full name of AcquisitionFrameRateEnum</summary>
<returns>Returns the full name of AcquisitionFrameRateEnum</returns>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionFrameRateEnumEnum.Name">
<summary>The full name of AcquisitionFrameRateEnum</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionFrameRateEnumEnum.FrameRate60">
<summary>
<para />
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionFrameRateEnumEnum.FrameRate50">
<summary>
<para />
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionFrameRateEnumEnum.FrameRate30">
<summary>
<para />
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionFrameRateEnumEnum.FrameRate25">
<summary>
<para />
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionFrameRateEnumEnum.FrameRate24">
<summary>
<para />
<para>Applies to: CameraLink</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera.AcquisitionFrameRateEnumEnum">
<tocexclude />
<summary>
<para />
<para>Applies to: CameraLink</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionFrameRateEnum" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ZOffsetOriginToCameraFront">
<summary>
<para>Distance between the origin of the z axis to the front of the camera housing. Due to mechanical tolerances, this offset is device-specific and needs to be taken into account when measuring absolute distances.</para>
<para>Applies to: blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ZOffsetOriginToCameraFront" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.WorkingRangeMin">
<summary>
<para>Minimum working range of the camera.</para>
<para>Applies to: blaze</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=WorkingRangeMin" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.WorkingRangeMax">
<summary>
<para>Maximum working range of the camera. Beyond this, results will be ambguous.</para>
<para>Applies to: blaze</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=WorkingRangeMax" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.WidthMax">
<summary>
<para>Maximum width of the region of interest (area of interest) in pixels. The value takes into account any function that may limit the maximum width.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslAcquisitionMultiPartMode" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=WidthMax" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Width">
<summary>
<para>Width of the camera's region of interest (area of interest) in pixels. Depending on the camera model, the parameter can be set in different increments.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslAcquisitionMultiPartMode" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Width" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.VolatileRowOffsetValue">
<summary>
<para />
<para>Applies to: CameraLink</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.VolatileRowOffsetIndex" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=VolatileRowOffsetValue" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.VolatileRowOffsetIndex">
<summary>
<para />
<para>Applies to: CameraLink</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.VolatileRowOffsetValue" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=VolatileRowOffsetIndex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.VolatileRowOffsetEnable">
<summary>
<para />
<para>Applies to: CameraLink</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=VolatileRowOffsetEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.VolatileColumnOffsetValue">
<summary>
<para />
<para>Applies to: CameraLink</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.VolatileColumnOffsetIndex" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=VolatileColumnOffsetValue" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.VolatileColumnOffsetIndex">
<summary>
<para />
<para>Applies to: CameraLink</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.VolatileColumnOffsetValue" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=VolatileColumnOffsetIndex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.VolatileColumnOffsetEnable">
<summary>
<para />
<para>Applies to: CameraLink</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=VolatileColumnOffsetEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.VirtualLine4RisingEdgeEventTimestamp">
<summary>
<para>Timestamp of the Virtual Line 4 Rising Edge event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=VirtualLine4RisingEdgeEventTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.VirtualLine4RisingEdgeEventStreamChannelIndex">
<summary>
<para>Stream channel index of the Virtual Line 4 Rising Edge event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=VirtualLine4RisingEdgeEventStreamChannelIndex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.VirtualLine3RisingEdgeEventTimestamp">
<summary>
<para>Timestamp of the Virtual Line 3 Rising Edge event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=VirtualLine3RisingEdgeEventTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.VirtualLine3RisingEdgeEventStreamChannelIndex">
<summary>
<para>Stream channel index of the Virtual Line 3 Rising Edge event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=VirtualLine3RisingEdgeEventStreamChannelIndex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.VirtualLine2RisingEdgeEventTimestamp">
<summary>
<para>Timestamp of the Virtual Line 2 Rising Edge event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=VirtualLine2RisingEdgeEventTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.VirtualLine2RisingEdgeEventStreamChannelIndex">
<summary>
<para>Stream channel index of the Virtual Line 2 Rising Edge event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=VirtualLine2RisingEdgeEventStreamChannelIndex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.VirtualLine1RisingEdgeEventTimestamp">
<summary>
<para>Timestamp of the Virtual Line 1 Rising Edge event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=VirtualLine1RisingEdgeEventTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.VirtualLine1RisingEdgeEventStreamChannelIndex">
<summary>
<para>Stream channel index of the Virtual Line 1 Rising Edge event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=VirtualLine1RisingEdgeEventStreamChannelIndex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.VignettingCorrectionMode">
<summary>
<para>The Vignetting Correction feature allows you to remove vignetting artifacts from your images. To do this, you first have to create vignetting correction data. For more information, see the Basler Product Documentation.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=VignettingCorrectionMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.VignettingCorrectionLoad">
<summary>
<para>Loads the vignetting correction data into the camera.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=VignettingCorrectionLoad" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.VInpSignalSource">
<summary>
<para>This enumeration selects the I/O line on which the camera receives the virtual input signal.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=VInpSignalSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.VInpSignalReadoutActivation">
<summary>
<para>This enumeration selects when to start the signal evaluation. The camera waits for a rising/falling edge on the input line. When the appropriate signal has been received, the camera starts evaluating the incoming bit patterns. When one bit pattern is finished, the camera waits for the next rising/falling edge to read out the next incoming bit pattern. The camera stops listening once three bits have been received.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=VInpSignalReadoutActivation" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.VInpSamplingPoint">
<summary>
<para>This integer value sets the time in microseconds that elapses between the beginning of the input bit and the time when the high/low status of the bit is evaluated. It applies to all bits.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=VInpSamplingPoint" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.VInpBitLength">
<summary>
<para>This integer value sets the length of the input bit in microseconds. It applies to all bits in the signal.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=VInpBitLength" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetSelector">
<summary>
<para>Sets the user set or the factory set to load, save, or configure.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.UserSetLoad" />, <see cref="P:Basler.Pylon.PLCamera.UserSetSave" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=UserSetSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetSave">
<summary>
<para>Saves the current active set as the selected user set.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.UserSetSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=UserSetSave" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetLoad">
<summary>
<para>Loads the selected set into the camera's volatile memory and makes it the active configuration set. After the selected set has been loaded, the parameters in that set will control the camera.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.UserSetSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=UserSetLoad" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetDefaultSelector">
<summary>
<para>Sets the user set or the factory set to be used as the startup set. The default startup set will be loaded as the active set whenever the camera is powered on or reset.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=UserSetDefaultSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserSetDefault">
<summary>
<para>Sets the user set or the factory set to be used as the startup set. The startup set will be loaded as the active set whenever the camera is powered on or reset.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=UserSetDefault" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserOutputValueAllMask">
<summary>
<para>This integer value defines a mask that is used when the User Output Value All setting is used to set all of the user settable output signals in one access.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=UserOutputValueAllMask" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserOutputValueAll">
<summary>
<para>Single bit field that sets the state of all user-settable output signals in one access.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=UserOutputValueAll" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserOutputValue">
<summary>
<para>Enables the selected user-settable output line.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.UserOutputSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=UserOutputValue" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserOutputSelector">
<summary>
<para>Sets the user-settable output signal to be configured. All changes to the user-settable output signal settings will be applied to the selected user-settable output signal.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.UserOutputValue" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=UserOutputSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserDefinedValueSelector">
<summary>
<para>Sets the user-defined value to set or read.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Guru</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.UserDefinedValue" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=UserDefinedValueSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.UserDefinedValue">
<summary>
<para>User-defined value. The value can serve as storage location for the camera user. It has no impact on the operation of the camera.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.UserDefinedValueSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=UserDefinedValue" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSource">
<summary>
<para>Sets the source signal for the selected trigger.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TriggerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSoftware">
<summary>
<para>Generates a software trigger signal. The software trigger signal will be used if the Trigger Source parameter is set to Trigger Software.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TriggerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerSoftware" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerSelector">
<summary>
<para>Sets the trigger type to be configured. All changes to the trigger settings will be applied to the selected trigger.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TriggerControlImplementation" /></para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.TriggerActivation" />, <see cref="P:Basler.Pylon.PLCamera.TriggerDelay" />, <see cref="P:Basler.Pylon.PLCamera.TriggerDelayAbs" />, <see cref="P:Basler.Pylon.PLCamera.TriggerDelayLineTriggerCount" />, <see cref="P:Basler.Pylon.PLCamera.TriggerDelaySource" />, <see cref="P:Basler.Pylon.PLCamera.TriggerMode" />, <see cref="P:Basler.Pylon.PLCamera.TriggerPartialClosingFrame" />, <see cref="P:Basler.Pylon.PLCamera.TriggerSoftware" />, <see cref="P:Basler.Pylon.PLCamera.TriggerSource" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerPartialClosingFrame">
<summary>
<para>Determines whether a partial or a complete frame is transmitted when the Frame Start trigger is used with High or Low states and the trigger signal transitions prematurely.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TriggerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerPartialClosingFrame" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerMode">
<summary>
<para>Sets the mode for the currently selected trigger.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TriggerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerDelaySource">
<summary>
<para>Sets whether trigger delay is defined as a time interval or as a number of consecutive line triggers.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TriggerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerDelaySource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerDelayLineTriggerCount">
<summary>
<para>Trigger delay as a number of consecutive line triggers that are allowed between trigger having been received and before effectively activating the trigger.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TriggerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerDelayLineTriggerCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerDelayAbs">
<summary>
<para>Trigger delay time in microseconds. The delay is applied after the trigger has been received and before effectively activating the trigger.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TriggerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerDelayAbs" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerDelay">
<summary>
<para>Trigger delay time in microseconds. The delay is applied after the trigger has been received and before effectively activating the trigger.</para>
<para>Applies to: CamEmu, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TriggerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerDelay" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerControlImplementation">
<summary>
<para>Sets the image acquisition control mode. For more information, see your camera's product documentation.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.TriggerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerControlImplementation" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TriggerActivation">
<summary>
<para>Sets the type of signal transition that will activate the selected trigger.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TriggerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TriggerActivation" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TonalRangeTargetDark">
<summary>
<para>Target value at the dark end of the tonal range to which pixel values should be mapped during tonal range adjustments. When tonal range adjustments are enabled, the source and target values at the dark end are compared and the tonal range is adjusted accordingly. The kind of adjustment depends on whether you want to adjust color or contrast or both, whether you want to adjust all pixel values or, e.g., only the red pixel values, and so on.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TonalRangeSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TonalRangeTargetDark" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TonalRangeTargetBright">
<summary>
<para>Target value at the bright end of the tonal range to which pixel values should be mapped during tonal range adjustments. When tonal range adjustments are enabled, the source and target values at the bright end are compared and the tonal range is adjusted accordingly. The kind of adjustment depends on whether you want to adjust color or contrast or both, whether you want to adjust all pixel values or, e.g., only the red pixel values, and so on.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TonalRangeSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TonalRangeTargetBright" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TonalRangeSourceDark">
<summary>
<para>Source value for tonal range adjustments at the dark end of the tonal range. When tonal range adjustments are enabled, the source and target values are compared and the tonal range is adjusted accordingly. The kind of adjustment depends on whether you want to adjust color or contrast or both, whether you want to adjust all pixel values or, e.g., only the red pixel values, and so on.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TonalRangeSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TonalRangeSourceDark" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TonalRangeSourceBright">
<summary>
<para>Source value for tonal range adjustments at the bright end of the tonal range. When tonal range adjustments are enabled, the source and target values are compared and the tonal range is adjusted accordingly. The kind of adjustment depends on whether you want to adjust color or contrast or both, whether you want to adjust all pixel values or, e.g., only the red pixel values, and so on.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TonalRangeSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TonalRangeSourceBright" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TonalRangeSelector">
<summary>
<para>Sets which pixel values are used for tonal range adjustments.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.TonalRangeSourceBright" />, <see cref="P:Basler.Pylon.PLCamera.TonalRangeSourceDark" />, <see cref="P:Basler.Pylon.PLCamera.TonalRangeTargetBright" />, <see cref="P:Basler.Pylon.PLCamera.TonalRangeTargetDark" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TonalRangeSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TonalRangeEnable">
<summary>
<para>Sets whether tonal range adjustment is used.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TonalRangeEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TonalRangeAuto">
<summary>
<para>Sets the operation mode of the Tonal Range Auto auto function.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TonalRangeAuto" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimestampReset">
<summary>
<para>Resets the current timestamp counter. After executing this command, the counter restarts automatically.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TimestampReset" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimestampLatchValue">
<summary>
<para>Latched value of the timestamp counter.</para>
<para>Applies to: Stereo ace, ace 2 GigE, ace 2 USB, ace USB, blaze, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TimestampLatchValue" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimestampLatch">
<summary>
<para>Latches the current timestamp counter and stores its value in the Timestamp Latch Value parameter.</para>
<para>Applies to: Stereo ace, ace 2 GigE, ace 2 USB, ace USB, blaze, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TimestampLatch" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerSource">
<summary>
<para>Sets the internal camera signal used to trigger the selected timer.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TimerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TimerTriggerSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerArmDelay">
<summary>
<para>Arm delay of the currently selected timer. If an arm delay is set and the timer is triggered, the camera accepts the trigger signal and stops accepting any further timer trigger signals until the arm delay has elapsed.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TimerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TimerTriggerArmDelay" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerTriggerActivation">
<summary>
<para>Sets the type of signal transition that will start the timer.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TimerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TimerTriggerActivation" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerStatus">
<summary>
<para>Indicates the status of the currently selected timer.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TimerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TimerStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerSequenceTimerSelector">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TimerSequenceEntrySelector" /></para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.TimerSequenceTimerDelayRaw" />, <see cref="P:Basler.Pylon.PLCamera.TimerSequenceTimerDurationRaw" />, <see cref="P:Basler.Pylon.PLCamera.TimerSequenceTimerEnable" />, <see cref="P:Basler.Pylon.PLCamera.TimerSequenceTimerInverter" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TimerSequenceTimerSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerSequenceTimerInverter">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TimerSequenceTimerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TimerSequenceTimerInverter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerSequenceTimerEnable">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TimerSequenceTimerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TimerSequenceTimerEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerSequenceTimerDurationRaw">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TimerSequenceTimerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TimerSequenceTimerDurationRaw" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerSequenceTimerDelayRaw">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TimerSequenceTimerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TimerSequenceTimerDelayRaw" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerSequenceLastEntryIndex">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TimerSequenceLastEntryIndex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerSequenceEntrySelector">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.TimerSequenceTimerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TimerSequenceEntrySelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerSequenceEnable">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TimerSequenceEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerSequenceCurrentEntryIndex">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TimerSequenceCurrentEntryIndex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerSelector">
<summary>
<para>Sets the timer to be configured.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.TimerDelay" />, <see cref="P:Basler.Pylon.PLCamera.TimerDelayAbs" />, <see cref="P:Basler.Pylon.PLCamera.TimerDelayRaw" />, <see cref="P:Basler.Pylon.PLCamera.TimerDuration" />, <see cref="P:Basler.Pylon.PLCamera.TimerDurationAbs" />, <see cref="P:Basler.Pylon.PLCamera.TimerDurationRaw" />, <see cref="P:Basler.Pylon.PLCamera.TimerReset" />, <see cref="P:Basler.Pylon.PLCamera.TimerStatus" />, <see cref="P:Basler.Pylon.PLCamera.TimerTriggerActivation" />, <see cref="P:Basler.Pylon.PLCamera.TimerTriggerArmDelay" />, <see cref="P:Basler.Pylon.PLCamera.TimerTriggerSource" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TimerSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerReset">
<summary>
<para>Resets the selected timer.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TimerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TimerReset" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerDurationTimebaseAbs">
<summary>
<para>Timebase (in microseconds) that is used when a timer duration is specified using the Timer Duration Raw parameter.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TimerDurationTimebaseAbs" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerDurationRaw">
<summary>
<para>Duration of the selected timer (raw value). This value will be used as a multiplier for the timer duration timebase. The actual duration time equals the current Timer Duration Raw value multiplied with the current Timer Duration Timebase value.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TimerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TimerDurationRaw" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerDurationAbs">
<summary>
<para>Duration of the currently selected timer in microseconds.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TimerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TimerDurationAbs" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerDuration">
<summary>
<para>Duration of the currently selected timer in microseconds.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TimerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TimerDuration" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerDelayTimebaseAbs">
<summary>
<para>Timebase (in microseconds) that is used when a timer delay is specified using the Timer Delay Raw parameter.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TimerDelayTimebaseAbs" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerDelayRaw">
<summary>
<para>Delay of the selected timer (raw value). This value will be used as a multiplier for the timer delay timebase. The actual delay time equals the current Timer Delay Raw value multiplied with the current Timer Delay Timebase value.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TimerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TimerDelayRaw" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerDelayAbs">
<summary>
<para>Delay of the currently selected timer in microseconds.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TimerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TimerDelayAbs" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TimerDelay">
<summary>
<para>Delay of the currently selected timer in microseconds.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TimerSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TimerDelay" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ThermalDriftCorrection">
<summary>
<para>Activates the correction of the thermal drift.</para>
<para>Applies to: blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ThermalDriftCorrection" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestPendingAck">
<summary>
<para>Test pending acknowledge time in milliseconds. On write, the camera waits for this time period before acknowledging the write. If the time period is longer than the value in the Maximum Device Response Time register, the camera must use PENDING_ACK during the completion of this request. On reads, the camera returns the current value without any additional wait time.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE, dart USB, pulse USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TestPendingAck" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestPattern">
<summary>
<para>Sets the test pattern to display.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TestPattern" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestImageSelector">
<summary>
<para>Sets the test image to display.</para>
<para>Applies to: CamEmu, CameraLink, ace GigE and ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TestImageSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestImageResetAndHold">
<summary>
<para>Allows you to turn a moving test image into a fixed one. The test image will be displayed at its starting position and will stay fixed.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TestImageResetAndHold" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TestEventGenerate">
<summary>
<para>Generates a Test event that can be used for testing event notification.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TestEventGenerate" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TemperatureState">
<summary>
<para>Indicates the temperature state.</para>
<para>Applies to: CameraLink, ace GigE, ace USB and blaze</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TemperatureState" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TemperatureSelector">
<summary>
<para>Sets the location in the camera where the temperature will be measured.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.TemperatureAbs" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TemperatureSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.TemperatureAbs">
<summary>
<para>Temperature at the selected location in the camera (in degrees centigrade). The temperature is measured at the location specified by the Temperature Selector parameter.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.TemperatureSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=TemperatureAbs" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SyncUserOutputValueAll">
<summary>
<para>Single bit field that sets the state of all user-settable synchronous output signals in one access.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SyncUserOutputValueAll" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SyncUserOutputValue">
<summary>
<para>Enables the selected user-settable synchronous output line.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.SyncUserOutputSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SyncUserOutputValue" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SyncUserOutputSelector">
<summary>
<para>Sets the user-settable synchronous output signal to be configured.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.SyncUserOutputValue" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SyncUserOutputSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SyncFreeRunTimerUpdate">
<summary>
<para>Updates synchronous free run settings.</para>
<para>Applies to: ace GigE and blaze</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SyncFreeRunTimerUpdate" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SyncFreeRunTimerTriggerRateAbs">
<summary>
<para>Synchronous free run trigger rate.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SyncFreeRunTimerTriggerRateAbs" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SyncFreeRunTimerStartTimeLow">
<summary>
<para>Low 32 bits of the synchronous free run trigger start time.</para>
<para>Applies to: ace GigE and blaze</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SyncFreeRunTimerStartTimeLow" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SyncFreeRunTimerStartTimeHigh">
<summary>
<para>High 32 bits of the synchronous free run trigger start time.</para>
<para>Applies to: ace GigE and blaze</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SyncFreeRunTimerStartTimeHigh" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SyncFreeRunTimerEnable">
<summary>
<para>Enables the synchronous free run mode. If enabled, the camera will generate all required frame start or line start trigger signals internally. You don't need to apply frame start or line start trigger signals to the camera.</para>
<para>Applies to: ace GigE and blaze</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SyncFreeRunTimerEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SubstrateVoltage">
<summary>
<para>Substrate voltage.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SubstrateVoltage" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.StartupTime">
<summary>
<para>Time that passes between triggering the camera and exposure starting.</para>
<para>Applies to: blaze</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=StartupTime" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.StackedZoneImagingZoneOffsetY">
<summary>
<para>Vertical offset (top offset) of the selected zone.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.StackedZoneImagingIndex" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=StackedZoneImagingZoneOffsetY" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.StackedZoneImagingZoneHeight">
<summary>
<para>Height of the selected zone.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.StackedZoneImagingIndex" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=StackedZoneImagingZoneHeight" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.StackedZoneImagingZoneEnable">
<summary>
<para>Enables the selected zone.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.StackedZoneImagingIndex" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=StackedZoneImagingZoneEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.StackedZoneImagingIndex">
<summary>
<para>Index number of the zone to configure.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.StackedZoneImagingZoneEnable" />, <see cref="P:Basler.Pylon.PLCamera.StackedZoneImagingZoneHeight" />, <see cref="P:Basler.Pylon.PLCamera.StackedZoneImagingZoneOffsetY" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=StackedZoneImagingIndex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.StackedZoneImagingEnable">
<summary>
<para>Enables the Stacked Zone Imaging feature.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=StackedZoneImagingEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SpatialCorrection">
<summary>
<para>Correction factor to account for the gaps between the sensor's lines. Related line captures will be combined. Positive values: The object will pass the top sensor line first. Negative values: The object will pass the bottom sensor line first. In color cameras, the top sensor line is the green line, and the bottom sensor line is the blue line.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SpatialCorrection" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SoftwareSignalSelector">
<summary>
<para>Sets the software signal to be executed.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.SoftwareSignalPulse" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SoftwareSignalSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SoftwareSignalPulse">
<summary>
<para>Executes the selected software signal.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.SoftwareSignalSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SoftwareSignalPulse" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShutterMode">
<summary>
<para>Sets the shutter mode of the camera.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShutterMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SharpnessEnhancementRaw">
<summary>
<para>Sharpening value to be applied (raw value). The higher the sharpness, the more distinct the image subject's contours will be. However, excessively high values may result in image information loss.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SharpnessEnhancementRaw" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SharpnessEnhancementAbs">
<summary>
<para>Sharpening value to be applied. The higher the sharpness, the more distinct the image subject's contours will be. However, excessively high values may result in image information loss.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SharpnessEnhancementAbs" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SharpnessEnhancement">
<summary>
<para>Sharpening value to be applied. The higher the sharpness, the more distinct the image subject's contours will be. However, excessively high values may result in image information loss.</para>
<para>Applies to: ace USB, dart USB and pulse USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SharpnessEnhancement" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShaftEncoderModuleReverseCounterReset">
<summary>
<para>Resets the reverse counter of the shaft encoder module to 0 and informs the module that the current direction of conveyor movement is forward. Reset must be carried out before the first conveyor movement in the forward direction.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShaftEncoderModuleReverseCounterReset" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShaftEncoderModuleReverseCounterMax">
<summary>
<para>Maximum value of the reverse counter of the shaft encoder module (range: 0 to 32767).</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShaftEncoderModuleReverseCounterMax" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShaftEncoderModuleMode">
<summary>
<para>Sets how the shaft encoder module outputs trigger signals.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShaftEncoderModuleMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShaftEncoderModuleLineSource">
<summary>
<para>Sets the line source for the shaft encoder module.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ShaftEncoderModuleLineSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShaftEncoderModuleLineSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShaftEncoderModuleLineSelector">
<summary>
<para>Sets the phase of the shaft encoder as input for the shaft encoder module.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ShaftEncoderModuleLineSource" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShaftEncoderModuleLineSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShaftEncoderModuleCounterReset">
<summary>
<para>Resets the tick counter of the shaft encoder module to 0.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShaftEncoderModuleCounterReset" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShaftEncoderModuleCounterMode">
<summary>
<para>Sets the counting mode of the tick counter of the shaft encoder module.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShaftEncoderModuleCounterMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShaftEncoderModuleCounterMax">
<summary>
<para>Maximum value of the tick counter of the shaft encoder module. If the tick counter is incrementing and reaches the maximum, it will roll over to 0. If the tick counter is decrementing and reaches 0, it will roll back to the specified maximum value.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShaftEncoderModuleCounterMax" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShaftEncoderModuleCounter">
<summary>
<para>Current value of the tick counter of the shaft encoder module.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShaftEncoderModuleCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShadingStatus">
<summary>
<para>Indicates error statuses related to shading correction.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShadingStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShadingSetSelector">
<summary>
<para>Sets which shading set can be enabled or created.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ShadingSelector" /></para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ShadingSetActivate" />, <see cref="P:Basler.Pylon.PLCamera.ShadingSetCreate" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShadingSetSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShadingSetDefaultSelector">
<summary>
<para>Sets the shading set that will be loaded into the volatile memory during camera start.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ShadingSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShadingSetDefaultSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShadingSetCreate">
<summary>
<para>Enables/disables shading set creation.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ShadingSetSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShadingSetCreate" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShadingSetActivate">
<summary>
<para>This command copies the selected shading set from the camera's non-volatile memory into the volatile memory. If shading correction is enabled, it will be performed using the shading set in the volatile memory.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ShadingSetSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShadingSetActivate" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShadingSelector">
<summary>
<para>Sets the kind of shading correction.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ShadingEnable" />, <see cref="P:Basler.Pylon.PLCamera.ShadingSetDefaultSelector" />, <see cref="P:Basler.Pylon.PLCamera.ShadingSetSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShadingSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ShadingEnable">
<summary>
<para>Enables the selected shading correction type.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ShadingSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ShadingEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerSource">
<summary>
<para>Sets the source signal to be used to advance to the next set.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.SequencerPathSelector" />, <see cref="P:Basler.Pylon.PLCamera.SequencerSetSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SequencerTriggerSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerTriggerActivation">
<summary>
<para>Sets the logical state that makes the sequencer advance to the next set.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.SequencerPathSelector" />, <see cref="P:Basler.Pylon.PLCamera.SequencerSetSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SequencerTriggerActivation" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerSetStart">
<summary>
<para>First sequencer set to be used after the Sequencer Mode parameter is set to On.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SequencerSetStart" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerSetSelector">
<summary>
<para>The sequencer set to be configured. Sequencer sets are identified by their sequencer set index numbers.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.SequencerPathSelector" />, <see cref="P:Basler.Pylon.PLCamera.SequencerSetLoad" />, <see cref="P:Basler.Pylon.PLCamera.SequencerSetNext" />, <see cref="P:Basler.Pylon.PLCamera.SequencerSetSave" />, <see cref="P:Basler.Pylon.PLCamera.SequencerTriggerActivation" />, <see cref="P:Basler.Pylon.PLCamera.SequencerTriggerSource" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SequencerSetSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerSetSave">
<summary>
<para>Saves the sequencer parameter values in the currently selected sequencer set.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.SequencerSetSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SequencerSetSave" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerSetNext">
<summary>
<para>Next sequencer set that the sequencer will advance to when the configured trigger signal is received.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.SequencerPathSelector" />, <see cref="P:Basler.Pylon.PLCamera.SequencerSetSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SequencerSetNext" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerSetLoad">
<summary>
<para>Loads the parameter values of the currently selected sequencer set for configuration.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.SequencerSetSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SequencerSetLoad" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerSetActive">
<summary>
<para>Index number of the current sequencer set, i.e., of the sequencer set that will be used for image acquisition.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SequencerSetActive" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerPathSelector">
<summary>
<para>Sets which path can be configured. By configuring multiple paths, you can define different conditions and settings for sequencer set advance. For example, you can define that the camera should advance to set 0 when a trigger signal on Line 1 is received, and advance to set 3 when a trigger signal on Line 2 is received.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.SequencerSetSelector" /></para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.SequencerSetNext" />, <see cref="P:Basler.Pylon.PLCamera.SequencerTriggerActivation" />, <see cref="P:Basler.Pylon.PLCamera.SequencerTriggerSource" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SequencerPathSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerMode">
<summary>
<para>Sets whether the sequencer can be used for image acquisition.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SequencerMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequencerConfigurationMode">
<summary>
<para>Sets whether the sequencer can be configured.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SequencerConfigurationMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceSetTotalNumber">
<summary>
<para>Total number of sequence sets in the sequence.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SequenceSetTotalNumber" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceSetStore">
<summary>
<para>Stores the sequencer parameter values in the currently selected sequence set.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SequenceSetStore" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceSetLoad">
<summary>
<para>Loads the parameter values of the currently selected sequence set for configuration.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SequenceSetLoad" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceSetIndex">
<summary>
<para>This number uniquely identifies a sequence set.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SequenceSetIndex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceSetExecutions">
<summary>
<para>Number of consecutive executions per sequence cycle of the selected sequence set. Only available in Auto sequence advance mode.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SequenceSetExecutions" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceEnable">
<summary>
<para>Enables the sequencer.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SequenceEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceCurrentSet">
<summary>
<para>Current sequence set.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SequenceCurrentSet" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceControlSource">
<summary>
<para>Sets the source for sequence control.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.SequenceControlSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SequenceControlSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceControlSelector">
<summary>
<para>Sets whether sequence advance or sequence restart can be configured. A control source must be chosen using the Sequence Control Source parameter.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.SequenceControlSource" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SequenceControlSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceConfigurationMode">
<summary>
<para>Sets whether the sequencer can be configured.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SequenceConfigurationMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceAsyncRestart">
<summary>
<para>Enables asynchronous restart of the sequence set sequence, starting with the sequence set that has the lowest index number. The restart is asynchronous to the camera's frame trigger. Only available in Auto and Controlled sequence advance mode.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SequenceAsyncRestart" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceAsyncAdvance">
<summary>
<para>Enables asynchronous advance from one sequence set to the next. The advance is asynchronous to the camera's frame trigger. Only available in Controlled sequence advance mode.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SequenceAsyncAdvance" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceAdvanceMode">
<summary>
<para>Sets the sequence set advance mode.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SequenceAdvanceMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceAddressBitSource">
<summary>
<para>Sets an input line as the control source for the currently selected sequence set address bit. The bit can be selected using the Address Bit Selector parameter.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.SequenceAddressBitSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SequenceAddressBitSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SequenceAddressBitSelector">
<summary>
<para>Sets which bit of the sequence set address can be assigned to an input line. An input line can be set as the control source for this bit using the Address Bit Source parameter.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.SequenceAddressBitSource" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SequenceAddressBitSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SensorWidth">
<summary>
<para>Width of the camera's sensor in pixels.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SensorWidth" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SensorShutterMode">
<summary>
<para>Sets the shutter mode of the camera.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB and pulse USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SensorShutterMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SensorReadoutTime">
<summary>
<para>Sensor readout time with current settings.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SensorReadoutTime" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SensorReadoutMode">
<summary>
<para>Sets the sensor readout mode.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SensorReadoutMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SensorPosition">
<summary>
<para>Distance between the sensor plane and the front of the housing. This value can be used to calculate the distance between the optical center and the front of the housing.</para>
<para>Applies to: blaze</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SensorPosition" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SensorPixelWidth">
<summary>
<para>Physical size (pitch) in the x direction of a photo sensitive pixel unit.</para>
<para>Applies to: blaze</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SensorPixelWidth" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SensorPixelHeight">
<summary>
<para>Physical size (pitch) in the y direction of a photo sensitive pixel unit.</para>
<para>Applies to: blaze</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SensorPixelHeight" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SensorHeight">
<summary>
<para>Height of the camera's sensor in pixels.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SensorHeight" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SensorDigitizationTaps">
<summary>
<para>This feature represents the number of digitized samples output simultaneously by the camera A/D conversion stage.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SensorDigitizationTaps" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SensorBitDepth">
<summary>
<para>Amount of data bits the sensor produces for one sample.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SensorBitDepth" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Scan3dPrincipalPointV">
<summary>
<para>Returns the value of the vertical position of the principal point, relative to the region origin, i.e. OffsetY. The value of this feature takes into account vertical binning, decimation, or any other function changing the image resolution.</para>
<para>Applies to: Stereo ace and blaze</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslAcquisitionMultiPartMode" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Scan3dPrincipalPointV" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Scan3dPrincipalPointU">
<summary>
<para>Returns the value of the horizontal position of the principal point, relative to the region origin, i.e. OffsetX. The value of this feature takes into account horizontal binning, decimation, or any other function changing the image resolution.</para>
<para>Applies to: Stereo ace and blaze</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslAcquisitionMultiPartMode" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Scan3dPrincipalPointU" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Scan3dOutputMode">
<summary>
<para>Controls the Calibration and data organization of the device and the coordinates transmitted.</para>
<para>Applies to: Stereo ace and blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Scan3dOutputMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Scan3dInvalidDataValue">
<summary>
<para>Value which identifies a non-valid pixel if Scan3dInvalidDataFlag is enabled.</para>
<para>Applies to: Stereo ace and blaze</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.Scan3dCoordinateSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Scan3dInvalidDataValue" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Scan3dInvalidDataFlag">
<summary>
<para>Enables the definition of a non-valid flag value in the data stream. Note that the confidence output is an alternate recommended way to identify non-valid pixels. Using an Scan3dInvalidDataValue may give processing penalties due to special handling.</para>
<para>Applies to: Stereo ace and blaze</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.Scan3dCoordinateSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Scan3dInvalidDataFlag" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Scan3dFocalLength">
<summary>
<para>Returns the focal length of the camera in pixel. The focal length depends on the selected region. The value of this feature takes into account horizontal binning, decimation, or any other function changing the image resolution.</para>
<para>Applies to: Stereo ace and blaze</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslAcquisitionMultiPartMode" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Scan3dFocalLength" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Scan3dDistanceUnit">
<summary>
<para>Specifies the unit used when delivering (calibrated) distance data.</para>
<para>Applies to: Stereo ace and blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Scan3dDistanceUnit" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Scan3dCoordinateSystemReference">
<summary>
<para>Defines coordinate system reference location.</para>
<para>Applies to: blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Scan3dCoordinateSystemReference" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Scan3dCoordinateSystem">
<summary>
<para>Specifies the Coordinate system to use for the device.</para>
<para>Applies to: blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Scan3dCoordinateSystem" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Scan3dCoordinateSelector">
<summary>
<para>Selects the individual coordinates in the vectors for 3D information/transformation.</para>
<para>Applies to: blaze</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.Scan3dAxisMax" />, <see cref="P:Basler.Pylon.PLCamera.Scan3dAxisMin" />, <see cref="P:Basler.Pylon.PLCamera.Scan3dCoordinateOffset" />, <see cref="P:Basler.Pylon.PLCamera.Scan3dCoordinateScale" />, <see cref="P:Basler.Pylon.PLCamera.Scan3dInvalidDataFlag" />, <see cref="P:Basler.Pylon.PLCamera.Scan3dInvalidDataValue" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Scan3dCoordinateSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Scan3dCoordinateScale">
<summary>
<para>Scale factor when transforming a pixel from relative coordinates to world coordinates.</para>
<para>Applies to: Stereo ace and blaze</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.Scan3dCoordinateSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Scan3dCoordinateScale" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Scan3dCoordinateOffset">
<summary>
<para>Offset when transforming a pixel from relative coordinates to world coordinates.</para>
<para>Applies to: Stereo ace and blaze</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.Scan3dCoordinateSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Scan3dCoordinateOffset" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Scan3dCalibrationOffset">
<summary>
<para>This parameter allows you to adjust
the internal camera calibration.
The offset specified by Scan3dCalibrationOffset is added to the radial
distances the camera measures.
The camera transforms the radial distances into x, y, z coordinates in a
Cartesian coordinate system whose origin lies in the camera's optical center.
The Scan3dCalibrationOffset parameter can be used to manually correct a
temperature-dependent drift.
Note: Since Scan3dCalibrationOffset is added to the radial distances, it can't
be used to translate the origin of the coordinate system, i.e., it can't be
used to add a constant offset to the z coordinate.
Specifically, you should not use it in an attempt to shift the origin of the
camera's coordinate system from the optical center to
the front of the camera housing. Trying to do so will result in measurement
errors causing planar surfaces to appear curved.</para>
<para>Applies to: blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Scan3dCalibrationOffset" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Scan3dBaseline">
<summary>
<para>Baseline of the stereo cameras in m.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Scan3dBaseline" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Scan3dAxisMin">
<summary>
<para>Minimum valid transmitted coordinate value of the selected Axis.</para>
<para>Applies to: blaze</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.Scan3dCoordinateSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Scan3dAxisMin" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Scan3dAxisMax">
<summary>
<para>Maximum valid transmitted coordinate value of the selected Axis.</para>
<para>Applies to: blaze</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.Scan3dCoordinateSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Scan3dAxisMax" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ScalingVerticalAbs">
<summary>
<para>Vertical scaling factor.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ScalingVerticalAbs" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ScalingVertical">
<summary>
<para>Vertical scaling factor.</para>
<para>Applies to: ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ScalingVertical" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ScalingHorizontalAbs">
<summary>
<para>Horizontal scaling factor.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ScalingHorizontalAbs" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ScalingHorizontal">
<summary>
<para>Horizontal scaling factor.</para>
<para>Applies to: ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ScalingHorizontal" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SIPayloadTransferSize">
<summary>
<para>For information only. May be required when contacting Basler support.</para>
<para>Applies to: ace 2 USB, ace USB and dart USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SIPayloadTransferSize" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SIPayloadTransferCount">
<summary>
<para>For information only. May be required when contacting Basler support.</para>
<para>Applies to: ace 2 USB, ace USB and dart USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SIPayloadTransferCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SIPayloadFinalTransfer2Size">
<summary>
<para>For information only. May be required when contacting Basler support.</para>
<para>Applies to: ace 2 USB, ace USB and dart USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SIPayloadFinalTransfer2Size" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.SIPayloadFinalTransfer1Size">
<summary>
<para>For information only. May be required when contacting Basler support.</para>
<para>Applies to: ace 2 USB, ace USB and dart USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=SIPayloadFinalTransfer1Size" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ReverseY">
<summary>
<para>Enables vertical mirroring of the image. The pixel values of every column in a captured image will be swapped along the column's center. When using the ROI feature at the same time as the Reverse Y feature, be aware that depending on your camera model your ROI will contain the same or different parts of the image after mirroring. For more information, see the Reverse X and Reverse Y topic in the Basler Product Documentation.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB and pulse USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ReverseY" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ReverseX">
<summary>
<para>Enables horizontal mirroring of the image. The pixel values of every line in a captured image will be swapped along the line's center. When using the ROI feature at the same time as the Reverse X feature, be aware that depending on your camera model your ROI will contain the same or different parts of the image after mirroring. For more information, see the Reverse X and Reverse Y topic in the Basler Product Documentation.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ReverseX" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ResultingLineRateAbs">
<summary>
<para>Maximum line acquisition rate with current camera settings (in frames per second).</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ResultingLineRateAbs" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ResultingLinePeriodAbs">
<summary>
<para>Maximum line acquisition period with current camera settings (in microseconds).</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ResultingLinePeriodAbs" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ResultingFrameRateAbs">
<summary>
<para>Maximum frame acquisition rate with current camera settings (in frames per second).</para>
<para>Applies to: CamEmu, CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ResultingFrameRateAbs" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ResultingFrameRate">
<summary>
<para>Maximum frame acquisition rate with current camera settings (in frames per second).</para>
<para>Applies to: ace USB, boost CoaXPress, dart USB and pulse USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ResultingFrameRate" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ResultingFramePeriodAbs">
<summary>
<para>Maximum frame acquisition period with current camera settings (in microseconds).</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ResultingFramePeriodAbs" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ResetTime">
<summary>
<para>Time during which the sensor is reset before the next subframe is acquired.</para>
<para>Applies to: blaze</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ResetTime" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.RemoveParameterLimitSelector">
<summary>
<para>Sets the parameter whose factory limits can be removed. The factory limits can be removed using the Remove Limits parameter.</para>
<para>Applies to: ace USB</para>
<para>Visibility: Guru</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.RemoveParameterLimit" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=RemoveParameterLimitSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.RemoveParameterLimit">
<summary>
<para>Removes the factory-set limit of the selected parameter. If the factory limits are removed, a wider range of parameter values is available and only subect to technical restrictions. Choosing parameter values outside of the factory limits may affect image quality.</para>
<para>Applies to: ace USB</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.RemoveParameterLimitSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=RemoveParameterLimit" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.RemoveLimits">
<summary>
<para>Removes the factory-set limit of the selected parameter. If the factory limits are removed, a wider range of parameter values is available and only subect to technical restrictions. Choosing parameter values outside of the factory limits may affect image quality.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ParameterSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=RemoveLimits" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ReadoutTimeAbs">
<summary>
<para>Sensor readout time with current settings.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ReadoutTimeAbs" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ReadoutTime">
<summary>
<para>Time required for reading out each subframe from the sensor.</para>
<para>Applies to: blaze</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ReadoutTime" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ROIZoneSize">
<summary>
<para>Height of the currently selected ROI zone.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ROIZoneSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ROIZoneSize" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ROIZoneSelector">
<summary>
<para>Sets the ROI zone that can be configured.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ROIZoneMode" />, <see cref="P:Basler.Pylon.PLCamera.ROIZoneOffset" />, <see cref="P:Basler.Pylon.PLCamera.ROIZoneSize" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ROIZoneSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ROIZoneOffset">
<summary>
<para>Vertical offset of the currently selected ROI zone.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ROIZoneSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ROIZoneOffset" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ROIZoneMode">
<summary>
<para>Enables or disables the currently selected ROI zone.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ROIZoneSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ROIZoneMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpStatus">
<summary>
<para>Returns the latched state of the PTP clock.</para>
<para>Applies to: Stereo ace, ace 2 GigE, blaze, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PtpStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpServoStatus">
<summary>
<para>Returns the latched state of the clock servo.</para>
<para>Applies to: Stereo ace, ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PtpServoStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpParentClockID">
<summary>
<para>Returns the latched parent clock ID of the PTP device.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PtpParentClockID" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpOffsetFromMaster">
<summary>
<para>Returns the latched offset from the PTP master clock in nanoseconds.</para>
<para>Applies to: Stereo ace, ace 2 GigE, blaze, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PtpOffsetFromMaster" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpGrandmasterClockID">
<summary>
<para>Returns the latched grandmaster clock ID of the PTP device.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PtpGrandmasterClockID" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpEnable">
<summary>
<para>Enables the Precision Time Protocol (PTP).</para>
<para>Applies to: Stereo ace, ace 2 GigE, blaze, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PtpEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpDataSetLatch">
<summary>
<para>Latches the current values from the device's PTP clock data set.</para>
<para>Applies to: Stereo ace, ace 2 GigE, blaze, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PtpDataSetLatch" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpClockID">
<summary>
<para>Returns the latched clock ID of the PTP device.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PtpClockID" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PtpClockAccuracy">
<summary>
<para>Indicates the expected accuracy of the PTP device clock when it is or becomes the grandmaster.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PtpClockAccuracy" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ProcessedRawEnable">
<summary>
<para>Enables the output of color-improved raw image data. If enabled, color transformation and color adjustment will be applied to Bayer pixel formats.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ProcessedRawEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Prelines">
<summary>
<para>This value sets the number of prelines.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Prelines" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelSize">
<summary>
<para>Indicates the depth of the pixel values in the image (in bits per pixel). The potential values depend on the pixel format setting.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PixelSize" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormatLegacy">
<summary>
<para>Enables legacy GVSP pixel format encoding to ensure compatibility with older camera models.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PixelFormatLegacy" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelFormat">
<summary>
<para>Sets the format of the pixel data transmitted by the camera. The available pixel formats depend on the camera model and whether the camera is monochrome or color.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslAcquisitionMultiPartMode" />, <see cref="P:Basler.Pylon.PLCamera.ComponentSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PixelFormat" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelDynamicRangeMin">
<summary>
<para>Minimum possible pixel value that can be transferred from the camera.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PixelDynamicRangeMin" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelDynamicRangeMax">
<summary>
<para>Maximum possible pixel value that can be transferred from the camera.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PixelDynamicRangeMax" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelColorFilter">
<summary>
<para>Indicates the alignment of the camera's Bayer filter to the pixels in the acquired images.</para>
<para>Applies to: CameraLink, ace GigE, ace USB, dart USB and pulse USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PixelColorFilter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PixelCoding">
<summary>
<para>Sets the color coding of the pixels in the acquired images</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PixelCoding" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PgiMode">
<summary>
<para>Enables Basler PGI image optimizations.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PgiMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PayloadTransferSize">
<summary>
<para>For information only. May be required when contacting Basler support.</para>
<para>Applies to: dart USB and pulse USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PayloadTransferSize" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PayloadTransferCount">
<summary>
<para>For information only. May be required when contacting Basler support.</para>
<para>Applies to: dart USB and pulse USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PayloadTransferCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PayloadTransferBlockDelay">
<summary>
<para>This parameter is required when using the sequencer.</para>
<para>Applies to: ace USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PayloadTransferBlockDelay" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PayloadSize">
<summary>
<para>Size of the payload in bytes. This is the total number of bytes sent in the payload.</para>
<para>Applies to: CamEmu, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PayloadSize" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PayloadFinalTransfer2Size">
<summary>
<para>For information only. May be required when contacting Basler support.</para>
<para>Applies to: dart USB and pulse USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PayloadFinalTransfer2Size" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.PayloadFinalTransfer1Size">
<summary>
<para>For information only. May be required when contacting Basler support.</para>
<para>Applies to: dart USB and pulse USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=PayloadFinalTransfer1Size" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ParameterSelector">
<summary>
<para>Sets the parameter whose factory limits can be removed. The factory limits can be removed using the Remove Limits parameter.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.RemoveLimits" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ParameterSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.OverlapMode">
<summary>
<para>Configures overlapping exposure and image readout.</para>
<para>Applies to: dart USB and pulse USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=OverlapMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.OverTemperatureEventTimestamp">
<summary>
<para>Timestamp of the Over Temperature event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=OverTemperatureEventTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.OverTemperatureEventStreamChannelIndex">
<summary>
<para>Stream channel index of the Over Temperature event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=OverTemperatureEventStreamChannelIndex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.OverTemperature">
<summary>
<para>Indicates whether an over temperature state has been detected.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=OverTemperature" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.OutlierRemoval">
<summary>
<para>Removes pixels that differ significantly from their local environment.</para>
<para>Applies to: blaze</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=OutlierRemoval" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.OperatingMode">
<summary>
<para>Sets the operating mode of the camera. The choice you make here, affects the working range of the camera, i.e., the Minimum Working Range and Maximum Working Range parameters. If the operating mode is changed, the exposure time is set to the recommended default value.</para>
<para>Applies to: blaze</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=OperatingMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.OffsetY">
<summary>
<para>Vertical offset from the top of the sensor to the region of interest (area of interest) (in pixels).</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB and racer 2 CXP</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=OffsetY" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.OffsetX">
<summary>
<para>Horizontal offset from the left side of the sensor to the region of interest (area of interest) (in pixels).</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=OffsetX" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.NumberOfActionSignals">
<summary>
<para>Number of separate action signals supported by the camera. Determines how many action signals the camera can handle in parallel, i.e., how many different action commands can be configured on the camera.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=NumberOfActionSignals" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.NoiseReductionRaw">
<summary>
<para>Amount of noise reduction to be applied (raw value). The higher the value, the less chroma noise will be visible in your images. However, excessively high values may result in image information loss.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=NoiseReductionRaw" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.NoiseReductionAbs">
<summary>
<para>Amount of noise reduction to be applied. The higher the value, the less chroma noise will be visible in your images. However, excessively high values may result in image information loss.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=NoiseReductionAbs" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.NoiseReduction">
<summary>
<para>Amount of noise reduction to be applied. The higher the value, the less chroma noise will be visible in your images. However, excessively high values may result in image information loss.</para>
<para>Applies to: ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=NoiseReduction" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.MultiCameraChannel">
<summary>
<para>Operating channel of the camera. In multi-camera setups, use a different channel on each camera. This ensures that the cameras are operating at different frequencies and their light sources will not interfere with the other cameras' light sources.</para>
<para>Applies to: blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=MultiCameraChannel" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.MinOutPulseWidthAbs">
<summary>
<para>Minimum signal width of an output signal (in microseconds).</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.LineSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=MinOutPulseWidthAbs" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineTermination">
<summary>
<para>Enables the termination resistor of the selected input line.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.LineSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineTermination" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineStatusAll">
<summary>
<para>Single bit field indicating the current logical state of all available line signals at time of polling.</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.LineSource" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineStatusAll" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineStatus">
<summary>
<para>Indicates the current logical state of the selected line.</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.LineSelector" />, <see cref="P:Basler.Pylon.PLCamera.LineSource" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineStartOvertriggerEventTimestamp">
<summary>
<para>Timestamp of the Line Start Overtrigger event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineStartOvertriggerEventTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineStartOvertriggerEventStreamChannelIndex">
<summary>
<para>Stream channel index of the Line Start Overtrigger event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineStartOvertriggerEventStreamChannelIndex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSource">
<summary>
<para>Sets the source signal for the currently selected line. The currently selected line must be an output line.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.LineSelector" /></para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.LineStatus" />, <see cref="P:Basler.Pylon.PLCamera.LineStatusAll" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineSelector">
<summary>
<para>Sets the I/O line to be configured. All changes to the line settings will be applied to the selected line.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.BslInputFilterTime" />, <see cref="P:Basler.Pylon.PLCamera.BslInputHoldOffTime" />, <see cref="P:Basler.Pylon.PLCamera.BslLineConnection" />, <see cref="P:Basler.Pylon.PLCamera.BslLineOverloadStatus" />, <see cref="P:Basler.Pylon.PLCamera.BslLineRatio" />, <see cref="P:Basler.Pylon.PLCamera.BslLineTermination" />, <see cref="P:Basler.Pylon.PLCamera.LineDebouncerTime" />, <see cref="P:Basler.Pylon.PLCamera.LineDebouncerTimeAbs" />, <see cref="P:Basler.Pylon.PLCamera.LineFormat" />, <see cref="P:Basler.Pylon.PLCamera.LineInverter" />, <see cref="P:Basler.Pylon.PLCamera.LineLogic" />, <see cref="P:Basler.Pylon.PLCamera.LineMinimumOutputPulseWidth" />, <see cref="P:Basler.Pylon.PLCamera.LineMode" />, <see cref="P:Basler.Pylon.PLCamera.LineOverloadReset" />, <see cref="P:Basler.Pylon.PLCamera.LineOverloadStatus" />, <see cref="P:Basler.Pylon.PLCamera.LineSource" />, <see cref="P:Basler.Pylon.PLCamera.LineStatus" />, <see cref="P:Basler.Pylon.PLCamera.LineTermination" />, <see cref="P:Basler.Pylon.PLCamera.MinOutPulseWidthAbs" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LinePitchEnable">
<summary>
<para>Enables the alignment of output image data to multiples of 4 bytes.</para>
<para>Applies to: ace USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LinePitchEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LinePitch">
<summary>
<para>Number of bytes separating the starting pixels of two consecutive lines. This feature is useful if you want to align your image data to fixed-size groups of digits, e.g., to 4-byte (32-bit) or 8-byte (64-bit) words. Data alignment can improve performance.</para>
<para>Applies to: ace USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LinePitch" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineOverloadStatus">
<summary>
<para>Indicates whether an overload condition has been detected on the selected line.</para>
<para>Applies to: ace USB</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.LineSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineOverloadStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineOverloadReset">
<summary>
<para>This command resets the overload status of the selected line. If the overload condition is still fulfilled, the overload status will be set again immediately.</para>
<para>Applies to: ace USB</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.LineSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineOverloadReset" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineMode">
<summary>
<para>Sets the mode for the selected line. This controls whether the physical line is used to input or output a signal.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.LineSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineMinimumOutputPulseWidth">
<summary>
<para>Minimum signal width of an output signal (in microseconds).</para>
<para>Applies to: ace USB</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.LineSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineMinimumOutputPulseWidth" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineLogic">
<summary>
<para>Indicates the line logic of the currently selected line.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.LineSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineLogic" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineInverter">
<summary>
<para>Enables the signal inverter function for the currently selected input or output line.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.LineSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineInverter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineFormat">
<summary>
<para>Indicates the electrical configuration of the currently selected line.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.LineSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineFormat" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineDebouncerTimeAbs">
<summary>
<para>Line debouncer time in microseconds. The Line Debouncer allows you to filter out invalid hardware signals by specifying a minimum signal length.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.LineSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineDebouncerTimeAbs" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LineDebouncerTime">
<summary>
<para>Line debouncer time in microseconds. The Line Debouncer allows you to filter out invalid hardware signals by specifying a minimum signal length.</para>
<para>Applies to: ace USB and dart USB</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.LineSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LineDebouncerTime" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Line4RisingEdgeEventTimestamp">
<summary>
<para>Timestamp of the Line 4 Rising Edge event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Line4RisingEdgeEventTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Line4RisingEdgeEventStreamChannelIndex">
<summary>
<para>Stream channel index of the Line 4 Rising Edge event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Line4RisingEdgeEventStreamChannelIndex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Line3RisingEdgeEventTimestamp">
<summary>
<para>Timestamp of the Line 3 Rising Edge event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Line3RisingEdgeEventTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Line3RisingEdgeEventStreamChannelIndex">
<summary>
<para>Stream channel index of the Line 3 Rising Edge event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Line3RisingEdgeEventStreamChannelIndex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Line2RisingEdgeEventTimestamp">
<summary>
<para>Timestamp of the Line 2 Rising Edge event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Line2RisingEdgeEventTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Line2RisingEdgeEventStreamChannelIndex">
<summary>
<para>Stream channel index of the Line 2 Rising Edge event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Line2RisingEdgeEventStreamChannelIndex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Line1RisingEdgeEventTimestamp">
<summary>
<para>Timestamp of the Line 1 Rising Edge event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Line1RisingEdgeEventTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Line1RisingEdgeEventStreamChannelIndex">
<summary>
<para>Stream channel index of the Line 1 Rising Edge event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Line1RisingEdgeEventStreamChannelIndex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LightSourceSelector">
<summary>
<para>Sets the type of light source for which color transformation will be performed.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ColorTransformationSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LightSourceSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LightSourcePreset">
<summary>
<para>Sets the light source preset. The colors in the image will be corrected so that they are appropriate for the selected light source.</para>
<para>Applies to: ace USB, dart USB and pulse USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LightSourcePreset" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LegacyBinningVertical">
<summary>
<para>Sets whether vertical binning is used.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LegacyBinningVertical" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LateActionEventTimestamp">
<summary>
<para>Timestamp of the Action Late event. An Action Late event is raised when a scheduled action command with a timestamp in the past is received.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LateActionEventTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LateActionEventStreamChannelIndex">
<summary>
<para>Stream channel index of the Action Late event. An Action Late event is raised when a scheduled action command with a timestamp in the past is received.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LateActionEventStreamChannelIndex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LastError">
<summary>
<para>Indicates the last error code in the memory. To delete the last error code from the list of error codes, use the Clear Last Error command.</para>
<para>Applies to: CameraLink, ace GigE and blaze</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LastError" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LUTValueAll">
<summary>
<para>A single register that lets you access all LUT entries. In many cases, this is faster than repeatedly changing individual entries in the LUT.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.LUTSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LUTValueAll" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LUTValue">
<summary>
<para>New pixel value to replace the LUT Index pixel value.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.LUTIndex" />, <see cref="P:Basler.Pylon.PLCamera.LUTSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LUTValue" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LUTSelector">
<summary>
<para>Sets the lookup table (LUT) to be configured. All changes to the LUT settings will be applied to the selected LUT.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.LUTEnable" />, <see cref="P:Basler.Pylon.PLCamera.LUTIndex" />, <see cref="P:Basler.Pylon.PLCamera.LUTValue" />, <see cref="P:Basler.Pylon.PLCamera.LUTValueAll" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LUTSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LUTIndex">
<summary>
<para>Pixel value to be replaced with the LUT Value pixel value.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.LUTSelector" /></para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.LUTValue" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LUTIndex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.LUTEnable">
<summary>
<para>Enables the selected lookup table (LUT).</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.LUTSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=LUTEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.InterlacedIntegrationMode">
<summary>
<para>Selects the Interlaced Integration Mode.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=InterlacedIntegrationMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.IntensityCalculation">
<summary>
<para>Sets the method for calculating the intensity data.</para>
<para>Applies to: blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=IntensityCalculation" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ImageFilename">
<summary>
<para>Enter the name of an image filename in a format supported by pylon or the path to a directory containing image files.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ImageFilename" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ImageFileMode">
<summary>
<para>Enables loading files from disk for image acquisition.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ImageFileMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ImageCompressionRateOption">
<summary>
<para>Configures the selected compression mechanism. The available options depend on the selected pixel format and the image compression mode.</para>
<para>Applies to: ace 2 GigE and ace 2 USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ImageCompressionRateOption" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ImageCompressionMode">
<summary>
<para>Sets the image compression mode of the camera. The available image compression modes depend on the selected pixel format.</para>
<para>Applies to: ace 2 GigE and ace 2 USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ImageCompressionMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Image2StreamID">
<summary>
<para>Stream ID of the second image stream.</para>
<para>Applies to: boost V CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Image2StreamID" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Image1StreamID">
<summary>
<para>Stream ID of the first image stream.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, boost V CoaXPress, racer 2 CXP and racer 2S CXP</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Image1StreamID" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.HeightMax">
<summary>
<para>Maximum height of the region of interest (area of interest) in pixels. The value takes into account any features that may limit the maximum height, e.g., binning.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslAcquisitionMultiPartMode" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=HeightMax" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Height">
<summary>
<para>Height of the camera's region of interest (area of interest) in pixels. Depending on the camera model, the parameter can be set in different increments.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslAcquisitionMultiPartMode" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Height" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GrayValueAdjustmentDampingRaw">
<summary>
<para>Gray value adjustment damping factor (raw value) to be applied. This controls the speed with which pixel gray values are changed when Exposure Auto, Gain Auto, or both are enabled. This can be useful, for example, when objects move into the camera's field of view and the light conditions are changing gradually due to the moving objects.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GrayValueAdjustmentDampingRaw" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GrayValueAdjustmentDampingAbs">
<summary>
<para>Gray value adjustment damping factor to be applied. This controls the speed with which pixel gray values are changed when Exposure Auto, Gain Auto, or both are enabled. This can be useful, for example, when objects move into the camera's field of view and the light conditions are changing gradually due to the moving objects.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GrayValueAdjustmentDampingAbs" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevVersionMinor">
<summary>
<para>Minor version number of the GigE Vision specification supported by this camera.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevVersionMinor" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevVersionMajor">
<summary>
<para>Major version number of the GigE Vision specification supported by this camera.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevVersionMajor" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevTimestampValue">
<summary>
<para>Latched value of the timestamp. (The timestamp must first be latched using the Timestamp Control Latch command.)</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevTimestampValue" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevTimestampTickFrequency">
<summary>
<para>Number of timestamp clock ticks in 1 second.</para>
<para>Applies to: ace 2 GigE, ace GigE, blaze, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevTimestampTickFrequency" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevTimestampControlReset">
<summary>
<para>Resets the timestamp value of the camera.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevTimestampControlReset" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevTimestampControlLatchReset">
<summary>
<para>Resets the timestamp control latch.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevTimestampControlLatchReset" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevTimestampControlLatch">
<summary>
<para>Latches the current timestamp value of the camera.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevTimestampControlLatch" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevSupportedOptionalLegacy16BitBlockID">
<summary>
<para>Indicates whether this GVSP transmitter or receiver can support a 16-bit block ID.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GevInterfaceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevSupportedOptionalLegacy16BitBlockID" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevSupportedOptionalCommandsWRITEMEM">
<summary>
<para>Indicates whether WRITEMEM_CMD and WRITEMEM_ACK are supported.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevSupportedOptionalCommandsWRITEMEM" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevSupportedOptionalCommandsPACKETRESEND">
<summary>
<para>Indicates whether PACKETRESEND_CMD is supported.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevSupportedOptionalCommandsPACKETRESEND" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevSupportedOptionalCommandsEVENTDATA">
<summary>
<para>Indicates whether EVENTDATA_CMD and EVENTDATA_ACK are supported.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevSupportedOptionalCommandsEVENTDATA" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevSupportedOptionalCommandsEVENT">
<summary>
<para>Indicates whether EVENT_CMD and EVENT_ACK are supported.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevSupportedOptionalCommandsEVENT" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevSupportedOptionalCommandsConcatenation">
<summary>
<para>Indicates whether multiple operations in a single message are supported.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevSupportedOptionalCommandsConcatenation" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevSupportedIPConfigurationPersistentIP">
<summary>
<para>Indicates whether the selected network interface supports fixed IP addressing (also known as persistent IP addressing).</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GevInterfaceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevSupportedIPConfigurationPersistentIP" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevSupportedIPConfigurationLLA">
<summary>
<para>Indicates whether the selected network interface supports auto IP addressing (also known as LLA).</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GevInterfaceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevSupportedIPConfigurationLLA" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevSupportedIPConfigurationDHCP">
<summary>
<para>Indicates whether the selected network interface supports DHCP IP addressing.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GevInterfaceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevSupportedIPConfigurationDHCP" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevSupportedIEEE1588">
<summary>
<para>Indicates whether the IEEE 1588 V2 Precision Time Protocol (PTP) is supported.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevSupportedIEEE1588" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevStreamChannelSelector">
<summary>
<para>Sets the stream channels to be configured. All changes to the stream channel settings will be applied to the selected stream channel.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.GevGVSPExtendedIDMode" />, <see cref="P:Basler.Pylon.PLCamera.GevSCBWA" />, <see cref="P:Basler.Pylon.PLCamera.GevSCBWR" />, <see cref="P:Basler.Pylon.PLCamera.GevSCBWRA" />, <see cref="P:Basler.Pylon.PLCamera.GevSCDA" />, <see cref="P:Basler.Pylon.PLCamera.GevSCDCT" />, <see cref="P:Basler.Pylon.PLCamera.GevSCDMT" />, <see cref="P:Basler.Pylon.PLCamera.GevSCFJM" />, <see cref="P:Basler.Pylon.PLCamera.GevSCFTD" />, <see cref="P:Basler.Pylon.PLCamera.GevSCPD" />, <see cref="P:Basler.Pylon.PLCamera.GevSCPHostPort" />, <see cref="P:Basler.Pylon.PLCamera.GevSCPInterfaceIndex" />, <see cref="P:Basler.Pylon.PLCamera.GevSCPSBigEndian" />, <see cref="P:Basler.Pylon.PLCamera.GevSCPSDoNotFragment" />, <see cref="P:Basler.Pylon.PLCamera.GevSCPSFireTestPacket" />, <see cref="P:Basler.Pylon.PLCamera.GevSCPSPacketSize" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevStreamChannelSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevStreamChannelCount">
<summary>
<para>Number of stream channels supported by the camera.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevStreamChannelCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevSecondURL">
<summary>
<para>Second URL reference to the GenICam XML file. </para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevSecondURL" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevSCPSPacketSize">
<summary>
<para>Packet size in bytes on the selected stream channel. Excludes data leader and data trailer. (The last packet may be smaller because the packet size is not necessarily a multiple of the block size of the stream channel.)</para>
<para>Applies to: CamEmu, Stereo ace, ace 2 GigE, ace GigE, blaze, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GevStreamChannelSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevSCPSPacketSize" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevSCPSFireTestPacket">
<summary>
<para>Sends a GigE Vision streaming test packet. If this bit is set and the stream channel is a transmitter, the transmitter will send one test packet of the size specified by the Packet Size parameter. The 'do not fragment' bit of the IP header must be set for this test packet (see the SCPS Do Not Fragment parameter documentation).</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GevStreamChannelSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevSCPSFireTestPacket" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevSCPSDoNotFragment">
<summary>
<para>Disables IP fragmentation of packets on the stream channel. This bit is copied into the 'do not fragment' bit of the IP header of each stream packet.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GevStreamChannelSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevSCPSDoNotFragment" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevSCPSBigEndian">
<summary>
<para>Indicates the endianness of multi-byte pixel data for this stream. True equals big-endian.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GevStreamChannelSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevSCPSBigEndian" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevSCPInterfaceIndex">
<summary>
<para>Index of the network interface to be used.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GevStreamChannelSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevSCPInterfaceIndex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevSCPHostPort">
<summary>
<para>Destination port of the selected stream channel.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GevStreamChannelSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevSCPHostPort" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevSCPD">
<summary>
<para>Delay between the transmission of each packet on the selected stream channel. The delay is measured in ticks.</para>
<para>Applies to: CamEmu, Stereo ace, ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GevStreamChannelSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevSCPD" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevSCFTD">
<summary>
<para>Frame transmission delay on the selected stream channel (in ticks). This value sets a delay before transmitting the acquired image.</para>
<para>Applies to: CamEmu, ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GevStreamChannelSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevSCFTD" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevSCFJM">
<summary>
<para>Maximum amount of time (in ticks) that the next frame transmission could be delayed due to a burst of resends. If the Bandwidth Reserve Accumulation parameter is set to a high value, the camera can experience periods where there is a large burst of data resends. This burst of resends will delay the start of transmission of the next acquired image. </para>
<para>Applies to: ace GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GevStreamChannelSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevSCFJM" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevSCDMT">
<summary>
<para>Maximum amount of data (in bytes per second) that the camera can generate with its current settings under ideal conditions, i.e., unlimited bandwidth and no packet resends.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GevStreamChannelSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevSCDMT" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevSCDCT">
<summary>
<para>Actual bandwidth (in bytes per second) that the camera will use to transmit image data and chunk data with the current settings for AOI, chunk features, and pixel format.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GevStreamChannelSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevSCDCT" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevSCDA">
<summary>
<para>Destination address of the selected stream channel. The destination can be a unicast or a multicast address.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GevStreamChannelSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevSCDA" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevSCBWRA">
<summary>
<para>Multiplier for the Bandwidth Reserve parameter. The multiplier is used to establish an extra pool of reserved bandwidth that can be used if an unusually large burst of packet resends is needed.</para>
<para>Applies to: CamEmu, ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GevStreamChannelSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevSCBWRA" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevSCBWR">
<summary>
<para>Percentage of the Ethernet bandwidth assigned to the camera to be held in reserve for packet resends and for the transmission of control data between the camera and the host computer. The setting is expressed as a percentage of the Bandwidth Assigned parameter. For example, if the Bandwidth Assigned parameter indicates that 30 MBytes/s have been assigned to the camera and the Bandwidth Reserve parameter is set to 5 %, the bandwidth reserve will be 1.5 MBytes/s.</para>
<para>Applies to: CamEmu, ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GevStreamChannelSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevSCBWR" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevSCBWA">
<summary>
<para>Base bandwidth in bytes per second that will be used by the camera to transmit image and chunk feature data and to handle resends and control data transmissions.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GevStreamChannelSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevSCBWA" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevPersistentSubnetMask">
<summary>
<para>Fixed subnet mask of the selected network interface (if fixed IP addressing is supported by the camera and enabled).</para>
<para>Applies to: Stereo ace, ace GigE and blaze</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GevInterfaceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevPersistentSubnetMask" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevPersistentIPAddress">
<summary>
<para>Fixed IP address of the selected network interface (if fixed IP addressing is supported by the camera and enabled).</para>
<para>Applies to: Stereo ace, ace GigE and blaze</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GevInterfaceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevPersistentIPAddress" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevPersistentDefaultGateway">
<summary>
<para>Fixed default gateway of the selected network interface (if fixed IP addressing is supported by the camera and enabled).</para>
<para>Applies to: Stereo ace, ace GigE and blaze</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GevInterfaceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevPersistentDefaultGateway" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevPTPDiagnosticsQueueSendNumFailure">
<summary>
<para>This is a read only element. Number of send failures. (The value must first be latched using the IEEE 1588 Latch command.)</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevPTPDiagnosticsQueueSendNumFailure" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevPTPDiagnosticsQueueRxGnrlPushNumFailure">
<summary>
<para>This is a read only element. Number of push failures in RX general message queue. (The value must first be latched using the IEEE 1588 Latch command.)</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevPTPDiagnosticsQueueRxGnrlPushNumFailure" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevPTPDiagnosticsQueueRxGnrlMaxNumElements">
<summary>
<para>This is a read only element. Maximum number of elements in RX general message queue. (The value must first be latched using the IEEE 1588 Latch command.)</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevPTPDiagnosticsQueueRxGnrlMaxNumElements" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevPTPDiagnosticsQueueRxEvntPushNumFailure">
<summary>
<para>This is a read only element. Number of push failures in RX event message queue. (The value must first be latched using the IEEE 1588 Latch command.)</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevPTPDiagnosticsQueueRxEvntPushNumFailure" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevPTPDiagnosticsQueueRxEvntMaxNumElements">
<summary>
<para>This is a read only element. Maximum number of elements in RX event message queue. (The value must first be latched using the IEEE 1588 Latch command.)</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevPTPDiagnosticsQueueRxEvntMaxNumElements" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevNumberOfInterfaces">
<summary>
<para>Number of network interfaces of the camera.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevNumberOfInterfaces" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevMessageChannelCount">
<summary>
<para>Number of message channels supported by the camera.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevMessageChannelCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevMACAddress">
<summary>
<para>MAC address of the selected network interface.</para>
<para>Applies to: ace GigE and blaze</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GevInterfaceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevMACAddress" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevLinkSpeed">
<summary>
<para>Connection speed in Mbps of the selected network interface.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GevInterfaceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevLinkSpeed" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevLinkMaster">
<summary>
<para>Indicates whether the selected network interface is the clock master.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GevInterfaceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevLinkMaster" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevLinkFullDuplex">
<summary>
<para>Indicates whether the selected network interface operates in full-duplex mode.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GevInterfaceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevLinkFullDuplex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevLinkCrossover">
<summary>
<para>Indicates the state of medium-dependent interface crossover (MDIX) for the selected network interface.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GevInterfaceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevLinkCrossover" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevInterfaceSelector">
<summary>
<para>Sets the physical network interface to be configured. All changes to the network interface settings will be applied to the selected interface.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.GevCurrentDefaultGateway" />, <see cref="P:Basler.Pylon.PLCamera.GevCurrentIPAddress" />, <see cref="P:Basler.Pylon.PLCamera.GevCurrentIPConfiguration" />, <see cref="P:Basler.Pylon.PLCamera.GevCurrentSubnetMask" />, <see cref="P:Basler.Pylon.PLCamera.GevLinkCrossover" />, <see cref="P:Basler.Pylon.PLCamera.GevLinkFullDuplex" />, <see cref="P:Basler.Pylon.PLCamera.GevLinkMaster" />, <see cref="P:Basler.Pylon.PLCamera.GevLinkSpeed" />, <see cref="P:Basler.Pylon.PLCamera.GevMACAddress" />, <see cref="P:Basler.Pylon.PLCamera.GevPersistentDefaultGateway" />, <see cref="P:Basler.Pylon.PLCamera.GevPersistentIPAddress" />, <see cref="P:Basler.Pylon.PLCamera.GevPersistentSubnetMask" />, <see cref="P:Basler.Pylon.PLCamera.GevSupportedIPConfigurationDHCP" />, <see cref="P:Basler.Pylon.PLCamera.GevSupportedIPConfigurationLLA" />, <see cref="P:Basler.Pylon.PLCamera.GevSupportedIPConfigurationPersistentIP" />, <see cref="P:Basler.Pylon.PLCamera.GevSupportedOptionalLegacy16BitBlockID" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevInterfaceSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevIEEE1588StatusLatched">
<summary>
<para>Indicates the latched state of the IEEE 1588 clock. (The state must first be latched using the IEEE 1588 Latch command.) The state is indicated by values 1 to 9, corresponding to the states INITIALIZING, FAULTY, DISABLED, LISTENING, PRE_MASTER, MASTER, PASSIVE, UNCALIBRATED, and SLAVE.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevIEEE1588StatusLatched" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevIEEE1588Status">
<summary>
<para>Indicates the state of the IEEE 1588 clock. Values of this field must match the IEEE 1588 PTP port state enumeration (INITIALIZING, FAULTY, DISABLED, LISTENING, PRE_MASTER, MASTER, PASSIVE, UNCALIBRATED, SLAVE).</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevIEEE1588Status" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevIEEE1588ParentClockId">
<summary>
<para>Latched IEEE 1588 parent clock ID of the camera. (The parent clock ID must first be latched using the IEEE 1588 Latch command.) The parent clock ID is the clock ID of the current master clock. A clock ID is an array of eight octets which is displayed as a hexadecimal number. Leading zeros are omitted.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevIEEE1588ParentClockId" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevIEEE1588OffsetFromMaster">
<summary>
<para>Latched offset from the IEEE 1588 master clock in nanoseconds. (The offset must first be latched using the IEEE 1588 Latch command.)</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevIEEE1588OffsetFromMaster" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevIEEE1588DataSetLatch">
<summary>
<para>Latches the current IEEE 1588-related values of the camera.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevIEEE1588DataSetLatch" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevIEEE1588ClockId">
<summary>
<para>Latched IEEE 1588 clock ID of the camera. (The clock ID must first be latched using the IEEE 1588 Latch command.) The clock ID is an array of eight octets which is displayed as a hexadecimal number. Leading zeros are omitted.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevIEEE1588ClockId" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevIEEE1588">
<summary>
<para>Enables the IEEE 1588 V2 Precision Time Protocol for the timestamp register. Only available if the IEEE1588_support bit of the GVCP Capability register is set. When PTP is enabled, the Timestamp Control register can't be used to reset the timestamp. When PTP is enabled or disabled, the value of Timestamp Tick Frequency and Timestamp Value registers may change to reflect the new time domain.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevIEEE1588" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevHeartbeatTimeout">
<summary>
<para>Heartbeat timeout in milliseconds.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevHeartbeatTimeout" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevGVSPExtendedIDMode">
<summary>
<para>Sets the Extended ID mode for GVSP (64-bit block ID, 32-bit packet ID). This bit can't be reset if the stream channels do not support the standard ID mode.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GevStreamChannelSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevGVSPExtendedIDMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevFirstURL">
<summary>
<para>First URL reference to the GenICam XML file. </para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevFirstURL" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevDeviceModeIsBigEndian">
<summary>
<para>Indicates whether the bootstrap register is in big-endian format.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevDeviceModeIsBigEndian" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevDeviceModeCharacterSet">
<summary>
<para>Character set used by all strings of the bootstrap registers (1 = UTF8).</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevDeviceModeCharacterSet" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevCurrentSubnetMask">
<summary>
<para>Current subnet mask of the selected network interface.</para>
<para>Applies to: Stereo ace, ace GigE and blaze</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GevInterfaceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevCurrentSubnetMask" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevCurrentIPConfigurationPersistentIP">
<summary>
<para>Controls whether the PersistentIP configuration scheme is activated on the given logical link.</para>
<para>Applies to: Stereo ace and blaze</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GevInterfaceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevCurrentIPConfigurationPersistentIP" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevCurrentIPConfigurationLLA">
<summary>
<para>Controls whether the Link Local Address IP configuration scheme is activated on the given logical link.</para>
<para>Applies to: Stereo ace and blaze</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GevInterfaceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevCurrentIPConfigurationLLA" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevCurrentIPConfigurationDHCP">
<summary>
<para>Controls whether the DHCP IP configuration scheme is activated on the given logical link.</para>
<para>Applies to: Stereo ace and blaze</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GevInterfaceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevCurrentIPConfigurationDHCP" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevCurrentIPConfiguration">
<summary>
<para>Current IP configuration of the selected network interface, e.g., fixed IP, DHCP, or auto IP.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GevInterfaceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevCurrentIPConfiguration" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevCurrentIPAddress">
<summary>
<para>Current IP address of the selected network interface.</para>
<para>Applies to: Stereo ace, ace GigE and blaze</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GevInterfaceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevCurrentIPAddress" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevCurrentDefaultGateway">
<summary>
<para>Current default gateway of the selected network interface.</para>
<para>Applies to: Stereo ace, ace GigE and blaze</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GevInterfaceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevCurrentDefaultGateway" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GevCCP">
<summary>
<para>Sets the control channel privilege.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GevCCP" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GenDCStreamingStatus">
<summary>
<para>Returns whether the current device data streaming format is GenDC. This value is conditioned by the GenDCStreamingMode.</para>
<para>Applies to: blaze</para>
<para>Visibility: Invisible</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GenDCStreamingStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GenDCStreamingMode">
<summary>
<para>Controls the device's streaming format.</para>
<para>Applies to: blaze</para>
<para>Visibility: Invisible</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GenDCStreamingMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GammaSelector">
<summary>
<para>Sets the type of gamma to be applied.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GammaSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GammaEnable">
<summary>
<para>Enables gamma correction.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GammaEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GammaCorrection">
<summary>
<para>A nonlinear operation to lighten the dark regions of the image.</para>
<para>Applies to: blaze</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GammaCorrection" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Gamma">
<summary>
<para>Gamma correction to be applied. Gamma correction allows you to optimize the brightness of acquired images for display on a monitor.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Gamma" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GainSelector">
<summary>
<para>Sets the gain type to be adjusted. All changes to the Gain parameter will be applied to the selected gain type.</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.AutoGainLowerLimit" />, <see cref="P:Basler.Pylon.PLCamera.AutoGainUpperLimit" />, <see cref="P:Basler.Pylon.PLCamera.Gain" />, <see cref="P:Basler.Pylon.PLCamera.GainAbs" />, <see cref="P:Basler.Pylon.PLCamera.GainAuto" />, <see cref="P:Basler.Pylon.PLCamera.GainRaw" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GainSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GainRaw">
<summary>
<para>Value of the currently selected gain (raw value).</para>
<para>Applies to: CamEmu, CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GainSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GainRaw" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GainAuto">
<summary>
<para>Sets the operation mode of the Gain Auto auto function. The Gain Auto auto function automatically adjusts the gain within set limits until a target brightness value has been reached.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB and pulse USB</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GainSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GainAuto" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.GainAbs">
<summary>
<para>Sets the 'absolute' value of the selected gain control. The 'absolute' value is a float value that sets the selected gain control in dB.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GainSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=GainAbs" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.Gain">
<summary>
<para>Value of the currently selected gain in dB.</para>
<para>Applies to: CamEmu, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GainSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=Gain" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FrequencyConverterSignalAlignment">
<summary>
<para>Sets the signal transition relationships between the signals received from the pre-divider sub-module and the signals generated by the multiplier sub-module.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FrequencyConverterSignalAlignment" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FrequencyConverterPreventOvertrigger">
<summary>
<para>Enables overtriggering protection. This ensures that the multiplier sub-module doesn't generate too many signals within a certain amount of time.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FrequencyConverterPreventOvertrigger" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FrequencyConverterPreDivider">
<summary>
<para>Pre-divider value to decrease signal frequency. Determines the frequency with which input signals are passed to the multiplier sub-module.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FrequencyConverterPreDivider" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FrequencyConverterPostDivider">
<summary>
<para>Post-divider value to decrease input signal frequency. Determines the frequency with which input signals received from the multiplier sub-module are passed on.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FrequencyConverterPostDivider" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FrequencyConverterMultiplier">
<summary>
<para>Multiplication factor to be applied to the input signal frequency. The multiplication factor allows the generation of signals at higher frequencies.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FrequencyConverterMultiplier" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FrequencyConverterInputSource">
<summary>
<para>Sets the input source for the frequency converter module.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FrequencyConverterInputSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FrameWaitEventTimestamp">
<summary>
<para>Timestamp of the Frame Wait event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FrameWaitEventTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FrameWaitEventStreamChannelIndex">
<summary>
<para>Stream channel index of the Frame Wait event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FrameWaitEventStreamChannelIndex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FrameTimeoutEventTimestamp">
<summary>
<para>Timestamp of the Frame Timeout event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FrameTimeoutEventTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FrameTimeoutEventStreamChannelIndex">
<summary>
<para>Stream channel index of the Frame Timeout event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FrameTimeoutEventStreamChannelIndex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FrameTimeoutEnable">
<summary>
<para>Enables the frame timeout.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FrameTimeoutEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FrameTimeoutAbs">
<summary>
<para>Frame timeout in microseconds. If the timeout expires before a frame acquisition is complete, a partial frame will be delivered.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FrameTimeoutAbs" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FrameStartWaitEventTimestamp">
<summary>
<para>Timestamp of the Frame Start Wait event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FrameStartWaitEventTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FrameStartWaitEventStreamChannelIndex">
<summary>
<para>Stream channel index of the Frame Start Wait event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FrameStartWaitEventStreamChannelIndex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FrameStartOvertriggerEventTimestamp">
<summary>
<para>Timestamp of the Frame Start Overtrigger event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FrameStartOvertriggerEventTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FrameStartOvertriggerEventStreamChannelIndex">
<summary>
<para>Stream channel index of the Frame Start Overtrigger event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FrameStartOvertriggerEventStreamChannelIndex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FrameStartEventTimestamp">
<summary>
<para>Timestamp of the Frame Start event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FrameStartEventTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FrameStartEventStreamChannelIndex">
<summary>
<para>Stream channel index of the Frame Start event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FrameStartEventStreamChannelIndex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FrameDuration">
<summary>
<para>Total time required for exposing and reading out all subframes from the sensor.</para>
<para>Applies to: blaze</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FrameDuration" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ForceFailedBufferCount">
<summary>
<para>Number of failed buffers to generate.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ForceFailedBufferCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ForceFailedBuffer">
<summary>
<para>Marks the next buffer as a failed buffer.</para>
<para>Applies to: CamEmu</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ForceFailedBuffer" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FilterTemporal">
<summary>
<para>The temporal noise filter uses the values of the same pixel at different points in time to filter out noise in an image. It is based on the depth data of the image.</para>
<para>Applies to: blaze</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FilterTemporal" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FilterStrength">
<summary>
<para>Strength of the temporal filter. The higher the value, the further back the memory of the filter reaches. High values can cause motion artifacts, while low values reduce the efficacy of the filter.</para>
<para>Applies to: blaze</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FilterStrength" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FilterSpatial">
<summary>
<para>The spatial noise filter uses the values of neighboring pixels to filter out noise in an image. It is based on the raw data of the image.</para>
<para>Applies to: blaze</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FilterSpatial" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileSize">
<summary>
<para>Size of the currently selected file in bytes. Basler advises against using this parameter. Use the appropriate feature for file access operations instead.</para>
<para>Applies to: CameraLink, Stereo ace, ace GigE and ace USB</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.FileOperationSelector" />, <see cref="P:Basler.Pylon.PLCamera.FileSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FileSize" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileSelector">
<summary>
<para>Sets the target file in the camera. Basler advises against using this parameter. Use the appropriate feature for file access operations instead.</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Guru</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.FileAccessBuffer" />, <see cref="P:Basler.Pylon.PLCamera.FileAccessLength" />, <see cref="P:Basler.Pylon.PLCamera.FileAccessOffset" />, <see cref="P:Basler.Pylon.PLCamera.FileOpenMode" />, <see cref="P:Basler.Pylon.PLCamera.FileOperationExecute" />, <see cref="P:Basler.Pylon.PLCamera.FileOperationResult" />, <see cref="P:Basler.Pylon.PLCamera.FileOperationSelector" />, <see cref="P:Basler.Pylon.PLCamera.FileOperationStatus" />, <see cref="P:Basler.Pylon.PLCamera.FileSize" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FileSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileOperationStatus">
<summary>
<para>Indicates the file operation execution status. Basler advises against using this parameter. Use the appropriate feature for file access operations instead.</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.FileOperationSelector" />, <see cref="P:Basler.Pylon.PLCamera.FileSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FileOperationStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileOperationSelector">
<summary>
<para>Sets the target operation for the currently selected file. Basler advises against using this parameter. Use the appropriate feature for file access operations instead.</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.FileSelector" /></para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.FileAccessLength" />, <see cref="P:Basler.Pylon.PLCamera.FileAccessOffset" />, <see cref="P:Basler.Pylon.PLCamera.FileOperationExecute" />, <see cref="P:Basler.Pylon.PLCamera.FileOperationResult" />, <see cref="P:Basler.Pylon.PLCamera.FileOperationStatus" />, <see cref="P:Basler.Pylon.PLCamera.FileSize" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FileOperationSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileOperationResult">
<summary>
<para>File operation result. Basler advises against using this parameter. Use the appropriate feature for file access operations instead.</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.FileOperationSelector" />, <see cref="P:Basler.Pylon.PLCamera.FileSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FileOperationResult" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileOperationExecute">
<summary>
<para>Executes the operation selected by File Operation Selector parameter. Basler advises against using this parameter. Use the appropriate feature for file access operations instead.</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.FileOperationSelector" />, <see cref="P:Basler.Pylon.PLCamera.FileSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FileOperationExecute" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileOpenMode">
<summary>
<para>Sets the access mode in which a file is opened in the camera. Basler advises against using this parameter. Use the appropriate feature for file access operations instead.</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.FileSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FileOpenMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileAccessOffset">
<summary>
<para>Number of bytes after which FileAccessLength bytes are read from the file into the file access buffer or are written to the file from the file access buffer. Basler advises against using this parameter. Use the appropriate feature for file access operations instead.</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.FileOperationSelector" />, <see cref="P:Basler.Pylon.PLCamera.FileSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FileAccessOffset" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileAccessLength">
<summary>
<para>Number of bytes read from the file into the file access buffer or written to the file from the file access buffer. Basler advises against using this parameter. Use the appropriate feature for file access operations instead.</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.FileOperationSelector" />, <see cref="P:Basler.Pylon.PLCamera.FileSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FileAccessLength" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FileAccessBuffer">
<summary>
<para>Access buffer for file operations. Basler advises against using this parameter. Use the appropriate feature for file access operations instead.</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.FileSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FileAccessBuffer" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FieldOutputMode">
<summary>
<para>Selects the mode to output the fields.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FieldOutputMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FeatureSet">
<summary>
<para>Sets the default GenICam XML file. If the camera has multiple GenICam XML files, this parameter determines which of them is accessible to non-manifest-aware software.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FeatureSet" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.FastMode">
<summary>
<para>The fast mode can be used to achieve the maximum frame rate, but this reduces image quality and measurement accuracy. </para>
<para>Applies to: blaze</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=FastMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureTimeSelector">
<summary>
<para>Sets which component the Exposure Time parameter value applies to.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ExposureTime" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExposureTimeSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureTimeRaw">
<summary>
<para>Exposure time of the camera (raw value). The actual exposure time equals the current Exposure Time (Raw) value multiplied with the current Exposure Timebase value.</para>
<para>Applies to: CamEmu, CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExposureTimeRaw" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureTimeMode">
<summary>
<para>Sets the exposure time mode.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExposureTimeMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureTimeBaseAbsEnable">
<summary>
<para>Enables the use of the exposure timebase.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExposureTimeBaseAbsEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureTimeBaseAbs">
<summary>
<para>Timebase (in microseconds) that the camera uses when the exposure time is specified using the Exposure Time (Raw) parameter.</para>
<para>Applies to: CamEmu, CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExposureTimeBaseAbs" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureTimeAbs">
<summary>
<para>Exposure time of the camera in microseconds.</para>
<para>Applies to: CamEmu, CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExposureTimeAbs" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureTime">
<summary>
<para>Exposure time of the camera in microseconds.</para>
<para>Applies to: CamEmu, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ExposureTimeSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExposureTime" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureStartDelayRaw">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExposureStartDelayRaw" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureStartDelayAbs">
<summary>
<para />
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExposureStartDelayAbs" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureOverlapTimeMode">
<summary>
<para>Sets the exposure overlap time mode.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExposureOverlapTimeMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureOverlapTimeMaxRaw">
<summary>
<para>Maximum overlap of the sensor exposure with sensor readout in Trigger Width exposure mode (raw value).</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExposureOverlapTimeMaxRaw" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureOverlapTimeMaxAbs">
<summary>
<para>Maximum overlap of the sensor exposure with sensor readout in Trigger Width exposure mode (in microseconds).</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExposureOverlapTimeMaxAbs" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureOverlapTimeMax">
<summary>
<para>Maximum overlap of the sensor exposure with sensor readout in Trigger Width exposure mode (in microseconds).</para>
<para>Applies to: ace USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExposureOverlapTimeMax" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureMode">
<summary>
<para>Sets the exposure mode.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExposureMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureEndEventTimestamp">
<summary>
<para>Timestamp of the Exposure End event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExposureEndEventTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureEndEventStreamChannelIndex">
<summary>
<para>Stream channel index of the Exposure End event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExposureEndEventStreamChannelIndex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureEndEventFrameID">
<summary>
<para>Frame ID of the Exposure End event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExposureEndEventFrameID" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExposureAuto">
<summary>
<para>Sets the operation mode of the Exposure Auto auto function. The Exposure Auto auto function automatically adjusts the exposure time within set limits until a target brightness value has been reached.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB and pulse USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExposureAuto" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExpertFeatureEnable">
<summary>
<para>Enables the currently selected expert feature.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ExpertFeatureAccessSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExpertFeatureEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExpertFeatureAccessSelector">
<summary>
<para>Sets the expert feature to be made available. All changes will be applied to the selected feature.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
<para>Visibility: Guru</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ExpertFeatureAccessKey" />, <see cref="P:Basler.Pylon.PLCamera.ExpertFeatureEnable" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExpertFeatureAccessSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ExpertFeatureAccessKey">
<summary>
<para>Key for making the selected expert feature available.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ExpertFeatureAccessSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ExpertFeatureAccessKey" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventTestTimestamp">
<summary>
<para>Timestamp of the test event.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventTestTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventTest">
<summary>
<para>Unique identifier of the Test event. Use this parameter to get notified when the event occurs.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventTest" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventTemperatureStatusChangedTimestamp">
<summary>
<para>Timestamp of the Temperature Status Changed event.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventTemperatureStatusChangedTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventTemperatureStatusChangedStatus">
<summary>
<para>New temperature status that applies after the Temperature Status Changed event was raised.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventTemperatureStatusChangedStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventTemperatureStatusChanged">
<summary>
<para>Unique identifier of the Temperature Status Changed event. Use this parameter to get notified when the event occurs.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventTemperatureStatusChanged" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventSelector">
<summary>
<para>Sets the event notification to be enabled. The notification can be enabled using the Event Notification parameter.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace GigE, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.EventNotification" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventOverrunTimestamp">
<summary>
<para>Timestamp of the Event Overrun event.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventOverrunTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventOverrunEventTimestamp">
<summary>
<para>Timestamp of the Event Overrun event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventOverrunEventTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventOverrunEventStreamChannelIndex">
<summary>
<para>Stream channel index of the Event Overrun event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventOverrunEventStreamChannelIndex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventOverrunEventFrameID">
<summary>
<para>Frame ID of the Event Overrun event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventOverrunEventFrameID" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventOverrun">
<summary>
<para>Unique identifier of the Event Overrun event. Use this parameter to get notified when the event occurs.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventOverrun" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventOverTemperatureTimestamp">
<summary>
<para>Timestamp of the Over Temperature event.</para>
<para>Applies to: ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventOverTemperatureTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventOverTemperature">
<summary>
<para>Unique identifier of the Over Temperature event. Use this parameter to get notified when the event occurs.</para>
<para>Applies to: ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventOverTemperature" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventNotification">
<summary>
<para>Enables event notifications for the currently selected event. The event can selected using the Event Selector parameter.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace GigE, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.EventSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventNotification" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventLineTriggerMissedTimestamp">
<summary>
<para>Timestamp of the Line Trigger Missed event.</para>
<para>Applies to: racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLineTriggerMissedTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventLineTriggerMissed">
<summary>
<para>Unique identifier of the Line Trigger Missed event. Use this parameter to get notified when the event occurs.</para>
<para>Applies to: racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLineTriggerMissed" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventLineTimeoutTimestamp">
<summary>
<para>Timestamp of the Line Timeout event.</para>
<para>Applies to: racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLineTimeoutTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventLineTimeout">
<summary>
<para>Unique identifier of the Line Timeout event. Use this parameter to get notified when the event occurs.</para>
<para>Applies to: racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventLineTimeout" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventFrameTriggerMissedTimestamp">
<summary>
<para>Timestamp of the Frame Trigger Missed event.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventFrameTriggerMissedTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventFrameTriggerMissed">
<summary>
<para>Unique identifier of the Frame Trigger Missed event. Use this parameter to get notified when the event occurs.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventFrameTriggerMissed" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventFrameStartWaitTimestamp">
<summary>
<para>Timestamp of the Frame Start Wait event.</para>
<para>Applies to: ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventFrameStartWaitTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventFrameStartWait">
<summary>
<para>Unique identifier of the Frame Start Wait event. Use this parameter to get notified when the event occurs.</para>
<para>Applies to: ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventFrameStartWait" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventFrameStartTimestamp">
<summary>
<para>Timestamp of the Frame Start event.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventFrameStartTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventFrameStartOvertriggerTimestamp">
<summary>
<para>Timestamp of the Frame Start Overtrigger event.</para>
<para>Applies to: ace USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventFrameStartOvertriggerTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventFrameStartOvertriggerFrameID">
<summary>
<para>Frame ID of the Frame Start Overtrigger event.</para>
<para>Applies to: ace USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventFrameStartOvertriggerFrameID" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventFrameStartOvertrigger">
<summary>
<para>Unique identifier of the Frame Start Overtrigger event. Use this parameter to get notified when the event occurs.</para>
<para>Applies to: ace USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventFrameStartOvertrigger" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventFrameStartFrameID">
<summary>
<para>Frame ID of the Frame Start event.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventFrameStartFrameID" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventFrameStart">
<summary>
<para>Unique identifier of the Frame Start event. Use this parameter to get notified when the event occurs.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventFrameStart" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventFrameBurstStartWaitTimestamp">
<summary>
<para>Timestamp of the Frame Burst Start Wait event.</para>
<para>Applies to: ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventFrameBurstStartWaitTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventFrameBurstStartWait">
<summary>
<para>Unique identifier of the Frame Burst Start Wait event. Use this parameter to get notified when the event occurs.</para>
<para>Applies to: ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventFrameBurstStartWait" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventFrameBurstStartTimestamp">
<summary>
<para>Timestamp of the Frame Burst Start event.</para>
<para>Applies to: ace USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventFrameBurstStartTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventFrameBurstStartOvertriggerTimestamp">
<summary>
<para>Timestamp of the Frame Burst Start Overtrigger event.</para>
<para>Applies to: ace USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventFrameBurstStartOvertriggerTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventFrameBurstStartOvertriggerFrameID">
<summary>
<para>Frame ID of the Frame Burst Start Overtrigger event.</para>
<para>Applies to: ace USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventFrameBurstStartOvertriggerFrameID" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventFrameBurstStartOvertrigger">
<summary>
<para>Unique identifier of the Frame Burst Start Overtrigger event. Use this parameter to get notified when the event occurs.</para>
<para>Applies to: ace USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventFrameBurstStartOvertrigger" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventFrameBurstStartFrameID">
<summary>
<para>Frame ID of the Frame Burst Start event.</para>
<para>Applies to: ace USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventFrameBurstStartFrameID" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventFrameBurstStart">
<summary>
<para>Unique identifier of the Frame Burst Start event. Use this parameter to get notified when the event occurs.</para>
<para>Applies to: ace USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventFrameBurstStart" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventFrameBufferOverrunTimestamp">
<summary>
<para>Timestamp of the Frame Buffer Overrun event.</para>
<para>Applies to: ace 2 GigE, ace 2 USB and dart GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventFrameBufferOverrunTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventFrameBufferOverrun">
<summary>
<para>Unique identifier of the Frame Buffer Overrun event.</para>
<para>Applies to: ace 2 GigE, ace 2 USB and dart GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventFrameBufferOverrun" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventExposureEndTimestamp">
<summary>
<para>Timestamp of the Exposure End event.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace USB, dart GigE and dart USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventExposureEndTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventExposureEndFrameID">
<summary>
<para>Frame ID of the Exposure End event.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace USB, dart GigE and dart USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventExposureEndFrameID" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventExposureEnd">
<summary>
<para>Unique identifier of the Exposure End event. Use this parameter to get notified when the event occurs.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace USB, dart GigE and dart USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventExposureEnd" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventCriticalTemperatureTimestamp">
<summary>
<para>Timestamp of the Critical Temperature event.</para>
<para>Applies to: ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventCriticalTemperatureTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventCriticalTemperature">
<summary>
<para>Unique identifier of the Critical Temperature event. Use this parameter to get notified when the event occurs.</para>
<para>Applies to: ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventCriticalTemperature" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventActionLateTimestamp">
<summary>
<para>Timestamp of the Action Late event. An Action Late event is raised when a scheduled action command with a timestamp in the past is received.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventActionLateTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EventActionLate">
<summary>
<para>Unique identifier of the Action Late event. Use this parameter to get notified when the event occurs.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EventActionLate" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EncoderValue">
<summary>
<para>Current value of the encoder control's position counter.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.EncoderSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EncoderValue" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EncoderSourceB">
<summary>
<para>Sets the source signal for the B input of the encoder control.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.EncoderSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EncoderSourceB" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EncoderSourceA">
<summary>
<para>Sets the source signal for the A input of the encoder control.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.EncoderSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EncoderSourceA" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EncoderSelector">
<summary>
<para>Sets which encoder can be configured.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.EncoderDivider" />, <see cref="P:Basler.Pylon.PLCamera.EncoderMode" />, <see cref="P:Basler.Pylon.PLCamera.EncoderOutputMode" />, <see cref="P:Basler.Pylon.PLCamera.EncoderReset" />, <see cref="P:Basler.Pylon.PLCamera.EncoderSourceA" />, <see cref="P:Basler.Pylon.PLCamera.EncoderSourceB" />, <see cref="P:Basler.Pylon.PLCamera.EncoderValue" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EncoderSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EncoderReset">
<summary>
<para>Resets the encoder control and restarts it. The counter starts counting events immediately after the reset.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.EncoderSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EncoderReset" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EncoderOutputMode">
<summary>
<para>Sets the conditions for the encoder control to generate a valid output trigger signal.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.EncoderSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EncoderOutputMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EncoderMode">
<summary>
<para>Sets the encoder mode.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.EncoderSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EncoderMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EncoderDivider">
<summary>
<para>Number of encoder increments or decrements needed to generate an encoder output trigger signal.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.EncoderSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EncoderDivider" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.EnableBurstAcquisition">
<summary>
<para>Enables Burst Acquisition. If enabled, the maximum frame rate only depends on the sensor timing and the timing of the trigger sequence. The image transfer rate out of the camera has no influence on the frame rate.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=EnableBurstAcquisition" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DigitalShift">
<summary>
<para>Digital shift allows you to multiply the pixel values in an image. This increases the brightness of the image. If the parameter is set to zero, digital shift is disabled.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DigitalShift" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceVersion">
<summary>
<para>Version of the camera.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceVersion" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceVendorName">
<summary>
<para>Name of the camera vendor.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceVendorName" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceUserID">
<summary>
<para>User-settable ID of the camera.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceUserID" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceType">
<summary>
<para>Returns the device type.</para>
<para>Applies to: Stereo ace and blaze</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceType" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceTemperatureSelector">
<summary>
<para>Sets the location in the camera where the temperature will be measured. The temperature can be retrieved using the Device Temperature parameter.</para>
<para>Applies to: CamEmu, ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.DeviceTemperature" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceTemperatureSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceTemperature">
<summary>
<para>Temperature at the selected location in the camera (in degrees centigrade). The temperature is measured at the location specified by the Device Temperature Selector parameter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.DeviceTemperatureSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceTemperature" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceTapGeometry">
<summary>
<para>Sets the tap geometry. The tap geometry uniquely describes the geometrical properties characterizing the different taps of a multi-tap camera.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, boost V CoaXPress, racer 2 CXP and racer 2S CXP</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceTapGeometry" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceTLVersionSubMinor">
<summary>
<para>Subminor version number of the device's transport layer.</para>
<para>Applies to: Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceTLVersionSubMinor" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceTLVersionMinor">
<summary>
<para>Minor version number of the device's transport layer.</para>
<para>Applies to: Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceTLVersionMinor" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceTLVersionMajor">
<summary>
<para>Major version number of the device's transport layer.</para>
<para>Applies to: Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceTLVersionMajor" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceTLType">
<summary>
<para>Indicates the type of the device's transport layer.</para>
<para>Applies to: Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceTLType" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceStreamChannelCount">
<summary>
<para>Indicates the number of streaming channels supported by the device.</para>
<para>Applies to: Stereo ace and blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceStreamChannelCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceSerialNumber">
<summary>
<para>Serial number of the camera.</para>
<para>Applies to: Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceSerialNumber" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceScanType">
<summary>
<para>Indicates the scan type of the camera's sensor (area or line scan).</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceScanType" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceSFNCVersionSubMinor">
<summary>
<para>Subminor version number of the Standard Features Naming Convention (SFNC) specification that the camera is compatible with.</para>
<para>Applies to: Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceSFNCVersionSubMinor" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceSFNCVersionMinor">
<summary>
<para>Minor version number of the Standard Features Naming Convention (SFNC) specification that the camera is compatible with.</para>
<para>Applies to: Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceSFNCVersionMinor" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceSFNCVersionMajor">
<summary>
<para>Major version number of the Standard Features Naming Convention (SFNC) specification that the camera is compatible with.</para>
<para>Applies to: Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceSFNCVersionMajor" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceReset">
<summary>
<para>Immediately resets and restarts the camera.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceReset" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceRegistersStreamingStart">
<summary>
<para>Prepares the camera for feature streaming.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, boost CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceRegistersStreamingStart" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceRegistersStreamingEnd">
<summary>
<para>Announces the end of feature streaming.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, boost CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceRegistersStreamingEnd" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceRegistersEndianness">
<summary>
<para>Endianness of the registers of the device.</para>
<para>Applies to: Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceRegistersEndianness" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceModelName">
<summary>
<para>Name of the camera model.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceModelName" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceManufacturerInfo">
<summary>
<para>Additional information from the vendor about the camera.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceManufacturerInfo" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceManifestXMLSubMinorVersion">
<summary>
<para>Subminor version number of the GenICam XML file of the selected manifest entry.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceManifestXMLSubMinorVersion" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceManifestXMLMinorVersion">
<summary>
<para>Minor version number of the GenICam XML file of the selected manifest entry.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceManifestXMLMinorVersion" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceManifestXMLMajorVersion">
<summary>
<para>Major version number of the GenICam XML file of the selected manifest entry.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceManifestXMLMajorVersion" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceManifestSchemaSubMinorVersion">
<summary>
<para>Subminor version number of the schema file of the selected manifest entry.</para>
<para>Applies to: boost V CoaXPress</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceManifestSchemaSubMinorVersion" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceManifestSchemaMinorVersion">
<summary>
<para>Minor version number of the schema file of the selected manifest entry.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceManifestSchemaMinorVersion" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceManifestSchemaMajorVersion">
<summary>
<para>Major version number of the schema file of the selected manifest entry.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceManifestSchemaMajorVersion" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceManifestPrimaryURL">
<summary>
<para>First URL to the GenICam XML device description file of the selected manifest entry.</para>
<para>Applies to: Stereo ace, ace 2 CXP, ace 2 GigE, boost CoaXPress, dart GigE, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceManifestPrimaryURL" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceLinkThroughputLimitMode">
<summary>
<para>Enables/disables the device link throughput limit. If disabled, the bandwidth used is determined by the settings of various other parameters, e.g., exposure time or frame rate.</para>
<para>Applies to: CamEmu, Stereo ace, ace 2 GigE, ace 2 USB, ace USB, dart GigE, dart USB, pulse USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.DeviceLinkSelector" /></para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.DeviceLinkThroughputLimit" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceLinkThroughputLimitMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceLinkThroughputLimit">
<summary>
<para>Bandwidth limit for data transmission (in bytes per second).</para>
<para>Applies to: CamEmu, Stereo ace, ace 2 GigE, ace 2 USB, ace USB, dart GigE, dart USB, pulse USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.DeviceLinkSelector" />, <see cref="P:Basler.Pylon.PLCamera.DeviceLinkThroughputLimitMode" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceLinkThroughputLimit" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceLinkSpeed">
<summary>
<para>Speed of transmission negotiated on the selected link.</para>
<para>Applies to: Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.DeviceLinkSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceLinkSpeed" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceLinkSelector">
<summary>
<para>Device link to be configured.</para>
<para>Applies to: Stereo ace, ace USB, blaze, dart USB and pulse USB</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.DeviceLinkConnectionCount" />, <see cref="P:Basler.Pylon.PLCamera.DeviceLinkCurrentThroughput" />, <see cref="P:Basler.Pylon.PLCamera.DeviceLinkSpeed" />, <see cref="P:Basler.Pylon.PLCamera.DeviceLinkThroughputLimit" />, <see cref="P:Basler.Pylon.PLCamera.DeviceLinkThroughputLimitMode" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceLinkSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceLinkCurrentThroughput">
<summary>
<para>Actual bandwidth (in bytes per second) that the camera will use to transmit image data and chunk data with the current camera settings.</para>
<para>Applies to: ace USB</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.DeviceLinkSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceLinkCurrentThroughput" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceLinkConnectionCount">
<summary>
<para>Returns the number of physical connection of the device used by a particular Link.</para>
<para>Applies to: Stereo ace and blaze</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.DeviceLinkSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceLinkConnectionCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceIndicatorMode">
<summary>
<para>Sets the behavior of the camera's status LED.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceIndicatorMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceID">
<summary>
<para>ID of the camera.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceID" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceGenCPVersionMinor">
<summary>
<para>Minor version of the GenCP protocol supported by the device.</para>
<para>Applies to: ace 2 USB and dart USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceGenCPVersionMinor" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceGenCPVersionMajor">
<summary>
<para>Major version of the GenCP protocol supported by the device.</para>
<para>Applies to: ace 2 USB and dart USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceGenCPVersionMajor" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceFirmwareVersion">
<summary>
<para>Version of the camera's firmware.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceFirmwareVersion" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceFeaturePersistenceStart">
<summary>
<para>Enables feature streaming on the device. Feature streaming allows you to save camera settings outside of the device.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceFeaturePersistenceStart" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceFeaturePersistenceEnd">
<summary>
<para>Disables feature streaming on the device. Feature streaming allows you to save camera settings outside of the device.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceFeaturePersistenceEnd" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceFamilyName">
<summary>
<para>Identifier of the product family of the device.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceFamilyName" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceEventChannelCount">
<summary>
<para>Indicates the number of event channels supported by the device.</para>
<para>Applies to: Stereo ace and blaze</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceEventChannelCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceColorPipelineVersion">
<summary>
<para>Version of the color modifications applied to images.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceColorPipelineVersion" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DeviceCharacterSet">
<summary>
<para>Indicates the character set used by the strings of the device's bootstrap registers.</para>
<para>Applies to: Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DeviceCharacterSet" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DepthMin">
<summary>
<para>The Minimum Depth and the Maximum Depth parameters together define the desired three-dimensional ROI. In the point cloud display, points outside the ROI will be ignored. When using the Mono16 or RGB8 pixel formats, points in front of the ROI receive the minimum distance value, while points beyond the ROI receive the maximum distance value.</para>
<para>Applies to: blaze</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DepthMin" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DepthMax">
<summary>
<para>The Minimum Depth and the Maximum Depth parameters together define the desired three-dimensional ROI. In the point cloud display, points outside the ROI will be ignored. When using the Mono16 or RGB8 pixel formats, points in front of the ROI receive the minimum distance value, while points beyond the ROI receive the maximum distance value.</para>
<para>Applies to: blaze</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DepthMax" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DemosaicingMode">
<summary>
<para>Sets the demosaicing mode.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DemosaicingMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DefectPixelCorrectionMode">
<summary>
<para>Identifies pixels that have a significantly greater or lesser intensity value than its neighboring pixels (outlier pixels) and adjusts their intensity value.</para>
<para>Applies to: dart USB and pulse USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DefectPixelCorrectionMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DecimationVertical">
<summary>
<para>Vertical decimation factor. This specifies the extent of vertical sub-sampling of the acquired frame, i.e., it defines how many rows are left out of transmission. This has the net effect of reducing the vertical resolution (height) of the image by the specified decimation factor. A value of 1 means that the camera performs no vertical decimation.</para>
<para>Applies to: CameraLink, Stereo ace, ace GigE, ace USB and boost V CoaXPress</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslAcquisitionMultiPartMode" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DecimationVertical" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.DecimationHorizontal">
<summary>
<para>Horizontal decimation factor. This specifies the extent of horizontal sub-sampling of the acquired frame, i.e., it defines how many pixel columns are left out of transmission. This has the net effect of reducing the horizontal resolution (width) of the image by the specified decimation factor. A value of 1 means that the camera performs no horizontal decimation.</para>
<para>Applies to: CameraLink, Stereo ace, ace GigE and ace USB</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslAcquisitionMultiPartMode" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=DecimationHorizontal" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpSendReceiveSelector">
<summary>
<para>Sets whether the send or the receive features can be configured.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, boost V CoaXPress, racer 2 CXP and racer 2S CXP</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.CxpConnectionSelector" /></para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.CxpConnectionTestPacketCount" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpSendReceiveSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationStatus">
<summary>
<para>Indicates the link configuration used by the device.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpLinkConfigurationStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfigurationPreferred">
<summary>
<para>Sets the link configuration that allows the device to operate in its default mode.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, boost V CoaXPress, racer 2 CXP and racer 2S CXP</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpLinkConfigurationPreferred" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpLinkConfiguration">
<summary>
<para>Sets the link configuration.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, boost V CoaXPress, racer 2 CXP and racer 2S CXP</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpLinkConfiguration" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpErrorCounterValue">
<summary>
<para>Current value of the selected CoaXPress error counter.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.CxpErrorCounterSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpErrorCounterValue" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpErrorCounterStatus">
<summary>
<para>Indicates the current status of the selected CoaXPress error counter.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.CxpErrorCounterSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpErrorCounterStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpErrorCounterSelector">
<summary>
<para>Sets which CoaXPress error counter to read or reset.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.CxpConnectionSelector" /></para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.CxpErrorCounterReset" />, <see cref="P:Basler.Pylon.PLCamera.CxpErrorCounterStatus" />, <see cref="P:Basler.Pylon.PLCamera.CxpErrorCounterValue" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpErrorCounterSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpErrorCounterReset">
<summary>
<para>Resets the selected CoaXPress error counter.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, racer 2 CXP and racer 2S CXP</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.CxpErrorCounterSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpErrorCounterReset" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpConnectionTestPacketCount">
<summary>
<para>Number of test packets received by the device on the connection selected by the Cxp Connection Selector parameter.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, boost V CoaXPress, racer 2 CXP and racer 2S CXP</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.CxpSendReceiveSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpConnectionTestPacketCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpConnectionTestMode">
<summary>
<para>Sets the test mode for an individual physical connection of the device.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, boost V CoaXPress, racer 2 CXP and racer 2S CXP</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.CxpConnectionSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpConnectionTestMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpConnectionTestErrorCount">
<summary>
<para>Number of test packet connection errors received by the device on the connection selected by the Connection Selector parameter.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, boost V CoaXPress, racer 2 CXP and racer 2S CXP</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.CxpConnectionSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpConnectionTestErrorCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CxpConnectionSelector">
<summary>
<para>Sets the CoaXPress physical connection to control.</para>
<para>Applies to: ace 2 CXP, boost CoaXPress, boost V CoaXPress, racer 2 CXP and racer 2S CXP</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.CxpConnectionTestErrorCount" />, <see cref="P:Basler.Pylon.PLCamera.CxpConnectionTestMode" />, <see cref="P:Basler.Pylon.PLCamera.CxpErrorCounterSelector" />, <see cref="P:Basler.Pylon.PLCamera.CxpSendReceiveSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CxpConnectionSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CriticalTemperatureEventTimestamp">
<summary>
<para>Timestamp of the Critical Temperature event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CriticalTemperatureEventTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CriticalTemperatureEventStreamChannelIndex">
<summary>
<para>Stream channel index of the Critical Temperature event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CriticalTemperatureEventStreamChannelIndex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CriticalTemperature">
<summary>
<para>Indicates whether the critical temperature has been reached.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CriticalTemperature" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterValue">
<summary>
<para>Current value of the counter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.CounterSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CounterValue" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerSource">
<summary>
<para>Sets the signal used to start the selected counter. If you start a counter, it will not necessarily start counting. If and when the counter counts, depends on the Counter Event Source parameter value.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.CounterSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CounterTriggerSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterTriggerActivation">
<summary>
<para>Sets the type of signal transition that will start the counter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.CounterSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CounterTriggerActivation" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterStatus">
<summary>
<para>Returns the current status of the counter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.CounterSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CounterStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterSelector">
<summary>
<para>Sets which counter can be configured. All changes to the counter settings will be applied to the selected counter.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.CounterDuration" />, <see cref="P:Basler.Pylon.PLCamera.CounterEventActivation" />, <see cref="P:Basler.Pylon.PLCamera.CounterEventSource" />, <see cref="P:Basler.Pylon.PLCamera.CounterReset" />, <see cref="P:Basler.Pylon.PLCamera.CounterResetActivation" />, <see cref="P:Basler.Pylon.PLCamera.CounterResetSource" />, <see cref="P:Basler.Pylon.PLCamera.CounterStatus" />, <see cref="P:Basler.Pylon.PLCamera.CounterTriggerActivation" />, <see cref="P:Basler.Pylon.PLCamera.CounterTriggerSource" />, <see cref="P:Basler.Pylon.PLCamera.CounterValue" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CounterSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetSource">
<summary>
<para>Sets which source signal will reset the currently selected counter.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.CounterSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CounterResetSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterResetActivation">
<summary>
<para>Sets which type of signal transition will reset the counter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.CounterSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CounterResetActivation" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterReset">
<summary>
<para>Immediately resets the selected counter. The counter starts counting again immediately after the reset.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.CounterSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CounterReset" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventSource">
<summary>
<para>Sets which event increases the currently selected counter.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.CounterSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CounterEventSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterEventActivation">
<summary>
<para>Sets the type of signal transition that the counter will count.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.CounterSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CounterEventActivation" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CounterDuration">
<summary>
<para>Number of times a sequencer set is used before the Counter End event is generated.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.CounterSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CounterDuration" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ConfidenceThreshold">
<summary>
<para>Pixels have to exceed the confidence value specified here in order to be taken into account for the distance measurement. The threshold value is based on the gray values of the confidence map.</para>
<para>Applies to: blaze</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ConfidenceThreshold" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ComponentSelector">
<summary>
<para>Selects a component to activate/deactivate its data streaming.</para>
<para>Applies to: Stereo ace and blaze</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslAcquisitionMultiPartMode" /></para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ComponentEnable" />, <see cref="P:Basler.Pylon.PLCamera.ComponentIDValue" />, <see cref="P:Basler.Pylon.PLCamera.PixelFormat" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ComponentSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ComponentIDValue">
<summary>
<para>Returns a unique Identifier value that correspond to the selected Component type.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslAcquisitionMultiPartMode" />, <see cref="P:Basler.Pylon.PLCamera.ComponentSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ComponentIDValue" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ComponentEnable">
<summary>
<para>Controls if the selected component streaming is active.</para>
<para>Applies to: Stereo ace and blaze</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslAcquisitionMultiPartMode" />, <see cref="P:Basler.Pylon.PLCamera.ComponentSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ComponentEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorTransformationValueSelector">
<summary>
<para>Sets which element will be entered in the color transformation matrix. Depending on the camera model, some elements in the color transformation matrix may be preset and can't be changed.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ColorTransformationSelector" /></para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ColorTransformationValue" />, <see cref="P:Basler.Pylon.PLCamera.ColorTransformationValueRaw" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ColorTransformationValueSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorTransformationValueRaw">
<summary>
<para>Transformation value for the selected element in the color transformation matrix (raw value).</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ColorTransformationValueSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ColorTransformationValueRaw" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorTransformationValue">
<summary>
<para>Transformation value for the selected element in the color transformation matrix.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ColorTransformationSelector" />, <see cref="P:Basler.Pylon.PLCamera.ColorTransformationValueSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ColorTransformationValue" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorTransformationSelector">
<summary>
<para>Sets which type of color transformation will be performed.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ColorTransformationEnable" />, <see cref="P:Basler.Pylon.PLCamera.ColorTransformationValue" />, <see cref="P:Basler.Pylon.PLCamera.ColorTransformationValueSelector" />, <see cref="P:Basler.Pylon.PLCamera.LightSourceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ColorTransformationSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorTransformationMatrixFactorRaw">
<summary>
<para>Extent to which the color matrix influences the color values (raw value). If set to 0, the matrix is effectively disabled.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ColorTransformationMatrixFactorRaw" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorTransformationMatrixFactor">
<summary>
<para>Extent to which the color matrix influences the color values. If set to 0, the matrix is effectively disabled.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ColorTransformationMatrixFactor" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorTransformationEnable">
<summary>
<para>Enables color transformation.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ColorTransformationSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ColorTransformationEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorSpace">
<summary>
<para>Sets the color space for image acquisitions. Note that the gamma correction value also influences the perception of brightness in the resulting images.</para>
<para>Applies to: ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ColorSpace" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorOverexposureCompensationAOIWidth">
<summary>
<para>Sets the width for the selected Color Overexposure Compensation AOI.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ColorOverexposureCompensationAOISelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ColorOverexposureCompensationAOIWidth" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorOverexposureCompensationAOISelector">
<summary>
<para>Selcts the area of interest where color overexposure compensation will be performed. </para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ColorOverexposureCompensationAOIEnable" />, <see cref="P:Basler.Pylon.PLCamera.ColorOverexposureCompensationAOIFactor" />, <see cref="P:Basler.Pylon.PLCamera.ColorOverexposureCompensationAOIFactorRaw" />, <see cref="P:Basler.Pylon.PLCamera.ColorOverexposureCompensationAOIHeight" />, <see cref="P:Basler.Pylon.PLCamera.ColorOverexposureCompensationAOIOffsetX" />, <see cref="P:Basler.Pylon.PLCamera.ColorOverexposureCompensationAOIOffsetY" />, <see cref="P:Basler.Pylon.PLCamera.ColorOverexposureCompensationAOIWidth" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ColorOverexposureCompensationAOISelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorOverexposureCompensationAOIOffsetY">
<summary>
<para>Sets the vertical offset for the selected Color Overexposure Compensation AOI.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ColorOverexposureCompensationAOISelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ColorOverexposureCompensationAOIOffsetY" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorOverexposureCompensationAOIOffsetX">
<summary>
<para>Sets the horizontal offset for the selected Color Overexposure Compensation AOI.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ColorOverexposureCompensationAOISelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ColorOverexposureCompensationAOIOffsetX" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorOverexposureCompensationAOIHeight">
<summary>
<para>Sets the height for the selected Color Overexposure Compensation AOI.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ColorOverexposureCompensationAOISelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ColorOverexposureCompensationAOIHeight" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorOverexposureCompensationAOIFactorRaw">
<summary>
<para>Sets the raw value for the color overexposure compensation factor.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ColorOverexposureCompensationAOISelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ColorOverexposureCompensationAOIFactorRaw" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorOverexposureCompensationAOIFactor">
<summary>
<para>Sets the color overexposure compensation factor controlling the extent of compensation for the selected C.O.C. AOI.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Guru</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ColorOverexposureCompensationAOISelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ColorOverexposureCompensationAOIFactor" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorOverexposureCompensationAOIEnable">
<summary>
<para>Enables color overexposure compensation.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ColorOverexposureCompensationAOISelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ColorOverexposureCompensationAOIEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorAdjustmentSelector">
<summary>
<para>Sets which color in your images will be adjusted.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ColorAdjustmentHue" />, <see cref="P:Basler.Pylon.PLCamera.ColorAdjustmentHueRaw" />, <see cref="P:Basler.Pylon.PLCamera.ColorAdjustmentSaturation" />, <see cref="P:Basler.Pylon.PLCamera.ColorAdjustmentSaturationRaw" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ColorAdjustmentSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorAdjustmentSaturationRaw">
<summary>
<para>Saturation adjustment value to be applied to the currently selected color channel (raw value).</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ColorAdjustmentSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ColorAdjustmentSaturationRaw" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorAdjustmentSaturation">
<summary>
<para>Saturation adjustment value to be applied to the currently selected color channel.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ColorAdjustmentSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ColorAdjustmentSaturation" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorAdjustmentReset">
<summary>
<para>Allows you to restore the color adjustment settings that were in force before the settings were last changed.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ColorAdjustmentReset" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorAdjustmentHueRaw">
<summary>
<para>Hue adjustment value to be applied to the currently selected color channel (raw value).</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ColorAdjustmentSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ColorAdjustmentHueRaw" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorAdjustmentHue">
<summary>
<para>Hue adjustment value to be applied to the currently selected color channel.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ColorAdjustmentSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ColorAdjustmentHue" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ColorAdjustmentEnable">
<summary>
<para>Enables color adjustment.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ColorAdjustmentEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClearLastError">
<summary>
<para>Clears the last error. If a previous error exists, the previous error can still be retrieved.</para>
<para>Applies to: CameraLink, ace GigE and blaze</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ClearLastError" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClTimeSlots">
<summary>
<para>Sets the number of time slots.</para>
<para>Applies to: CameraLink</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ClTimeSlots" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClTapGeometry">
<summary>
<para>Sets the tap geometry. The tap geometry uniquely describes the geometrical properties characterizing the different taps of a multi-tap camera.</para>
<para>Applies to: CameraLink</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ClTapGeometry" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClSerialPortBaudRate">
<summary>
<para>Sets the serial port baud rate.</para>
<para>Applies to: CameraLink</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ClSerialPortBaudRate" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClPixelClockAbs">
<summary>
<para>Pixel clock used in the communication with the frame grabber in Hz.</para>
<para>Applies to: CameraLink</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ClPixelClockAbs" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClPixelClock">
<summary>
<para>Sets the pixel clock used in the communication with the frame grabber. The pixel clock speed determines the rate at which pixel data will be transmitted from the camera to the frame grabber.</para>
<para>Applies to: CameraLink</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ClPixelClock" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClInterLineDelayRaw">
<summary>
<para>Delay between the end of transmission of one line and the start of transmission of the next line (raw value). This value will be adjusted automatically to the nearest multiple of the currently selected pixel clock. The line valid signal (LVAL) remains low while the delay is in force. The default value of the parameter is the minimum inter-line delay.</para>
<para>Applies to: CameraLink</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ClInterLineDelayRaw" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClInterLineDelayAbs">
<summary>
<para>Delay (in microseconds) between the end of transmission of one line and the start of transmission of the next line. This value will be adjusted automatically to the nearest multiple of the currently selected pixel clock. The line valid signal (LVAL) remains low while the delay is in force. The default value of the parameter is the minimum inter-line delay.</para>
<para>Applies to: CameraLink</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ClInterLineDelayAbs" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ClConfiguration">
<summary>
<para>Sets the configuration type. The configuration type determines the amount of data that can be transmitted.</para>
<para>Applies to: CameraLink</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ClConfiguration" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkWidth">
<summary>
<para>Width of the AOI of the acquired image.</para>
<para>Applies to: Stereo ace, ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ChunkComponentSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkWidth" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkVirtLineStatusAll">
<summary>
<para>Status of all of the camera's virtual input and output lines when the image was acquired.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkVirtLineStatusAll" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkTriggerinputcounter">
<summary>
<para>Value of the Trigger Input counter when the image was acquired.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkTriggerinputcounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkTimestamp">
<summary>
<para>Value of the timestamp when the image was acquired.</para>
<para>Applies to: Stereo ace, ace GigE and ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkStride">
<summary>
<para>Number of bytes of data between the beginning of one line in the acquired image and the beginning of the next line in the acquired image.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkStride" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkShaftEncoderCounter">
<summary>
<para>Value of the Shaft Encoder counter when the image was acquired.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkShaftEncoderCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSequencerSetActive">
<summary>
<para>Index of the active sequencer set.</para>
<para>Applies to: ace 2 GigE, ace 2 USB and ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkSequencerSetActive" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSequenceSetIndex">
<summary>
<para>Sequence set index number related to the acquired image.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkSequenceSetIndex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkSelector">
<summary>
<para>Sets which chunk can be enabled. The chunk can be enabled using the Chunk Enable parameter.</para>
<para>Applies to: Stereo ace, ace 2 GigE, ace 2 USB, ace GigE, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ChunkEnable" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkScan3dPrincipalPointV">
<summary>
<para>Vertical position of the principal point.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ChunkComponentSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkScan3dPrincipalPointV" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkScan3dPrincipalPointU">
<summary>
<para>Horizontal position of the principal point.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ChunkComponentSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkScan3dPrincipalPointU" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkScan3dOutputMode">
<summary>
<para>Returns the Calibrated Mode of the payload image.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkScan3dOutputMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkScan3dInvalidDataValue">
<summary>
<para>Returns the value which identifies a non-valid pixel.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ChunkScan3dCoordinateSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkScan3dInvalidDataValue" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkScan3dInvalidDataFlag">
<summary>
<para>Returns if a specific non-valid data flag is used in the payload image.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ChunkScan3dCoordinateSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkScan3dInvalidDataFlag" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkScan3dFocalLength">
<summary>
<para>Focal length of the camera in pixels.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ChunkComponentSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkScan3dFocalLength" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkScan3dDistanceUnit">
<summary>
<para>Returns the Distance Unit of the payload image.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkScan3dDistanceUnit" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkScan3dCoordinateSelector">
<summary>
<para>Selects which Coordinate to retrieve data from.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ChunkScan3dCoordinateOffset" />, <see cref="P:Basler.Pylon.PLCamera.ChunkScan3dCoordinateScale" />, <see cref="P:Basler.Pylon.PLCamera.ChunkScan3dInvalidDataFlag" />, <see cref="P:Basler.Pylon.PLCamera.ChunkScan3dInvalidDataValue" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkScan3dCoordinateSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkScan3dCoordinateScale">
<summary>
<para>Returns the scale factor when transforming a pixel from relative coordinates to world coordinates.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ChunkScan3dCoordinateSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkScan3dCoordinateScale" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkScan3dCoordinateOffset">
<summary>
<para>Returns the offset when transforming a pixel from relative coordinates to world coordinates.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ChunkScan3dCoordinateSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkScan3dCoordinateOffset" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkScan3dBaseline">
<summary>
<para>Baseline of the stereo cameras in m.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkScan3dBaseline" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelFormat">
<summary>
<para>Indicates the pixel format of the acquired image.</para>
<para>Applies to: Stereo ace, ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ChunkComponentSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkPixelFormat" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelDynamicRangeMin">
<summary>
<para>Minimum possible pixel value in the acquired image.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkPixelDynamicRangeMin" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPixelDynamicRangeMax">
<summary>
<para>Maximum possible pixel value in the acquired image.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkPixelDynamicRangeMax" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPayloadCRC16">
<summary>
<para>CRC checksum of the acquired image. The checksum is calculated using all of the image data and all of the appended chunks except for the checksum itself.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace GigE, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkPayloadCRC16" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkPartIndex">
<summary>
<para>Returns index of the image part in this block depending on selected component.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ChunkComponentSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkPartIndex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkOffsetY">
<summary>
<para>Y offset of the AOI of the acquired image.</para>
<para>Applies to: Stereo ace, ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ChunkComponentSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkOffsetY" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkOffsetX">
<summary>
<para>X offset of the AOI of the acquired image.</para>
<para>Applies to: Stereo ace, ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ChunkComponentSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkOffsetX" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkModeActive">
<summary>
<para>Enables the chunk mode.</para>
<para>Applies to: Stereo ace, ace 2 GigE, ace 2 USB, ace GigE, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkModeActive" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkLineTriggerIgnoredCounter">
<summary>
<para>Value of the Line Trigger Ignored counter when the image was acquired.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkLineTriggerIgnoredCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkLineTriggerEndToEndCounter">
<summary>
<para>Value of the Line Trigger End to End counter when the image was acquired.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkLineTriggerEndToEndCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkLineTriggerCounter">
<summary>
<para>Value of the Line Trigger counter when the image was acquired.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkLineTriggerCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkLineStatusAll">
<summary>
<para>Bit field that indicates the status of all of the camera's input and output lines when the image was acquired.</para>
<para>Applies to: Stereo ace, ace 2 GigE, ace 2 USB, ace GigE, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkLineStatusAll" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkLineStatus">
<summary>
<para>Returns the current status of the selected input or output Line.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ChunkLineSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkLineStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkLineSource">
<summary>
<para>Line source for selected line.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ChunkLineSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkLineSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkLineSelector">
<summary>
<para>Selects the output for which to read the LineSource.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ChunkBslLineRatio" />, <see cref="P:Basler.Pylon.PLCamera.ChunkLineSource" />, <see cref="P:Basler.Pylon.PLCamera.ChunkLineStatus" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkLineSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkInputStatusAtLineTriggerValue">
<summary>
<para>Value indicating the status of the camera's input lines when a specific line was acquired. The information is stored in a 4-bit value (bit 0 = input line 1 state, bit 1 = input line 2 state etc.). For more information, see the Status Index parameter documentation.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkInputStatusAtLineTriggerValue" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkInputStatusAtLineTriggerIndex">
<summary>
<para>Index number used for the Input Status At Line Trigger parameter. The index number can be used to get the state of the camera's input lines when a specific line was acquired. For example, if you want to know the state of the camera's input lines when line 30 was acquired, set the index to 30, then retrieve the value of Status Index parameter.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkInputStatusAtLineTriggerIndex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkInputStatusAtLineTriggerBitsPerLine">
<summary>
<para>Number of bits per line used for the Input Status At Line Trigger parameter.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkInputStatusAtLineTriggerBitsPerLine" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkHeight">
<summary>
<para>AOI height of the acquired image.</para>
<para>Applies to: Stereo ace, ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ChunkComponentSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkHeight" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkGainSelector">
<summary>
<para>Sets which gain channel to retrieve chunk data from.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ChunkGain" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkGainSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkGainAll">
<summary>
<para>Gain All value of the acquired image.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkGainAll" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkGain">
<summary>
<para>Gain used during image acquisition.</para>
<para>Applies to: Stereo ace, ace 2 GigE, ace 2 USB, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ChunkGainSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkGain" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkFramesPerTriggerCounter">
<summary>
<para>Value of the Frames per Trigger counter when the image was acquired.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkFramesPerTriggerCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkFramecounter">
<summary>
<para>Value of the Frame counter when the image was acquired.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkFramecounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkFrameTriggerIgnoredCounter">
<summary>
<para>Value of the Frame Trigger Ignored counter when the image was acquired.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkFrameTriggerIgnoredCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkFrameTriggerCounter">
<summary>
<para>Value of the Frame Trigger counter when the image was acquired.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkFrameTriggerCounter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkFrameID">
<summary>
<para>Unique identifier of the current frame. The frame ID starts at 0 and keeps incrementing by 1 for each exposed image until the camera is powered off. The maximum value is 2^48.</para>
<para>Applies to: Stereo ace, ace 2 GigE, ace 2 USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkFrameID" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkExposureTimeSelector">
<summary>
<para>Sets which exposure time to retrieve chunk data from.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ChunkExposureTime" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkExposureTimeSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkExposureTime">
<summary>
<para>Exposure time used to acquire the image.</para>
<para>Applies to: Stereo ace, ace 2 GigE, ace 2 USB, ace GigE, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ChunkExposureTimeSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkExposureTime" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkEnable">
<summary>
<para>Includes the currently selected chunk in the payload data.</para>
<para>Applies to: Stereo ace, ace 2 GigE, ace 2 USB, ace GigE, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ChunkSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkDynamicRangeMin">
<summary>
<para>Minimum possible pixel value in the acquired image.</para>
<para>Applies to: ace 2 GigE and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkDynamicRangeMin" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkDynamicRangeMax">
<summary>
<para>Maximum possible pixel value in the acquired image.</para>
<para>Applies to: ace 2 GigE and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkDynamicRangeMax" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkDecimationVertical">
<summary>
<para>Vertical sub-sampling of the image.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ChunkComponentSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkDecimationVertical" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkDecimationHorizontal">
<summary>
<para>Horizontal sub-sampling of the image.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ChunkComponentSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkDecimationHorizontal" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkCounterValue">
<summary>
<para>Value of the selected chunk counter.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ChunkCounterSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkCounterValue" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkCounterSelector">
<summary>
<para>Sets which counter to retrieve chunk data from.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, ace USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ChunkCounterValue" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkCounterSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkComponents">
<summary>
<para>Returns the bitmask of components contained in this block.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkComponents" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkComponentSelector">
<summary>
<para>Selects the Component from which to retreive data from.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ChunkComponentID" />, <see cref="P:Basler.Pylon.PLCamera.ChunkComponentIDValue" />, <see cref="P:Basler.Pylon.PLCamera.ChunkDecimationHorizontal" />, <see cref="P:Basler.Pylon.PLCamera.ChunkDecimationVertical" />, <see cref="P:Basler.Pylon.PLCamera.ChunkHeight" />, <see cref="P:Basler.Pylon.PLCamera.ChunkOffsetX" />, <see cref="P:Basler.Pylon.PLCamera.ChunkOffsetY" />, <see cref="P:Basler.Pylon.PLCamera.ChunkPartIndex" />, <see cref="P:Basler.Pylon.PLCamera.ChunkPixelFormat" />, <see cref="P:Basler.Pylon.PLCamera.ChunkScan3dFocalLength" />, <see cref="P:Basler.Pylon.PLCamera.ChunkScan3dPrincipalPointU" />, <see cref="P:Basler.Pylon.PLCamera.ChunkScan3dPrincipalPointV" />, <see cref="P:Basler.Pylon.PLCamera.ChunkWidth" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkComponentSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkComponentIDValue">
<summary>
<para>Returns a unique Identifier value that corresponds to the selected chunk component.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ChunkComponentSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkComponentIDValue" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkComponentID">
<summary>
<para>Returns the component of the payload image. This can be used to identify the image component of a generic part in a multi-part transfer.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ChunkComponentSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkComponentID" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkBslReducedDepthRange">
<summary>
<para>Signals if the depth range had to be reduced due to memory limits.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkBslReducedDepthRange" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkBslNoise">
<summary>
<para>Returns the noise of the image.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkBslNoise" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkBslMinDepth">
<summary>
<para>Minimum depth that was used. This can be higher than anticipated due to camera or memory requirements.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkBslMinDepth" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkBslMaxDepth">
<summary>
<para>Maximum depth that was used.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkBslMaxDepth" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ChunkBslLineRatio">
<summary>
<para>Returns the exposure ratio of the selected output line.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ChunkLineSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ChunkBslLineRatio" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CenterY">
<summary>
<para>Centers the image vertically.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CenterY" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CenterX">
<summary>
<para>Centers the image horizontally.</para>
<para>Applies to: CameraLink, ace GigE and ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CenterX" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.CameraOperationMode">
<summary>
<para>Sets the camera operation mode.</para>
<para>Applies to: ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=CameraOperationMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslVignettingCorrectionMode">
<summary>
<para>Enables the vignetting correction. This feature allows you to remove vignetting artifacts from your images. To do this, you first have to create vignetting correction data. For more information, see the Basler Product Documentation.</para>
<para>Applies to: boost CoaXPress</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslVignettingCorrectionMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslVignettingCorrectionLoad">
<summary>
<para>Loads the vignetting correction data from the camera's file system and applies them to the camera.</para>
<para>Applies to: boost CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslVignettingCorrectionLoad" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslUSBSpeedMode">
<summary>
<para>Indicates the speed mode of the USB port.</para>
<para>Applies to: ace 2 USB, ace USB, dart USB and pulse USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslUSBSpeedMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslUSBPowerSource">
<summary>
<para>Indicates how power is supplied to the device.</para>
<para>Applies to: ace 2 USB and dart USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslUSBPowerSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTwiWrite">
<summary>
<para>Triggers a write transfer.</para>
<para>Applies to: dart USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslTwiWrite" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTwiUpdateTransferStatus">
<summary>
<para>Triggers an update of the transfer status.</para>
<para>Applies to: dart USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslTwiUpdateTransferStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTwiTransferStatus">
<summary>
<para>Indicates the status of an accepted read or write transfer.</para>
<para>Applies to: dart USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslTwiTransferStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTwiTransferLength">
<summary>
<para>Number of bytes to be transferred from or to the transfer buffer.</para>
<para>Applies to: dart USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslTwiTransferLength" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTwiTransferBuffer">
<summary>
<para>Buffer that holds data to be written or data that was read.</para>
<para>Applies to: dart USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslTwiTransferBuffer" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTwiTargetAddress">
<summary>
<para>Address of the target device.</para>
<para>Applies to: dart USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslTwiTargetAddress" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTwiRead">
<summary>
<para>Triggers a read transfer.</para>
<para>Applies to: dart USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslTwiRead" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTwiPullSdaLow">
<summary>
<para>Pulls SDA low, which is rarely needed. When SDA is pulled low, TWI communication isn't possible.</para>
<para>Applies to: dart USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslTwiPullSdaLow" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTwiPullSclLow">
<summary>
<para>Pulls SCL low, which is rarely needed. When SCL is pulled low, TWI communication isn't possible.</para>
<para>Applies to: dart USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslTwiPullSclLow" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTwiBitrate">
<summary>
<para>Sets the bit rate for TWI communication.</para>
<para>Applies to: dart USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslTwiBitrate" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTransferBitDepthMode">
<summary>
<para>Sets the transfer bit depth mode.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslTransferBitDepthMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTransferBitDepth">
<summary>
<para>Sets the bit depth used for internal image processing. Lowering the transfer bit depth increases the frame rate, but image quality may degrade.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslTransferBitDepth" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTemperatureStatusErrorCount">
<summary>
<para>Indicates how often the temperature state changed to Error.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslTemperatureStatusErrorCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTemperatureStatus">
<summary>
<para>Indicates the temperature state.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslTemperatureStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslTemperatureMax">
<summary>
<para>Indicates the maximum temperature the camera reached during operation.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslTemperatureMax" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSystemReady">
<summary>
<para>Returns if the system is ready (fully booted).</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSystemReady" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionYCoordinate">
<summary>
<para>Y coordinate of the defect pixel to be corrected.</para>
<para>Applies to: boost V CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslStaticDefectPixelCorrectionYCoordinate" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionXSelector">
<summary>
<para>Sets which x coordinate entry can be configured.</para>
<para>Applies to: boost V CoaXPress</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionXCoordinate" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslStaticDefectPixelCorrectionXSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionXCoordinate">
<summary>
<para>X coordinate of the defect pixel to be corrected.</para>
<para>Applies to: boost V CoaXPress</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionXSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslStaticDefectPixelCorrectionXCoordinate" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionTestMode">
<summary>
<para>Enables or disables the static defect pixel correction test mode. In test mode, all corrected pixels are set to completely white. This helps to find pixels that are being corrected in your images.</para>
<para>Applies to: boost V CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslStaticDefectPixelCorrectionTestMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionSave">
<summary>
<para>Saves changes to the defect pixel coordinates to flash memory.</para>
<para>Applies to: boost V CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslStaticDefectPixelCorrectionSave" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionReload">
<summary>
<para>Reloads the user defect pixel correction file. This command must be executed if the user defect pixel correction file has been uploaded for the first time or has been updated.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslStaticDefectPixelCorrectionReload" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionMode">
<summary>
<para>Sets the static defect pixel correction mode.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, boost V CoaXPress and dart GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslStaticDefectPixelCorrectionMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionMaxDefects">
<summary>
<para>Maximum number of defect pixels that the factory or user correction file can contain.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslStaticDefectPixelCorrectionMaxDefects" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionFileStatus">
<summary>
<para>Returns the file status of the defect pixel correction file.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslStaticDefectPixelCorrectionFileStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionCount">
<summary>
<para>Indicates how many defect pixels are being corrected.</para>
<para>Applies to: boost V CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslStaticDefectPixelCorrectionCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslStaticDefectPixelCorrectionClearAll">
<summary>
<para>Clears all custom defect pixel coordinates. All Static Defect Pixel Correction X Coordinate parameter values will be set to 0xFFFF.</para>
<para>Applies to: boost V CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslStaticDefectPixelCorrectionClearAll" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSpatialCorrectionStride">
<summary>
<para>Number of acquisitions that have to be buffered in order to combine the correct line data for spatial correction. The sign indicates the direction of spatial correction.</para>
<para>Applies to: racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSpatialCorrectionStride" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSpatialCorrectionDirectionReversal">
<summary>
<para>Sets the signal source to be used to trigger a reversal of the defined spatial correction direction. A high signal level triggers a reversal of the direction.</para>
<para>Applies to: racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSpatialCorrectionDirectionReversal" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSharpnessEnhancement">
<summary>
<para>Sharpening value to be applied. The higher the sharpness, the more distinct the image subject's contours will be. However, very high values may result in image information loss.</para>
<para>Applies to: ace 2 GigE, ace 2 USB and dart USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSharpnessEnhancement" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslShadingCorrectionTargetValue">
<summary>
<para>Relative target value of the sensor brightness you want to achieve. This parameter is only available when creating PRNU shading correction sets. Only pixels with a Shading Correction Absolute Target Value parameter lower than the Shading Correction Maximum Measured Value are corrected.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslShadingCorrectionSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslShadingCorrectionTargetValue" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslShadingCorrectionSetStatus">
<summary>
<para>Returns the status of the shading correction set.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslShadingCorrectionSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslShadingCorrectionSetStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslShadingCorrectionSetIndex">
<summary>
<para>Index number of the shading correction set to be created.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslShadingCorrectionSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslShadingCorrectionSetIndex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslShadingCorrectionSetCreateStatus">
<summary>
<para>Indicates the status of the shading correction set created.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslShadingCorrectionSetCreateStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslShadingCorrectionSetCreateResult">
<summary>
<para>Indicates the result of the shading correction set creation.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslShadingCorrectionSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslShadingCorrectionSetCreateResult" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslShadingCorrectionSetCreate">
<summary>
<para>Creates a shading correction set.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslShadingCorrectionSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslShadingCorrectionSetCreate" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslShadingCorrectionSelector">
<summary>
<para>Sets the shading correction type to be performed.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.BslShadingCorrectionAbsoluteTargetValue" />, <see cref="P:Basler.Pylon.PLCamera.BslShadingCorrectionMaximumMeasuredValue" />, <see cref="P:Basler.Pylon.PLCamera.BslShadingCorrectionMode" />, <see cref="P:Basler.Pylon.PLCamera.BslShadingCorrectionSetCreate" />, <see cref="P:Basler.Pylon.PLCamera.BslShadingCorrectionSetCreateResult" />, <see cref="P:Basler.Pylon.PLCamera.BslShadingCorrectionSetIndex" />, <see cref="P:Basler.Pylon.PLCamera.BslShadingCorrectionSetStatus" />, <see cref="P:Basler.Pylon.PLCamera.BslShadingCorrectionTargetValue" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslShadingCorrectionSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslShadingCorrectionMode">
<summary>
<para>Sets the shading correction mode.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslShadingCorrectionSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslShadingCorrectionMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslShadingCorrectionMaximumMeasuredValue">
<summary>
<para>Maximum brightness value detected by the camera during the creation of a PRNU shading correction set.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslShadingCorrectionSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslShadingCorrectionMaximumMeasuredValue" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslShadingCorrectionAbsoluteTargetValue">
<summary>
<para>Absolute target value of the sensor brightness. This is the actual brightness value that has been calculated based on the sensor bit depth of your camera.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslShadingCorrectionSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslShadingCorrectionAbsoluteTargetValue" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialTxFifoOverflow">
<summary>
<para>Indicates whether the transmitting FIFO has overflown.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSerialTxFifoOverflow" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialTxFifoEmpty">
<summary>
<para>Indicates whether the transmitting FIFO is empty.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSerialTxFifoEmpty" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialTxBreak">
<summary>
<para>Signals a break to a receiver connected to the camera, or terminates the break. If this parameter is set to true, a serial break is signaled by setting the serial output to low level (space). If this parameter is set to false, the serial output is reset to high (mark).</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSerialTxBreak" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialTransmit">
<summary>
<para>Initiates a transmitting transaction to the serial output buffer. Set the correct transfer length before you issue a transmit command.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSerialTransmit" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialTransferLength">
<summary>
<para>Effective number of serial frames in a Rx or Tx data transfer. The maximum number of data frames is 16.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSerialTransferLength" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialTransferBuffer">
<summary>
<para>Buffer that holds Rx or Tx transfer data in the controller domain. Data is displayed in hexadecimal notation. Transfer starts with the leftmost data.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSerialTransferBuffer" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialRxStopBitError">
<summary>
<para>Indicates the stop bit error status of the receiving FIFO.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSerialRxStopBitError" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialRxSource">
<summary>
<para>Sets the source of the Rx serial input.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSerialRxSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialRxParityError">
<summary>
<para>Indicates the parity error status of the receiving FIFO.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSerialRxParityError" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialRxFifoOverflow">
<summary>
<para>Indicates the overflow status of the receiving FIFO.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSerialRxFifoOverflow" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialRxBreakReset">
<summary>
<para>Resets the incoming break status.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSerialRxBreakReset" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialRxBreak">
<summary>
<para>Indicates the incoming break signal status.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSerialRxBreak" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialReceive">
<summary>
<para>Initiates a receiving transaction from the serial input buffer. When the transaction has been completed, the Serial Transfer Length parameter indicates the number of valid data units received.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSerialReceive" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialParity">
<summary>
<para>Sets which kind of parity check is performed.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSerialParity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialNumberOfStopBits">
<summary>
<para>Sets the number of stop bits used in serial communication.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSerialNumberOfStopBits" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialNumberOfDataBits">
<summary>
<para>Sets the number of data bits used in serial communication.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSerialNumberOfDataBits" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSerialBaudRate">
<summary>
<para>Sets the baud rate used in serial communication.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and racer 2 CXP</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSerialBaudRate" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSensorState">
<summary>
<para>Returns the current power state of the sensor.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSensorState" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSensorStandby">
<summary>
<para>Puts the sensor in standby mode. In standby mode, power consumption is reduced significantly, which results in a lower camera temperature. Certain parameters can only be configured when the sensor is in standby mode.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSensorStandby" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSensorOn">
<summary>
<para>Switches the sensor power on.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSensorOn" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSensorOff">
<summary>
<para>Switches the sensor power off.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSensorOff" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSensorBitDepthMode">
<summary>
<para>Sets the sensor bit depth mode.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSensorBitDepthMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSensorBitDepth">
<summary>
<para>Sets the bit depth of the image sensor's data output. You can set the sensor bit depth independently of the pixel format used if the Sensor Bit Depth Mode parameter is set to Manual. If that parameter is set to Auto, the sensor bit depth is adjusted automatically depending on the pixel format used.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSensorBitDepth" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSensorAcquisitionMode">
<summary>
<para>Sets the sensor acquisition mode.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSensorAcquisitionMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslScalingFactor">
<summary>
<para>Scaling factor to be applied to all images. Scaling is performed using the Pixel Beyond feature.</para>
<para>Applies to: ace 2 GigE, ace 2 USB and dart USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslScalingFactor" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSaturationValue">
<summary>
<para>Adjusting the saturation changes the colorfulness (intensity) of the colors. A higher saturation, for example, makes colors easier to distinguish.</para>
<para>Applies to: dart USB and pulse USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSaturationValue" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSaturationRaw">
<summary>
<para>Adjusting the saturation changes the colorfulness (intensity) of the colors. A higher saturation, for example, makes colors easier to distinguish.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSaturationRaw" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslSaturation">
<summary>
<para>Adjusting the saturation changes the colorfulness (intensity) of the colors. A higher saturation, for example, makes colors easier to distinguish.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslSaturation" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslResultingTransferLineRate">
<summary>
<para>Maximum number of lines that can be transferred per second with current camera settings. This value indicates the peak line rate to be expected at the camera's output.</para>
<para>Applies to: racer 2 CXP</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslResultingTransferLineRate" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslResultingTransferFrameRate">
<summary>
<para>Maximum number of frames that can be transferred per second with current camera settings. This value indicates the peak frame rate to be expected at the camera's output. In High Speed burst mode, this value is usually lower than the Resulting Acquisition Frame Rate parameter value.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslResultingTransferFrameRate" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslResultingFrameBurstRate">
<summary>
<para>Maximum number of bursts per second with current camera settings.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and dart USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslResultingFrameBurstRate" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslResultingAcquisitionLineRate">
<summary>
<para>Maximum number of lines in kHz that can be acquired with current camera settings.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslResultingAcquisitionLineRate" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslResultingAcquisitionFrameRate">
<summary>
<para>Maximum number of frames that can be acquired per second with current camera settings. In High Speed burst mode, this value is usually higher than the Resulting Transfer Frame Rate parameter value.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB and racer 2 CXP</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslResultingAcquisitionFrameRate" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslPtpUcPortAddrIndex">
<summary>
<para>Unicast port address index.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslPtpUcPortAddrIndex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslPtpUcPortAddr">
<summary>
<para>Unicast port address.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslPtpUcPortAddr" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslPtpTwoStep">
<summary>
<para>Configures a two-step clock if enabled or a one-step clock if disabled.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslPtpTwoStep" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslPtpServoLockedThreshold">
<summary>
<para>Threshold value below which the device will set the Ptp Servo Status parameter to Locked, indicating that the device is sufficiently synchronized. For example, if you set this parameter to 10000, the servo status is set to Locked whenever the offset from master is below 10000 nanoseconds.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslPtpServoLockedThreshold" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslPtpProfile">
<summary>
<para>Sets the default PTP profile.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslPtpProfile" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslPtpPriority1">
<summary>
<para>Value indicating the priority of the device when determining the master clock. The network device with the lowest Priority 1 setting is the master clock.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslPtpPriority1" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslPtpNetworkMode">
<summary>
<para>Sets the mode for PTP network communication.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslPtpNetworkMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslPtpManagementEnable">
<summary>
<para>Enables PTP management.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslPtpManagementEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslPtpDelayMechanism">
<summary>
<para>Indicates the PTP delay mechanism.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslPtpDelayMechanism" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslPixelCorrectionBeyondEnable">
<summary>
<para>Enables the Pixel Correction Beyond feature. This is a dynamic pixel correction. It corrects pixels with a significantly greater or lesser intensity value than its neighboring pixels.</para>
<para>Applies to: ace 2 GigE and ace 2 USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslPixelCorrectionBeyondEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslPixelCorrectionBeyond">
<summary>
<para>Amount of defect pixel correction to be applied. The higher the value, the less defect pixels will be visible in your images. However, too high values may result in image information loss.</para>
<para>Applies to: ace 2 GigE and ace 2 USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslPixelCorrectionBeyond" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslPeriodicSignalSource">
<summary>
<para>Sets the source for synchronizing the periodic signal.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslPeriodicSignalSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslPeriodicSignalSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslPeriodicSignalSelector">
<summary>
<para>Sets the periodic signal channel to be configured.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.BslPeriodicSignalDelay" />, <see cref="P:Basler.Pylon.PLCamera.BslPeriodicSignalPeriod" />, <see cref="P:Basler.Pylon.PLCamera.BslPeriodicSignalSource" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslPeriodicSignalSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslPeriodicSignalPeriod">
<summary>
<para>Length of the periodic signal in microseconds.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslPeriodicSignalSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslPeriodicSignalPeriod" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslPeriodicSignalDelay">
<summary>
<para>Delay to be applied to the periodic signal in microseconds.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslPeriodicSignalSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslPeriodicSignalDelay" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslNoiseReduction">
<summary>
<para>Amount of noise reduction to be applied. The higher the value, the less chroma noise will be visible in your images. However, very high values may result in image information loss.</para>
<para>Applies to: ace 2 GigE, ace 2 USB and dart USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslNoiseReduction" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslMultipleROIRowsEnable">
<summary>
<para>Enables or disables the ability to define multiple regions in vertical direction. When disabled, the height and vertical offset of all regions is defined by the Height and Offset Y parameters, and the Multiple ROI Row Offset and Multiple ROI Row Size parameter values are ignored.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslMultipleROIRowsEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslMultipleROIRowSize">
<summary>
<para>Height of the currently selected row.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslMultipleROIRowSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslMultipleROIRowSize" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslMultipleROIRowSelector">
<summary>
<para>Sets which row can be configured.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.BslMultipleROIRowOffset" />, <see cref="P:Basler.Pylon.PLCamera.BslMultipleROIRowSize" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslMultipleROIRowSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslMultipleROIRowOffset">
<summary>
<para>Vertical offset of the currently selected row.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslMultipleROIRowSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslMultipleROIRowOffset" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslMultipleROIColumnsEnable">
<summary>
<para>Enables or disables the ability to define multiple regions in horizontal direction. When disabled, the width and horizontal offset of all regions is defined by the Width and Offset X parameters, and the Multiple ROI Column Offset and Multiple ROI Column Size parameter values are ignored.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslMultipleROIColumnsEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslMultipleROIColumnSize">
<summary>
<para>Width of the currently selected column.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslMultipleROIColumnSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslMultipleROIColumnSize" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslMultipleROIColumnSelector">
<summary>
<para>Sets which column can be configured.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.BslMultipleROIColumnOffset" />, <see cref="P:Basler.Pylon.PLCamera.BslMultipleROIColumnSize" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslMultipleROIColumnSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslMultipleROIColumnOffset">
<summary>
<para>Horizontal offset of the currently selected column.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslMultipleROIColumnSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslMultipleROIColumnOffset" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLineTimeoutEnable">
<summary>
<para>Enables the Line Timeout parameter. This allows you to specify a time limit after which the current frame is completed if no further line trigger is received. This may result in partial frames being transmitted. </para>
<para>Applies to: racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLineTimeoutEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLineTimeout">
<summary>
<para>Line timeout in microseconds. If no line trigger is received before this time expires, and the current frame is completed. This may result in partial frames being transmitted. The timeout starts after a line trigger has been issued.</para>
<para>Applies to: racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLineTimeout" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLineTermination">
<summary>
<para>Enables the termination resistor of the selected input or output line.</para>
<para>Applies to: boost CoaXPress and racer 2 CXP</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.LineSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLineTermination" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLineRatio">
<summary>
<para>Exposure time ratio for turning on the corresponding output line.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.LineSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLineRatio" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLineOverloadStatus">
<summary>
<para>Indicates whether a GPIO line is overloaded, i.e., not powered correctly. A value of true (1) means that the GPIO line is overloaded. </para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.LineSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLineOverloadStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLineConnection">
<summary>
<para>Sets the connection signal for the currently selected line.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and dart USB</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.LineSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLineConnection" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightSourcePresetFeatureSelector">
<summary>
<para>Sets which features the camera adjusts when you select a light source preset. By default, the camera adjust all features.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.BslLightSourcePresetFeatureEnable" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightSourcePresetFeatureSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightSourcePresetFeatureEnable">
<summary>
<para>Enables adjustment of the feature specified by the Light Source Preset Feature Selector parameter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslLightSourcePresetFeatureSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightSourcePresetFeatureEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightSourcePreset">
<summary>
<para>Sets the light source preset. The colors in the image will be corrected so that they are appropriate for the selected light source.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightSourcePreset" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceStrobeMode">
<summary>
<para>Sets the strobe mode of the light device.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightDeviceStrobeMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceStrobeDurationRaw">
<summary>
<para>Duration of the individual strobe pulses (raw value). The maximum value is 655 350 microseconds.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightDeviceStrobeDurationRaw" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceStrobeDuration">
<summary>
<para>Duration of the individual strobe pulses. The maximum value is 655 350 microseconds.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightDeviceStrobeDuration" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceSelector">
<summary>
<para>Sets which light device can be configured. To populate the list, use the Light Control Enumerate Devices command first. All subsequent parameter changes in this category will be applied to the device selected here.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceBrightness" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceBrightnessRaw" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceChangeID" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceClearLastError" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceControlMode" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceCurrent" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceDutyCycle" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceErrorCode" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceErrorStatus" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceErrorStatusReadAndClear" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceFirmwareVersion" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceLastError" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceMaxCurrent" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceMaxCurrentRaw" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceModelName" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceNewIDSave" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceOperationMode" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceOverdriveLimit" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceStrobeDuration" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceStrobeDurationRaw" />, <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceStrobeMode" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightDeviceSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceOverdriveLimit">
<summary>
<para>Maximum current to be used when operating the light device in overdrive. This parameter value is relative to the value of the Light Device Max Current parameter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightDeviceOverdriveLimit" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceOperationMode">
<summary>
<para>Sets the operation mode of the light device. </para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightDeviceOperationMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceNewIDSave">
<summary>
<para>Changes the ID of the current light device to the value of the Light Device New ID parameter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightDeviceNewIDSave" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceNewID">
<summary>
<para>Sets which ID should be assigned to the current light device.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightDeviceNewID" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceModelName">
<summary>
<para>Name of the light device model.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightDeviceModelName" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceMaxCurrentRaw">
<summary>
<para>Maximum current that the light device is going to use (raw value). The value should not exceed the power rating of the device. To change the setting, the Light Device Operation Mode parameter must be set to Off.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightDeviceMaxCurrentRaw" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceMaxCurrent">
<summary>
<para>Maximum current that the light device is going to use. The value should not exceed the power rating of the device. To change the setting, the Light Device Operation Mode parameter must be set to Off.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightDeviceMaxCurrent" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceLastError">
<summary>
<para>Indicates the last light device error.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightDeviceLastError" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceFirmwareVersion">
<summary>
<para>Version of the light device's firmware.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightDeviceFirmwareVersion" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceErrorStatusReadAndClear">
<summary>
<para>Reads the error code from the current light device and resets the error status to No Error. After executing this command, the error code is available in the Light Device Error Code parameter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightDeviceErrorStatusReadAndClear" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceErrorStatus">
<summary>
<para>Error status indicating whether the current light device is experiencing problems.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightDeviceErrorStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceErrorCode">
<summary>
<para>Error code indicating the cause of an error in a light device. The error code provides additional information about the kind of error. Execute the Light Device Error Status Read And Clear command to read the error code from the light device. Then, contact support with the error code.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightDeviceErrorCode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceDutyCycle">
<summary>
<para>Duty cycle of the device calculated using the strobe duration and the frame period. If the strobe duration is longer than the frame period, the duty cycle exceeds 100 %.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightDeviceDutyCycle" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceCurrent">
<summary>
<para>Nominal current that the light device uses in continuous operation. If not automatically set, you must set this value to the nominal current of your device to avoid overload. To change the setting, the Light Device Operation Mode parameter must be set to Off.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightDeviceCurrent" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceControlMode">
<summary>
<para>Sets how the light device is controlled.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightDeviceControlMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceClearLastError">
<summary>
<para>Clears the last light device error.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightDeviceClearLastError" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceChangeID">
<summary>
<para>Changes the ID of the currently selected light device. The new ID will be assigned immediately.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightDeviceChangeID" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceBrightnessRaw">
<summary>
<para>Brightness of the light in percent of total brightness available (raw value). Setting this parameter to 100 % means that the light device draws the maximum current as specified by the the Light Device Max Current parameter.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightDeviceBrightnessRaw" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightDeviceBrightness">
<summary>
<para>Brightness of the light in percent of total brightness available. Setting this parameter to 100 % means that the light device draws the maximum current as specified by the Light Device Max Current parameter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslLightDeviceSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightDeviceBrightness" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlTriggerSource">
<summary>
<para>Sets which signal is used to trigger connected light devices.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightControlTriggerSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlTriggerActivation">
<summary>
<para>Sets the type of signal transition that will trigger connected light devices.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightControlTriggerActivation" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlStatus">
<summary>
<para>Indicates the current state of the light control mode.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightControlStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlSource">
<summary>
<para>Sets which line is used to control the light features.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightControlSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlOvertriggerCountReset">
<summary>
<para>Resets the counter for trigger signals that were received while any of the connected light devices wasn't ready for it.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightControlOvertriggerCountReset" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlOvertriggerCount">
<summary>
<para>Number of trigger signals that were received while any of the connected light devices wasn't ready for it. Counts up to a maximum value of 65535.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightControlOvertriggerCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlMode">
<summary>
<para>Enables or disables the light control features.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightControlMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlErrorSummary">
<summary>
<para>Indicates whether any of the light devices are currently experiencing problems.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightControlErrorSummary" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlErrorStatus">
<summary>
<para>Indicates whether any of the light devices are currently experiencing problems.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightControlErrorStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslLightControlEnumerateDevices">
<summary>
<para>Searches for light devices connected to your camera.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress and dart GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslLightControlEnumerateDevices" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslInputHoldOffTime">
<summary>
<para>Time period in which the camera doesn't accept any further trigger signals or signal changes after receiving an input trigger signal. This is useful if you want to avoid false triggering caused by multiple trigger signals arriving in quick succession (contact bounce).</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.LineSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslInputHoldOffTime" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslInputFilterTime">
<summary>
<para>Time period in which the camera evaluates all changes and durations of logical states of the input signal. During evaluation, the camera calculates the mean value over time and applies a threshold function to the result to reconstruct the digital signal. This removes noise, interference, etc. as well as signal pulses shorter than the filter time.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.LineSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslInputFilterTime" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslImmediateTriggerMode">
<summary>
<para>Enables the Immediate Trigger mode. If this mode is enabled, exposure starts immediately after triggering, but changes to image parameters become effective with a short delay, i.e., after one or more images have been acquired.</para>
<para>Applies to: dart USB and pulse USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslImmediateTriggerMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslImageStamp">
<summary>
<para>Enables image stamping. If enabled, the first pixels of the image will contain metadata (e.g., an image counter) instead of visual information.</para>
<para>Applies to: boost V CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslImageStamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslImageCompressionRatio">
<summary>
<para>Maximum ratio between the payload size of compressed and uncompressed images. For example, if you set this parameter to 70, the camera will try to compress the payload of images to 70 % or less of the original size. Note that if the camera can't achieve compression with the specified Image Compression Ratio and Image Compression Rate Option settings, frames will be skipped.</para>
<para>Applies to: ace 2 GigE and ace 2 USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslImageCompressionRatio" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslImageCompressionLastSize">
<summary>
<para>Compressed payload size of the last acquired image in bytes.</para>
<para>Applies to: ace 2 GigE and ace 2 USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslImageCompressionLastSize" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslImageCompressionLastRatio">
<summary>
<para>Ratio between the compressed payload size and the uncompressed payload size of the last acquired image.</para>
<para>Applies to: ace 2 GigE and ace 2 USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslImageCompressionLastRatio" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslHueValue">
<summary>
<para>Adjusting the hue shifts the colors of the image. This can be useful, e.g., to correct minor color shifts or to create false-color images.</para>
<para>Applies to: dart USB and pulse USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslHueValue" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslHueRaw">
<summary>
<para>Adjusting the hue shifts the colors of the image. This can be useful, e.g., to correct minor color shifts or to create false-color images.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslHueRaw" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslHue">
<summary>
<para>Adjusting the hue shifts the colors of the image. This can be useful, e.g., to correct minor color shifts or to create false-color images.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslHue" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFrequencyConverterSignalSource">
<summary>
<para>Sets the source signal for the frequency converter.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslFrequencyConverterSignalSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFrequencyConverterPreDivider">
<summary>
<para>Pre-divider value to decrease the signal frequency. The value determines the frequency with which input signals are passed to the multiplier submodule.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslFrequencyConverterPreDivider" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFrequencyConverterPostDivider">
<summary>
<para>Post-divider value to decrease the signal frequency.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslFrequencyConverterPostDivider" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFrequencyConverterMultiplier">
<summary>
<para>Multiplier value to increase the signal frequency.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslFrequencyConverterMultiplier" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFrequencyConverterActivation">
<summary>
<para>Sets the type of signal transition that will drive the frequency converter.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslFrequencyConverterActivation" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFocalLengthFactor">
<summary>
<para>Focal length related to an image width of 1.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslFocalLengthFactor" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFlatFieldCorrectionUserGD">
<summary>
<para>User-defined global dark offset used for flat-field correction.</para>
<para>Applies to: boost V CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslFlatFieldCorrectionUserGD" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFlatFieldCorrectionSaveToFlash">
<summary>
<para>Saves current flat-field correction values to flash memory.</para>
<para>Applies to: boost V CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslFlatFieldCorrectionSaveToFlash" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFlatFieldCorrectionMode">
<summary>
<para>Sets the flat-field correction mode.</para>
<para>Applies to: boost V CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslFlatFieldCorrectionMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFlatFieldCorrectionDMean">
<summary>
<para>The mean gray value of all pixels in the dark field image. This is the sum of the gray values of all pixels of all acquired images divided by the total number of pixels.</para>
<para>Applies to: boost V CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslFlatFieldCorrectionDMean" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFlatFieldCorrectionCoeffX">
<summary>
<para>Column used for flat-field correction.</para>
<para>Applies to: boost V CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslFlatFieldCorrectionCoeffX" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFlatFieldCorrectionCoeffPRNU">
<summary>
<para>Photo Response Non-Uniformity (PRNU) coefficient of the column specified by the Flat-Field Correction Coeff X parameter.</para>
<para>Applies to: boost V CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslFlatFieldCorrectionCoeffPRNU" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFlatFieldCorrectionCoeffDSNU">
<summary>
<para>Dark Signal Non-Uniformity (DSNU) coefficient of the column specified by the Flat-Field Correction Coeff X parameter.</para>
<para>Applies to: boost V CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslFlatFieldCorrectionCoeffDSNU" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFlashWindowDuration">
<summary>
<para>Indicates the width of the flash window in microseconds.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and dart USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslFlashWindowDuration" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslFlashWindowDelay">
<summary>
<para>Indicates the delay between the start of exposure and the start of the flash window in microseconds.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and dart USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslFlashWindowDelay" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslExposureTimeMode">
<summary>
<para>Sets the exposure time mode.</para>
<para>Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslExposureTimeMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslExposureStartDelay">
<summary>
<para>Exposure start delay with current settings.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslExposureStartDelay" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslErrorReportValue">
<summary>
<para>Error code indicating the cause of the internal error. If there are multiple errors, execute the Error Report Next command to retrieve the next error code. A parameter value of 0 means that there are no more error codes to retrieve.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslErrorReportValue" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslErrorReportNext">
<summary>
<para>Retrieves the next error code from the device. To check the error code, get the value of the Error Report Value parameter.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslErrorReportNext" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslErrorPresent">
<summary>
<para>Indicates whether an internal error occurred on the device. If an error occurred, you can use the Error Report Next command to determine the error code.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslErrorPresent" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslEnableFan">
<summary>
<para>Enables the external fan if one is connected.</para>
<para>Applies to: boost V CoaXPress</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslEnableFan" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslEffectiveExposureTime">
<summary>
<para>Current exposure time of the camera in microseconds.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslEffectiveExposureTime" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDualROIRowsEnable">
<summary>
<para>Enables the Dual ROI feature. This feature allows you to define two regions on the sensor array that will be transmitted as a single image. The height and the vertical offset can be defined individually for both regions. You do so by configuring rows on the sensor array. The width and horizontal offset are always identical for both regions. They are defined by the global Offset X and Width parameters.</para>
<para>Applies to: boost V CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslDualROIRowsEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDualROIRowSize">
<summary>
<para>Height of the currently selected row.</para>
<para>Applies to: boost V CoaXPress</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslDualROIRowSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslDualROIRowSize" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDualROIRowSelector">
<summary>
<para>Sets which row can be configured.</para>
<para>Applies to: boost V CoaXPress</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.BslDualROIRowOffset" />, <see cref="P:Basler.Pylon.PLCamera.BslDualROIRowSize" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslDualROIRowSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDualROIRowOffset">
<summary>
<para>Vertical offset of the currently selected row.</para>
<para>Applies to: boost V CoaXPress</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslDualROIRowSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslDualROIRowOffset" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDualROIImageValid">
<summary>
<para>Indicates whether the outgoing image is valid. If the value of this parameter is false, change your Dual ROI settings. For example, the regions must not overlap, and the total height of all regions must not exceed the height of the image sensor.</para>
<para>Applies to: boost V CoaXPress</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslDualROIImageValid" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDeviceLinkCurrentThroughput">
<summary>
<para>Actual bandwidth (in bytes per second) that the camera will use to transmit image data and chunk data with the current camera settings.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslDeviceLinkCurrentThroughput" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDepthStaticScene">
<summary>
<para>Enables accumulation of multiple images for noise reduction in static scenes. Only applied to High and Full quality.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslDepthStaticScene" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDepthSmooth">
<summary>
<para>Enables smoothing of the disparity image.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslDepthSmooth" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDepthSeg">
<summary>
<para>Maximum size of isolated disparity regions that will be invalidated, related to full resolution.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslDepthSeg" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDepthQuality">
<summary>
<para>Depth image quality (resolution).</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslDepthQuality" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDepthMinDepth">
<summary>
<para>Minimum depth in meter. All disparities with lower depth will be set to invalid.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslDepthMinDepth" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDepthMinConf">
<summary>
<para>Minimal confidence. All disparities with lower confidence will be set to invalid.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslDepthMinConf" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDepthMaxDepthErr">
<summary>
<para>Maximum depth error in meter. All disparities with a higher depth error will be set to invalid.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslDepthMaxDepthErr" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDepthMaxDepth">
<summary>
<para>Maximum depth in meter. All disparities with higher depth will be set to invalid.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslDepthMaxDepth" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDepthFill">
<summary>
<para>Higher numbers fill gaps with measurements with potentially higher errors.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslDepthFill" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDepthExposureAdaptTimeout">
<summary>
<para>Maximum time to wait after triggering until auto exposure has finished adjustments.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslDepthExposureAdaptTimeout" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDepthDoubleShot">
<summary>
<para>Enables combination of disaprity images from two stereo pairs.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslDepthDoubleShot" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDemosaicingMode">
<summary>
<para>Sets the demosaicing mode.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and dart USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslDemosaicingMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDemosaicingMethod">
<summary>
<para>Sets the demosaicing method.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE and dart USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslDemosaicingMethod" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslDefectPixelCorrectionMode">
<summary>
<para>Pixels that have a significantly higher or lower intensity value than the neighboring pixels are called outlier pixels. This feature identifies them and adjusts their intensity value.</para>
<para>Applies to: dart USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslDefectPixelCorrectionMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslConversionGainMode">
<summary>
<para>Sets the conversion gain mode.</para>
<para>Applies to: ace 2 GigE and ace 2 USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslConversionGainMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslContrastRaw">
<summary>
<para>Adjusting the contrast increases the difference between light and dark areas in the image.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslContrastRaw" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslContrastMode">
<summary>
<para>Sets the contrast mode.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslContrastMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslContrast">
<summary>
<para>Adjusting the contrast increases the difference between light and dark areas in the image.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslContrast" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslColorSpaceMode">
<summary>
<para>Sets the color space for image acquisitions. Note that the gamma correction value also influences the perception of brightness in the resulting images.</para>
<para>Applies to: dart USB and pulse USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslColorSpaceMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslColorSpace">
<summary>
<para>Sets the color space for image acquisitions. Note that the gamma correction value also influences the perception of brightness in the resulting images.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslColorSpace" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslColorAdjustmentSelector">
<summary>
<para>Sets which color in your images will be adjusted.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.BslColorAdjustmentHue" />, <see cref="P:Basler.Pylon.PLCamera.BslColorAdjustmentSaturation" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslColorAdjustmentSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslColorAdjustmentSaturation">
<summary>
<para>Saturation adjustment value to be applied to the currently selected color channel.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslColorAdjustmentSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslColorAdjustmentSaturation" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslColorAdjustmentHue">
<summary>
<para>Hue adjustment value to be applied to the currently selected color channel.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslColorAdjustmentSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslColorAdjustmentHue" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslColorAdjustmentEnable">
<summary>
<para>Enables color adjustment.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslColorAdjustmentEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslChunkTimestampValue">
<summary>
<para>Value of the timestamp when the image was acquired.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BslChunkTimestampSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslChunkTimestampValue" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslChunkTimestampSelector">
<summary>
<para>Sets which information should be included in the Chunk Timestamp Value chunk.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE, dart USB, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.BslChunkTimestampValue" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslChunkTimestampSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslChunkAutoBrightnessStatus">
<summary>
<para>Indicates the status of the target brightness adjustments performed by the Exposure Auto and Gain Auto auto functions.</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE and dart USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslChunkAutoBrightnessStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslCenterY">
<summary>
<para>Centers the image vertically.</para>
<para>Applies to: CamEmu, ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB and racer 2 CXP</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslCenterY" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslCenterX">
<summary>
<para>Centers the image horizontally.</para>
<para>Applies to: CamEmu, ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslCenterX" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslBrightnessRaw">
<summary>
<para>Adjusting the brightness lightens or darkens the entire image.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslBrightnessRaw" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslBrightness">
<summary>
<para>Adjusting the brightness lightens or darkens the entire image.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslBrightness" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslBloomingReductionEnable">
<summary>
<para>Enables the Blooming Reduction feature. This reduces image artifacts caused by blooming. When enabled, the camera may set the Gain parameter to a higher value to avoid unwanted image effects.</para>
<para>Applies to: ace 2 GigE and ace 2 USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslBloomingReductionEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslBlackLevelCompensationMode">
<summary>
<para>Configures black level compensation.</para>
<para>Applies to: boost CoaXPress and dart USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslBlackLevelCompensationMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslAcquisitionStopMode">
<summary>
<para>Sets how Acquisition Stop commands end image acquisition.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart USB and racer 2 CXP</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslAcquisitionStopMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslAcquisitionMultiPartMode">
<summary>
<para>Control which components are sent in a MultiPart buffer.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ComponentEnable" />, <see cref="P:Basler.Pylon.PLCamera.ComponentIDValue" />, <see cref="P:Basler.Pylon.PLCamera.ComponentSelector" />, <see cref="P:Basler.Pylon.PLCamera.DecimationHorizontal" />, <see cref="P:Basler.Pylon.PLCamera.DecimationVertical" />, <see cref="P:Basler.Pylon.PLCamera.Height" />, <see cref="P:Basler.Pylon.PLCamera.HeightMax" />, <see cref="P:Basler.Pylon.PLCamera.PixelFormat" />, <see cref="P:Basler.Pylon.PLCamera.Scan3dFocalLength" />, <see cref="P:Basler.Pylon.PLCamera.Scan3dPrincipalPointU" />, <see cref="P:Basler.Pylon.PLCamera.Scan3dPrincipalPointV" />, <see cref="P:Basler.Pylon.PLCamera.Width" />, <see cref="P:Basler.Pylon.PLCamera.WidthMax" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslAcquisitionMultiPartMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslAcquisitionBurstMode">
<summary>
<para>Sets the burst mode.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslAcquisitionBurstMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BslAcquisitionAlternateFilter">
<summary>
<para>Skip sending of some images depending on GPIO output value. This filter is considered if LineSource of Out1 or Out2 is ExposureAlternateActive.</para>
<para>Applies to: Stereo ace</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BslAcquisitionAlternateFilter" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BlackLevelSelector">
<summary>
<para>Sets the type of black level adjustment to be configured.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.BlackLevel" />, <see cref="P:Basler.Pylon.PLCamera.BlackLevelAbs" />, <see cref="P:Basler.Pylon.PLCamera.BlackLevelRaw" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BlackLevelSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BlackLevelRaw">
<summary>
<para>Black level value to be applied to the currently selected sensor tap (raw value).</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BlackLevelSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BlackLevelRaw" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BlackLevelAbs">
<summary>
<para>This value sets the selected black level control as a float value.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BlackLevelSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BlackLevelAbs" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BlackLevel">
<summary>
<para>Black level value to be applied to the currently selected sensor tap.</para>
<para>Applies to: CamEmu, ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BlackLevelSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BlackLevel" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BinningVerticalMode">
<summary>
<para>Sets the binning mode for vertical binning.</para>
<para>Applies to: CamEmu, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB and racer 2 CXP</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BinningSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BinningVerticalMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BinningVertical">
<summary>
<para>Number of adjacent vertical pixels to be summed. Their charges will be summed and reported out of the camera as a single pixel.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB and racer 2 CXP</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BinningSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BinningVertical" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BinningSelector">
<summary>
<para>Sets whether sensor or FPGA binning can be configured. To configure binning, use the Binning Horizontal, Binning Vertical, Binning Horizontal Mode, and Binning Vertical Mode parameters.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.BinningHorizontal" />, <see cref="P:Basler.Pylon.PLCamera.BinningHorizontalMode" />, <see cref="P:Basler.Pylon.PLCamera.BinningVertical" />, <see cref="P:Basler.Pylon.PLCamera.BinningVerticalMode" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BinningSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BinningModeVertical">
<summary>
<para>Sets the binning mode for vertical binning.</para>
<para>Applies to: CameraLink</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BinningModeVertical" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BinningModeHorizontal">
<summary>
<para>Sets the binning mode for horizontal binning.</para>
<para>Applies to: CameraLink</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BinningModeHorizontal" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BinningHorizontalMode">
<summary>
<para>Sets the binning mode for horizontal binning.</para>
<para>Applies to: CamEmu, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BinningSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BinningHorizontalMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BinningHorizontal">
<summary>
<para>Number of adjacent horizontal pixels to be summed. Their charges will be summed and reported out of the camera as a single pixel.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BinningSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BinningHorizontal" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BandwidthReserveMode">
<summary>
<para>Sets a predefined bandwidth reserve or enables manual configuration of the bandwidth reserve.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BandwidthReserveMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BalanceWhiteReset">
<summary>
<para>Resets all white balance adjustments.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BalanceWhiteReset" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BalanceWhiteAuto">
<summary>
<para>Sets the operation mode of the Balance White Auto auto function.</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BalanceWhiteAuto" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BalanceWhiteAdjustmentDampingRaw">
<summary>
<para>Balance White adjustment damping factor to be applied (raw value). This controls the speed with which the camera adjusts colors when the Balance White Auto auto function is enabled. This can be useful, for example, when objects move into the camera's field of view and the light conditions are changing gradually due to the moving objects.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BalanceWhiteAdjustmentDampingRaw" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BalanceWhiteAdjustmentDampingAbs">
<summary>
<para>Balance White adjustment damping factor to be applied. This controls the speed with which the camera adjusts colors when the Balance White Auto auto function is enabled. This can be useful, for example, when objects move into the camera's field of view and the light conditions are changing gradually due to the moving objects.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BalanceWhiteAdjustmentDampingAbs" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BalanceRatioSelector">
<summary>
<para>Sets which color channel can be adjusted when performing manual white balance. All changes to the Balance Ratio parameter will be applied to the selected color channel.</para>
<para>Applies to: CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.BalanceRatio" />, <see cref="P:Basler.Pylon.PLCamera.BalanceRatioAbs" />, <see cref="P:Basler.Pylon.PLCamera.BalanceRatioRaw" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BalanceRatioSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BalanceRatioRaw">
<summary>
<para>Balance Ratio value to be applied to the currently selected channel (raw value).</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BalanceRatioSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BalanceRatioRaw" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BalanceRatioAbs">
<summary>
<para>Balance Ratio value to be applied to the currently selected channel.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BalanceRatioSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BalanceRatioAbs" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BalanceRatio">
<summary>
<para>Balance Ratio value to be applied to the currently selected channel.</para>
<para>Applies to: Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.BalanceRatioSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BalanceRatio" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BLCSerialTransmitQueueStatus">
<summary>
<para>Reports the status of the serial communication transmit queue.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BLCSerialTransmitQueueStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BLCSerialReceiveQueueStatus">
<summary>
<para>Reports the status of the serial communication receive queue.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BLCSerialReceiveQueueStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BLCSerialPortTransmitValue">
<summary>
<para>Byte value to be written to the transmit queue.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BLCSerialPortTransmitValue" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BLCSerialPortTransmitCmd">
<summary>
<para>Writes the current byte value to the transmit queue.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BLCSerialPortTransmitCmd" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BLCSerialPortStopBits">
<summary>
<para>Reports the number of stop bits used by the serial communication module.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BLCSerialPortStopBits" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BLCSerialPortSource">
<summary>
<para>Sets the signal source for the serial communication module.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BLCSerialPortSource" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BLCSerialPortReceiveValue">
<summary>
<para>Last byte value read from the serial communication receive queue.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BLCSerialPortReceiveValue" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BLCSerialPortReceiveCmd">
<summary>
<para>Reads and removes the front byte value from the serial communication receive queue.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BLCSerialPortReceiveCmd" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BLCSerialPortParity">
<summary>
<para>Reports the parity bit configuration of the serial communication module.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BLCSerialPortParity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BLCSerialPortClearErrors">
<summary>
<para>Clears the error flags of the serial communication module.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BLCSerialPortClearErrors" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BLCSerialPortBaudRate">
<summary>
<para>Reports the baud rate of the serial communication module.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BLCSerialPortBaudRate" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BLCSerialParityError">
<summary>
<para>A serial parity error occurred on reception.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BLCSerialParityError" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.BLCSerialFramingError">
<summary>
<para>A serial framing error occurred on reception.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=BLCSerialFramingError" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoTonalRangeThresholdDarkRaw">
<summary>
<para>Threshold value from which the Tonal Range Source Dark parameter value is calculated during automatic tonal range adjustments. The parameter is expressed as a percentage of all pixels in the assigned auto function ROI. Example: Assume you set the Auto Tonal Range Threshold Dark parameter to 0.2 and enable the Tonal Range Auto auto function. Now assume that 0.2 % of the pixels in the assigned auto function ROI have a pixel value lower than or equal to 30. The camera automatically detects this, sets the Tonal Range Source Dark parameter to 30, and starts tonal range adjustments.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoTonalRangeThresholdDarkRaw" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoTonalRangeThresholdDark">
<summary>
<para>Threshold value from which the Tonal Range Source Dark parameter value is calculated during automatic tonal range adjustments. The parameter is expressed as a percentage of all pixels in the assigned auto function ROI. Example: Assume you set the Auto Tonal Range Threshold Dark parameter to 0.2 and enable the Tonal Range Auto auto function. Now assume that 0.2 % of the pixels in the assigned auto function ROI have a pixel value lower than or equal to 30. The camera automatically detects this, sets the Tonal Range Source Dark parameter to 30, and starts tonal range adjustments.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoTonalRangeThresholdDark" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoTonalRangeThresholdBrightRaw">
<summary>
<para>Threshold value from which the Tonal Range Source Bright parameter value is calculated during automatic tonal range adjustments. The parameter is expressed as a percentage of all pixels in the assigned auto function ROI. Example: Assume you set the Auto Tonal Range Threshold Bright parameter to 0.1 and enable the Tonal Range Auto auto function. Now assume that 0.1 % of the pixels in the assigned auto function ROI have a pixel value greater than or equal to 240. The camera automatically detects this, sets the Tonal Range Source Bright parameter to 240, and starts tonal range adjustments.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoTonalRangeThresholdBrightRaw" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoTonalRangeThresholdBright">
<summary>
<para>Threshold value from which the Tonal Range Source Bright parameter value is calculated during automatic tonal range adjustments. The parameter is expressed as a percentage of all pixels in the assigned auto function ROI. Example: Assume you set the Auto Tonal Range Threshold Bright parameter to 0.1 and enable the Tonal Range Auto auto function. Now assume that 0.1 % of the pixels in the assigned auto function ROI have a pixel value greater than or equal to 240. The camera automatically detects this, sets the Tonal Range Source Bright parameter to 240, and starts tonal range adjustments.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoTonalRangeThresholdBright" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoTonalRangeTargetDark">
<summary>
<para>Dark target value to be used during automatic tonal range adjustments. When you enable the Tonal Range Auto auto function, the camera sets the Tonal Range Target Dark parameter to this value. Not available if the Auto Tonal Range Mode parameter is set to Color.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoTonalRangeTargetDark" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoTonalRangeTargetBright">
<summary>
<para>Bright target value to be used during automatic tonal range adjustments. When you enable the Tonal Range Auto auto function, the camera sets the Tonal Range Target Bright parameter to this value. Not available if the Auto Tonal Range Mode parameter is set to Color.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoTonalRangeTargetBright" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoTonalRangeModeSelector">
<summary>
<para>Sets the kind of tonal range auto adjustment.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoTonalRangeModeSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoTonalRangeAdjustmentSelector">
<summary>
<para>Sets which parts of the tonal range can be adjusted.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoTonalRangeAdjustmentSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoTargetValue">
<summary>
<para>Target brightness for the Gain Auto and the Exposure Auto auto functions.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoTargetValue" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoTargetBrightnessDamping">
<summary>
<para>Brightness adjustment damping factor to be applied. This controls the speed with which pixel gray values are changed when Exposure Auto, Gain Auto, or both are enabled. The lower the damping factor, the faster the target brightness value is reached.</para>
<para>Applies to: dart USB and pulse USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoTargetBrightnessDamping" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoTargetBrightness">
<summary>
<para>Target brightness for the Gain Auto and the Exposure Auto auto functions.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB and pulse USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoTargetBrightness" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoGainUpperLimit">
<summary>
<para>Upper limit of the Gain parameter when the Gain Auto auto function is active.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB and pulse USB</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GainSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoGainUpperLimit" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoGainRawUpperLimit">
<summary>
<para>Upper limit of the Gain parameter when the Gain Auto auto function is active (raw value).</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoGainRawUpperLimit" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoGainRawLowerLimit">
<summary>
<para>Lower limit of the Gain parameter when the Gain Auto auto function is active (raw value).</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoGainRawLowerLimit" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoGainLowerLimit">
<summary>
<para>Lower limit of the Gain parameter when the Gain Auto auto function is active.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB and pulse USB</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.GainSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoGainLowerLimit" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionROIWidth">
<summary>
<para>Width of the auto function ROI (in pixels).</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.AutoFunctionROISelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoFunctionROIWidth" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionROIUseWhiteBalance">
<summary>
<para>Assigns the Balance White Auto auto function to the currently selected auto function ROI.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.AutoFunctionROISelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoFunctionROIUseWhiteBalance" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionROIUseTonalRange">
<summary>
<para>Assigns the Tonal Range Auto auto function to the currently selected auto function ROI.</para>
<para>Applies to: ace USB</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.AutoFunctionROISelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoFunctionROIUseTonalRange" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionROIUseBrightness">
<summary>
<para>Assigns the Gain Auto and the Exposure Auto auto functions to the currently selected auto function ROI. For this parameter, Gain Auto and Exposure Auto are considered as a single auto function named 'Brightness'.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB and pulse USB</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.AutoFunctionROISelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoFunctionROIUseBrightness" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionROISelector">
<summary>
<para>Sets which auto function ROI can be configured.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.AutoFunctionROIHeight" />, <see cref="P:Basler.Pylon.PLCamera.AutoFunctionROIHighlight" />, <see cref="P:Basler.Pylon.PLCamera.AutoFunctionROIOffsetX" />, <see cref="P:Basler.Pylon.PLCamera.AutoFunctionROIOffsetY" />, <see cref="P:Basler.Pylon.PLCamera.AutoFunctionROIUseBrightness" />, <see cref="P:Basler.Pylon.PLCamera.AutoFunctionROIUseTonalRange" />, <see cref="P:Basler.Pylon.PLCamera.AutoFunctionROIUseWhiteBalance" />, <see cref="P:Basler.Pylon.PLCamera.AutoFunctionROIWidth" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoFunctionROISelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionROIOffsetY">
<summary>
<para>Vertical offset of the auto function ROI from the top of the sensor (in pixels).</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.AutoFunctionROISelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoFunctionROIOffsetY" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionROIOffsetX">
<summary>
<para>Horizontal offset of the auto function ROI from the left side of the sensor (in pixels).</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.AutoFunctionROISelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoFunctionROIOffsetX" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionROIHighlight">
<summary>
<para>Highlights the current auto function ROI in the image window. Areas that do not belong to the current ROI appear darker.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.AutoFunctionROISelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoFunctionROIHighlight" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionROIHeight">
<summary>
<para>Height of the auto function ROI (in pixels).</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.AutoFunctionROISelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoFunctionROIHeight" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionProfile">
<summary>
<para>Sets how gain and exposure time will be balanced when the camera is making automatic adjustments.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB and pulse USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoFunctionProfile" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionAOIWidth">
<summary>
<para>Width of the auto function AOI (in pixels).</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.AutoFunctionAOISelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoFunctionAOIWidth" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionAOIUseWhiteBalance">
<summary>
<para>Assigns the Balance White auto function to the currently selected auto function AOI.</para>
<para>Applies to: ace USB</para>
<para>Visibility: Invisible</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.AutoFunctionAOISelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoFunctionAOIUseWhiteBalance" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionAOIUseBrightness">
<summary>
<para>Assigns the Gain Auto and the Exposure Auto auto functions to the currently selected auto function AOI. For this parameter, Gain Auto and Exposure Auto are considered as a single auto function named 'Brightness'.</para>
<para>Applies to: ace USB</para>
<para>Visibility: Invisible</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.AutoFunctionAOISelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoFunctionAOIUseBrightness" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionAOIUsageWhiteBalance">
<summary>
<para>Assigns the Balance White Auto auto function to the currently selected auto function AOI.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.AutoFunctionAOISelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoFunctionAOIUsageWhiteBalance" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionAOIUsageTonalRange">
<summary>
<para>Assigns the Tonal Range Auto auto function to the currently selected auto function AOI.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoFunctionAOIUsageTonalRange" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionAOIUsageRedLightCorrection">
<summary>
<para>Assigns the Red Light Correction auto function to the currently selected auto function AOI.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.AutoFunctionAOISelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoFunctionAOIUsageRedLightCorrection" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionAOIUsageIntensity">
<summary>
<para>Assigns the Gain Auto and the Exposure Auto auto functions to the currently selected auto function AOI. For this parameter, Gain Auto and Exposure Auto are considered as a single auto function named 'Intensity'.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.AutoFunctionAOISelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoFunctionAOIUsageIntensity" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionAOISelector">
<summary>
<para>Sets which auto function AOI can be configured.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.AutoFunctionAOIHeight" />, <see cref="P:Basler.Pylon.PLCamera.AutoFunctionAOIOffsetX" />, <see cref="P:Basler.Pylon.PLCamera.AutoFunctionAOIOffsetY" />, <see cref="P:Basler.Pylon.PLCamera.AutoFunctionAOIUsageIntensity" />, <see cref="P:Basler.Pylon.PLCamera.AutoFunctionAOIUsageRedLightCorrection" />, <see cref="P:Basler.Pylon.PLCamera.AutoFunctionAOIUsageWhiteBalance" />, <see cref="P:Basler.Pylon.PLCamera.AutoFunctionAOIWidth" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoFunctionAOISelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionAOIOffsetY">
<summary>
<para>Vertical offset of the auto function AOI from the top of the sensor (in pixels).</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.AutoFunctionAOISelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoFunctionAOIOffsetY" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionAOIOffsetX">
<summary>
<para>Horizontal offset of the auto function AOI from the left side of the sensor (in pixels).</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.AutoFunctionAOISelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoFunctionAOIOffsetX" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoFunctionAOIHeight">
<summary>
<para>Height of the auto function AOI (in pixels).</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.AutoFunctionAOISelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoFunctionAOIHeight" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoExposureTimeUpperLimitRaw">
<summary>
<para>Upper limit of the Exposure Time parameter when the Exposure Auto auto function is active (raw value).</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoExposureTimeUpperLimitRaw" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoExposureTimeUpperLimit">
<summary>
<para>Upper limit of the Exposure Time parameter when the Exposure Auto auto function is active.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB and pulse USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoExposureTimeUpperLimit" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoExposureTimeLowerLimitRaw">
<summary>
<para>Lower limit of the Exposure Time parameter when the Exposure Auto auto function is active (raw value).</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoExposureTimeLowerLimitRaw" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoExposureTimeLowerLimit">
<summary>
<para>Lower limit of the Exposure Time parameter when the Exposure Auto auto function is active.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB and pulse USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoExposureTimeLowerLimit" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoExposureTimeAbsUpperLimit">
<summary>
<para>Upper limit of the Exposure Time parameter when the Exposure Auto auto function is active.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoExposureTimeAbsUpperLimit" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoExposureTimeAbsLowerLimit">
<summary>
<para>Lower limit of the Exposure Time parameter when the Exposure Auto auto function is active.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoExposureTimeAbsLowerLimit" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AutoBacklightCompensation">
<summary>
<para>Backlight compensation factor that allows the camera to compensate for underexposure. This is done by excluding a certain percentage of the brightest pixels in the image from the target average gray value calculations.</para>
<para>Applies to: dart USB and pulse USB</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AutoBacklightCompensation" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ActionSelector">
<summary>
<para>Action command to be configured. </para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.ActionGroupKey" />, <see cref="P:Basler.Pylon.PLCamera.ActionGroupMask" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ActionSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ActionQueueSize">
<summary>
<para>Number of action commands that can be queued by the camera. The camera will execute them in ascending order of action time. If the queue is full, additional commands will be ignored.</para>
<para>Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ActionQueueSize" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ActionLateEventTimestamp">
<summary>
<para>Timestamp of the Action Late event. An Action Late event is raised when a scheduled action command with a timestamp in the past is received.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ActionLateEventTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ActionLateEventStreamChannelIndex">
<summary>
<para>Stream channel index of the Action Late event. An Action Late event is raised when a scheduled action command with a timestamp in the past is received.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ActionLateEventStreamChannelIndex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ActionGroupMask">
<summary>
<para>Group mask used to filter out a sub-group of cameras belonging to a group of cameras. The cameras belonging to a sub-group execute an action at the same time. The filtering is done using a logical bitwise AND operation on the group mask number of the action command and the group mask number of a camera. If both binary numbers have at least one common bit set to 1 (i.e., the result of the AND operation is non-zero), the corresponding camera belongs to the sub-group.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ActionSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ActionGroupMask" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ActionGroupKey">
<summary>
<para>Group key used to define a group of cameras on which action commands can be executed.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.ActionSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ActionGroupKey" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ActionDeviceKey">
<summary>
<para>Device key used to authorize the execution of an action command. If the action device key in the camera and the action device key in the protocol message are identical, the camera will execute the corresponding action.</para>
<para>Applies to: ace 2 GigE, ace GigE, dart GigE, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ActionDeviceKey" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.ActionCommandCount">
<summary>
<para>Number of separate action signals supported by the camera. Determines how many action signals the camera can handle in parallel, i.e., how many different action commands can be configured on the camera.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Guru</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=ActionCommandCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionWaitEventTimestamp">
<summary>
<para>Timestamp of an Acquisition Wait event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionWaitEventTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionWaitEventStreamChannelIndex">
<summary>
<para>Stream channel index of the Acquisition Wait event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionWaitEventStreamChannelIndex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionStopMode">
<summary>
<para>Sets how Acquisition Stop commands end image acquisition.
</para>
<para>Applies to: ace 2 GigE, ace 2 USB, dart GigE, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionStopMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionStop">
<summary>
<para>Stops the acquisition of images if a continuous image acquisition is in progress.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.AcquisitionMode" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionStop" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionStatusSelector">
<summary>
<para>Sets the signal whose status you want to check. Its status can be checked by reading the Acquisition Status parameter value.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.AcquisitionStatus" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionStatusSelector" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionStatus">
<summary>
<para>Indicates whether the camera is waiting for trigger signals. You should only use this feature if the camera is configured for software triggering. If the camera is configured for hardware triggering, monitor the camera's Trigger Wait signals instead.</para>
<para>Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Expert</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.AcquisitionStatusSelector" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionStatus" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionStartWaitEventTimestamp">
<summary>
<para>Timestamp of the Acquisition Start Wait event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionStartWaitEventTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionStartWaitEventStreamChannelIndex">
<summary>
<para>Stream channel index of the Acquisition Start Wait event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionStartWaitEventStreamChannelIndex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionStartOvertriggerEventTimestamp">
<summary>
<para>Timestamp of the Acquisition Start Overtrigger event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionStartOvertriggerEventTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionStartOvertriggerEventStreamChannelIndex">
<summary>
<para>Stream channel index of the Acquisition Start Overtrigger event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionStartOvertriggerEventStreamChannelIndex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionStartEventTimestamp">
<summary>
<para>Timestamp of the Acquisition Start event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionStartEventTimestamp" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionStartEventStreamChannelIndex">
<summary>
<para>Stream channel index of the Acquisition Start event.</para>
<para>Applies to: ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionStartEventStreamChannelIndex" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionStart">
<summary>
<para>Starts the acquisition of images. If the camera is configured for single frame acquisition, it will start the acquisition of one frame. If the camera is configured for continuous frame acquisition, it will start the continuous acquisition of frames.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.AcquisitionMode" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionStart" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionMode">
<summary>
<para>Sets the image acquisition mode.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selecting Parameters: <see cref="P:Basler.Pylon.PLCamera.AcquisitionAbort" />, <see cref="P:Basler.Pylon.PLCamera.AcquisitionStart" />, <see cref="P:Basler.Pylon.PLCamera.AcquisitionStop" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionMode" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionLineRateEnable">
<summary>
<para>Enables setting the camera's acquisition line rate to a specified value.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionLineRateEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionLineRateAbs">
<summary>
<para>Acquisition line rate of the camera in lines per second.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionLineRateAbs" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionLineRate">
<summary>
<para>Acquisition line rate of the camera in kHz.</para>
<para>Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionLineRate" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionIdle">
<summary>
<para>A check determines whether the camera is currently idle, i.e., not acquiring images.</para>
<para>Applies to: ace GigE and ace USB</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionIdle" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionFrameRateEnum">
<summary>
<para />
<para>Applies to: CameraLink</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionFrameRateEnum" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionFrameRateEnable">
<summary>
<para>Enables setting the camera's acquisition frame rate to a specified value.</para>
<para>Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, blaze, boost CoaXPress, dart GigE, dart USB and racer 2 CXP</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionFrameRateEnable" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionFrameRateAbs">
<summary>
<para>Acquisition frame rate of the camera in frames per second.</para>
<para>Applies to: CameraLink and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionFrameRateAbs" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionFrameRate">
<summary>
<para>Acquisition frame rate of the camera in frames per second.</para>
<para>Applies to: CamEmu, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB and racer 2 CXP</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionFrameRate" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionFrameCount">
<summary>
<para>Number of frames to acquire for each Acquisition Start trigger.</para>
<para>Applies to: CameraLink, Stereo ace and ace GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionFrameCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionBurstFrameCount">
<summary>
<para>Number of frames to acquire for each Frame Burst Start trigger.</para>
<para>Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionBurstFrameCount" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="P:Basler.Pylon.PLCamera.AcquisitionAbort">
<summary>
<para>Aborts the acquisition of images. If the camera is currently exposing a frame, the camera stops exposing immediately. The readout process, if already started, is aborted. The current frame will be incomplete. Afterwards, image acquisition is switched off.</para>
<para>Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE</para>
<para>Visibility: Beginner</para>
<para>Selected by: <see cref="P:Basler.Pylon.PLCamera.AcquisitionMode" /></para>
<para>The <a href="https://docs.baslerweb.com/?rhcsh=1&amp;rhmapid=AcquisitionAbort" target="_blank">feature documentation</a> may provide more information.</para>
</summary>
</member>
<member name="T:Basler.Pylon.PLCamera">
<summary>List of all parameter names available for Basler camera devices</summary>
</member>
<member name="M:Basler.Pylon.IRawParameter.WriteRaw``1(System.Int64,``0[],System.Int32,System.Int32)">
<summary>Writes raw data from the array passed to the specified address.</summary>
<typeparam name="T">The value type of the one-dimensional array containing the data to store.</typeparam>
<param name="address">Starting address to write bufferSize number of bytes to.</param>
<param name="buffer">The one-dimensional array containing the data to store.</param>
<param name="startIndex">The zero-based index in the array where writing data starts.</param>
<param name="length">The number of array elements to write.</param>
<remarks>
<para>
The number of bytes written is determined by the length parameter and the size of an element in the array.
</para>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item> The array must be one-dimensional and elements must be of simple types.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if writing fails or if the array is not initialized</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IRawParameter.WriteRaw(System.Int64,System.IntPtr,System.Int64)">
<summary>Writes raw data from the buffer passed to the specified address.</summary>
<param name="address">Starting address to write bufferSize number of bytes to.</param>
<param name="pBuffer">The memory pointer to read the data from.</param>
<param name="bufferSize">The number of bytes to read from the buffer and write to the address.</param>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if writing fails or if the pointer is invalid.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IRawParameter.ReadRaw``1(System.Int64,``0[]@,System.Int32,System.Int32)">
<summary>Reads raw data from the specified address into the array passed.</summary>
<typeparam name="T">The value type of the one-dimensional array to store the read data.</typeparam>
<param name="address">Starting address to read bufferSize number of bytes from.</param>
<param name="buffer">The one-dimensional array to store the data read.</param>
<param name="startIndex">The zero-based index in the destination array where the data will be stored.</param>
<param name="length">The number of array elements to store in the array.</param>
<remarks>
<para>
Some cameras may not report a failure if an error occurs and return 0 data instead.
</para>
<para>
The number of bytes read is determined by the length parameter and the size of an element in the array.
</para>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item> The array must be one-dimensional and elements must be of simple types.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if reading fails or if the array is not initialized.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IRawParameter.ReadRaw(System.Int64,System.IntPtr,System.Int64)">
<summary>Reads raw data from the specified address into the buffer passed.</summary>
<param name="address">Starting address to read bufferSize number of bytes from.</param>
<param name="pBuffer">The memory pointer to store the data read.</param>
<param name="bufferSize">The number of bytes to read.</param>
<remarks>
<para>
Some cameras may not report a failure if an error occurs and return 0 data instead.
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if reading fails or if the pointer is invalid.</para>
</remarks>
</member>
<member name="T:Basler.Pylon.IRawParameter">
<summary>Interface class for raw parameter access.</summary>
</member>
<member name="P:Basler.Pylon.AviVideoWriter.ImageDataBytesWritten">
$4D$
<summary>Returns the number of image data written to the .avi file in bytes.</summary><remarks><para>
This value is updated with each call to Write().
The value does not include .avi header data.
<returns> Returns the number of image data bytes that have been written to the file.
Returns 0 if no images have been written yet.
</returns></para><para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Does not throw exceptions.</para></remarks></member>
<member name="M:Basler.Pylon.AviVideoWriter.Write``1(``0[],Basler.Pylon.PixelType,System.Int32,System.Int32,System.Int32,Basler.Pylon.ImageOrientation)">
$4D$
<summary>Adds the image to the video.</summary><param name="pixelData">The data of the image to be written.</param><param name="pixelType">The pixel type of the image.</param><param name="width">Width of the image.</param><param name="height">Height of the image.</param><param name="paddingX">The number of extra data bytes at the end of each row in <c>pixelData</c></param><param name="orientation">Orientation of the image data in <c>pixelData</c>.</param><typeparam name="T">The data type of pixels stored in <c>pixelData</c>.</typeparam><remarks><para>
If required, the image is automatically converted to the target format.
</para><para>
Preconditions
<list type="bullet"><item>The file is open.</item><item>The pixel type of the image is supported by pylon.</item><item>The width and height of the image match the values passed when opening the video file.</item></list></para><para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Does not throw exceptions.</para></remarks></member>
<member name="M:Basler.Pylon.AviVideoWriter.Write(Basler.Pylon.IImage)">
$4D$
<summary>Writes an image to the video.</summary><param name="image">The image to be added.</param><remarks><para>
If required, the image is automatically converted to the target format.
</para><pre>
Preconditions
<list type="bullet"><item>The file is open.</item><item>The image is valid.</item><item>The pixel type of the image is supported by pylon.</item><item>The width and height of the image match the values passed when opening the video file.</item></list></pre><para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Does not throw exceptions.</para></remarks></member>
<member name="M:Basler.Pylon.AviVideoWriter.CanWriteWithoutConversion(Basler.Pylon.PixelType,System.Int32,System.Int32,System.Int32,Basler.Pylon.ImageOrientation)">
$4D$
<summary>Checks whether the given data/image can be added to the video file without prior conversion.</summary><param name="pixelType">The pixel type of the image.</param><param name="width">Width of the image.</param><param name="height">Height of the image.</param><param name="paddingX">The number of extra data bytes at the end of each row.</param><param name="orientation">Orientation of the video. Most codecs support ImageOrientation.BottomUp only.</param><returns>Returns true if the image will added to the video stream without prior conversion when Write() is called.
Returns false if the image will be automatically converted when Write() is called.
Returns false if the image cannot be added at all. See the preconditions of Write() for more information.</returns><remarks><para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Does not throw exceptions.</para></remarks></member>
<member name="M:Basler.Pylon.AviVideoWriter.CanWriteWithoutConversion(Basler.Pylon.IImage)">
$4D$
<summary>Checks whether the image passed can be added to the video file without prior conversion.</summary><param name="image">Image or grabresult to check.</param><returns>Returns true if the image will added to the video stream without prior conversion when Write() is called.
Returns false if the image will be automatically converted when Write() is called.
Returns false if the image cannot be added at all. See the preconditions of Write() for more information.</returns><remarks><para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Does not throw exceptions.</para></remarks></member>
<member name="M:Basler.Pylon.AviVideoWriter.Close">
$4D$
<summary>Closes the file.</summary><remarks><para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Does not throw exceptions.</para></remarks></member>
<member name="P:Basler.Pylon.AviVideoWriter.IsOpen">
$4D$
<summary>Returns the open state of the video file.</summary><returns>Returns true if a file for video output has been opened.</returns><remarks><para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Does not throw exceptions.</para></remarks></member>
<member name="M:Basler.Pylon.AviVideoWriter.Create(System.String,System.Double,Basler.Pylon.PixelType,System.Int32,System.Int32,Basler.Pylon.ImageOrientation,System.String,System.Int32,System.Int32,System.Int32,System.Byte[]@,System.Boolean,System.IntPtr)">
$4D$
<summary>Creates and opens a file for video writing.</summary><param name="filename">Filen ame of the video file to be created. If the file doesn't have the .avi extension, it will be appended automatically. Existing files will be overwritten.</param><param name="playbackFramesPerSecond">Playback speed in frames per second.</param><param name="pixelType">The pixel type of the images that will be added to the video writer. This input is used to derive the video format. Mono images result in target PixelType.Mono8. Color images with alpha channnel result in target PixelType.BGRA8packed. Other color images result in target PixelType.BGR8packed.</param><param name="width">Width of the video.</param><param name="height">Height of the video.</param><param name="orientation">Orientation of the video. Most codecs support ImageOrientation.BottomUp only.</param><param name="fccHandler">The four-character code of the codec used for compression. This must be 4 characters or less. If you pass an empty string, the images will not be compressed.</param><param name="quality">Quality setting of the video. You can pass a value between 0 (worst quality) and 10000 (best quality).</param><param name="bytesPerSecond">Specifies the compressed bit rate. The value must be greater than 0. If you enter 0, auto keyframe insertion will be enabled.</param><param name="autoKeyFrameInsertionRate">Specifies that a key frame is inserted every nth image. For this to work, the <c>bytesPerSecond</c> parameter must be set to 0.</param><param name="compressionParams">Compression parameters to be used. On input, you can pass a null reference to use default compression parameters. If you pass an array, these values will be used. You can retrieve the array from a previous call to Create(). On successful return, the array will contain the parameters used to save the video.</param><param name="showDialog">If set to true, a codec configuration dialog will be displayed. The user can choose from available codecs and configure the selected codec.</param><param name="hParentWindow">If you set <c>showDialog</c> to true, you can pass a window handle to be used as the parent window for the configuration dialog. If you set <c>showDialog</c> to false, this value will be ignored.</param><returns>Returns true if the file was created successfully. Returns false if <c>showDialog</c> is set and the user clicked Cancel.</returns><remarks><para>
If a file with the same name already exists, it will be overwritten.
</para><para>
You can pass an empty array for the <c>compressionOptions</c> parameter. The function will then use the default options.
If you pass a non-empty array, all codec-specific options are used from the <c>compressionOptions</c> parameter passed. The <c>fccHandler</c>, <c>quality</c>, <c>bytesPerSecond</c>, and <c>autoKeyFrameInsertionRate</c> parameters will be ignored
On successful return, the array will contain the compression options used to write the file. You can use the returned array in subsequent calls to Create to use the same options.
</para><para>
You can set the <c>showDialog</c> parameter to true. The function will then show a configuration dialog and allow the user to select and configure the codec used.
If the user clicks OK, the settings will be stored in <c>compressionOptions</c> and the function will try to create the file and return true.
If the user clicks Cancel, the function will return false.
</para><para>
Preconditions:
<list type="bullet"><item>The file can be written to.</item><item>The Pixel type can be either PixelType.Mono8, PixelType.BGR8packed, or PixelType.BGRA8packed.</item><item><c>width</c> and <c>height</c> must be greater than 0.</item></list></para><para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Can throw exceptions if the file cannot be created successfully or the preconditions are not met.</para></remarks></member>
<member name="M:Basler.Pylon.AviVideoWriter.Create(System.String,System.Double,Basler.Pylon.ICamera)">
$4D$
<summary>Creates and opens a file for video writing.</summary><param name="filename">File name of the video file to be created. If the file doesn't have the .avi extension, it will be appended automatically. Existing files will be overwritten.</param><param name="playbackFramesPerSecond">Playback speed in frames per second.</param><param name="camera">The camera from which the current settings are read.</param><remarks><para>
This overload reads the PixelType, Width, and Height parameters from the camera passed.
Default compression options appropriate for the format will be used.
</para><para>
Preconditions:
<list type="bullet"><item>The file is writable.</item><item>The camera must be open.</item><item>The pixel type can be either PixelType.Mono8, PixelType.BGR8packed, or PixelType.BGRA8packed.</item></list></para><para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Can throw exceptions if the file cannot be created successfully or the preconditions are not met.</para></remarks></member>
<member name="M:Basler.Pylon.AviVideoWriter.Create(System.String,System.Double,Basler.Pylon.PixelType,System.Int32,System.Int32)">
$4D$
<summary>Creates and opens a file for video writing.</summary><param name="filename">File name of the video file to be created. If the file doesn't have the .avi extension, it will be appended automatically. Existing files will be overwritten.</param><param name="playbackFramesPerSecond">Playback speed in frames per second.</param><param name="pixelType">The pixel type of the images that will be added to the video writer. This input is used to derive the video format. Mono images result in target PixelType.Mono8. Color images with alpha channnel result in target PixelType.BGRA8packed. Other color images result in target PixelType.BGR8packed.</param><param name="width">Width of the video.</param><param name="height">Height of the video.</param><remarks><para>
Default compression options appropriate for the format will be used.
</para><para>
Preconditions:
<list type="bullet"><item>The file is writable.</item><item>Depending on the video format used not all pixel types may be supported.</item><item><c>width</c> and <c>height</c> must be greater than 0.</item><item>The pixel type can be either PixelType.Mono8, PixelType.BGR8packed, or PixelType.BGRA8packed.</item></list></para><para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Can throw exceptions if the file cannot be created successfully or the preconditions are not met.</para></remarks></member>
<member name="T:Basler.Pylon.AviVideoWriter">
$4D$
<summary>
Provides a convenient way to save AVI video files using Video for Windows (VfW).
</summary></member>
<member name="M:Basler.Pylon.IVideoWriter.Write``1(``0[],Basler.Pylon.PixelType,System.Int32,System.Int32,System.Int32,Basler.Pylon.ImageOrientation)">
!4D!
<summary>Adds the image to the video. Converts the image to the correct format if required.</summary><param name="pixelData">The data of the image to be added.</param><param name="pixelType">The pixel type of the image.</param><param name="width">Width of the image.</param><param name="height">Height of the image.</param><param name="paddingX">The number of extra data bytes at the end of each row.</param><param name="orientation">Orientation of the video. Most codecs support ImageOrientation.BottomUp only.</param><typeparam name="T">The data type of pixels stored in <c>pixelData</c>.</typeparam><remarks><para>
If required, the image is automatically converted to the target format.
</para><para>
Preconditions
<list type="bullet"><item>Create() has been called successfully.</item><item>The image passed is valid.</item><item>The pixel type of the image to add is a format supported by pylon.</item><item>The <c>width</c> and <c>height</c> of the image match the values passed when opening the video file.</item></list></para><para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Throws an exception if the image cannot be added.</para></remarks></member>
<member name="M:Basler.Pylon.IVideoWriter.Write(Basler.Pylon.IImage)">
$4D$
<summary>Adds the image to the video. Converts the image to the correct format if required.</summary><param name="image">The image to be added.</param><remarks><para>
If required, the image is automatically converted to the target format.
</para><para>
Preconditions
<list type="bullet"><item>Create() has been called successfully.</item><item>The image passed is valid.</item><item>The pixel type of the image to add is a format supported by pylon.</item><item>The <c>width</c> and <c>height</c> of the image match the values passed when opening the video file.</item></list></para><para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Throws an exception if the image cannot be added.</para></remarks></member>
<member name="M:Basler.Pylon.IVideoWriter.CanWriteWithoutConversion(Basler.Pylon.PixelType,System.Int32,System.Int32,System.Int32,Basler.Pylon.ImageOrientation)">
$4D$
<summary>Checks whether the given data/image can be added to the video file without prior conversion.</summary><param name="pixelType">The pixel type of the image.</param><param name="width">Width of the image.</param><param name="height">Height of the image.</param><param name="paddingX">The number of extra data bytes at the end of each row.</param><param name="orientation">Orientation of the image.</param><returns>Returns true if the image can be added to the video stream without prior conversion.
Returns false if the image would be automatically converted when Write() is called.
Returns false if the image cannot be added at all. See the preconditions of Write() for more information.</returns><remarks><para><b>Thread Safety:</b> This method is thread-safe.</para></remarks></member>
<member name="M:Basler.Pylon.IVideoWriter.CanWriteWithoutConversion(Basler.Pylon.IImage)">
$4D$
<summary>Checks whether the given image can be added to the video file without prior conversion.</summary><param name="image">The image to be checked.</param><returns>Returns true if the image can be added to the video stream without prior conversion.
Returns false if the image would be automatically converted when Write() is called.
Returns false if the image cannot be added at all. See the preconditions of Write() for more information.</returns><para><b>Thread Safety:</b> This method is thread-safe.</para><remarks /></member>
<member name="M:Basler.Pylon.IVideoWriter.Close">
$4D$
<summary>Closes the file.</summary><remarks><para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Does not throw exceptions.</para></remarks></member>
<member name="P:Basler.Pylon.IVideoWriter.IsOpen">
$4D$
<summary>Returns the open state of the video file.</summary><returns>Returns true if a file for video output has been opened.</returns><remarks><para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Does not throw exceptions.</para></remarks></member>
<member name="M:Basler.Pylon.IVideoWriter.Create(System.String,System.Double,Basler.Pylon.ICamera)">
!4D!
<summary>Creates and opens a file for video writing.</summary><param name="filename">File name of the video file to be created. Existing files will be overwritten.</param><param name="playbackFramesPerSecond">Playback speed in frames per second.</param><param name="camera">The camera from which the current settings are read.</param><remarks><para>
This overload reads the PixelType, Width, and Height parameters from the camera passed.
Default compression options appropriate for the format will be chosen.
</para><para>
Preconditions:
<list type="bullet"><item>The file is writable.</item><item>The camera must be open.</item><item>Depending on the video format used, not all pixel types may be supported.</item></list></para><para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Can throw exceptions if the file cannot be created successfully or the preconditions are not met.</para></remarks></member>
<member name="M:Basler.Pylon.IVideoWriter.Create(System.String,System.Double,Basler.Pylon.PixelType,System.Int32,System.Int32)">
!4D!
<summary>Creates and opens a file for video writing.</summary><param name="filename">File name of the video file to be created. Existing files will be overwritten.</param><param name="playbackFramesPerSecond">Playback speed in frames per second.</param><param name="pixelType">The pixel type of the images that will be added to the video writer. This input is used to derive the video format.</param><param name="width">Width of the video.</param><param name="height">Height of the video.</param><remarks><para>
Default compression options appropriate for the format will be used.
</para><para>
Preconditions:
<list type="bullet"><item>The file is writable.</item><item>Depending on the video format used, not all pixel types may be supported.</item><item><c>width</c> and <c>height</c> must be greater than 0.</item></list></para><para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Can throw exceptions if the file cannot be created successfully or the preconditions are not met.</para></remarks></member>
<member name="T:Basler.Pylon.IVideoWriter">
$4D$
<summary>
Provides a convenient way to save video files.
</summary></member>
<member name="E:Basler.Pylon.ICamera.ConnectionLost">
<summary>Occurs when the physical connection to the camera has been lost unexpectedly.</summary>
<remarks>
<para> Called event handlers should expect exceptions if they call methods of the camera. It is safe to call <see cref="M:Basler.Pylon.ICamera.Close" />.</para>
<para> If an event handler throws an exception, it will be ignored and the remaining handlers will be called.</para>
<para> This event is fired inside the lock of the camera instance. Event handlers should make no assumptions on the thread from which the event handler is called.</para>
</remarks>
</member>
<member name="E:Basler.Pylon.ICamera.CameraClosed">
<summary>Occurs after the connection to the camera has been closed.</summary>
<remarks>
<para> During the execution of this event, the camera is already closed.</para>
<para> If an event handler throws an exception, it will be ignored and the remaining handlers will be called.</para>
<para> This event is fired inside the lock of the camera instance. </para>
</remarks>
</member>
<member name="E:Basler.Pylon.ICamera.CameraClosing">
<summary>Occurs before the connection to the camera is closed.</summary>
<remarks>
<para> If the camera is closed properly, the connection to the camera is still open during the execution of this event.</para>
<para> If an event handler throws an exception, it will be ignored and the remaining handlers will be called.</para>
<para> This event is fired inside the lock of the camera instance.</para>
</remarks>
</member>
<member name="E:Basler.Pylon.ICamera.CameraOpened">
<summary>Occurs after the connection to the camera has been opened successfully via <see cref="M:Basler.Pylon.ICamera.Open" /> or <see cref="M:Basler.Pylon.ICamera.Open(System.Int32,Basler.Pylon.TimeoutHandling)" />.</summary>
<remarks>
<para> During the execution of this event, the connection to the camera is already open.</para>
<para> If an event handler called by this event throws an exception, the connection to the camera will be closed and the exception will be propagated to the caller of Open(). No other handlers will be called.</para>
<para> This event is fired inside the lock of the camera instance.</para>
</remarks>
</member>
<member name="E:Basler.Pylon.ICamera.CameraOpening">
<summary>Occurs before the connection to the camera is opened via <see cref="M:Basler.Pylon.ICamera.Open" /> or <see cref="M:Basler.Pylon.ICamera.Open(System.Int32,Basler.Pylon.TimeoutHandling)" />.</summary>
<remarks>
<para> During the execution of this event, the connection to the camera is not yet open.</para>
<para> If an event handler called by this event throws an exception, it will be propagated to the caller of Open(). No other handlers will be called.</para>
<para> This event is fired inside the lock of the camera instance.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ICamera.CreateFileStream(System.String,System.IO.FileAccess)">
<summary>Create a file stream for upload or download.</summary>
<param name="Filename">
Name of the file in the camera. PLCamera.FileSelector contains a list of available file names.
</param>
<param name="Direction">Write to the camera or read from the camera.</param>
<returns>Returns a stream object for writing or reading.</returns>
<remarks>
<para>
<b>Preconditions for updating the camera info:</b>
<br />
<list type="bullet">
<item>The camera is open.</item>
</list>
</para>
<para>
<b>Example:</b>
<br />
<code>
// Copy a file into a byte array:
using (Stream fs = m_camera.CreateFileStream( fileName, System.IO.FileAccess.Read ))
using (MemoryStream ms = new MemoryStream())
{
fs.CopyTo( ms );
byte [] Buffer = ms.ToArray();
}
</code>
</para>
<para>It is not possible to access multiple files in parallel. Dispose the stream before opening the next.</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the lock of the camera object.</para>
<para>
<b>Error Safety:</b> Does throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ICamera.GetSfncVersion">
<summary>Gets the version number of the SFNC specification that the camera complies to.</summary>
<returns>Returns the version number of the SFNC specification that the camera complies to. If no SFNC version information is available, a version of 0.0.0.0 is returned.</returns>
<remarks>
<para>You can use the SFNC version number to determine which parameters the camera can provide.</para>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item>The connection to the camera device must be open.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the lock of the camera object.</para>
<para>
<b>Error Safety:</b> Can throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ICamera.ExecuteSoftwareTrigger">
<summary>Executes the software trigger command.</summary>
<remarks>
<para>To use this method, the camera has to be configured for software triggering.</para>
<para>Before executing a software trigger, you should check whether the camera is ready to accept a software trigger using <see cref="M:Basler.Pylon.ICamera.WaitForFrameTriggerReady(System.Int32,Basler.Pylon.TimeoutHandling)" /></para>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item>The camera device is physically connected and a connection to the camera has been opened.</item>
<item>The camera device supports software triggering.</item>
<item>The grabbing is started using a stream grabber.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the lock of the camera object.</para>
<para>
<b>Error Safety:</b>Can throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ICamera.WaitForFrameTriggerReady(System.Int32,Basler.Pylon.TimeoutHandling)">
<summary>Polls the parameters of the camera until the camera is ready to receive a software trigger.</summary>
<param name="timeoutMs">The timeout period in milliseconds. If the SoftwareTrigger.IsDone() method does not return true within the given period, a timeout will occur.
The exact timeout behaviour can be set using the timeoutHandling parameter.</param>
<param name="timeoutHandling">The action to perform when the functions exits with a timeout.</param>
<returns>Returns true if the camera was ready to receive a software trigger within the given time period. Otherwise, the action specified in timoutHandling is performed.</returns>
<remarks>
<para>
After issuing a software trigger, there is a short time period within which the camera is unable to accept another trigger. During this period, all triggers are ignored.
You can use this function to poll until the camera is ready to accept a trigger.
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the lock of the camera object.</para>
<para>
<b>Error Safety:</b> Can throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ICamera.Close">
<summary>Closes the connection to the camera.</summary>
<remarks>
<para>
<list type="bullet">
<item>If the connection to the camera has been already closed, the function returns successfully.</item>
<item>If the camera is currently grabbing, grabbing is stopped.</item>
<item>The OnClose event is raised. If any event handler throws an exception it will be ignored and the next event handler will be called.</item>
<item>The connection to the camera device is closed.</item>
<item>The OnClosed event is raised. If any event handler throws an exception, it will be ignored and the next event handler will be called.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the lock of the camera object.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ICamera.Open(System.Int32,Basler.Pylon.TimeoutHandling)">
<summary>Tries to open a connection to the camera until a timeout occurs.
If the camera device is not available, the method tries to access the camera until a timeout occurs.</summary>
<param name="timeoutMs">The timeout period in milliseconds.</param>
<param name="timeoutHandling">The action to perform when the function exits with a timeout.</param>
<returns>Returns false if the camera cannot be found or opened.</returns>
<remarks>
<para>
<list type="bullet">
<item>If the camera is already open, the function returns successfully.</item>
<item>If the camera device is not available, the method tries to rediscover the camera by enumerating all camera devices of the same type or by checking the availability until a timeout occurs or the camera class is disposed.</item>
<item>If the camera is not found, the method returns or throws an exception. The action depends on the <paramref name="timeoutHandling" /> parameter.</item>
<item>Calls <see cref="M:Basler.Pylon.ICamera.Open" />) if the camera device has been found by enumeration and it is accessible (see <see cref="M:Basler.Pylon.CameraFinder.GetDeviceAccessibilityInfo(Basler.Pylon.ICameraInfo)" />).</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the lock of the camera object.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the camera cannot be opened successfully or if any of the event handlers throws an exception.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ICamera.Open">
<summary>Opens a connection to the camera device.</summary>
<returns>Returns a reference to the opened camera.</returns>
<remarks>
<para>
<list type="bullet">
<item>If the connection to the camera is already open, the function returns successfully.</item>
<item>The CameraOpening event is fired. The notification of event handlers stops in case any eventhandler throws an exception.</item>
<item>The connection to the camera device is established.</item>
<item>The CameraOpened event is fired if the camera object has been opened successfully. The notification of event handlers stops in case any eventhandler throws an exception.</item>
</list>
</para>
<para>
Opening the camera connection may fail if the camera connection has been already opened by another instance or if a physical connection could not be established.
You can check the current state of a camera by calling CameraFinder::GetDeviceAccessibilityInfo
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the lock of the camera object.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the camera cannot be opened successfully or if any of the event handlers throws an exception.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.ICamera.CameraInfo">
<summary>Provides access to camera information. The camera information can be updated if camera properties have changed.
Camera properties may change e.g. if a GigE camera has been assigned a new IP address after reconnection.</summary>
<param name="updatedCameraInfo">The updated camera information.
The properties <see cref="P:Basler.Pylon.CameraInfoKey.SerialNumber" /> and the <see cref="P:Basler.Pylon.CameraInfoKey.DeviceType" /> of the updated camera information and the current camera information must be identical.
</param>
<returns>Returns information about the camera.</returns>
<remarks>
<para>Returns the camera information collection containing detailed camera information, e.g. name or serial number.</para>
<para>
<b>Preconditions for updating the camera info:</b>
<br />
<list type="bullet">
<item>The camera is closed.</item>
<item>The properties <see cref="P:Basler.Pylon.CameraInfoKey.SerialNumber" /> and the <see cref="P:Basler.Pylon.CameraInfoKey.DeviceType" /> of the updated camera information and the current camera information are identical.</item>
<item>The updated camera information is provided by the <see cref="T:Basler.Pylon.CameraFinder" />.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the lock of the camera object.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions when read. Can throw exceptions when set and the preconditions are not met.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.ICamera.Parameters">
<summary>Returns the parameter collection of the camera for accessing all parameters. Example: camera.Parameters[PLCamera.Width].GetValue();</summary>
<returns>Returns the parameter collection of the camera.</returns>
<remarks>
<para>
You can use the parameter collection to configure the camera device and the camera instance through parameters.
You can access parameters by their name or predefined parameter lists.
</para>
<para>
There are several predefined parameter lists available:
<list type="bullet"><item>PLCamera</item><item>PLCameraInstance</item><item>PLStreamGrabber</item><item>PLEventGrabber</item><item>PLTransportLayer</item></list>
For more information about the parameters, see the documentation for the parameter list.
</para>
<para>
You can access parameters by passing a key from a parameter list to the index operator, e.g.
<code language="cs">
camera.Parameters[PLCamera.Width].GetValue();
</code></para>
<para>
<b>Thread Safety:</b> This method is synchronized with the lock of the camera object.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions</para>
</remarks>
</member>
<member name="P:Basler.Pylon.ICamera.StreamGrabber">
<summary>Returns the stream grabber of the camera object.</summary>
<returns>Returns the stream grabber of the camera object.</returns>
<remarks>
<para>
The stream grabber can be used retrieve images from the camera.
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the lock of the camera object.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.ICamera.IsConnected">
<summary>Indicates if the camera device is properly connected to the camera object while the camera object is open.</summary>
<returns>Returns true if the camera device is properly connected to the camera object while the camera object is open. Returns false if the camera object is closed.</returns>
<remarks>
<note type="caution">
Due to technical reasons, the property may not be updated immediately after the first error caused by a device removal occurs.
</note>
<para>
The connection to the camera device can be lost if it is physically disconnected from the PC.
</para>
<para>
<b>Thread Safety:</b>This method is synchronized with the lock of the camera object.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.ICamera.IsOpen">
<summary>Indicates if camera object has been opened.</summary>
<returns>Returns true if camera object has been opened.</returns>
<remarks>
<para>
The camera object will not automatically close itself if the connection to the camera device is lost, e.g., if the camera device is physically disconnected from the PC.
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the lock of the camera object.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="T:Basler.Pylon.ICamera">
<summary>
Provides convenient access to a camera device.
</summary>
</member>
<member name="T:Basler.Pylon.TimeoutHandling">
<summary>Defines how a timeout is handled by a method.</summary>
</member>
<member name="F:Basler.Pylon.TimeoutHandling.ThrowException">
<summary>An exception is thrown on timeout.</summary>
</member>
<member name="F:Basler.Pylon.TimeoutHandling.Return">
<summary>The method returns on timeout. The type of data returned depends on the method used.</summary>
</member>
<member name="T:Basler.Pylon.DeviceAccessibilityInfo">
<summary>Describes the accessibility state of a camera device.</summary>
<remarks>
This value will be returned by the <c>CameraFinder.GetDeviceAccessibilityInfo</c>
function and describes the connectivity state of a camera device.
A GigE camera device i.e. may be <c>DeviceAccessibilityInfo.Unknown</c> because of
network configuration.
</remarks>
</member>
<member name="M:Basler.Pylon.CameraFinder.GetDeviceAccessibilityInfo(Basler.Pylon.ICameraInfo)">
<summary> Returns information about the accessibility of a camera device.</summary>
<param name="cameraInfo">An <see cref="T:Basler.Pylon.ICameraInfo" />
object specifying the camera device of which the state is returned.
The <see cref="M:Basler.Pylon.CameraFinder.Enumerate" /> methods can be used to retrieve <see cref="T:Basler.Pylon.ICameraInfo" /> objects.
</param>
<returns>Returns a <see cref="T:Basler.Pylon.DeviceAccessibilityInfo" /> value for the camera device.</returns>
<remarks>
<para>
This function can be used to check if a camera device is currently reachable.
This can be used to prevent errors when opening a camera.
</para>
<note>
Some cameras do not support this feature and may return <c>DeviceAccessibilityInfo.Unknown</c>.
</note>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b> Can throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.CameraFinder.GetUpdatedCameraInfo(Basler.Pylon.ICameraInfo)">
<summary>
Returns updated information of a camera device identified by <see cref="P:Basler.Pylon.CameraInfoKey.SerialNumber" /> and <see cref="P:Basler.Pylon.CameraInfoKey.DeviceType" />.
The properties of a camera device can change for instance if a GigE camera has been removed and has been assigned a new IP address after reconnection.
</summary>
<param name="oldCameraInfo">Information about a previously found camera device.</param>
<returns>
Returns null if the camera device can not be found anymore. Returns <paramref name="oldCameraInfo" /> if the camera can be found and the information is exactly the same.
Returns a new camera info object if the camera can be found and the camera information has changed.
</returns>
<remarks>
<para>
The updated camera information is obtained by enumerating all cameras of the same device type. If the ICameraInfo object of multiple cameras
needs to be updated the Enumerate method should be used.
</para>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b> Can throw exceptions. </para>
</remarks>
</member>
<member name="M:Basler.Pylon.CameraFinder.Enumerate(Pylon.DeviceInfoList*!System.Runtime.CompilerServices.IsImplicitlyDereferenced)">
<summary>
Retrieves information about cameras of a specific type connected to the system.
</summary>
<param name="filter">
CDeviceInfo to filter the list of devices.
</param>
<returns>
Returns a list of <see cref="T:Basler.Pylon.ICameraInfo" /> objects that match the filter, one per camera found.
The list is ordered by device type and serial number. Device type order: USB, GigE,
Camera Link, other device types ordered by using the &lt; operator, Camera Emulation
</returns>
<remarks>
<para>
The function queries for camera devices of a specific device class connected to the system and
returns a list of <see cref="T:Basler.Pylon.ICameraInfo" /> objects describing the cameras.
The returned information can be used to create a specific <see cref="T:Basler.Pylon.Camera" /> object.
The static class <see cref="T:Basler.Pylon.DeviceType" /> can be used to get a list of valid device type names.
</para>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b> Can throw exceptions. </para>
</remarks>
</member>
<member name="M:Basler.Pylon.CameraFinder.Enumerate(System.String)">
<summary>
Retrieves information about cameras of a specific type connected to the system.
</summary>
<param name="deviceType">
The name of the device type to enumerate connected devices.
The static class <see cref="T:Basler.Pylon.DeviceType" /> can be used to get a list of valid device class names.
</param>
<returns>
Returns a list of <see cref="T:Basler.Pylon.ICameraInfo" /> objects, one per camera found.
The list is ordered by serial number
</returns>
<remarks>
<para>
The function queries for camera devices of a specific device class connected to the system and
returns a list of <see cref="T:Basler.Pylon.ICameraInfo" /> objects describing the cameras.
The returned information can be used to create a specific <see cref="T:Basler.Pylon.Camera" /> object.
The static class <see cref="T:Basler.Pylon.DeviceType" /> can be used to get a list of valid device type names.
</para>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b> Can throw exceptions. </para>
</remarks>
</member>
<member name="M:Basler.Pylon.CameraFinder.Enumerate">
<summary>Retrieves information about cameras connected to the system.</summary>
<returns>
Returns a list of <see cref="T:Basler.Pylon.ICameraInfo" /> objects, one for each camera found.
The list is ordered by device type and serial number. Device type order: USB, GigE,
Camera Link, other device types ordered by using the &lt; operator, Camera Emulation
</returns>
<remarks>
<para>
The function queries for camera devices connected to the system and returns a list of
<see cref="T:Basler.Pylon.ICameraInfo" /> objects describing the cameras.
The returned information can be used to create a specific <see cref="T:Basler.Pylon.Camera" /> object.
</para>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b> Can throw exceptions. </para>
</remarks>
</member>
<member name="T:Basler.Pylon.CameraFinder">
<summary>
The camera finder can be used to query information about camera devices connected to the system.
</summary>
</member>
<member name="F:Basler.Pylon.DeviceAccessibilityInfo.NotReachable">
<summary>The device could not be reached or it does not exist. A connection to the device cannot be established.</summary>
</member>
<member name="F:Basler.Pylon.DeviceAccessibilityInfo.OpenedExclusively">
<summary>The device is reachable, but already opened exclusively, e.g. by another application.</summary>
</member>
<member name="F:Basler.Pylon.DeviceAccessibilityInfo.Opened">
<summary>The device is reachable, but can be opened in read only mode only.</summary>
</member>
<member name="F:Basler.Pylon.DeviceAccessibilityInfo.Ok">
<summary>The device can be opened.</summary>
</member>
<member name="F:Basler.Pylon.DeviceAccessibilityInfo.Unknown">
<summary>The accessibility of the device could not be determined. The state of accessibility is unknown.</summary>
</member>
<member name="T:Basler.Pylon.ICameraInfo">
<summary> Provides access to the properties of a camera device. </summary>
<remarks>
The static class <see cref="T:Basler.Pylon.CameraInfoKey" /> can be used to get a list of available camera
info keys.
</remarks>
</member>
<member name="P:Basler.Pylon.CameraInfoKey.TransferMode">
<summary>
USB devices: The transfer mode supported by the device (e.g. direct transfer mode or buffered transfer mode).
</summary>
</member>
<member name="P:Basler.Pylon.CameraInfoKey.SpeedSupportBitmask">
<summary>
USB devices: The bit mask indicating the supported USB data transfer speeds.
</summary>
</member>
<member name="P:Basler.Pylon.CameraInfoKey.UsbPortVersionBcd">
<summary>
USB devices: The version of the USB port that the device is connected to.
</summary>
</member>
<member name="P:Basler.Pylon.CameraInfoKey.UsbDriverTypeName">
<summary>
USB devices: The USB driver type used by the device.
</summary>
</member>
<member name="P:Basler.Pylon.CameraInfoKey.DriverKeyName">
<summary>
USB devices: The driver key name.
</summary>
</member>
<member name="P:Basler.Pylon.CameraInfoKey.ProductId">
<summary>
USB devices: The product ID of the device.
</summary>
</member>
<member name="P:Basler.Pylon.CameraInfoKey.VendorId">
<summary>
USB devices: The vendor ID of the device.
</summary>
</member>
<member name="P:Basler.Pylon.CameraInfoKey.DeviceIdx">
<summary>
USB devices: The index of the device.
</summary>
</member>
<member name="P:Basler.Pylon.CameraInfoKey.ManufacturerInfo">
<summary>
USB devices: The information about the manufacturer of the device.
</summary>
</member>
<member name="P:Basler.Pylon.CameraInfoKey.DeviceGUID">
<summary>
USB devices: The GUID of the device.
</summary>
</member>
<member name="P:Basler.Pylon.CameraInfoKey.InitialBaudRate">
<summary>
Camera Link devices: The initial baud rate of the serial port that the device is connected to.
</summary>
</member>
<member name="P:Basler.Pylon.CameraInfoKey.PortID">
<summary>
Camera Link devices: The ID of the serial port that the device is connected to.
</summary>
</member>
<member name="P:Basler.Pylon.CameraInfoKey.DeviceIpConfigurationOptions">
<summary>
GigE devices: The persistent IP configuration options of the device.
</summary>
</member>
<member name="P:Basler.Pylon.CameraInfoKey.DeviceCurrentIpConfiguration">
<summary>
GigE devices: The current IP configuration of the device.
</summary>
</member>
<member name="P:Basler.Pylon.CameraInfoKey.IpConfigOptions">
<summary>
GigE devices: The persistent IP configuration options.
</summary>
</member>
<member name="P:Basler.Pylon.CameraInfoKey.NetworkInterfaceIpAddress">
<summary>
GigE devices: The address of the network interface that the device is connected to.
</summary>
</member>
<member name="P:Basler.Pylon.CameraInfoKey.DeviceMacAddress">
<summary>
GigE devices: The MAC address of the device in a human readable representation.
</summary>
</member>
<member name="P:Basler.Pylon.CameraInfoKey.PortNr">
<summary>
GigE devices: The port number used by the device.
</summary>
</member>
<member name="P:Basler.Pylon.CameraInfoKey.SubnetMask">
<summary>
GigE devices: The subnet mask of the device in a human readable representation.
</summary>
</member>
<member name="P:Basler.Pylon.CameraInfoKey.DefaultGateway">
<summary>
GigE devices: The default gateway of the device in a human readable representation.
</summary>
</member>
<member name="P:Basler.Pylon.CameraInfoKey.DeviceIpAddress">
<summary>
GigE devices: The IP address of the device in a human readable representation.
</summary>
</member>
<member name="P:Basler.Pylon.CameraInfoKey.DeviceSocketAddress">
<summary>
GigE devices: The socket address of the device in a human readable representation, including the port number.
</summary>
</member>
<member name="P:Basler.Pylon.CameraInfoKey.DeviceID">
<summary>
The ID of the device (e.g., used by Camera Link and GenTL Consumer).
</summary>
</member>
<member name="P:Basler.Pylon.CameraInfoKey.InterfaceID">
<summary>
The ID of the interface that the device is connected to.
</summary>
</member>
<member name="P:Basler.Pylon.CameraInfoKey.TLType">
<summary>
The transport layer type of the device.
</summary>
<remarks>
The static class <see cref="P:Basler.Pylon.CameraInfoKey.TLType" /> can be used to get a list of available transport
layer types.
</remarks>
</member>
<member name="P:Basler.Pylon.CameraInfoKey.DeviceVersion">
<summary>
The version number of the device.
</summary>
</member>
<member name="P:Basler.Pylon.CameraInfoKey.DeviceFactory">
<summary>
The name of the transport layer able to create this device.
</summary>
</member>
<member name="P:Basler.Pylon.CameraInfoKey.ModelName">
<summary>
The model name of the device.
</summary>
</member>
<member name="P:Basler.Pylon.CameraInfoKey.UserDefinedName">
<summary>
The user-defined name
</summary>
</member>
<member name="P:Basler.Pylon.CameraInfoKey.SerialNumber">
<summary>
The serial number of the device, if supported by the underlying implementation.
</summary>
</member>
<member name="P:Basler.Pylon.CameraInfoKey.DeviceType">
<summary>
The device type of the device, e.g. BaslerGigE, BaslerUsb, BaslerCameraLink.
</summary>
</member>
<member name="P:Basler.Pylon.CameraInfoKey.VendorName">
<summary>
The vendor name of the device.
</summary>
</member>
<member name="P:Basler.Pylon.CameraInfoKey.FriendlyName">
<summary>
The human readable name of the device.
</summary>
</member>
<member name="P:Basler.Pylon.CameraInfoKey.FullName">
<summary>
The full name identifying the device.
</summary>
</member>
<member name="T:Basler.Pylon.CameraInfoKey">
<summary>
Provides standard camera info key names.
</summary>
</member>
<member name="P:Basler.Pylon.TLType.Cxp">
<summary>
Value for the CoaXPress transport layer.
</summary>
</member>
<member name="P:Basler.Pylon.TLType.CameraEmulator">
<summary>
Value for the camera emulator transport layer.
</summary>
</member>
<member name="P:Basler.Pylon.TLType.CameraLink">
<summary>
Value for the Camera Link transport layer.
</summary>
</member>
<member name="P:Basler.Pylon.TLType.Usb">
<summary>
Value for the USB3 Vision transport layer.
</summary>
</member>
<member name="P:Basler.Pylon.TLType.GigE">
<summary>
Value for the GigE Vision transport layer.
</summary>
</member>
<member name="T:Basler.Pylon.TLType">
<summary>
Provides the names of the transport layer types.
</summary>
</member>
<member name="M:Basler.Pylon.IParameterCollection.Save(System.String,System.String)">
<summary>Saves the parameters to a file.</summary>
<param name="filename">Name and path of the parameter file.</param>
<param name="parameterPath">The parameter path identifying the set of parameters to save, e.g. <see cref="P:Basler.Pylon.ParameterPath.CameraDevice" /> .</param>
<remarks>
<para>
The parameter source needs to be open in order for this to succeed.
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection.</para>
<para>
<b>Error Safety:</b> Can throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IParameterCollection.Load(System.String,System.String)">
<summary>Loads the parameters from a file.</summary>
<param name="filename">Name and path of the parameter file.</param>
<param name="parameterPath">The parameter path identifying the set of parameters to load, e.g. <see cref="P:Basler.Pylon.ParameterPath.CameraDevice" />.</param>
<remarks>
<para>
The parameter source needs to be open in order for this to succeed.
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection.</para>
<para>
<b>Error Safety:</b> Can throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IParameterCollection.Contains(Basler.Pylon.ArrayName)">
<summary>Checks whether a parameter of type array is available.</summary>
<param name="name">The type, path and name of the parameter.</param>
<returns>True if the parameter is available and the type matches.</returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection.</para>
<para>
<b>Error Safety:</b> Can throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IParameterCollection.Contains(Basler.Pylon.EnumName)">
<summary>Checks whether a parameter of type enum is available.</summary>
<param name="name">The type, path and name of the parameter.</param>
<returns>True if the parameter is available and the type matches.</returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection.</para>
<para>
<b>Error Safety:</b> Can throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IParameterCollection.Contains(Basler.Pylon.StringName)">
<summary>Checks whether a parameter of type string is available.</summary>
<param name="name">The type, path and name of the parameter.</param>
<returns>True if the parameter is available and the type matches.</returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection.</para>
<para>
<b>Error Safety:</b> Can throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IParameterCollection.Contains(Basler.Pylon.CommandName)">
<summary>Checks whether a parameter of type command is available.</summary>
<param name="name">The type, path and name of the parameter.</param>
<returns>True if the parameter is available and the type matches.</returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection.</para>
<para>
<b>Error Safety:</b> Can throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IParameterCollection.Contains(Basler.Pylon.BooleanName)">
<summary>Checks whether a parameter of type boolean is available.</summary>
<param name="name">The type, path and name of the parameter.</param>
<returns>True if the parameter is available and the type matches.</returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection.</para>
<para>
<b>Error Safety:</b> Can throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IParameterCollection.Contains(Basler.Pylon.FloatName)">
<summary>Checks whether a parameter of type float is available.</summary>
<param name="name">The type, path and name of the parameter.</param>
<returns>True if the parameter is available and the type matches.</returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection.</para>
<para>
<b>Error Safety:</b> Can throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IParameterCollection.Contains(Basler.Pylon.IntegerName)">
<summary>Checks whether a parameter of type integer is available.</summary>
<param name="name">The type, path and name of the parameter.</param>
<returns>True if the parameter is available and the type matches.</returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection.</para>
<para>
<b>Error Safety:</b> Can throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IParameterCollection.Item(Basler.Pylon.ArrayName)">
<summary>Looks up a parameter of type array and returns it.
If no parameter with the given name has been found, an empty parameter is returned to simplify handling.</summary>
<param name="name">Defines the type, path, and name of the parameter.</param>
<returns>The found parameter or an empty parameter object of the given type that is never readable or writable.</returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the given type does not match the type of the parameter found.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IParameterCollection.Item(Basler.Pylon.EnumName)">
<summary>Looks up a parameter of type enum and returns it.
If no parameter with the given name has been found, an empty parameter is returned to simplify handling.</summary>
<param name="name">Defines the type, path, and name of the parameter.</param>
<returns>The found parameter or an empty parameter object of the given type that is never readable or writable.</returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the given type does not match the type of the parameter found.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IParameterCollection.Item(Basler.Pylon.StringName)">
<summary>Looks up a parameter of type string and returns it.
If no parameter with the given name has been found, an empty parameter is returned to simplify handling.</summary>
<param name="name">Defines the type, path, and name of the parameter.</param>
<returns>The found parameter or an empty parameter object of the given type that is never readable or writable.</returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the given type does not match the type of the parameter found.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IParameterCollection.Item(Basler.Pylon.CommandName)">
<summary>Looks up a parameter of type command and returns it.
If no parameter with the given name has been found, an empty parameter is returned to simplify handling.</summary>
<param name="name">Defines the type, path, and name of the parameter.</param>
<returns>The found parameter or an empty parameter object of the given type that is never readable or writable.</returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the given type does not match the type of the parameter found.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IParameterCollection.Item(Basler.Pylon.BooleanName)">
<summary>Looks up a parameter of type boolean and returns it.
If no parameter with the given name has been found, an empty parameter is returned to simplify handling.</summary>
<param name="name">Defines the type, path, and name of the parameter.</param>
<returns>The parameter found or an empty parameter object of the given type. An empty parameter is never readable or writable.</returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the given type does not match the type of the parameter found.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IParameterCollection.Item(Basler.Pylon.FloatName)">
<summary>Looks up a parameter of type float and returns it.
If no parameter with the given name has been found, an empty parameter is returned to simplify handling.</summary>
<param name="name">Defines the type, path, and name of the parameter.</param>
<returns>The parameter found or an empty parameter object of the given type. An empty parameter is never readable or writable.</returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the given type does not match the type of the parameter found.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IParameterCollection.Item(Basler.Pylon.IntegerName)">
<summary>Looks up a parameter of type integer and returns it.
If no parameter with the given name has been found, an empty parameter is returned to simplify handling.</summary>
<param name="name">Defines the type, path, and name of the parameter.</param>
<returns>The parameter found or an empty parameter object of the given type. An empty parameter is never readable or writable.</returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the given type does not match the type of the parameter found.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IParameterCollection.Item(System.String)">
<summary>Looks up a parameter of any type and returns it. If no parameter with the given name has been found, an empty parameter is returned to simplify handling.</summary>
<param name="name">Defines the path and the name of the parameter.</param>
<returns>The parameter found or an empty parameter object. An empty parameter is never readable or writable.
The returned parameter can be casted to its specialized type afterwards.</returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the given type does not match the type of the parameter found.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IParameterCollection.Contains(System.String)">
<summary>Indicates if a parameter of any type is available.</summary>
<param name="name">The path and name of the parameter.</param>
<returns>True if the parameter is available.</returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection.</para>
<para>
<b>Error Safety:</b> Can throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IParameterCollection.GetParameterRelation(System.String,Basler.Pylon.ParameterRelation,System.Boolean)">
<summary>Advanced: Gets the relation of one parameter to other parameters.</summary>
<param name="name">The name of the parameter.</param>
<param name="relation">The type of the parameter relation.</param>
<param name="filterInternalParameters">Filter parameters that are not user parameters.</param>
<returns>Returns a list of the related parameter names. Returns Enumerable.Empty&lt;string&gt;() if no relation exists.</returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection.</para>
<para>
<b>Error Safety:</b> Can throw exceptions. Triggered event handlers can throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IParameterCollection.Poll(System.Int64)">
<summary>Advanced: Poll all parameters that have polling time. If the elapsed time is larger than the polling time of the parameter, fire parameter changed events.</summary>
<param name="elapsedTime">The elapsed time, e.g. between two calls, in milliseconds.</param>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection.</para>
<para>
<b>Error Safety:</b> Can throw exceptions. Triggered event handlers can throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IParameterCollection.Refresh">
<summary>Advanced: Invalidates all cached values for all parameters. See <see cref="M:Basler.Pylon.IAdvancedParameterAccess.Refresh" /> for more information.</summary>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection.</para>
<para>
<b>Error Safety:</b> Can throw exceptions.</para>
</remarks>
</member>
<member name="T:Basler.Pylon.IParameterCollection">
<summary>Represents a collection of parameters that are identified by a path, a name, and a type.</summary>
<remarks>
<para>
Every parameter collection has a main parameter path. When looking up parameters of the main path, the path can be omitted.
The definition of a main parameter path depends on the source of the related parameter collection.
For simplicity, a combination of path, name, and type is referred to as parameter name, analogous to file names.
</para>
<para>
<b>Examples:</b>
<br />
<list type="bullet">
<item>Parameter name without path: "Width"</item>
<item>Parameter name with path: "@CameraDevice/Width"</item>
<item>Parameter name with name cast for defining the parameter type: (IntegerName) "@CameraDevice/Width"</item>
</list>
</para>
<para>
For ease of use, several predefined lists of parameter names are available, e.g. PLCamera.
</para>
<para>
If a requested parameter does not exist, an empty parameter object will be returned to simplify handling.
An empty parameter is never readable or writable.
</para>
<para>
A parameter collection is enumerable. The enumerator lists all user parameters.
</para>
</remarks>
</member>
<member name="P:Basler.Pylon.ParameterPath.VideoWriter">
<summary>The video writer parameter path.</summary>
</member>
<member name="P:Basler.Pylon.ParameterPath.PixelDataConverter">
<summary>The image format converter parameter path.</summary>
</member>
<member name="P:Basler.Pylon.ParameterPath.EventGrabber">
<summary>The event grabber.</summary>
</member>
<member name="P:Basler.Pylon.ParameterPath.ChunkData">
<summary>The chunk data of the grab result.</summary>
</member>
<member name="P:Basler.Pylon.ParameterPath.DeviceTransportLayer">
<summary>The device transport layer.</summary>
</member>
<member name="P:Basler.Pylon.ParameterPath.Interface">
<summary>The interface (only available for interface objects).</summary>
</member>
<member name="P:Basler.Pylon.ParameterPath.StreamGrabber0">
<summary>The stream grabber, number 0.</summary>
</member>
<member name="P:Basler.Pylon.ParameterPath.CameraDevice">
<summary>The camera device.</summary>
</member>
<member name="P:Basler.Pylon.ParameterPath.CameraInstance">
<summary>The camera object instance.</summary>
</member>
<member name="T:Basler.Pylon.ParameterPath">
<summary>Lists common objects.</summary>
</member>
<member name="M:Basler.Pylon.EnumName.ToString">
<summary>The enum parameter name as string.</summary>
<returns>Returns the enum parameter name as string. The name can include path information.</returns>
</member>
<member name="P:Basler.Pylon.EnumName.Name">
<summary>The enum parameter name as string.</summary>
</member>
<member name="M:Basler.Pylon.EnumName.op_Implicit(Basler.Pylon.ParameterListEnum)~Basler.Pylon.EnumName">
<summary>The class EnumNameProvider can be automatically converted into an EnumName.</summary>
<param name="name">The name of the parameter. Must be an object deriving from EnumNameProvider.</param>
<returns>Returns the enum parameter name.</returns>
</member>
<member name="M:Basler.Pylon.EnumName.op_Explicit(System.String)~Basler.Pylon.EnumName">
<summary>Creates an enum parameter name from a string.</summary>
<param name="name">The name of the parameter as string. The name can include path information.</param>
<returns>Returns the enum parameter name.</returns>
</member>
<member name="M:Basler.Pylon.EnumName.#ctor(System.String)">
<summary>Creates an enum parameter name.</summary>
<param name="name">The name of the parameter as string. The name can include path information.</param>
</member>
<member name="T:Basler.Pylon.EnumName">
<summary>Defines an enum parameter name by combining the parameter name string and the parameter type information.</summary>
</member>
<member name="M:Basler.Pylon.ArrayName.ToString">
<summary>The array parameter name as string.</summary>
<returns>Returns the array parameter name as string. The name can include path information.</returns>
</member>
<member name="P:Basler.Pylon.ArrayName.Name">
<summary>The array parameter name as string.</summary>
</member>
<member name="M:Basler.Pylon.ArrayName.op_Explicit(System.String)~Basler.Pylon.ArrayName">
<summary>Creates an array parameter name from a string.</summary>
<param name="name">The name of the parameter as string. The name can include path information.</param>
<returns>Returns the array parameter name.</returns>
</member>
<member name="M:Basler.Pylon.ArrayName.#ctor(System.String)">
<summary>Creates an array parameter name.</summary>
<param name="name">The name of the parameter as string. The name can include path information.</param>
</member>
<member name="T:Basler.Pylon.ArrayName">
<summary>Defines an array parameter name by combining the parameter name string and the parameter type information.</summary>
</member>
<member name="P:Basler.Pylon.ParameterListEnum.Name">
<summary>The name of the enum parameter as string.</summary>
</member>
<member name="T:Basler.Pylon.ParameterListEnum">
<tocexclude />
<summary>Advanced: This class is used to create parameter lists.</summary>
</member>
<member name="M:Basler.Pylon.StringName.ToString">
<summary>The string parameter name as string.</summary>
<returns>Returns the string parameter name as string. The name can include path information.</returns>
</member>
<member name="P:Basler.Pylon.StringName.Name">
<summary>The string parameter name as string.</summary>
</member>
<member name="M:Basler.Pylon.StringName.op_Explicit(System.String)~Basler.Pylon.StringName">
<summary>Creates a string parameter name from a string.</summary>
<param name="name">The name of the parameter as string. The name can include path information.</param>
<returns>Returns the string parameter name.</returns>
</member>
<member name="M:Basler.Pylon.StringName.#ctor(System.String)">
<summary>Creates a string parameter name.</summary>
<param name="name">The name of the parameter as string. The name can include path information.</param>
</member>
<member name="T:Basler.Pylon.StringName">
<summary>Defines a string parameter name by combining the parameter name string and the parameter type information.</summary>
</member>
<member name="M:Basler.Pylon.CommandName.ToString">
<summary>Returns the command parameter name as string.</summary>
<returns>Returns the command parameter name as string. The name can include path information.</returns>
</member>
<member name="P:Basler.Pylon.CommandName.Name">
<summary>Returns the command parameter name as string.</summary>
</member>
<member name="M:Basler.Pylon.CommandName.op_Explicit(System.String)~Basler.Pylon.CommandName">
<summary>A cast can be used to create a command parameter name from a string.</summary>
<param name="name">The name of the parameter as string. The name can include path information.</param>
<returns>Returns the command parameter name.</returns>
</member>
<member name="M:Basler.Pylon.CommandName.#ctor(System.String)">
<summary>Create a command parameter name.</summary>
<param name="name">The name of the parameter as string. The name can include path information.</param>
</member>
<member name="T:Basler.Pylon.CommandName">
<summary>Defines a command parameter name by combining the parameter name string and the parameter type information.</summary>
</member>
<member name="M:Basler.Pylon.BooleanName.ToString">
<summary>The boolean parameter name as string.</summary>
<returns>Returns the boolean parameter name as string. The name can include path information.</returns>
</member>
<member name="P:Basler.Pylon.BooleanName.Name">
<summary>The boolean parameter name as string.</summary>
</member>
<member name="M:Basler.Pylon.BooleanName.op_Explicit(System.String)~Basler.Pylon.BooleanName">
<summary>Creates a boolean parameter name from a string.</summary>
<param name="name">The name of the parameter as string. The name can include path information.</param>
<returns>Returns the boolean parameter name.</returns>
</member>
<member name="M:Basler.Pylon.BooleanName.#ctor(System.String)">
<summary>Creates a boolean parameter name.</summary>
<param name="name">The name of the parameter as string. The name can include path information.</param>
</member>
<member name="T:Basler.Pylon.BooleanName">
<summary>Defines a boolean parameter name by combining the parameter name string and the parameter type information.</summary>
</member>
<member name="M:Basler.Pylon.FloatName.ToString">
<summary>The float parameter name as string.</summary>
<returns>Returns the float parameter name as string. The name can include path information.</returns>
</member>
<member name="P:Basler.Pylon.FloatName.Name">
<summary>The float parameter name as string.</summary>
</member>
<member name="M:Basler.Pylon.FloatName.op_Explicit(System.String)~Basler.Pylon.FloatName">
<summary>Creates a float parameter name from a string.</summary>
<param name="name">The name of the parameter as string. The name can include path information.</param>
<returns>Returns the float parameter name.</returns>
</member>
<member name="M:Basler.Pylon.FloatName.#ctor(System.String)">
<summary>Creates a float parameter name.</summary>
<param name="name">The name of the parameter as string. The name can include path information.</param>
</member>
<member name="T:Basler.Pylon.FloatName">
<summary>Defines a float parameter name by combining the parameter name string and the parameter type information.</summary>
</member>
<member name="M:Basler.Pylon.IntegerName.ToString">
<summary>The integer parameter name as string.</summary>
<returns>Returns the integer parameter name as string. The name can include path information.</returns>
</member>
<member name="P:Basler.Pylon.IntegerName.Name">
<summary>The integer parameter name as string.</summary>
</member>
<member name="M:Basler.Pylon.IntegerName.op_Explicit(System.String)~Basler.Pylon.IntegerName">
<summary>Creates an integer parameter name from a string.</summary>
<param name="name">The name of the parameter as string. The name can include path information.</param>
<returns>Returns the integer parameter name.</returns>
</member>
<member name="M:Basler.Pylon.IntegerName.#ctor(System.String)">
<summary>Creates an integer parameter name.</summary>
<param name="name">The name of the parameter as string. The name can include path information.</param>
</member>
<member name="T:Basler.Pylon.IntegerName">
<summary>Defines an integer parameter name by combining the parameter name string and the parameter type information.</summary>
</member>
<member name="T:Basler.Pylon.ParameterRelation">
<summary>Lists possible relationships between parameters.</summary>
</member>
<member name="F:Basler.Pylon.ParameterRelation.ParameterIsSelectedBy">
<summary>Parameter selected by other parameters.</summary>
</member>
<member name="F:Basler.Pylon.ParameterRelation.ParameterSelects">
<summary>Parameter selects other parameters.</summary>
</member>
<member name="F:Basler.Pylon.ParameterRelation.ParameterIsCategoryOf">
<summary>Parameter groups other parameters.</summary>
</member>
<member name="M:Basler.Pylon.IArrayParameter.GetLength">
<summary>Retrieves the length in bytes.</summary>
<returns>Returns the length in bytes.</returns>
</member>
<member name="M:Basler.Pylon.IArrayParameter.Write``1(``0[])">
<summary>Writes data from the array passed.</summary>
<typeparam name="T">The value type of the one-dimensional array containing the data to store.</typeparam>
<param name="buffer">The one-dimensional array containing the data to store.</param>
<remarks>
<para>
The number of bytes written is determined by the GetLength parameter and the size of an element in the array.
</para>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item> The array must be one-dimensional and elements must be value types.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if writing fails or if the array is not initialized</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IArrayParameter.WriteRaw(System.IntPtr,System.Int64)">
<summary>Writes data from the buffer.</summary>
<param name="pBuffer">The memory pointer to read the data from.</param>
<param name="bufferSize">The number of bytes to read from the buffer and write to the address.</param>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if writing fails or if the pointer is invalid.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IArrayParameter.Read``1(``0[]@)">
<summary>Reads data into the array passed.</summary>
<typeparam name="T">The value type of the one-dimensional array to store the data read.</typeparam>
<param name="buffer">The one-dimensional array to store the data read.</param>
<remarks>
<para>
Some cameras may not report a failure if an error occurs and return 0 data instead.
</para>
<para>
The number of bytes read is determined by the GetLength parameter and the size of an element in the array.
</para>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item> The array must be one-dimensional and elements must be value types.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if reading fails or if the array is not initialized.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IArrayParameter.ReadRaw(System.IntPtr,System.Int64)">
<summary>Reads data into the buffer passed.</summary>
<param name="pBuffer">The memory pointer to store the data read.</param>
<param name="bufferSize">The number of bytes to read.</param>
<remarks>
<para>
Some cameras may not report a failure if an error occurs and return 0 data instead.
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if reading fails or if the pointer is invalid.</para>
</remarks>
</member>
<member name="T:Basler.Pylon.IArrayParameter">
<summary>Interface class for array parameter access.</summary>
</member>
<member name="M:Basler.Pylon.IBooleanParameterExtensions.GetValueOrDefault(Basler.Pylon.IBooleanParameter,System.Boolean)">
<summary>Gets the parameter value if the parameter is readable. Otherwise, returns the default value.</summary>
<returns>Returns the parameter value if the parameter is readable. Otherwise, returns the default value.</returns>
<param name="parameter">The interface of the parameter.</param>
<param name="defaultValue">The default value returned if the parameter is not readable.</param>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if reading the value fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IBooleanParameterExtensions.TrySetValue(Basler.Pylon.IBooleanParameter,System.Boolean)">
<summary>Sets the provided boolean value if the parameter is writable.</summary>
<returns>Returns false if the parameter is not writable.</returns>
<param name="parameter">The interface of the parameter.</param>
<param name="value">The boolean value to set.</param>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the preconditions are not met or if writing the value fails.</para>
</remarks>
</member>
<member name="T:Basler.Pylon.IBooleanParameterExtensions">
<tocexclude />
<summary>Extension class for the boolean parameter interface.</summary>
</member>
<member name="M:Basler.Pylon.IBooleanParameter.GetValue">
<summary>Gets the current parameter value.</summary>
<returns>Returns the current boolean value.</returns>
<remarks>
<para>
<b>Preconditions:</b> The parameter must be readable.</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the parameter is not readable or if reading the value fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IBooleanParameter.SetValue(System.Boolean)">
<summary>Sets the provided boolean value.</summary>
<param name="value">The boolean value to set.</param>
<remarks>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item>The parameter must be writable.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if writing the value fails or if the parameter is not writable.</para>
</remarks>
</member>
<member name="T:Basler.Pylon.IBooleanParameter">
<summary>Interface class for boolean parameters.</summary>
</member>
<member name="M:Basler.Pylon.IStringParameterExtensions.GetValueOrDefault(Basler.Pylon.IStringParameter,System.String)">
<summary>Gets the parameter value if the parameter is readable. Otherwise, returns the default value.</summary>
<returns>Returns the parameter value if the parameter is readable. Otherwise, returns the default value.</returns>
<param name="parameter">The interface of the parameter.</param>
<param name="defaultValue">The default value returned if the parameter is not readable.</param>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if reading the value fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IStringParameterExtensions.TrySetValue(Basler.Pylon.IStringParameter,System.String)">
<summary>Sets the provided value if the parameter is writable.</summary>
<returns>Returns false if the parameter is not writable.</returns>
<param name="parameter">The interface of the parameter.</param>
<param name="value">The string value to set.</param>
<remarks>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item>The length of the string must be less than GetMaxLength().</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the preconditions are not met or if writing the value fails.</para>
</remarks>
</member>
<member name="T:Basler.Pylon.IStringParameterExtensions">
<tocexclude />
<summary>Extension class for the string parameter interface.</summary>
</member>
<member name="M:Basler.Pylon.IStringParameter.GetMaxLength">
<summary>Gets the maximum length of the string parameter.</summary>
<returns>Returns the maximum number of characters the string parameter supports.</returns>
<remarks>
<para>
<b>Preconditions:</b> The parameter must be readable.</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the parameter is not readable or if reading the value fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IStringParameter.GetValue">
<summary>Gets the current parameter value.</summary>
<returns>Returns the current parameter value.</returns>
<remarks>
<para>
<b>Preconditions:</b> The parameter must be readable.</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the parameter is not readable or if reading the value fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IStringParameter.SetValue(System.String)">
<summary>Sets the provided value.</summary>
<param name="value">The string to set.</param>
<remarks>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item>The length of the string must be less than GetMaxLength().</item>
<item>The parameter must be writable.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if writing the value fails or if the parameter is not writable.</para>
</remarks>
</member>
<member name="T:Basler.Pylon.IStringParameter">
<summary>Interface class for string parameters.</summary>
</member>
<member name="M:Basler.Pylon.IIntegerParameterExtensions.TrySetToMinimum(Basler.Pylon.IIntegerParameter)">
<summary>Sets the parameter value to the minimum possible value if the parameter is readable and writable.</summary>
<returns>Returns true if the minimum value has been set.</returns>
<param name="parameter">The interface of the parameter.</param>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if reading or writing fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IIntegerParameterExtensions.TrySetToMaximum(Basler.Pylon.IIntegerParameter)">
<summary>Sets the parameter value to the maximum possible value if the parameter is readable and writable.</summary>
<returns>Returns true if the maximum value has been set.</returns>
<param name="parameter">The interface of the parameter.</param>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if reading or writing fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IIntegerParameterExtensions.SetToMinimum(Basler.Pylon.IIntegerParameter)">
<summary>Sets the parameter value to the minimum possible value.</summary>
<param name="parameter">The interface of the parameter.</param>
<remarks>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item>The parameter must be writable.</item>
<item>The parameter must be readable.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the parameter is not writable, not readable, or if reading or writing fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IIntegerParameterExtensions.SetToMaximum(Basler.Pylon.IIntegerParameter)">
<summary>Sets the parameter value to the maximum possible value.</summary>
<param name="parameter">The interface of the parameter.</param>
<remarks>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item>The parameter must be writable.</item>
<item>The parameter must be readable.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the parameter is not writable, not readable, or if reading or writing fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IIntegerParameterExtensions.TrySetValuePercentOfRange(Basler.Pylon.IIntegerParameter,System.Double)">
<summary> If the parameter is writable and readable, the provided value in percentage of range (simplified): ((max - min) * (percentOfRange / 100.0)) + min is set.
The computed value is always corrected to the nearest valid value.</summary>
<returns>Returns true if the a value has been set.</returns>
<param name="parameter">The interface of the parameter.</param>
<param name="percentOfRange">Percent of min/max range.</param>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if writing the value fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IIntegerParameterExtensions.SetValuePercentOfRange(Basler.Pylon.IIntegerParameter,System.Double)">
<summary>Sets the provided value to a value within the range, using this formula (simplified): ((maxRange - minRange) * (percentOfRange / 100.0)) + minRange.
The computed value is always corrected to the nearest valid value.</summary>
<param name="parameter">The interface of the parameter.</param>
<param name="percentOfRange">The percentage of the range to be used in the calculation.</param>
<remarks>
<para>The parameter must be writable.</para>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item>The parameter must be writable.</item>
<item>The parameter must be readable.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if writing the value fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IIntegerParameterExtensions.GetValuePercentOfRange(Basler.Pylon.IIntegerParameter)">
<summary>Returns the current value in percent of minimum/maximum range.</summary>
<param name="parameter">The interface of the parameter.</param>
<returns>Returns the current value in percent of minimum/maximum range. Returns 100 if minimum equals maximum.</returns>
<remarks>
<para>
<b>Preconditions:</b> The parameter must be readable.</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if writing the value fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IIntegerParameterExtensions.SetValue(Basler.Pylon.IIntegerParameter,System.Int64,Basler.Pylon.IntegerValueCorrection)">
<summary>Sets the provided value. The value is automatically corrected if needed.</summary>
<param name="parameter">The interface of the parameter.</param>
<param name="value">The value to set.</param>
<param name="correction">The correction method.</param>
<remarks>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item>The parameter must be writable.</item>
<item>The parameter must be readable.</item>
</list>
</para>
<note type="warning">Calls <see cref="M:Basler.Pylon.IIntegerParameter.SetValue(System.Int64)" /> if <paramref name="correction" /> equals IntegerValueCorrection.None.</note>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the preconditions are not met or if writing the value fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IIntegerParameterExtensions.TrySetValue(Basler.Pylon.IIntegerParameter,System.Int64,Basler.Pylon.IntegerValueCorrection)">
<summary>Sets the provided value if the parameter is writable and readable. The value is automatically corrected if needed.</summary>
<returns>Returns false if the parameter is not readable or not writable.</returns>
<param name="parameter">The interface of the parameter.</param>
<param name="value">The value to set.</param>
<param name="correction">The correction method.</param>
<remarks>
<note type="warning">Calls <see cref="M:Basler.Pylon.IIntegerParameterExtensions.TrySetValue(Basler.Pylon.IIntegerParameter,System.Int64)" /> if <paramref name="correction" /> equals IntegerValueCorrection.None.</note>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if writing the value fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IIntegerParameterExtensions.GetValueOrDefault(Basler.Pylon.IIntegerParameter,System.Int64)">
<summary>Gets the parameter value if the parameter is readable. Otherwise, returns the default value.</summary>
<returns>Returns the parameter value if the parameter is readable. Otherwise, returns the default value.</returns>
<param name="parameter">The interface of the parameter.</param>
<param name="defaultValue">The default value returned if the parameter is not readable.</param>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exception if reading the value fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IIntegerParameterExtensions.TrySetValue(Basler.Pylon.IIntegerParameter,System.Int64)">
<summary>Sets the value passed if the parameter is writable.
The value must be in the valid range and the increment must be correct.</summary>
<returns>Returns false if the parameter is not writable.</returns>
<param name="parameter">The interface of the parameter.</param>
<param name="value">The value to set.</param>
<remarks>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item>The passed value must be &gt;= GetMinimum().</item>
<item>The passed value must be &lt;= GetMaximum().</item>
<item>The passed value must be aligned to the increment returned by GetIncrement().</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the preconditions are not met or if writing the value fails.</para>
</remarks>
</member>
<member name="T:Basler.Pylon.IIntegerParameterExtensions">
<tocexclude />
<summary>Extension class for the integer parameter interface.</summary>
</member>
<member name="M:Basler.Pylon.IIntegerParameter.GetIncrement">
<summary>Gets the increment value of the current parameter.</summary>
<returns>Returns the increment value of the current parameter.</returns>
<remarks>
<para>
<b>Preconditions:</b> The parameter must be readable.</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the parameter is not readable or if reading the value fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IIntegerParameter.GetMinimum">
<summary>Gets the minimum value of the current parameter.</summary>
<returns>Returns the minimum value of the current parameter.</returns>
<remarks>
<para>
<b>Preconditions:</b> The parameter must be readable.</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the parameter is not readable or if reading the value fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IIntegerParameter.GetMaximum">
<summary>Gets the maximum value of the current parameter.</summary>
<returns>Returns the maximum value of the current parameter.</returns>
<remarks>
<para>
<b>Preconditions:</b> The parameter must be readable.</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the parameter is not readable or if reading the value fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IIntegerParameter.GetValue">
<summary>Gets the current parameter value.</summary>
<returns>Returns the current parameter value.</returns>
<remarks>
<para>
<b>Preconditions:</b> The parameter must be readable.</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the parameter is not readable or if reading the value fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IIntegerParameter.SetValue(System.Int64)">
<summary>Sets the provided value.</summary>
<param name="value">The value to set.</param>
<remarks>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item>The parameter must be writable.</item>
<item>The value passed must be &gt;= GetMinimum().</item>
<item>The value passed must be &lt;= GetMaximum().</item>
<item>The value passed must be aligned to the increment returned by GetIncrement().</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if writing the value fails, if the value is out of bounds, if the alignment is not correct, or if the parameter is not writable.</para>
</remarks>
</member>
<member name="T:Basler.Pylon.IIntegerParameter">
<summary>Interface class for integer parameters.</summary>
</member>
<member name="T:Basler.Pylon.IntegerValueCorrection">
<summary>Lists possible integer value corrections.</summary>
</member>
<member name="F:Basler.Pylon.IntegerValueCorrection.Nearest">
<summary>Correct the value by rounding up or down to the nearest valid value.
If the correction in each direction is equal, the value will be corrected by rounding up to the nearest valid value.
If the value is lower/higher than the minimum/maximum in the range of valid values, correct the value to the minimum/maximum.</summary>
</member>
<member name="F:Basler.Pylon.IntegerValueCorrection.Down">
<summary>Correct the value by rounding down to the nearest valid value.
If the value is lower/higher than the minimum/maximum in the range of valid values, correct the value to the minimum/maximum.</summary>
</member>
<member name="F:Basler.Pylon.IntegerValueCorrection.Up">
<summary>Correct the value by rounding up to the nearest valid value.
If the value is lower/higher than the minimum/maximum in the range of valid values, correct the value to the minimum/maximum.</summary>
</member>
<member name="F:Basler.Pylon.IntegerValueCorrection.None">
<summary>No correction will be applied. If the value is not valid for the parameter, an exception will be thrown.</summary>
</member>
<member name="M:Basler.Pylon.IEnumParameterExtensions.TrySetValue(Basler.Pylon.IEnumParameter,System.Collections.Generic.IEnumerable`1{System.String})">
<summary>Sets the first valid value from a list of values if the parameter is writable.</summary>
<param name="parameter">The interface of the parameter.</param>
<param name="values">The list of possible values to set.</param>
<returns>Returns false if the parameter is not writable.</returns>
<remarks>
<para>
<b>Preconditions:</b> At least one value contained in the passed list must be contained in the set of <see cref="M:Basler.Pylon.IEnumParameter.CanSetValue(System.String)">settable enumeration values</see>.</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the parameter is not writable, no value is valid, or writing the value fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IEnumParameterExtensions.SetValue(Basler.Pylon.IEnumParameter,System.Collections.Generic.IEnumerable`1{System.String})">
<summary>Sets the first valid value from a list of values.</summary>
<param name="parameter">The interface of the parameter.</param>
<param name="values">The list of possible values to set.</param>
<remarks>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item>The parameter must be writable.</item>
<item>At least one value contained in the list passed must be contained in the set of <see cref="M:Basler.Pylon.IEnumParameter.CanSetValue(System.String)"> settable enumeration values</see>.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the parameter is not writable, no value is valid, or writing the value fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IEnumParameterExtensions.TrySetValue(Basler.Pylon.IEnumParameter,System.String)">
<summary>Sets the value passed if the parameter is writable
and the value is contained in the set of <see cref="M:Basler.Pylon.IEnumParameter.CanSetValue(System.String)">settable enumeration values</see>.</summary>
<returns>Returns false if the parameter is not writable or the value is not contained in the set of <see cref="M:Basler.Pylon.IEnumParameter.CanSetValue(System.String)">settable enumeration values</see>.</returns>
<param name="parameter">The interface of the parameter.</param>
<param name="value">The value to set.</param>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the preconditions are not met or if writing the value fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IEnumParameterExtensions.GetValueOrDefault(Basler.Pylon.IEnumParameter,System.String)">
<summary>Gets the parameter value if the parameter is readable. Otherwise, returns the default value.</summary>
<returns>Returns the parameter value if the parameter is readable. Otherwise, returns the default value.</returns>
<param name="parameter">The interface of the parameter.</param>
<param name="defaultValue">The default value returned if the parameter is not readable.</param>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if reading the value fails.</para>
</remarks>
</member>
<member name="T:Basler.Pylon.IEnumParameterExtensions">
<tocexclude />
<summary>Extension class for the enumeration parameter interface.</summary>
</member>
<member name="M:Basler.Pylon.IEnumParameter.GetAdvancedValueProperties(System.String)">
<summary>Gets the interface that provides access to properties of an enum value.</summary>
<param name="value">The value to look up.</param>
<returns>Returns the interface that provides access to properties of an enum value.</returns>
<remarks>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item>The parameter must be readable.</item>
<item>The value must be contained in the set of <see cref="M:Basler.Pylon.IEnumParameter.GetAllValues"> of all enumeration values</see>.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the parameter is not readable or if the value is not valid.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IEnumParameter.GetValue">
<summary>Gets the current parameter value.</summary>
<returns>Returns the current parameter value.</returns>
<remarks>
<para>
<b>Preconditions:</b> The parameter must be readable.</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the parameter is not readable or if reading the value fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IEnumParameter.GetAllValues">
<summary>Gets a list of all values of the enumeration including the values that are currently not settable.</summary>
<returns>Returns a list of all values of the enumeration including the values that are currently not settable.</returns>
<remarks>
<para>To iterate over all settable values use foreach(String entry in IEnumParameter).</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IEnumParameter.SetValue(System.String)">
<summary>Sets the provided value.</summary>
<param name="value">The value to set.</param>
<remarks>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item>The parameter must be writable.</item>
<item>The value must be contained in the set of <see cref="M:Basler.Pylon.IEnumParameter.CanSetValue(System.String)">settable enumeration values</see>.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the parameter is not writable, the value is not valid, or writing the value fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IEnumParameter.CanSetValue(System.String)">
<summary>Indicates if the value passed can be set.</summary>
<param name="value">The value to be checked.</param>
<returns>Returns true if the value can be set, otherwise false.</returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="T:Basler.Pylon.IEnumParameter">
<summary>Interface class for enumeration parameters. An enumeration parameter is enumerable.
The enumerator lists all currently settable values.</summary>
</member>
<member name="M:Basler.Pylon.IFloatParameterExtensions.TrySetToMinimum(Basler.Pylon.IFloatParameter)">
<summary>Sets the parameter value to the minimum possible value if the parameter is readable and writable.</summary>
<returns>Returns true if the minimum value has been set.</returns>
<param name="parameter">The interface of the parameter.</param>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if reading or writing fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IFloatParameterExtensions.TrySetToMaximum(Basler.Pylon.IFloatParameter)">
<summary>Sets the parameter value to the maximum possible value if the parameter is readable and writable.</summary>
<returns>Returns true if the maximum value has been set.</returns>
<param name="parameter">The interface of the parameter.</param>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if reading or writing fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IFloatParameterExtensions.SetToMinimum(Basler.Pylon.IFloatParameter)">
<summary>Sets the parameter value to the minimum possible value.</summary>
<param name="parameter">The interface of the parameter.</param>
<remarks>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item>The parameter must be writable.</item>
<item>The parameter must be readable.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the parameter is not writable, not readable, or if reading or writing fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IFloatParameterExtensions.SetToMaximum(Basler.Pylon.IFloatParameter)">
<summary>Sets the parameter value to the maximum possible value.</summary>
<param name="parameter">The interface of the parameter.</param>
<remarks>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item>The parameter must be writable.</item>
<item>The parameter must be readable.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the parameter is not writable, not readable, or if reading or writing fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IFloatParameterExtensions.TrySetValuePercentOfRange(Basler.Pylon.IFloatParameter,System.Double)">
<summary>If the parameter is writable and readable, sets the value passed to a value within the range, using this formula (simplified): ((max - min) * (percentOfRange / 100.0)) + min</summary>
<returns>Returns true if the value has been set.</returns>
<param name="parameter">The interface of the parameter.</param>
<param name="percentOfRange">The percentage of the range used in the calculation. Valid values are in the range of 0 to 100.</param>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if writing the value fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IFloatParameterExtensions.SetValuePercentOfRange(Basler.Pylon.IFloatParameter,System.Double)">
<summary>Sets the provided value to a value within the range, using this formula (simplified): ((max - min) * (percentOfRange / 100.0)) + min.</summary>
<param name="parameter">The interface of the parameter.</param>
<param name="percentOfRange">The percentage of the range to be used in the calculation.</param>
<remarks>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item>The parameter must be writable.</item>
<item>The parameter must be readable.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if writing the value fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IFloatParameterExtensions.GetValuePercentOfRange(Basler.Pylon.IFloatParameter)">
<summary>Returns the current value in percent of minimum/maximum range.</summary>
<returns>Returns the current value in percent of minimum/maximum range. Returns 100 if minimum equals maximum.</returns>
<param name="parameter">The interface of the parameter.</param>
<remarks>
<para>
<b>Preconditions:</b> The parameter must be readable.</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if writing the value fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IFloatParameterExtensions.SetValue(Basler.Pylon.IFloatParameter,System.Double,Basler.Pylon.FloatValueCorrection)">
<summary>Sets the provided value. The value is automatically corrected if needed.</summary>
<param name="parameter">The interface of the parameter.</param>
<param name="value">The value to set.</param>
<param name="correction">The correction method.</param>
<remarks>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item>The parameter must be writable.</item>
<item>The parameter must be readable.</item>
</list>
</para>
<note type="warning">Calls <see cref="M:Basler.Pylon.IFloatParameter.SetValue(System.Double)" /> if <paramref name="correction" /> equals FloatValueCorrection.None.</note>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the preconditions are not met or if writing the value fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IFloatParameterExtensions.TrySetValue(Basler.Pylon.IFloatParameter,System.Double,Basler.Pylon.FloatValueCorrection)">
<summary>Sets the provided value if the parameter is writable and readable. The value is automatically corrected if needed.</summary>
<returns>Returns false if the parameter is not readable or not writable.</returns>
<param name="parameter">The interface of the parameter.</param>
<param name="value">The value to set.</param>
<param name="correction">The correction method.</param>
<remarks>
<note type="warning">Calls <see cref="M:Basler.Pylon.IFloatParameterExtensions.TrySetValue(Basler.Pylon.IFloatParameter,System.Double)" /> if <paramref name="correction" /> equals FloatValueCorrection.None.</note>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if writing the value fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IFloatParameterExtensions.GetValueOrDefault(Basler.Pylon.IFloatParameter,System.Double)">
<summary>Gets the parameter value if the parameter is readable. Otherwise, returns the default value.</summary>
<returns>Returns the parameter value if the parameter is readable. Otherwise, returns the default value.</returns>
<param name="parameter">The interface of the parameter.</param>
<param name="defaultValue">The default value returned if the parameter is not readable.</param>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exception if reading the value fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IFloatParameterExtensions.TrySetValue(Basler.Pylon.IFloatParameter,System.Double)">
<summary>Sets the value passed if the parameter is writable.
The value must be in the valid range and the increment must be correct.</summary>
<returns>Returns false if the parameter is not writable.</returns>
<param name="parameter">The interface of the parameter.</param>
<param name="value">The value to set.</param>
<remarks>
<para>If the float parameter has an increment, the increment is automatically corrected.</para>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item>The passed value must be &gt;= GetMinimum().</item>
<item>The passed value must be &lt;= GetMaximum().</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the preconditions are not met or if writing the value fails.</para>
</remarks>
</member>
<member name="T:Basler.Pylon.IFloatParameterExtensions">
<tocexclude />
<summary>Extension class for the float parameter interface.</summary>
</member>
<member name="M:Basler.Pylon.IFloatParameter.GetIncrement">
<summary>Gets the increment value of the current parameter. Returns null if the parameter does not have an increment.</summary>
<returns>Returns the increment value of the current parameter. Returns null if the parameter does not have an increment.</returns>
<remarks>
<para>
<b>Preconditions:</b> The parameter must be readable.</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the parameter is not readable or if reading the value fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IFloatParameter.GetMinimum">
<summary>Gets the minimum value of the current parameter.</summary>
<returns>Returns the minimum value of the current parameter.</returns>
<remarks>
<para>
<b>Preconditions:</b> The parameter must be readable.</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the parameter is not readable or if reading the value fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IFloatParameter.GetMaximum">
<summary>Gets the maximum value of the current parameter.</summary>
<returns>Returns the maximum value of the current parameter.</returns>
<remarks>
<para>
<b>Preconditions:</b> The parameter must be readable.</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the parameter is not readable or if reading the value fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IFloatParameter.GetValue">
<summary>Gets the current parameter value.</summary>
<returns>Returns the current parameter value.</returns>
<remarks>
<para>
<b>Preconditions:</b> The parameter must be readable.</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the parameter is not readable or if reading the value fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IFloatParameter.SetValue(System.Double)">
<summary>Sets the provided value.</summary>
<param name="value">The value to set.</param>
<remarks>
<para>If the float parameter has an increment, the increment is automatically corrected.</para>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item>The parameter must be writable.</item>
<item>The value passed must be &gt;= GetMinimum().</item>
<item>The value passed must be &lt;= GetMaximum().</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if writing the value fails, if the value is out of bounds, if the alignment is not correct, or if the parameter is not writable.</para>
</remarks>
</member>
<member name="T:Basler.Pylon.IFloatParameter">
<summary>Interface class for float parameters.</summary>
</member>
<member name="T:Basler.Pylon.FloatValueCorrection">
<summary>Lists possible float value correction strategies.</summary>
</member>
<member name="F:Basler.Pylon.FloatValueCorrection.ClipToRange">
<summary>If the value is not in the valid range, correct the value to the valid range.</summary>
</member>
<member name="F:Basler.Pylon.FloatValueCorrection.None">
<summary>No correction will be applied. If the value isn't a valid value for the parameter, an exception will be thrown.</summary>
</member>
<member name="M:Basler.Pylon.ICommandParameterExtensions.TryExecute(Basler.Pylon.ICommandParameter)">
<summary>Executes the command and returns immediately if the parameter is writable.</summary>
<returns>Returns false if the parameter is not writable.</returns>
<param name="parameter">The interface of the parameter.</param>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if accessing the camera failed.</para>
</remarks>
</member>
<member name="T:Basler.Pylon.ICommandParameterExtensions">
<tocexclude />
<summary>Extension class for the command parameter interface.</summary>
</member>
<member name="M:Basler.Pylon.ICommandParameter.IsExecuting">
<summary>Indicates if the command is currently executing.</summary>
<returns>Returns true if the command is currently executing, otherwise false.</returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if accessing the camera failed.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.ICommandParameter.Execute">
<summary>Executes the command and returns immediately.</summary>
<remarks>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item>The parameter must be writable.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions if the parameter is not writable or if accessing the camera failed.</para>
</remarks>
</member>
<member name="T:Basler.Pylon.ICommandParameter">
<summary>Interface class for command parameters.</summary>
</member>
<member name="M:Basler.Pylon.IImageExtensions.ComputeStride(Basler.Pylon.IImage)">
<summary>Computes the stride of the image in bytes. Returns null if the stride cannot be computed.</summary>
<param name="image">The interface of the image.</param>
<returns>Returns the stride of the image in bytes. Returns null if the stride cannot be computed.</returns>
<remarks>
<para>
The stride indicates the distance in bytes from the beginning of one image row to the beginning of the next row.
For planar pixel types, the returned value represents the stride of a plane.
</para>
<para>
The stride in bytes cannot be computed for packed image format when the stride is not byte aligned and paddingX == 0.
If paddingX is larger than zero and the stride without padding is not byte aligned, the rest of the partially
filled byte is considered as padding. For example, if padding is set to 10, pixelType is PixelType_Mono12packed,
and the image width is 5, the stride without padding is 12 * 5 = 60 bits = 7.5 bytes.
The remaining 0.5 are considered as padding, which results in a stride of 18 bytes.
</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="T:Basler.Pylon.IImageExtensions">
<tocexclude />
<summary>Extends the <see cref="T:Basler.Pylon.IImage" /> interface.</summary>
</member>
<member name="P:Basler.Pylon.IImage.Orientation">
<summary>The vertical orientation of the pixel data stored in memory.</summary>
<remarks>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IImage.PaddingX">
<summary>The number of data bytes added to the end of each row.</summary>
<remarks>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IImage.Height">
<summary>The height of the image in pixels, i.e. the number of image rows.</summary>
<remarks>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IImage.Width">
<summary>The width of the image in pixels, i.e. the number of image columns.</summary>
<remarks>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IImage.PixelTypeValue">
<summary>The pixel type.</summary>
<remarks>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IImage.PixelDataPointer">
<summary>The pointer to the pixel data buffer.
</summary>
<remarks>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IImage.PixelData">
<summary>The pixel data buffer. The type of the object containing the buffer depends on the class implementing this interface.
The pixel data buffer is provided as a byte array if no custom buffer factory is used. With a custom buffer factory the provided type is dependent on its specific implementation.
</summary>
<remarks>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IImage.IsValid">
<summary>Indicates if the image is valid.</summary>
<returns>Returns true if the image is valid.</returns>
<remarks />
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</member>
<member name="T:Basler.Pylon.IImage">
<summary>Provides access to image properties and image buffer.</summary>
</member>
<member name="M:Basler.Pylon.PixelTypeExtensions.ComputeBufferSize(Basler.Pylon.PixelType,System.Int32,System.Int32,System.Int32)">
<summary>Computes the buffer size in byte.</summary>
<param name="pixelType">The pixel type tested.</param>
<param name="width">The width of the image in pixel.</param>
<param name="height">The height of the image in pixel.</param>
<param name="paddingX">The line end padding in byte.</param>
<returns>the buffer size in bytes needed by the given image dimensions.</returns>
<remarks>
<para>
<b>Preconditions for calculating the buffer size:</b>
<br />
<list type="bullet">
<item>The pixelType is not PixelType.Undefined.</item>
<item>The width is positive.</item>
<item>The height is positive.</item>
<item>The paddingX is positive.</item>
</list>
</para>
</remarks>
</member>
<member name="M:Basler.Pylon.PixelTypeExtensions.BitDepth(Basler.Pylon.PixelType)">
<summary>Returns the bit depth of a pixel value in bits.</summary>
<param name="pixelType">The pixel type tested.</param>
<returns>Returns the bit depth of a pixel value in bits.</returns>
</member>
<member name="M:Basler.Pylon.PixelTypeExtensions.PixelIncrementY(Basler.Pylon.PixelType)">
<summary>Returns the minimum step size expressed in pixels for extracting an AOI.</summary>
<param name="pixelType">The pixel type tested.</param>
<returns>Returns the minimum step size expressed in pixels for extracting an AOI.</returns>
</member>
<member name="M:Basler.Pylon.PixelTypeExtensions.PixelIncrementX(Basler.Pylon.PixelType)">
<summary>Returns the minimum step size expressed in pixels for extracting an AOI.</summary>
<param name="pixelType">The pixel type tested.</param>
<returns>Returns the minimum step size expressed in pixels for extracting an AOI.</returns>
</member>
<member name="M:Basler.Pylon.PixelTypeExtensions.IsFloatingPoint(Basler.Pylon.PixelType)">
<summary>Returns true if a given pixel type represents a floating point number.</summary>
<param name="pixelType">The pixel type tested.</param>
<returns>Returns true if a given pixel type represents a floating point number.</returns>
</member>
<member name="M:Basler.Pylon.PixelTypeExtensions.HasAlpha(Basler.Pylon.PixelType)">
<summary>Returns true when an the image using the given pixel type has an alpha channel.</summary>
<param name="pixelType">The pixel type tested.</param>
<returns>Returns true when an the image using the given pixel type has an alpha channel.</returns>
</member>
<member name="M:Basler.Pylon.PixelTypeExtensions.IsColorImage(Basler.Pylon.PixelType)">
<summary>Returns true when an image using the given pixel type is a color image (RGB/BGR/RGBA/BGRA etc.) or Bayer.</summary>
<param name="pixelType">The pixel type tested.</param>
<returns>Returns true when an image using the given pixel type is a color image (RGB/BGR/RGBA/BGRA etc.) or Bayer.</returns>
</member>
<member name="M:Basler.Pylon.PixelTypeExtensions.IsMonoImage(Basler.Pylon.PixelType)">
<summary>Returns true when an image using the given pixel type is monochrome, e.g. Mono8.</summary>
<param name="pixelType">The pixel type tested.</param>
<returns>Returns true when an image using the given pixel type is monochrome, e.g. Mono8.</returns>
</member>
<member name="M:Basler.Pylon.PixelTypeExtensions.IsMono(Basler.Pylon.PixelType)">
<summary>Returns true when a given pixel is monochrome, e.g. Mono8 or BayerGR8.</summary>
<param name="pixelType">The pixel type tested.</param>
<returns>Returns true when a given pixel is monochrome, e.g. Mono8 or BayerGR8.</returns>
</member>
<member name="M:Basler.Pylon.PixelTypeExtensions.IsBayer(Basler.Pylon.PixelType)">
<summary>Returns true when the pixel type represents a Bayer format.</summary>
<param name="pixelType">The pixel type tested.</param>
<returns>Returns true when the pixel type represents a Bayer format.</returns>
</member>
<member name="M:Basler.Pylon.PixelTypeExtensions.IsBGR(Basler.Pylon.PixelType)">
<summary>Returns true when the pixel type represents a BGR or BGRA format.</summary>
<param name="pixelType">The pixel type tested.</param>
<returns>Returns true when the pixel type represents a BGR or BGRA format.</returns>
</member>
<member name="M:Basler.Pylon.PixelTypeExtensions.IsBGRA(Basler.Pylon.PixelType)">
<summary>Returns true when the pixel type represents a BGRA format.</summary>
<param name="pixelType">The pixel type tested.</param>
<returns>Returns true when the pixel type represents a BGRA format.</returns>
</member>
<member name="M:Basler.Pylon.PixelTypeExtensions.IsRGB(Basler.Pylon.PixelType)">
<summary>Returns true when the pixel type represents an RGB or RGBA format.</summary>
<param name="pixelType">The pixel type tested.</param>
<returns>Returns true when the pixel type represents an RGB or RGBA format.</returns>
</member>
<member name="M:Basler.Pylon.PixelTypeExtensions.IsRGBA(Basler.Pylon.PixelType)">
<summary>Returns true when the pixel type represents an RGBA format.</summary>
<param name="pixelType">The pixel type tested.</param>
<returns>Returns true when the pixel type represents an RGBA format.</returns>
</member>
<member name="M:Basler.Pylon.PixelTypeExtensions.IsYUV(Basler.Pylon.PixelType)">
<summary>Returns true when the pixel type represents a YUV format.</summary>
<param name="pixelType">The pixel type tested.</param>
<returns>Returns true when the pixel type represents a YUV format.</returns>
</member>
<member name="M:Basler.Pylon.PixelTypeExtensions.SamplesPerPixel(Basler.Pylon.PixelType)">
<summary>Returns the number of values measured per pixel.</summary>
<param name="pixelType">The pixel type tested.</param>
<returns>Returns the number of values measured per pixel.</returns>
</member>
<member name="M:Basler.Pylon.PixelTypeExtensions.BitPerPixel(Basler.Pylon.PixelType)">
<summary>Returns the bits needed to store a pixel.</summary>
<param name="pixelType">The pixel type tested.</param>
<returns>Returns the bits needed to store a pixel.</returns>
</member>
<member name="M:Basler.Pylon.PixelTypeExtensions.PixelColorFilterValue(Basler.Pylon.PixelType)">
<summary>Returns the Bayer color filter type.</summary>
<param name="pixelType">The pixel type tested.</param>
<returns>Returns the Bayer color filter type.</returns>
</member>
<member name="M:Basler.Pylon.PixelTypeExtensions.IsPlanar(Basler.Pylon.PixelType)">
<summary>Returns true if images of the pixel type are divided into multiple planes.</summary>
<param name="pixelType">The pixel type tested.</param>
<returns>Returns true if images of the pixel type are divided into multiple planes.</returns>
</member>
<member name="M:Basler.Pylon.PixelTypeExtensions.PlanePixelType(Basler.Pylon.PixelType)">
<summary>Returns the pixel type of a plane.</summary>
<param name="pixelType">The pixel type tested.</param>
<returns>Returns the pixel type of a plane.</returns>
</member>
<member name="M:Basler.Pylon.PixelTypeExtensions.PlaneCount(Basler.Pylon.PixelType)">
<summary>Returns number of planes in the image composed of the pixel type.</summary>
<param name="pixelType">The pixel type tested.</param>
<returns>Returns number of planes in the image composed of the pixel type.</returns>
</member>
<member name="M:Basler.Pylon.PixelTypeExtensions.IsPackedInLsbFormat(Basler.Pylon.PixelType)">
<summary>Returns true if the pixel type is packed in lsb packed format.</summary>
For lsb packed format, the data is filled lsb first in the lowest address byte (byte 0) starting with the first pixel
and continued in the lsb of byte 1 (and so on).
See the camera documentation or the Pixel Format Naming Convention (PFNC) of the GenICam standard group for more information.
<param name="pixelType">The pixel type tested.</param><returns>Returns true if the pixel type is packed in lsb packed format.</returns></member>
<member name="M:Basler.Pylon.PixelTypeExtensions.IsPacked(Basler.Pylon.PixelType)">
<summary>Returns true if the pixels of the given pixel type are not byte aligned.</summary>
<param name="pixelType">The pixel type tested.</param>
<returns>Returns true if the pixels of the given pixel type are not byte aligned.</returns>
</member>
<member name="M:Basler.Pylon.PixelTypeExtensions.IsBGRPacked(Basler.Pylon.PixelType)">
<summary>Returns true if the pixel type is BGR and the pixel values are not byte aligned.</summary>
<param name="pixelType">The pixel type tested.</param>
<returns>Returns true if the pixel type is BGR and the pixel values are not byte aligned.</returns>
</member>
<member name="M:Basler.Pylon.PixelTypeExtensions.IsRGBPacked(Basler.Pylon.PixelType)">
<summary>Returns true if the pixel type is RGB and the pixel values are not byte aligned.</summary>
<param name="pixelType">The pixel type tested.</param>
<returns>Returns true if the pixel type is RGB and the pixel values are not byte aligned.</returns>
</member>
<member name="M:Basler.Pylon.PixelTypeExtensions.IsBayerPacked(Basler.Pylon.PixelType)">
<summary>Returns true if the pixel type is Bayer and the pixel values are not byte aligned.</summary>
<param name="pixelType">The pixel type tested.</param>
<returns>Returns true if the pixel type is Bayer and the pixel values are not byte aligned.</returns>
</member>
<member name="M:Basler.Pylon.PixelTypeExtensions.IsMonoPacked(Basler.Pylon.PixelType)">
<summary>Returns true if the pixel type is Mono and the pixel values are not byte aligned.</summary>
<param name="pixelType">The pixel type tested.</param>
<returns>Returns true if the pixel type is Mono and the pixel values are not byte aligned.</returns>
</member>
<member name="M:Basler.Pylon.PixelTypeExtensions.ToPixelType(System.String)">
<summary>Converts a String to a PixelType using pylons CPixelTypeMapper.</summary>
<param name="value">The value to be converted.</param>
<returns>Returns the converted pixel type.</returns>
<remarks>
<code>PixelType a = "Mono8".ToPixelType();</code>
</remarks>
</member>
<member name="T:Basler.Pylon.PixelTypeExtensions">
<tocexclude />
<summary>Extension class for the PixelType enum class.</summary>
</member>
<member name="T:Basler.Pylon.BiColorLocation">
<summary>Lists the Bayer color filter types.</summary>
</member>
<member name="F:Basler.Pylon.BiColorLocation.Undefined">
<summary>green red</summary>
</member>
<member name="F:Basler.Pylon.BiColorLocation.BiColorBGRG">
<summary>green blue</summary>
</member>
<member name="F:Basler.Pylon.BiColorLocation.BiColorRGBG">
<summary>red green</summary>
</member>
<member name="T:Basler.Pylon.PixelColorFilter">
<summary>Lists the Bayer color filter types.</summary>
</member>
<member name="F:Basler.Pylon.PixelColorFilter.Undefined">
<summary>undefined color filter or not applicable</summary>
</member>
<member name="F:Basler.Pylon.PixelColorFilter.BayerBG">
<summary>blue green</summary>
</member>
<member name="F:Basler.Pylon.PixelColorFilter.BayerGR">
<summary>green red</summary>
</member>
<member name="F:Basler.Pylon.PixelColorFilter.BayerGB">
<summary>green blue</summary>
</member>
<member name="F:Basler.Pylon.PixelColorFilter.BayerRG">
<summary>red green</summary>
</member>
<member name="T:Basler.Pylon.PixelType">
<summary>The PixelType specifies the pixel format and layout of a grab result or an image.</summary>
<remarks>
<para>
The pixel types are returned by a grab result. They are used by the image handling support classes.
The pixel type of an image returned by a camera is defined by the PixelFormat parameter on the camera.
The corresponding PixelFormat parameter values are shown in the description of each entry.
</para>
The user's manual of the camera provides more information on pixel formats and the memory layout of the image data.
For detailed information about pixel formats, see the <see href="http://www.emva.org/cms/index.php?idcatart=76">Pixel Format Naming Conventions standard</see> document on the EMVA website.
</remarks>
</member>
<member name="F:Basler.Pylon.PixelType.Data32f">
<summary>
<para>Float 32 bit.</para>Corresponds to the camera's PixelFormat enumeration setting Data32f.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.Coord3D_ABC32f">
<summary>
<para>3D Coordinates 32 bit float.</para>Corresponds to the camera's PixelFormat enumeration setting Coord3D_ABC32f.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.Coord3D_C16">
<summary>
<para>3D Coordinates 16 bit.</para>Corresponds to the camera's PixelFormat enumeration setting Coord3D_C16.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.Coord3D_C8">
<summary>
<para>3D Coordinates 8 bit.</para>Corresponds to the camera's PixelFormat enumeration setting Coord3D_C8.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.Confidence16">
<summary>
<para>Confidence Values 16 bit.</para>Corresponds to the camera's PixelFormat enumeration setting Confidence16.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.Confidence8">
<summary>
<para>Confidence Values 8 bit.</para>Corresponds to the camera's PixelFormat enumeration setting Confidence8.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.Double">
<summary>
<para>Double floating point 64 bit.</para>Corresponds to the camera's PixelFormat enumeration setting Double.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BiColorBGRG12p">
<summary>
<para />PFNC Bi-color Blue/Green - Red/Green 12-bit packed.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BiColorBGRG12">
<summary>
<para />PFNC Bi-color Blue/Green - Red/Green 12-bit unpacked.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BiColorRGBG12p">
<summary>
<para />PFNC Bi-color Red/Green - Blue/Green 12-bit packed.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BiColorRGBG12">
<summary>
<para />PFNC Bi-color Red/Green - Blue/Green 12-bit unpacked.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BiColorBGRG10p">
<summary>
<para />PFNC Bi-color Blue/Green - Red/Green 10-bit packed.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BiColorBGRG10">
<summary>
<para />PFNC Bi-color Blue/Green - Red/Green 10-bit unpacked.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BiColorRGBG10p">
<summary>
<para />PFNC Bi-color Red/Green - Blue/Green 10-bit packed.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BiColorRGBG10">
<summary>
<para />PFNC Bi-color Red/Green - Blue/Green 10-bit unpacked.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BiColorBGRG8">
<summary>
<para />PFNC Bi-color Blue/Green - Red/Green 8-bit.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BiColorRGBG8">
<summary>
<para />PFNC Bi-color Red/Green - Blue/Green 8-bit.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.RGB12V1packed">
<summary>
<para />Corresponds to the camera's PixelFormat enumeration setting RGB12V1packed.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BayerBG16">
<summary>
<para>Bayer Blue Green 16 bit.</para>Corresponds to the camera's PixelFormat enumeration setting BayerBG16.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BayerGB16">
<summary>
<para>Bayer Green Blue 16 bit.</para>Corresponds to the camera's PixelFormat enumeration setting BayerGB16.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BayerRG16">
<summary>
<para>Bayer Red Green 16 bit.</para>Corresponds to the camera's PixelFormat enumeration setting BayerRG16.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BayerGR16">
<summary>
<para>Bayer Green Red 16 bit.</para>Corresponds to the camera's PixelFormat enumeration setting BayerGR16.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BayerBG12p">
<summary>
<para>Bayer Blue Green 12 bit packed.</para>Corresponds to the camera's PixelFormat enumeration setting BayerBG12p. The memory layouts of PixelType_BayerBG12Packed and PixelType_BayerBG12p are different.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BayerGB12p">
<summary>
<para>Bayer Green Blue 12 bit packed.</para>Corresponds to the camera's PixelFormat enumeration setting BayerGB12p. The memory layouts of PixelType_BayerGB12Packed and PixelType_BayerGB12p are different.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BayerRG12p">
<summary>
<para>Bayer Red Green 12 bit packed.</para>Corresponds to the camera's PixelFormat enumeration setting BayerRG12p. The memory layouts of PixelType_BayerRG12Packed and PixelType_BayerRG12p are different.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BayerGR12p">
<summary>
<para>Bayer Green Red 12 bit packed.</para>Corresponds to the camera's PixelFormat enumeration setting BayerGR12p. The memory layouts of PixelType_BayerGR12Packed and PixelType_BayerGR12p are different.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BayerBG10pp">
<summary>
<para>Bayer Blue Green 10p bit packed.</para>Corresponds to the camera's PixelFormat enumeration setting BayerBG10p.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BayerGB10pp">
<summary>
<para>Bayer Green Blue 10p bit packed.</para>Corresponds to the camera's PixelFormat enumeration setting BayerGB10p.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BayerRG10pp">
<summary>
<para>Bayer Red Green 10p bit packed.</para>Corresponds to the camera's PixelFormat enumeration setting BayerRG10p.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BayerGR10pp">
<summary>
<para>Bayer Green Red 10p bit packed.</para>Corresponds to the camera's PixelFormat enumeration setting BayerGR10p.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BayerBG12Packed">
<summary>
<para>Bayer Blue Green 12 bit packed (GigE Vision Specific).</para>Corresponds to the camera's PixelFormat enumeration setting BayerBG12Packed. The memory layouts of PixelType_BayerBG12Packed and PixelType_BayerBG12p are different.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BayerGB12Packed">
<summary>
<para>Bayer Green Blue 12 bit packed (GigE Vision Specific).</para>Corresponds to the camera's PixelFormat enumeration setting BayerGB12Packed. The memory layouts of PixelType_BayerGB12Packed and PixelType_BayerGB12p are different.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BayerRG12Packed">
<summary>
<para>Bayer Red Green 12 bit packed (GigE Vision Specific).</para>Corresponds to the camera's PixelFormat enumeration setting BayerRG12Packed. The memory layouts of PixelType_BayerRG12Packed and PixelType_BayerRG12p are different.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BayerGR12Packed">
<summary>
<para>Bayer Green Red 12 bit packed (GigE Vision Specific).</para>Corresponds to the camera's PixelFormat enumeration setting BayerGR12Packed. The memory layouts of PixelType_BayerGR12Packed and PixelType_BayerGR12p are different.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.YUV422_YUYV_Packed">
<summary>
<para />Corresponds to the camera's PixelFormat enumeration setting YUV422_YUYV_Packed or YCbCr422_8.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.YUV420planar">
<summary>
<para>Y, U, V 8 bit planar.</para>
</summary>
</member>
<member name="F:Basler.Pylon.PixelType.YUV422planar">
<summary>
<para>Y, U, V 8 bit planar.</para>
</summary>
</member>
<member name="F:Basler.Pylon.PixelType.YUV444planar">
<summary>
<para>Y, U, V 8 bit planar.</para>
</summary>
</member>
<member name="F:Basler.Pylon.PixelType.RGB16planar">
<summary>
<para>Red, Green, Blue 16 bit planar.</para>Corresponds to the camera's PixelFormat enumeration setting RGB16planar.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.RGB12planar">
<summary>
<para>Red, Green, Blue 12 bit planar.</para>Corresponds to the camera's PixelFormat enumeration setting RGB12planar.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.RGB10planar">
<summary>
<para>Red, Green, Blue 10 bit planar.</para>Corresponds to the camera's PixelFormat enumeration setting RGB10planar.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.RGB8planar">
<summary>
<para>Red, Green, Blue 8 bit planar.</para>Corresponds to the camera's PixelFormat enumeration setting RGB8planar.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.YUV444packed">
<summary>
<para />Corresponds to the camera's PixelFormat enumeration setting YUV444packed.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.YUV422packed">
<summary>
<para>YUV 422 8 bit.</para>Corresponds to the camera's PixelFormat enumeration setting YUV422packed.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.YUV411packed">
<summary>
<para>YUV 411 8 bit.</para>Corresponds to the camera's PixelFormat enumeration setting YUV411packed.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BGR10V2packed">
<summary>
<para>BGR 10 bit packed (GigE Vision Specific).</para>Corresponds to the camera's PixelFormat enumeration setting BGR10V2packed.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BGR10V1packed">
<summary>
<para>BGR 10 bit packed (GigE Vision Specific).</para>Corresponds to the camera's PixelFormat enumeration setting BGR10V1packed.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.RGB16packed">
<summary>
<para>Red, Green, Blue 16 bit.</para>Corresponds to the camera's PixelFormat enumeration setting RGB16packed.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BGR12packed">
<summary>
<para>Blue, Green, Red, 12 bit.</para>Corresponds to the camera's PixelFormat enumeration setting BGR12packed or BGR12.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.RGB12packed">
<summary>
<para>Red, Green, Blue 12 bit.</para>Corresponds to the camera's PixelFormat enumeration setting RGB12packed.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BGR10packed">
<summary>
<para>Blue, Green, Red 10 bit.</para>Corresponds to the camera's PixelFormat enumeration setting BGR10packed or BGR10.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.RGB10packed">
<summary>
<para>Red, Green, Blue 10 bit</para>Corresponds to the camera's PixelFormat enumeration setting RGB10packed.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BGRA8packed">
<summary>
<para>Blue, Green, Red, Alpha 8 bit.</para>Corresponds to the camera's PixelFormat enumeration setting BGRA8packed or BGRa8.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.RGBA8packed">
<summary>
<para>Red, Green, Blue, Alpha 8 bit.</para>Corresponds to the camera's PixelFormat enumeration setting RGBA8packed.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BGR8packed">
<summary>
<para>Blue, Green, Red, 8 bit.</para>Corresponds to the camera's PixelFormat enumeration setting BGR8packed or BGR8.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.RGB8packed">
<summary>
<para>Red, Green, Blue 8 bit.</para>Corresponds to the camera's PixelFormat enumeration setting RGB8packed.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BayerBG12">
<summary>
<para>Bayer Blue Green 12 bit.</para>Corresponds to the camera's PixelFormat enumeration setting BayerBG12.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BayerGB12">
<summary>
<para>Bayer Green Blue 12 bit</para>Corresponds to the camera's PixelFormat enumeration setting BayerGB12.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BayerRG12">
<summary>
<para>Bayer Red Green 12 bit.</para>Corresponds to the camera's PixelFormat enumeration setting BayerRG12.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BayerGR12">
<summary>
<para>Bayer Green Red 12 bit.</para>Corresponds to the camera's PixelFormat enumeration setting BayerGR12.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BayerBG10">
<summary>
<para>Bayer Blue Green 10 bit.</para>Corresponds to the camera's PixelFormat enumeration setting BayerBG10.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BayerGB10">
<summary>
<para>Bayer Green Blue 10 bit.</para>Corresponds to the camera's PixelFormat enumeration setting BayerGB10.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BayerRG10">
<summary>
<para>Bayer Red Green 10 bit.</para>Corresponds to the camera's PixelFormat enumeration setting BayerRG10.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BayerGR10">
<summary>
<para>Bayer Green Red 10 bit.</para>Corresponds to the camera's PixelFormat enumeration setting BayerGR10.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BayerBG8">
<summary>
<para>Bayer Blue Green 8 bit.</para>Corresponds to the camera's PixelFormat enumeration setting BayerBG8.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BayerGB8">
<summary>
<para>Bayer Green Blue 8 bit.</para>Corresponds to the camera's PixelFormat enumeration setting BayerGB8.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BayerRG8">
<summary>
<para>Bayer Red Green 8 bit.</para>Corresponds to the camera's PixelFormat enumeration setting BayerRG8.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.BayerGR8">
<summary>
<para>Bayer Green Red 8 bit.</para>Corresponds to the camera's PixelFormat enumeration setting BayerGR8.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.Mono16">
<summary>
<para>Mono 16 bit</para>Corresponds to the camera's PixelFormat enumeration setting Mono16.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.Mono12p">
<summary>
<para>Mono 12 bit packed</para>Corresponds to the camera's PixelFormat enumeration setting Mono12p. The memory layouts of PixelType_Mono12packed and PixelType_Mono12p are different.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.Mono12packed">
<summary>
<para>Mono 12 bit packed</para>Corresponds to the camera's PixelFormat enumeration setting Mono12packed. The memory layouts of PixelType_Mono12packed and PixelType_Mono12p are different.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.Mono12">
<summary>
<para>Mono 12 bit</para>Corresponds to the camera's PixelFormat enumeration setting Mono12.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.Mono10p">
<summary>
<para>Mono 10 bit</para>Corresponds to the camera's PixelFormat enumeration setting Mono10p. The memory layouts of PixelType_Mono10packed and PixelType_Mono10p are different.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.Mono10packed">
<summary>
<para>Mono 10 bit packed</para>Corresponds to the camera's PixelFormat enumeration setting Mono10packed. The memory layouts of PixelType_Mono10packed and PixelType_Mono10p are different.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.Mono10">
<summary>
<para>Mono 10 bit</para>Corresponds to the camera's PixelFormat enumeration setting Mono10.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.Mono8signed">
<summary>
<para>Mono 8 bit signed</para>Corresponds to the camera's PixelFormat enumeration setting Mono8signed.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.Mono8">
<summary>
<para>Mono 8 bit packed</para>Corresponds to the camera's PixelFormat enumeration setting Mono8.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.Mono4packed">
<summary>
<para>Mono 4 bit packed</para>Corresponds to the camera's PixelFormat enumeration setting Mono4packed or Mono4p.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.Mono2packed">
<summary>
<para>Mono 2 bit packed</para>Corresponds to the camera's PixelFormat enumeration setting Mono2packed or Mono2p.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.Mono1packed">
<summary>
<para>Mono 1 bit packed</para>
<para />Corresponds to the camera's PixelFormat enumeration setting Mono1packed or Mono1p.</summary>
</member>
<member name="F:Basler.Pylon.PixelType.Undefined">
<summary>Undefined pixel type.</summary>
</member>
<member name="T:Basler.Pylon.ImageOrientation">
<summary>Defines the vertical orientation of an image in memory.</summary>
</member>
<member name="F:Basler.Pylon.ImageOrientation.BottomUp">
<summary>The pixel data buffer starts with the last row of the image.</summary>
</member>
<member name="F:Basler.Pylon.ImageOrientation.TopDown">
<summary>The pixel data buffer starts with the first row of the image. This is the default image orientation for images retrieved from a camera.</summary>
</member>
<member name="M:Basler.Pylon.Library.ContainsTransportLayer(System.String)">
<summary>
Indicates if the library contains the transport layer identified by the device type.
</summary>
<param name="deviceType">
The requested device type, e.g. BaslerUsb.
</param>
<returns>
Returns true if the library contains the transport layer identified by the device type.
</returns>
<remarks>
<para>
The static class <see cref="T:Basler.Pylon.DeviceType" /> provides a list of possible device types.
</para>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.Library.SetProperty(System.Int32,System.Byte[])">
<summary> Sets a property in pylon. </summary>
<param name="propertyId">Identifier of the property.</param>
<param name="data">Array with the value of the property.</param>
<remarks>
Call this function to set the value of a property.
<para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Can throw exceptions if the property could not be set.</para></remarks>
</member>
<member name="M:Basler.Pylon.Library.EnumerateTransportLayers">
<summary> Searches for information about available transport layers. </summary>
<returns> Returns a list transport layer info objects, one per transport layer. </returns>
<remarks>
The term 'transport layer' is used as an abstraction for a physical interface
such as GigE or USB 3.0. For each of these interfaces,
there are drivers providing access to camera devices.
<para><b>Thread Safety:</b> This method is thread-safe.</para><para><b>Error Safety:</b> Does not throw exceptions.</para></remarks>
</member>
<member name="P:Basler.Pylon.Library.VersionInfo">
<summary> The current version of the library. </summary>
<returns> Returns the current version of the Pylon library. </returns>
<remarks>
<para>
<b>Thread Safety:</b> This property is thread-safe.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.Library.Dispose">
<summary> Releases a reference to the library. </summary>
<remarks>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.Library.#ctor">
<summary>
A Library object can be created to make sure that internal resources used
by the Pylon library are not freed.
This is only needed when AllowAutoRelease is set to true or if multiple
assemblies use the pylonNET library.
</summary>
<remarks>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="T:Basler.Pylon.Library">
<summary>
Library provides some basic information on the PylonNET library,
such as its version and the available transport layers.
</summary>
<remarks>
<para>
The library is initialized implicitly by using an object of the library, e.g.
by creating a <c>Camera</c> object, or by calling one of its static methods,
e.g. <c>CameraFinder.Enumerate()</c>.
The internal resources of the library are freed when the application domain is
unloaded.
</para>
</remarks>
</member>
<member name="P:Basler.Pylon.DeviceType.CameraEmulator">
<summary>The Basler Camera Emulator device type.</summary>
</member>
<member name="P:Basler.Pylon.DeviceType.BaslerGenTlStaDeviceClass">
<summary>The Basler GenTL Stereo ace device type.</summary>
</member>
<member name="P:Basler.Pylon.DeviceType.BaslerGenTlBlazeDeviceClass">
<summary>The Basler GenTL blaze device type.</summary>
</member>
<member name="P:Basler.Pylon.DeviceType.BaslerGenTlCxpDeviceClass">
<summary>The Basler GenTL CXP device type.</summary>
</member>
<member name="P:Basler.Pylon.DeviceType.BaslerGenTlU3vDeviceClass">
<summary>The Basler GenTL U3V device type.</summary>
</member>
<member name="P:Basler.Pylon.DeviceType.BaslerGenTlGevDeviceClass">
<summary>The Basler GenTL GEV device type.</summary>
</member>
<member name="P:Basler.Pylon.DeviceType.GenTLConsumerPrefix">
<summary>The Basler GenTL consumer device type. This is a prefix.</summary>
</member>
<member name="P:Basler.Pylon.DeviceType.CameraLink">
<summary>The Basler Camera Link device type.</summary>
</member>
<member name="P:Basler.Pylon.DeviceType.GigE">
<summary>The Basler GigE device type.</summary>
</member>
<member name="P:Basler.Pylon.DeviceType.Usb">
<summary>The Basler USB device type.</summary>
</member>
<member name="T:Basler.Pylon.DeviceType">
<summary>Lists common device types.</summary>
</member>
<member name="T:Basler.Pylon.ITransportLayerInfo">
<summary> Provides access to the properties of a transport layer. </summary>
<remarks>
The static class <see cref="T:Basler.Pylon.TransportLayerInfoKey" /> can be used to get a list of available camera
info keys.
</remarks>
</member>
<member name="P:Basler.Pylon.TransportLayerInfoKey.TLType">
<summary>
The transport layer type.
</summary>
</member>
<member name="P:Basler.Pylon.TransportLayerInfoKey.DeviceType">
<summary>
The device class device, e.g. BaslerUsb.
</summary>
</member>
<member name="P:Basler.Pylon.TransportLayerInfoKey.VendorName">
<summary>
The vendor name of the device.
</summary>
</member>
<member name="P:Basler.Pylon.TransportLayerInfoKey.FriendlyName">
<summary>
The human readable name of the device.
</summary>
</member>
<member name="P:Basler.Pylon.TransportLayerInfoKey.FullName">
<summary>
The full name identifying the device.
</summary>
</member>
<member name="T:Basler.Pylon.TransportLayerInfoKey">
<summary>
Provides standard transport layer info key names.
</summary>
</member>
<member name="M:Basler.Pylon.IInfo.GetValueOrDefault(System.String,System.String)">
<summary>Gets the property value if the given property key exists. Otherwise, returns the default value.</summary>
<returns>Returns the property value if the given property key exists. Otherwise, returns the default value.</returns>
<param name="key">The key of the property to look up. The lookup is case sensitive.</param>
<param name="defaultValue">The default value returned if the property key is not found.</param>
<remarks>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b> Throws a System.ArgumentNullException if the <paramref name="key" /> passed is null.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IInfo.ContainsKey(System.String)">
<summary>
Indicates if the item has a specific property.
</summary>
<param name="key">The key of the property to look up. The lookup is case sensitive.</param>
<returns>Returns true if the property exists.</returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b> Throws a System.ArgumentNullException if the <paramref name="key" /> passed is null.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IInfo.Item(System.String)">
<summary>
Retrieves the value of the specified property.
</summary>
<param name="key">The key of the property to look up. The lookup is case sensitive.</param>
<returns>Returns the value of the property.</returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is thread-safe.</para>
<para>
<b>Error Safety:</b> Throws a System.ArgumentNullException if the <paramref name="key" /> passed is null.
Throws a System.NotSupportedException if the <paramref name="key" /> passed does not exist in the info object.</para>
</remarks>
</member>
<member name="T:Basler.Pylon.IInfo">
<summary>
Provides access to the properties of an info object.
</summary>
</member>
<member name="E:Basler.Pylon.IParameter.ParameterValueChanged">
<summary>This event fires after the parameter value has changed.</summary>
<remarks>
<para>
<b>Thread Safety:</b> The firing of the event is synchronized with the source of the parameter collection.</para>
<para>
<b>Error Safety:</b> Exceptions from this event will propagate through. The notification of event handlers stops when an exception is triggered.</para>
</remarks>
</member>
<member name="E:Basler.Pylon.IParameter.ParameterChanged">
<summary>This event fires after any of the parameter properties (value, readability, writability, or advanced parameter settings) have changed.</summary>
<remarks>
<para>
<b>Thread Safety:</b> The firing of the event is synchronized with the source of the parameter collection.</para>
<para>
<b>Error Safety:</b> Exceptions from this event will propagate through. The notification of event handlers stops when an exception is triggered.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IParameter.Advanced">
<summary>The advanced parameter settings, if available.</summary>
<returns>Returns advanced parameter settings. Returns null if no advanced parameter settings are available.</returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IParameter.ParseAndSetValue(System.String)">
<summary>Parses the value as string and sets the value.</summary>
<param name="value">The value as string.</param>
<remarks>
<para>
<b>Preconditions:</b>
<br />
<list type="bullet">
<item>The parameter must be writable.</item>
<item>The value must be valid.</item>
</list>
</para>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions, e.g. if parsing or writing the value fails.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IParameter.ToString">
<summary>The parameter value as a string.</summary>
<returns>Returns the parameter value as a string. If the value could not be read, one of the following strings are returned: &lt;not readable&gt;, &lt;error&gt; or &lt;disposed&gt;</returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IParameter.IsEmpty">
<summary>Indicates if the parameter is empty. If true, the parameter is invalid or does not exist.
If a requested parameter does not exist in a parameter collection, an empty parameter object will be returned to simplify handling.
An empty parameter is never readable or writable.
</summary>
<remarks>
<para>
<b>Thread Safety:</b>This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b>Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IParameter.IsWritable">
<summary>Indicates if the parameter is writable.</summary>
<returns>Returns true if the parameter is writable.</returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IParameter.IsReadable">
<summary>Indicates if the parameter is readable.</summary>
<returns>Returns true if the parameter is readable.</returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IParameter.FullName">
<summary>The full name of the parameter including path information.</summary>
<returns>Returns the full name of the parameter.</returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="P:Basler.Pylon.IParameter.Name">
<summary>The name of the parameter without path information.</summary>
<returns>Returns the name of the parameter without path information.</returns>
<remarks>
<para>
<b>Thread Safety:</b> This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Does not throw exceptions.</para>
</remarks>
</member>
<member name="T:Basler.Pylon.IParameter">
<summary>Interface base class of all parameters.</summary>
</member>
<member name="P:Basler.Pylon.ParameterValueChangedEventArgs.CurrentValue">
<summary>The current value of the parameter.</summary>
</member>
<member name="P:Basler.Pylon.ParameterValueChangedEventArgs.PreviousValue">
<summary>The previous value of the parameter.</summary>
</member>
<member name="P:Basler.Pylon.ParameterValueChangedEventArgs.Parameter">
<summary>The parameter instance.</summary>
</member>
<member name="M:Basler.Pylon.ParameterValueChangedEventArgs.#ctor(Basler.Pylon.IParameter,System.Object,System.Object)">
<summary>Creates the object.</summary>
<param name="parameter">The sender of the event.</param>
<param name="oldValue">The value before value change.</param>
<param name="newValue">The value after value change.</param>
</member>
<member name="T:Basler.Pylon.ParameterValueChangedEventArgs">
<summary>Event arguments used when a parameter value change event is raised from interface class IParameter.</summary>
<remarks>
<para>
To avoid additional read operations you should use the properties passed in this class.
</para>
</remarks>
</member>
<member name="P:Basler.Pylon.ParameterChangedEventArgs.Parameter">
<summary>The parameter instance.</summary>
</member>
<member name="M:Basler.Pylon.ParameterChangedEventArgs.#ctor(Basler.Pylon.IParameter)">
<summary>Creates the object.</summary>
<param name="parameter">The sender of the event.</param>
</member>
<member name="T:Basler.Pylon.ParameterChangedEventArgs">
<summary>Event arguments used when a parameter change event is raised from interface class IParameter.</summary>
</member>
<member name="M:Basler.Pylon.IAdvancedParameterAccess.GetLock">
<summary>Advanced: Returns the object used to lock access to the parameter.</summary>
<returns>Returns the object used to lock access to the parameter. If there is no lock object a null reference will be returned.</returns>
<remarks>
<para>
Returns the object used to lock the access to the parameter.
This is an advanced function.
</para>
<para>
For each successful acquisition of the lock you must release the lock.
Failure to do so may result in lockups and indeterministic behaviour of pylon objects.
</para>
<para>
<b>Thread Safety:</b>This method is thread-safe.</para>
<para>
<b>Error Safety:</b>Does not throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IAdvancedParameterAccess.Refresh">
<summary>Invalidates all cached values.</summary>
<remarks>
<para>
Some parameter values are cached, e.g. to minimize the overhead while communicating with a camera device.
You can call this method to force an invalidation of the cached values.
On the next read of the parameter, the value will be read from the source instead of returning a cached value.
This will raise a ParameterChanged event.
This method can be used to reread the value in the ParameterChanged event handler.
</para>
<para>
<b>Thread Safety:</b>This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b>Can throw exceptions. Parameter event handlers can throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IAdvancedParameterAccess.SetProperty(System.String,System.String)">
<summary>Sets the value for the property specified by the key.</summary>
<param name="key">String containing the name of the property. You can use the <see cref="T:Basler.Pylon.AdvancedParameterAccessKey" /> class to get a list of possible values.</param>
<param name="value">String containing the value of the property to set.</param>
<remarks>
<para>
<b>Thread Safety:</b>This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions. Throws a System.ArgumentNullException if the <paramref name="key" /> passed is null.
Throws a System.NotSupportedException if writing the <paramref name="key" /> passed is not supported.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IAdvancedParameterAccess.GetPropertyOrDefault(System.String,System.String)">
<summary>Gets the property value if the given property key exists. Otherwise, returns the default value.</summary>
<returns>Returns the property value if the given property key exists. Otherwise, returns the default value.</returns>
<param name="key">The key of the property to look up. The comparison is case sensitive.</param>
<param name="defaultValue">The default value returned if the property key is not found.</param>
<remarks>
<para>
<b>Thread Safety:</b>This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IAdvancedParameterAccess.GetProperty(System.String)">
<summary>Returns the value for the property specified by the key.</summary>
<returns>Returns the string value for the property specified by the key.</returns>
<param name="key">String containing the name of the property. You can use the <see cref="T:Basler.Pylon.AdvancedParameterAccessKey" /> class to get a list of possible values.</param>
<remarks>
<para>
<b>Thread Safety:</b>This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b> Can throw exceptions. Throws a System.ArgumentNullException if the <paramref name="key" /> passed is null.
Throws a System.NotSupportedException if the <paramref name="key" /> passed is not supported.</para>
</remarks>
</member>
<member name="M:Basler.Pylon.IAdvancedParameterAccess.ContainsProperty(System.String)">
<summary>Returns true if the property key passed exists.</summary>
<param name="key">String containing the name of the property. You can use the <see cref="T:Basler.Pylon.AdvancedParameterAccessKey" /> class to get a list of possible values.</param>
<returns>Returns true if the property key passed exists.</returns>
<remarks>
<para>
<b>Thread Safety:</b>This method is synchronized with the source of the parameter collection, if any.</para>
<para>
<b>Error Safety:</b>Does not throw exceptions.</para>
</remarks>
</member>
<member name="T:Basler.Pylon.IAdvancedParameterAccess">
<summary>Provides advanced parameter services.</summary>
</member>
<member name="P:Basler.Pylon.AdvancedParameterAccessKey.DisplayPrecision">
<summary>
The precision that should be used to display the parameter.
</summary>
</member>
<member name="P:Basler.Pylon.AdvancedParameterAccessKey.DisplayNotation">
<summary>
Indicates how the parameter should be displayed.
</summary>
</member>
<member name="P:Basler.Pylon.AdvancedParameterAccessKey.Unit">
<summary>
The unit of the parameter.
</summary>
</member>
<member name="P:Basler.Pylon.AdvancedParameterAccessKey.Representation">
<summary>
The string representation of the parameter value, depending on the parameter type (e.g. fixed or scientific notation for float parameters).
</summary>
</member>
<member name="P:Basler.Pylon.AdvancedParameterAccessKey.IsFeature">
<summary>
Indicates if the parameter is a feature or an internal parameter.
</summary>
</member>
<member name="P:Basler.Pylon.AdvancedParameterAccessKey.PrincipalInterfaceType">
<summary>
The type of the principal interface.
</summary>
</member>
<member name="P:Basler.Pylon.AdvancedParameterAccessKey.AccessMode">
<summary>
The access mode of the parameter. The AccessMode parameter is writable. Valid values are NI (not implemented), NA (not available), WO (write only), RO (read only), and RW (read/write).
</summary>
</member>
<member name="P:Basler.Pylon.AdvancedParameterAccessKey.IsStreamable">
<summary>
Indicates if the parameter is streamable.
</summary>
</member>
<member name="P:Basler.Pylon.AdvancedParameterAccessKey.EventID">
<summary>
The event identifier.
</summary>
</member>
<member name="P:Basler.Pylon.AdvancedParameterAccessKey.DevicePortName">
<summary>
The name of the device port.
</summary>
</member>
<member name="P:Basler.Pylon.AdvancedParameterAccessKey.PollingTime">
<summary>
The interval between polling for the parameter value.
</summary>
</member>
<member name="P:Basler.Pylon.AdvancedParameterAccessKey.CachingMode">
<summary>
Information on the caching mode.
</summary>
</member>
<member name="P:Basler.Pylon.AdvancedParameterAccessKey.IsAccessModeCacheable">
<summary>
Indicates if the access mode value of the parameter is cacheable.
</summary>
</member>
<member name="P:Basler.Pylon.AdvancedParameterAccessKey.IsCacheable">
<summary>
Indicates if the parameter value is cacheable.
</summary>
</member>
<member name="P:Basler.Pylon.AdvancedParameterAccessKey.Namespace">
<summary>
The namespace defining the parameter name.
</summary>
</member>
<member name="P:Basler.Pylon.AdvancedParameterAccessKey.Visibility">
<summary>
The visibility level of the parameter. The Visibility parameter is writable. Valid values are 'Beginner', 'Expert', 'Guru', and 'Invisible'.
</summary>
</member>
<member name="P:Basler.Pylon.AdvancedParameterAccessKey.IsDeprecated">
<summary>
Indicates if the parameter is deprecated.
</summary>
</member>
<member name="P:Basler.Pylon.AdvancedParameterAccessKey.DocuURL">
<summary>
The URL of the documentation.
</summary>
</member>
<member name="P:Basler.Pylon.AdvancedParameterAccessKey.DisplayName">
<summary>
The displayed name of the parameter.
</summary>
</member>
<member name="P:Basler.Pylon.AdvancedParameterAccessKey.Description">
<summary>
The description of the parameter.
</summary>
</member>
<member name="P:Basler.Pylon.AdvancedParameterAccessKey.ShortDescription">
<summary>
The short description of the parameter, e.g. for display in a tool tip.
</summary>
</member>
<member name="T:Basler.Pylon.AdvancedParameterAccessKey">
<summary>
Provides advanced parameter information
</summary>
</member>
</members>
</doc>