Class CreateSyncOutputPayload
- Namespace
- Harp.AnalogInput
- Assembly
- Harp.AnalogInput.dll
Represents an operator that creates a message payload that digital output that will be set when acquisition starts.
public class CreateSyncOutputPayload
- Inheritance
-
CreateSyncOutputPayload
- Derived
- Inherited Members
Properties
SyncOutput
Gets or sets the value that digital output that will be set when acquisition starts.
public StartSyncOutputTarget SyncOutput { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that digital output that will be set when acquisition starts.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the SyncOutput register.
GetPayload()
Creates a message payload for the SyncOutput register.
public StartSyncOutputTarget GetPayload()
Returns
- StartSyncOutputTarget
The created message payload value.