Skip to content

PLInterface.DiscoveryMethodEnum Class#

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.

Applies to: CoaXPress

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLInterface.DiscoveryMethodEnum

Constructors#

 NameDescription
Public methodPLInterface.DiscoveryMethodEnum Initializes a new instance of the PLInterface.DiscoveryMethodEnum class
 

Properties#

 NameDescription
Public propertyCameraDiscovery

Discover only real cameras as remote devices.

Applies to: CoaXPress

Public propertyEmulationDiscovery

Discover only emulated cameras as remote devices. The number of emulated cameras is equal to the number of acquisition channels.

Applies to: CoaXPress

Public propertyMixedDiscovery

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.

Applies to: CoaXPress

Public propertyName The full name of DiscoveryMethod (Overrides ParameterListEnum.Name.)
 

Methods#

 NameDescription
Public methodToString The full name of DiscoveryMethod (Overrides Object.ToString()()()().)
 

PLInterface.DiscoveryMethodEnum.ToString Method#

The full name of DiscoveryMethod

Return Value#

Type: String
Returns the full name of DiscoveryMethod

PLInterface.DiscoveryMethodEnum Constructor#

Initializes a new instance of the PLInterface.DiscoveryMethodEnum class

PLInterface.DiscoveryMethodEnum.CameraDiscovery Property#

Discover only real cameras as remote devices.

Applies to: CoaXPress

PLInterface.DiscoveryMethodEnum.EmulationDiscovery Property#

Discover only emulated cameras as remote devices. The number of emulated cameras is equal to the number of acquisition channels.

Applies to: CoaXPress

PLInterface.DiscoveryMethodEnum.MixedDiscovery Property#

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.

Applies to: CoaXPress

PLInterface.DiscoveryMethodEnum.Name Property#

The full name of DiscoveryMethod