Table of Contents

Class CreateTriggerDurationCam0Payload

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 0.

public class CreateTriggerDurationCam0Payload
Inheritance
CreateTriggerDurationCam0Payload
Derived
Inherited Members

Properties

TriggerDurationCam0

Gets or sets the value that sets the duration of the trigger pulse, in microseconds (minimum is 100), for camera 0.

public ushort TriggerDurationCam0 { get; set; }

Property Value

ushort

Methods

GetMessage(MessageType)

Creates a message that sets the duration of the trigger pulse, in microseconds (minimum is 100), for camera 0.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the TriggerDurationCam0 register.

GetPayload()

Creates a message payload for the TriggerDurationCam0 register.

public ushort GetPayload()

Returns

ushort

The created message payload value.