PLCamera.VInpSignalReadoutActivationEnum Class#
Applies to: CameraLink and ace GigE
Visibility: Beginner
The feature documentation may provide more information.
Inheritance Hierarchy#
System.Object
Basler.Pylon.ParameterListEnum
Basler.Pylon.PLCamera.VInpSignalReadoutActivationEnum
Constructors#
Name | Description | |
---|---|---|
![]() | PLCamera.VInpSignalReadoutActivationEnum | Initializes a new instance of the PLCamera.VInpSignalReadoutActivationEnum class |
Properties#
Name | Description | |
---|---|---|
![]() | FallingEdge | 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. Applies to: CameraLink and ace GigE |
![]() | Name | The full name of VInpSignalReadoutActivation (Overrides ParameterListEnum.Name.) |
![]() | RisingEdge | 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. Applies to: CameraLink and ace GigE |
Methods#
Name | Description | |
---|---|---|
![]() | ToString | The full name of VInpSignalReadoutActivation (Overrides Object.ToString()()()().) |
PLCamera.VInpSignalReadoutActivationEnum.ToString Method#
The full name of VInpSignalReadoutActivation
Return Value#
Type: String
Returns the full name of VInpSignalReadoutActivation
PLCamera.VInpSignalReadoutActivationEnum Constructor#
Initializes a new instance of the PLCamera.VInpSignalReadoutActivationEnum class
PLCamera.VInpSignalReadoutActivationEnum.FallingEdge Property#
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.
Applies to: CameraLink and ace GigE
PLCamera.VInpSignalReadoutActivationEnum.Name Property#
The full name of VInpSignalReadoutActivation
PLCamera.VInpSignalReadoutActivationEnum.RisingEdge Property#
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.
Applies to: CameraLink and ace GigE