Table of Contents

Class CreatePwm2AcquisitionModePayload

Namespace
Harp.OutputExpander
Assembly
Harp.OutputExpander.dll

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

public class CreatePwm2AcquisitionModePayload
Inheritance
CreatePwm2AcquisitionModePayload
Derived
Inherited Members

Properties

Pwm2AcquisitionMode

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

public AcquisitionMode Pwm2AcquisitionMode { get; set; }

Property Value

AcquisitionMode

Methods

GetMessage(MessageType)

Creates a message that sets the acquisition mode of PWM2.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the Pwm2AcquisitionMode register.

GetPayload()

Creates a message payload for the Pwm2AcquisitionMode register.

public AcquisitionMode GetPayload()

Returns

AcquisitionMode

The created message payload value.