Table of Contents

Class CreateStim0AcquisitionModePayload

Namespace
Harp.OutputExpander
Assembly
Harp.OutputExpander.dll

Represents an operator that creates a message payload that sets the acquisition mode of Stim0.

public class CreateStim0AcquisitionModePayload
Inheritance
CreateStim0AcquisitionModePayload
Derived
Inherited Members

Properties

Stim0AcquisitionMode

Gets or sets the value that sets the acquisition mode of Stim0.

public AcquisitionMode Stim0AcquisitionMode { get; set; }

Property Value

AcquisitionMode

Methods

GetMessage(MessageType)

Creates a message that sets the acquisition mode of Stim0.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the Stim0AcquisitionMode register.

GetPayload()

Creates a message payload for the Stim0AcquisitionMode register.

public AcquisitionMode GetPayload()

Returns

AcquisitionMode

The created message payload value.