Table of Contents

Class CreatePwm1AcquisitionModePayload

Namespace
Harp.OutputExpander
Assembly
Harp.OutputExpander.dll

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

public class CreatePwm1AcquisitionModePayload
Inheritance
CreatePwm1AcquisitionModePayload
Derived
Inherited Members

Properties

Pwm1AcquisitionMode

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

public AcquisitionMode Pwm1AcquisitionMode { get; set; }

Property Value

AcquisitionMode

Methods

GetMessage(MessageType)

Creates a message that sets the acquisition mode of PWM1.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the Pwm1AcquisitionMode register.

GetPayload()

Creates a message payload for the Pwm1AcquisitionMode register.

public AcquisitionMode GetPayload()

Returns

AcquisitionMode

The created message payload value.