Table of Contents

Class CreateStim0TriggerSourcePayload

Namespace
Harp.OutputExpander
Assembly
Harp.OutputExpander.dll

Represents an operator that creates a message payload that sets the trigger source of Stim0.

public class CreateStim0TriggerSourcePayload
Inheritance
CreateStim0TriggerSourcePayload
Derived
Inherited Members

Properties

Stim0TriggerSource

Gets or sets the value that sets the trigger source of Stim0.

public TriggerSource Stim0TriggerSource { get; set; }

Property Value

TriggerSource

Methods

GetMessage(MessageType)

Creates a message that sets the trigger source of Stim0.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the Stim0TriggerSource register.

GetPayload()

Creates a message payload for the Stim0TriggerSource register.

public TriggerSource GetPayload()

Returns

TriggerSource

The created message payload value.