PLInterface.DiscoveryMethodEnum Class#
Applies to: CoaXPress
Visibility: Expert
The feature documentation may provide more information.
Inheritance Hierarchy#
System.Object
Basler.Pylon.ParameterListEnum
Basler.Pylon.PLInterface.DiscoveryMethodEnum
Constructors#
Name | Description | |
---|---|---|
PLInterface.DiscoveryMethodEnum | Initializes a new instance of the PLInterface.DiscoveryMethodEnum class |
Properties#
Name | Description | |
---|---|---|
CameraDiscovery | Discover only real cameras as remote devices. Applies to: CoaXPress | |
EmulationDiscovery | Discover only emulated cameras as remote devices. The number of emulated cameras is equal to the number of acquisition channels. Applies to: CoaXPress | |
MixedDiscovery | 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 | |
Name | The full name of DiscoveryMethod (Overrides ParameterListEnum.Name.) |
Methods#
Name | Description | |
---|---|---|
ToString | 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