Class CreateTriggerDurationCam1Payload
- Namespace
- Harp.CameraControllerGen2
- Assembly
- Harp.CameraControllerGen2.dll
Represents an operator that creates a message payload that sets the duration of the trigger pulse, in microseconds (minimum is 100), for camera 1.
public class CreateTriggerDurationCam1Payload
- Inheritance
-
CreateTriggerDurationCam1Payload
- Derived
- Inherited Members
Properties
TriggerDurationCam1
Gets or sets the value that sets the duration of the trigger pulse, in microseconds (minimum is 100), for camera 1.
public ushort TriggerDurationCam1 { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that sets the duration of the trigger pulse, in microseconds (minimum is 100), for camera 1.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the TriggerDurationCam1 register.
GetPayload()
Creates a message payload for the TriggerDurationCam1 register.
public ushort GetPayload()
Returns
- ushort
The created message payload value.