Table of Contents

Class CreateStimStartPayload

Namespace
Harp.OutputExpander
Assembly
Harp.OutputExpander.dll

Represents an operator that creates a message payload that starts a target Stim protocol.

public class CreateStimStartPayload
Inheritance
CreateStimStartPayload
Derived
Inherited Members

Properties

StimStart

Gets or sets the value that starts a target Stim protocol.

public StimChannels StimStart { get; set; }

Property Value

StimChannels

Methods

GetMessage(MessageType)

Creates a message that starts a target Stim protocol.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the StimStart register.

GetPayload()

Creates a message payload for the StimStart register.

public StimChannels GetPayload()

Returns

StimChannels

The created message payload value.