Skip to content

PLCamera.BandwidthReserveModeEnum Class#

Sets a predefined bandwidth reserve or enables manual configuration of the bandwidth reserve.

Applies to: ace 2 GigE

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.BandwidthReserveModeEnum

Constructors#

 NameDescription
Public methodPLCamera.BandwidthReserveModeEnum Initializes a new instance of the PLCamera.BandwidthReserveModeEnum class
 

Properties#

 NameDescription
Public propertyManual

The bandwidth reserve can be configured manually.

Applies to: ace 2 GigE

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

The bandwidth reserve is set to 5 %.

Applies to: ace 2 GigE

Public propertyStandard

The bandwidth reserve is set to 10 %.

Applies to: ace 2 GigE

 

Methods#

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

PLCamera.BandwidthReserveModeEnum.ToString Method#

The full name of BandwidthReserveMode

Return Value#

Type: String
Returns the full name of BandwidthReserveMode

PLCamera.BandwidthReserveModeEnum Constructor#

Initializes a new instance of the PLCamera.BandwidthReserveModeEnum class

PLCamera.BandwidthReserveModeEnum.Manual Property#

The bandwidth reserve can be configured manually.

Applies to: ace 2 GigE

PLCamera.BandwidthReserveModeEnum.Name Property#

The full name of BandwidthReserveMode

PLCamera.BandwidthReserveModeEnum.Performance Property#

The bandwidth reserve is set to 5 %.

Applies to: ace 2 GigE

PLCamera.BandwidthReserveModeEnum.Standard Property#

The bandwidth reserve is set to 10 %.

Applies to: ace 2 GigE